LiveResearchBench: Moving AI from Searchers to Real Researchers

LiveResearchBench: A Live Benchmark for User-Centric Deep Research in the Wild

2025-01-01
Jiayu Wang, Yifei Ming, Riya Dulepet, Qinglin Chen, Austin Xu, Zixuan Ke, Frederic Sala, Aws Albarghouthi, Caiming Xiong, Shafiq Joty
Summary
Problem
Method
Results
Takeaways
Abstract

LiveResearchBench is a new benchmark featuring 100 expert-curated, dynamic, and user-centric tasks designed to evaluate the capability of AI agents to perform "Deep Research." Alongside this, the authors introduce DeepEval, a multi-dimensional evaluation suite that sets a new standard for assessing long-form, citation-grounded reports using an Agent-ensemble-as-a-judge approach.

TL;DR

Addressing the "benchmarking crisis" in agentic systems, LiveResearchBench introduces 100 high-difficulty, real-time research tasks paired with DeepEval, a six-dimensional evaluation framework. The study reveals a sobering reality: while current AI agents (like o3, Gemini, and Specialized MAS) can "find" information, they struggle to "research" it—often failing at citation accuracy and failing to synthesize deep, logical insights.

The Motivation: Why Current Benchmarks Fail

Most existing benchmarks test "fact retrieval" or "closed-ended" questions. Even those targeting "Deep Research" often suffer from:

  1. Static Content: Proximity to training data makes them easy to "memorize."
  2. Ambiguity: Lack of target audience or report format leads to inconsistent model outputs.
  3. Evaluation Gaps: Using a single LLM as a judge leads to high variance and "conflated scores" (where a model likes a report's style and ignores its factual errors).

LiveResearchBench addresses this by requiring real-time search (time-varying) and providing human-verified checklists for every task.

Methodology: DeepEval’s Multi-Faceted Calibration

The core innovation in evaluation is DeepEval, which breaks down report quality into six axes. Critically, it refuses to use a "one-size-fits-all" score.

MetricProtocolReasoning
CoverageChecklist-basedUses human-curated "unit tests" for each prompt requirement.
ConsistencyPointwise (Additive)Penalties are subtracted for every contradiction found.
Analysis DepthPairwise ComparisonDirect head-to-head comparison to identify "insight density."
Citation AccuracyRubric TreeValidates URLs for accessibility, relevance, and support.

Methodology/Architecture Overview

Insights: The SOTA Gap

The authors evaluated 17 systems, including OpenAI o3, Gemini Deep Research, and various Multi-Agent Systems (MAS) like OpenManus.

1. The Multi-Agent Advantage vs. The Single-Agent Polish

Multi-agent systems (like Open Deep Research) generally outperformed single-agent systems in Presentation and Citation Association. This is because MAS often feature specialized "citation agents" or "checkers" that clean up the output. However, Single-Agent Web models (like Gemini 2.5 Pro) actually maintained better Factual Consistency, likely because they operate on a single, continuous memory stream without "logical drift" during agent hand-offs.

2. The "Deep Searcher" Trap

Perhaps the most critical finding is shown in the Analysis Depth win rates. Even SOTA models that generate extremely long reports (e.g., o3 Deep Research) often behave as efficient "collectors." They organize information well (high coverage) but fail to create "causal chains" or "multi-layer insights"—the hallmarks of true research.

Analysis Depth Comparison

3. Citation Hallucination is Still Rampant

Using the Rubric Tree (E1: Inaccessible, E2: Irrelevant, E3: Unsupported), the researchers found that even GPT-5 and Grok-4 produce non-trivial errors. Most common are E3 errors—where a URL is valid and relevant, but the actual content does not support the specific claim the model made.

Critical Analysis & Future Outlook

The paper identifies a "trade-off" bottleneck: Coherence vs. Verifiability vs. Breadth. As models include more web sources, they often hit context limits, leading to:

  • Information Loss: Dropping key evidence to fit the window.
  • Logical Drift: Inconsistencies between the beginning and end of long reports.

Takeaway: Future research shouldn't just focus on "more search." The next leap in AI agent capabilities will require hierarchical information compression (summarizing without losing evidence) and long-horizon memory that updates as the research progresses.

LiveResearchBench provides the "stress test" needed to push models past the stage of simple chatbots toward becoming truly independent, reliable problem-solvers.

Find Similar Papers

Try Our Examples

  • Search for recent papers or benchmarks that specifically address the problem of "long-form factuality" and citation hallucinations in Large Language Model agents.
  • Which study first introduced the concept of "Agent-as-a-Judge," and how has the use of multi-model ensembles improved evaluation reliability in subsequent research?
  • Find research exploring hierarchical information compression or long-horizon memory architectures designed for multi-agent autonomous research systems.
Contents
LiveResearchBench: Moving AI from Searchers to Real Researchers
1. TL;DR
2. The Motivation: Why Current Benchmarks Fail
3. Methodology: DeepEval’s Multi-Faceted Calibration
4. Insights: The SOTA Gap
4.1. 1. The Multi-Agent Advantage vs. The Single-Agent Polish
4.2. 2. The "Deep Searcher" Trap
4.3. 3. Citation Hallucination is Still Rampant
5. Critical Analysis & Future Outlook