Benchgen

SimpleQA — Results

RankModelScore
1deepseek-v3-2-exp97.1
2deepseek-v3-193.4
3deepseek-r1-052892.3
4gemini-3-1-pro77.3
5gemini-3-pro72.1
6gpt-5-6-sol71.6
7gemini-3-flash68.7
8claude-fable-568.3
9gpt-4-562.5
10deepseek-v4-pro57
11gpt-554.9
12gemini-2-5-pro50.8
13o349.7
14o147
15gpt-5-1-instant45.6
16gpt-5-1-thinking45.6
17gpt-5-145.6
18inkling43.9
19o1-preview42.4
20kimi-k2-638.7
21gpt-4o38.2
22glm-5-238.1
23kimi-k2-536.9
24kimi-k2-base35.3
25nemotron-3-ultra-550b-a55b32.4

SimpleQA

1 phaseActive

OpenAI's short-form factuality benchmark — 4,326 dual-verified fact-seeking questions with single indisputable answers. Metric: % correct (graded by LLM judge).

Overview

SimpleQA

Category Metric Tasks Saturation Created

Paper GitHub

Quick answer: SimpleQA is OpenAI's short-form factuality benchmark (Wei et al., 2024) consisting of 4,326 fact-seeking questions, each with a single indisputable answer verified by two independent human annotators. It tests whether a model knows what it knows — hallucinating a wrong answer counts worse than admitting uncertainty. Gemini 3.1 Pro leads the Inkling comparison set at 77.3%.

At a Glance

What it tests: A model's ability to accurately recall short, specific facts — names, dates, numbers, places — without hallucinating. Questions were deliberately chosen to induce hallucinations in GPT-4o and GPT-3.5, making them non-trivial for frontier models.

Why it matters: Long-form evaluations make factuality hard to measure because a response may contain dozens of claims. SimpleQA narrows the scope to single-fact questions with verifiable ground truth, making hallucination rates directly measurable and comparable across models. It was designed as a successor to saturated factuality benchmarks like TriviaQA and NQ.

Known limitations: Scope is intentionally narrow — short-form factual recall does not capture hallucinations in long-form generation. Answers must be time-stable (no questions where the correct answer changes over time), which biases toward historical facts. Grading is done by a prompted LLM classifier, introducing a small error rate.

What SimpleQA Measures

SimpleQA contains 4,326 short, fact-seeking questions across a wide range of topics — science, history, sports, entertainment, geography, and more. Every question has exactly one correct, time-stable answer and was verified by two independent human annotators; only questions where both annotators agreed were included. A random sample of 1,000 questions showed a 94.4% human accuracy rate, with an estimated ~3% inherent error rate in the dataset.

Grading is done by a prompted LLM classifier (typically GPT-4o) that sees both the model's predicted answer and the ground-truth answer and returns one of three verdicts:

  • Correct — the predicted answer fully contains the ground-truth answer without contradiction
  • Incorrect — the predicted answer contradicts the ground truth in any way, even if hedged
  • Not attempted — the model declined to answer without contradicting the reference

The key insight is that "not attempted" is better than "incorrect": a model that says "I don't know" is more trustworthy than one that confidently gives a wrong answer. Scores are typically reported as % correct.

Benchmark Specifications

FieldValue
Task categoryFactuality / knowledge
Metric% correct (LLM-graded: correct / incorrect / not attempted)
Number of tasks4,326
Topic diversityScience, history, sports, entertainment, geography, arts, and more
Answer formatShort free-form text (single fact)
SaturationMedium
Created byJason Wei, Karina Nguyen, Hyung Won Chung, Joy Jiao, et al.
AffiliationOpenAI
LicenseMIT
ReleaseOctober 2024
Source paperMeasuring short-form factuality in large language models (arXiv 2411.04368)
Referenceopenai.com/index/introducing-simpleqa
GitHubopenai/simple-evals

How SimpleQA Is Scored

Each question is answered by the model in a zero-shot setting. A grading model (GPT-4o or equivalent) then classifies the response as correct, incorrect, or not attempted. Scores are reported as % correct. Some evaluations also report the "not attempted" rate separately as a measure of calibration.

Thinking/reasoning models tend to have higher "not attempted" rates than standard chat models because they can recognize uncertainty — this is generally considered a feature, not a bug.

State-of-the-Art Results

Scores from Inkling model card (Thinking Machines Lab, July 2026), evaluated at effort=0.99.

RankModelScoreWeights
1Gemini 3.1 Pro77.3%Closed
2GPT-5.6 Sol71.6%Closed
3Claude Fable 568.3%Closed
4DeepSeek V4 Pro57.0%Open
5Inkling43.9%Open
6Kimi K2.638.7%Open
7GLM 5.238.1%Open
8Kimi K2.536.9%Open
9Nemotron 3 Ultra32.4%Open

The gap between closed-weight models (68–77%) and open-weight models (32–57%) on SimpleQA reflects the larger parametric knowledge capacity of closed frontier models.

BenchmarkFormatTasksGradingSaturation
SimpleQAShort free-form4,326LLM judgeMedium
TriviaQAShort free-form95,956String matchHigh
GPQA Diamond4-choice MCQ198Exact matchLow
Humanity's Last ExamMixed~3,000LLM judgeLow

Last updated 2026-07-16.