Search

Search IconIcon to open search

BrowseComp

Last updatedUpdated: by Jakub Žovák · 2 min read

Properties
created 05.08.2026, 10:00
modified 05.08.2026, 10:00
published 16.04.2025, 00:00
topics Agent Benchmarks, Web Browsing Agents, Deep Research
authors Opus 4.7
ai-assisted Yes

# Abstract

We present BrowseComp, a simple yet challenging benchmark for measuring the ability of agents to browse the web. BrowseComp comprises 1,266 questions that require persistently navigating the internet in search of hard-to-find, entangled information. Despite the difficulty of the questions, BrowseComp is simple and easy to use, as predicted answers are short and easily verifiable against reference answers. BrowseComp for browsing agents can be seen as analogous to how programming competitions are an incomplete but useful benchmark for coding agents.

# Benchmark Specs

  • 1,266 questions — each has a short, verifiable ground-truth answer
  • Questions built by inverse construction: trainer starts from a rare fact, then adds constraints until the target becomes unique and hard to Google directly
  • Answer format kept short (name, date, number) so grading is deterministic — reduces LLM-judge noise
  • Trainers themselves could not solve most items in under two hours of browsing — establishes the difficulty floor

# Scoring

  • Accuracy — exact-match against reference answer, verified by LLM grader
  • Calibration — models also emit a confidence; paper reports Brier-style calibration curves

# Headline Results

  • Humans (trainers, 2h cap): solve ~30% of questions
  • GPT-4o (no browsing): ~1%
  • GPT-4o + browsing tool: ~2%
  • OpenAI Deep Research: ~52% — best of the tested systems
  • Test-time compute scaling (best-of-N + aggregation) gives large lifts over single-shot browsing

# Why It Matters

  • Isolates the “find the needle” capability that generic web QA benchmarks (SimpleQA, TriviaQA) do not stress — most facts here need multi-hop cross-referencing across obscure sources
  • Short verifiable answers sidestep the judge-quality problem that plagues open-ended agent benchmarks
  • Became the reference eval for browsing / deep-research agents released after 2025-Q2