CLSep 8, 2018

Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering

arXiv:1809.02789v12467 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of evaluating deeper understanding in question answering for AI researchers, though it is incremental as it builds on existing QA datasets by adding a multi-hop knowledge retrieval challenge.

The authors introduced OpenBookQA, a dataset of about 6000 questions based on 1329 elementary science facts, designed to test understanding by combining facts with common knowledge, where human performance is 92% but state-of-the-art QA methods perform poorly.

We present a new kind of question answering dataset, OpenBookQA, modeled after open book exams for assessing human understanding of a subject. The open book that comes with our questions is a set of 1329 elementary level science facts. Roughly 6000 questions probe an understanding of these facts and their application to novel situations. This requires combining an open book fact (e.g., metals conduct electricity) with broad common knowledge (e.g., a suit of armor is made of metal) obtained from other sources. While existing QA datasets over documents or knowledge bases, being generally self-contained, focus on linguistic understanding, OpenBookQA probes a deeper understanding of both the topic---in the context of common knowledge---and the language it is expressed in. Human performance on OpenBookQA is close to 92%, but many state-of-the-art pre-trained QA methods perform surprisingly poorly, worse than several simple neural baselines we develop. Our oracle experiments designed to circumvent the knowledge retrieval bottleneck demonstrate the value of both the open book and additional facts. We leave it as a challenge to solve the retrieval problem in this multi-hop setting and to close the large gap to human performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes