SOTAVerified

Q. Can Knowledge Graphs be used to Answer Boolean Questions? A. It’s complicated!

2020-11-01EMNLP (insights) 2020Unverified0· sign in to hype

Daria Dzendzik, Carl Vogel, Jennifer Foster

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In this paper we explore the problem of machine reading comprehension, focusing on the BoolQ dataset of Yes/No questions. We carry out an error analysis of a BERT-based machine reading comprehension model on this dataset, revealing issues such as unstable model behaviour and some noise within the dataset itself. We then experiment with two approaches for integrating information from knowledge graphs: (i) concatenating knowledge graph triples to text passages and (ii) encoding knowledge with a Graph Neural Network. Neither of these approaches show a clear improvement and we hypothesize that this may be due to a combination of inaccuracies in the knowledge graph, imprecision in entity linking, and the models’ inability to capture additional information from knowledge graphs.

Tasks

Reproductions