Benchgen

BrowseComp — Results

RankModelScore
1kimi-k391.2
2gpt-5-6-sol90.4
3claude-fable-588
4gpt-5-6-terra87.5
5seed-2-1-pro86.2
6gemini-3-1-pro85.9
7seed-2-1-turbo84.9
8claude-sonnet-584.7
9gpt-5-584.4
10claude-opus-4-884.3
11hy384.2
12claude-opus-4-684
13minimax-m383.5
14deepseek-v4-pro83.4
15deepseek-v4-pro-max83.4
16gpt-5-6-luna83.3
17kimi-k2-683.2
18gpt-5-482.7
19claude-opus-4-779.3
20glm-5-179.3
21gpt-5-1-thinking78.4
22gpt-5-2-pro-2025-12-1177.9
23seed-2-0-pro77.3
24inkling77.1
25gpt-5-176.5

BrowseComp

1 phaseActive

OpenAI's challenging browsing-agent benchmark — 1,266 questions requiring persistent multi-hop web research to find hard-to-find, entangled facts. Metric: % correct.

Overview

BrowseComp

Category Metric Tasks Saturation Created

Paper GitHub

Quick answer: BrowseComp is OpenAI's benchmark for browsing agents (Wei et al., April 2025), comprising 1,266 questions that require persistent multi-hop web research to locate hard-to-find, entangled facts — questions that GPT-4o and humans both struggle to answer within a reasonable time. The "w/ context management" variant adds scaffolding for long-context browsing sessions. GPT-5.6 Sol leads the Inkling comparison set at 90.8%.

At a Glance

What it tests: A browsing agent's ability to find obscure, non-trivial facts that require navigating tens or hundreds of websites, reasoning about retrieved content, and reformulating searches — not just recalling memorised knowledge.

Why it matters: SimpleQA and TriviaQA saturated quickly as models gained web access. BrowseComp resets the difficulty bar: questions were designed so that GPT-4o (with and without browsing), o1, and an early deep research model all failed at creation time. Only persistent, creative, multi-hop browsing agents can score meaningfully. It is the standard benchmark for agentic web research capability as of 2025–2026.

Known limitations: Questions are deliberately inverted (start from the answer, build the question), which may not reflect natural user query distributions. Short-answer grading ignores the quality of long-form synthesis. Models trained specifically on BrowseComp-style tasks (like OpenAI's Deep Research) have a significant advantage.

What BrowseComp Measures

BrowseComp's 1,266 questions were created by human trainers who started from a known fact, identified several hard-to-search characteristics, and constructed an "inverted" question where the answer is easy to verify but hard to find. Each question was rejected if any of GPT-4o (w/ and w/o browsing), o1, or an early deep research model could solve it. Questions were also filtered to ensure no answer appeared on the first page of any of five common search queries.

Human trainers themselves solved only 29.2% of questions (after up to 2 hours of searching), confirming extreme difficulty. Topics span history, science, culture, entertainment, sports, and more, distributed according to trainer interests for quality.

The "w/ context management" variant evaluated in the Inkling table adds a context management scaffold that allows the agent to compress and summarise accumulated browsing history, enabling better long-horizon research over many pages without hitting context limits. Scores with this scaffold are higher than vanilla BrowseComp.

Benchmark Specifications

FieldValue
Task categoryAgent / web browsing
Metric% correct (short-answer exact match, LLM-graded)
Number of tasks1,266
Human solve rate29.2% (≤2 hours search)
Answer formatShort free-form text (single fact)
SaturationLow
Created byJason Wei, Zhiqing Sun, Spencer Papay, Scott McKinney, et al.
AffiliationOpenAI
LicenseMIT
ReleaseApril 2025
Source paperBrowseComp: A Simple Yet Challenging Benchmark for Browsing Agents (arXiv 2504.12516)
Referenceopenai.com/index/browsecomp
GitHubopenai/simple-evals

How BrowseComp Is Scored

A model (with web browsing enabled) is given each question and must return a short answer. Grading is performed by an LLM judge that compares the predicted answer to the reference answer and returns correct/incorrect/not-attempted. Scores are reported as % correct.

Performance scales with test-time compute: more browsing effort and aggregation strategies (majority vote, best-of-N) improve scores significantly. The Inkling table reports single-attempt scores with context management scaffolding at effort=0.99.

State-of-the-Art Results

Scores from Inkling model card (Thinking Machines Lab, July 2026), BrowseComp w/ context management, effort=0.99. Nemotron 3 Ultra and GLM 5.2 not reported.

RankModelScoreWeights
1GPT-5.6 Sol90.8%Closed
2Claude Fable 588.0%Closed
3Gemini 3.1 Pro85.9%Closed
4DeepSeek V4 Pro83.4%Open
5Kimi K2.683.2%Open
6Inkling77.1%Open
7Kimi K2.574.9%Open
BenchmarkAgent requiredTasksDifficultySaturation
BrowseCompYes (web browsing)1,266ExtremeLow
SimpleQANo4,326MediumMedium
WebArenaYes (web interaction)812HighLow
GAIAYes (multi-tool)466HighLow

Last updated 2026-07-16.