| Rank | Model | Score |
|---|---|---|
| 1 | deepseek-v3-2-exp | 97.1 |
| 2 | deepseek-v3-1 | 93.4 |
| 3 | deepseek-r1-0528 | 92.3 |
| 4 | gemini-3-1-pro | 77.3 |
| 5 | gemini-3-pro | 72.1 |
| 6 | gpt-5-6-sol | 71.6 |
| 7 | gemini-3-flash | 68.7 |
| 8 | claude-fable-5 | 68.3 |
| 9 | gpt-4-5 | 62.5 |
| 10 | deepseek-v4-pro | 57 |
| 11 | gpt-5 | 54.9 |
| 12 | gemini-2-5-pro | 50.8 |
| 13 | o3 | 49.7 |
| 14 | o1 | 47 |
| 15 | gpt-5-1-instant | 45.6 |
| 16 | gpt-5-1-thinking | 45.6 |
| 17 | gpt-5-1 | 45.6 |
| 18 | inkling | 43.9 |
| 19 | o1-preview | 42.4 |
| 20 | kimi-k2-6 | 38.7 |
| 21 | gpt-4o | 38.2 |
| 22 | glm-5-2 | 38.1 |
| 23 | kimi-k2-5 | 36.9 |
| 24 | kimi-k2-base | 35.3 |
| 25 | nemotron-3-ultra-550b-a55b | 32.4 |
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).
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%.
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.
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:
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.
| Field | Value |
|---|---|
| Task category | Factuality / knowledge |
| Metric | % correct (LLM-graded: correct / incorrect / not attempted) |
| Number of tasks | 4,326 |
| Topic diversity | Science, history, sports, entertainment, geography, arts, and more |
| Answer format | Short free-form text (single fact) |
| Saturation | Medium |
| Created by | Jason Wei, Karina Nguyen, Hyung Won Chung, Joy Jiao, et al. |
| Affiliation | OpenAI |
| License | MIT |
| Release | October 2024 |
| Source paper | Measuring short-form factuality in large language models (arXiv 2411.04368) |
| Reference | openai.com/index/introducing-simpleqa |
| GitHub | openai/simple-evals |
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.
Scores from Inkling model card (Thinking Machines Lab, July 2026), evaluated at effort=0.99.
| Rank | Model | Score | Weights |
|---|---|---|---|
| 1 | Gemini 3.1 Pro | 77.3% | Closed |
| 2 | GPT-5.6 Sol | 71.6% | Closed |
| 3 | Claude Fable 5 | 68.3% | Closed |
| 4 | DeepSeek V4 Pro | 57.0% | Open |
| 5 | Inkling | 43.9% | Open |
| 6 | Kimi K2.6 | 38.7% | Open |
| 7 | GLM 5.2 | 38.1% | Open |
| 8 | Kimi K2.5 | 36.9% | Open |
| 9 | Nemotron 3 Ultra | 32.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.
| Benchmark | Format | Tasks | Grading | Saturation |
|---|---|---|---|---|
| SimpleQA | Short free-form | 4,326 | LLM judge | Medium |
| TriviaQA | Short free-form | 95,956 | String match | High |
| GPQA Diamond | 4-choice MCQ | 198 | Exact match | Low |
| Humanity's Last Exam | Mixed | ~3,000 | LLM judge | Low |
Last updated 2026-07-16.