Benchgen

OpenBookQA

1 phaseActive

Elementary-science open-book QA dataset (~6,000 questions over 1,329 facts) requiring common-knowledge combination, created by AI2 (EMNLP 2018).

Overview

OpenBookQA

Category Metric Tasks Saturation Created

Paper Dataset

Quick answer: OpenBookQA is a question-answering dataset modeled after open-book exams, pairing roughly 6,000 elementary-science questions with a fixed "open book" of 1,329 core science facts, requiring models to combine a given fact with broad common knowledge to answer correctly.

At a Glance

What it tests: Multi-hop reasoning that combines an explicit fact (e.g., "metals conduct electricity") with unstated common knowledge (e.g., "a suit of armor is made of metal") to reach a conclusion neither fact alone supports.

Why it matters: Unlike closed-book factual recall, OpenBookQA specifically probes whether a model can apply a given fact to a genuinely novel situation — closer to real reasoning than memorization.

Known limitations: Published in 2018, the dataset is long since saturated by frontier LLMs and carries meaningful contamination risk given its age and public availability.

What OpenBookQA Measures

Each OpenBookQA question comes with an associated fact from the 1,329-fact "book," but answering correctly requires combining that fact with additional common knowledge not stated anywhere in the question or book. The task was explicitly designed to go beyond datasets that can be solved by simple retrieval or lexical matching over a passage — models need genuine common-sense reasoning layered on top of the given scientific fact.

Human performance on the original test set is close to 92%, but the original 2018 paper found several pretrained QA baselines performed surprisingly poorly, worse than simple neural baselines built specifically for the task — evidence that surface-level retrieval methods struggle with the multi-hop combination step even when the primary fact is provided.

Benchmark Specifications

FieldValue
Task categoryReasoning / open-domain science QA
MetricAccuracy
Number of tasks5,957 questions (~6,000) over 1,329 core facts
SaturationHigh — long-saturated by frontier LLMs, contamination risk
Created byTodor Mihaylov, Peter Clark, Tushar Khot, Ashish Sabharwal (Allen Institute for AI)
Source paperMihaylov et al. 2018
Datasetallenai/openbookqa

How OpenBookQA Is Scored

Each question is multiple-choice (4 options); accuracy is the fraction of questions answered correctly. Human performance sits near 92%, which serves as the informal ceiling most model comparisons reference.

State-of-the-Art Results

RankModelScoreSourceDate
Human performance~92%Mihaylov et al. 20182018-09

Modern frontier LLMs are widely reported to exceed 95% accuracy on OpenBookQA in third-party aggregations; Benchgen has not yet independently verified per-model current-generation scores for this legacy 2018 dataset — see OpenBookQA on Benchgen to be the first to submit a verified run.

OpenBookQA on Benchgen

No Benchgen results yet — be the first to run OpenBookQA.

OpenBookQA vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
OpenBookQAFact + common-knowledge multi-hop QA5,957high
ARC-CGrade-school science QA (harder split)high
PopQAOpen-domain entity factual recall14,000medium

OpenBookQA sits alongside ARC as one of the classic AI2 science-QA benchmarks, distinguished by explicitly providing the relevant fact and testing the common-knowledge combination step rather than fact retrieval itself.

Run OpenBookQA on Your Model

Benchgen lets teams verify OpenBookQA accuracy for their own model versions on demand, providing an apples-to-apples comparison against the historical human baseline and other models rather than relying on scattered, inconsistently-reported third-party numbers.

Frequently Asked Questions

What is OpenBookQA? OpenBookQA is a question-answering dataset that pairs ~6,000 elementary-science questions with a fixed book of 1,329 facts, requiring models to combine a given fact with common knowledge to answer correctly.
What does a good OpenBookQA score look like? Human performance is around 92% accuracy; modern frontier LLMs are widely reported to meet or exceed this on third-party leaderboards, reflecting the benchmark's saturation.
Who created OpenBookQA? OpenBookQA was created by Todor Mihaylov, Peter Clark, Tushar Khot, and Ashish Sabharwal at the Allen Institute for AI, published at EMNLP 2018.