Benchmarks · Agents, tools & computer use

GAIA

also: GAIA benchmark, General AI Assistants benchmark

Can an AI assistant answer real-world questions that are conceptually simple for a human but require reasoning, web browsing, tool use and handling multiple file types to actually solve?

Meta AI (FAIR), Hugging Face & AutoGPTReleased 21 November 2023Live

GAIA asks a deceptively simple question: can an AI system actually finish the kind of task a competent human assistant would, rather than just talk about it? Released in November 2023 by researchers at Meta, Hugging Face and AutoGPT, its 466 questions are each answerable by a person with internet access and ordinary effort, but require an assistant to chain together web browsing, file reading and multi-step reasoning to reach one exact, checkable answer. The benchmark deliberately inverts the usual difficulty curve: instead of expert-level questions that are hard for humans too, it targets tasks that are easy for humans and hard for models.

That gap was stark at launch — GPT-4 with plugins managed only 15% against an average human score of 92%. The rise of dedicated browsing agents closed much of it: Hugging Face’s open-source reproduction of OpenAI’s Deep Research reached 55% on the validation set within about a year, against roughly 67% the post attributed to OpenAI’s own proprietary system, and by late 2025 Princeton’s independently run HAL leaderboard had general-purpose agents built on Claude Sonnet 4.5 clearing 74%.

GAIA’s scores now say as much about the surrounding agent scaffold — how it browses, retries and calls tools — as about the underlying model, which is why serious leaderboards report agent-and-model pairs rather than models alone, and why GAIA’s own community leaderboard is harder to compare against independent runs like HAL’s. It remains one of the standard references for whether an “agent” product is actually completing tasks rather than describing how it would.

The set

466 questions in three difficulty tiers, 300 with held-out answers to keep a live leaderboard; a public 165-question validation set is used for most reported scores. Grading is exact-match against a single correct final answer.

Example

What was the actual enrollment count of the clinical trial on H. pylori in acne vulgaris patients from Jan-May 2018 as listed on the NIH website? (Answer: 90)arxiv.org

Where it stands

Scores now depend heavily on the surrounding agent scaffold rather than the base model alone, which is why leaderboards such as Princeton's HAL report agent-plus-model combinations rather than models in isolation.

How the top score changed hands

  1. November 2023GPT-4 + plugins15%Against a 92% average-human baseline on the same questions, from the original paper.
  2. February 2025Hugging Face open Deep Research reproduction55.15%Open-source agent built to replicate OpenAI's then-new Deep Research; the same post cites OpenAI's own reported figure of around 67% on the same validation set.
  3. September 2025HAL Generalist Agent (Claude Sonnet 4.5)74.55%

Current best: HAL Generalist Agent (Claude Sonnet 4.5) — 74.55% Independently run and reported by Princeton's Holistic Agent Leaderboard (HAL) project on the public validation set; not GAIA's own official leaderboard, which is community-submitted and harder to verify per entry.

In the timeline · 1 entry

More agents, tools & computer use benchmarks