Benchgen

Natural Questions — Results

RankModelScore
1gemma-2-27b0.345
2mistral-nemo-instruct0.312
3gemma-2-9b0.292
4gemma-3n-e4b-litert-preview0.209
5gemma-3n-e4b0.209
6gemma-3n-e2b-litert-preview0.155
7gemma-3n-e2b0.155
N

Natural Questions

1 phaseActive

Open-domain QA benchmark built from real Google search queries and full Wikipedia pages. Metric: long/short-answer F1. Official blind test scores are limited.

Overview

Natural Questions

Category Metric Saturation Created

GitHub Dataset

Quick answer: Natural Questions (NQ) is Google Research's open-domain question-answering benchmark built from real anonymized Google search queries, each paired with a full Wikipedia page as evidence, created by Kwiatkowski et al. (2019). The official blind-test long/short-answer leaderboard doesn't expose recent frontier-model rows publicly; the best figures currently available come from a third-party aggregator using a different normalized metric — treat these as directional, not authoritative.


At a Glance

What it tests: Whether a system can find the right answer inside a long Wikipedia page for a real user search query, including correctly recognizing when no answer is present. Why it matters: NQ's queries are genuine Google search traffic rather than crowd-written questions, making it more representative of real information-seeking behavior than many earlier QA datasets. Known limitations: Benchgen could not verify current frontier-model scores against the official long/short-answer F1 blind-test leaderboard — the table below uses a third-party aggregator's normalized 0–1 metric on a small set of smaller open models, and should be read with that caveat in mind.

What Natural Questions Measures

NQ pairs real, anonymized Google search queries with full Wikipedia pages and asks a system to produce a long answer (the passage containing the answer) and a short answer (the specific span, or "no answer" if none exists). This two-level structure — plus evidence coming from full, unedited Wikipedia pages rather than short curated passages — makes NQ more realistic than earlier open-domain QA datasets, since a system has to locate relevant evidence inside a long document rather than a hand-picked paragraph.

Benchmark Specifications

FieldValue
Training examples307,373
Dev examples7,830
Test examples7,842
Task categoryOpen-domain QA
MetricLong-answer and short-answer precision / recall / F1
Released2019
Created byTom Kwiatkowski, Jennimaria Palomaki, and collaborators (Google Research)

How Natural Questions Is Scored

Systems must produce a long answer (passage-level span) and a short answer (exact span, or explicitly "no answer") for each query; both are scored against human-annotated ground truth using precision, recall, and F1. The official leaderboard uses a hidden test set to prevent overfitting to public annotations.

Natural Questions on Benchgen

No Benchgen results yet — be the first to run Natural Questions.

Natural Questions vs Other Benchmarks

BenchmarkWhat it testsSaturation
Natural QuestionsOpen-domain QA from real Google search queriesMedium
TriviaQAOpen-domain reading comprehension from trivia + evidenceHigh
DROPDiscrete reasoning over paragraphs

Run Natural Questions on Your Model

Benchgen lets you run Natural Questions against your own model with version-controlled, regression-tracked results — a useful way to get a verified score given how sparse public frontier-model data currently is for this benchmark.

Frequently Asked Questions

What is Natural Questions?Natural Questions is Google Research's open-domain QA benchmark built from real anonymized search queries paired with full Wikipedia pages as evidence, published in 2019.
What does a good score look like?On the official long/short-answer F1 metric, strong systems have historically scored in the 60-70s; current frontier-LLM figures on the official blind test aren't publicly available, so treat any third-party aggregator score as directional only.
Who created Natural Questions?Natural Questions was created by Tom Kwiatkowski, Jennimaria Palomaki, Michael Collins, and collaborators at Google Research, published in 2019.