[Super Research] Pushing LLMs to the Brink: Solving 1,000-Page Synthesis Tasks
Super Research: Answering Highly Complex Questions with Large Language Models through Super Deep and Super Wide Research
The paper introduces Super Research, a new benchmark and framework for evaluating LLM agents on extremely complex, long-horizon research tasks. It proposes a Graph-Anchored Auditing protocol and a dataset of 300 expert-level questions that require over 100 retrieval steps and synthesis of 1,000+ web pages, pushing current SOTA models to their operational ceilings.
TL;DR
The era of simple RAG (Retrieval-Augmented Generation) is hitting a ceiling. Researchers from Zhejiang University and Ant Group have introduced Super Research, a benchmark designed to stress-test LLMs with "super-complex" questions that demand 100+ search steps and 1,000+ source documents. Even the most advanced models like Gemini Deep Research and OpenAI o3 currently fail to break a 30% success rate, uncovering a massive "logic bottleneck" in autonomous AI agents.
Positioning: This isn't just another QA dataset; it’s a "ceiling protocol" aimed at strategic-tier intelligence—the kind used in professional intelligence, scientific discovery, and high-level corporate planning.
The Problem: The "Tunnel Vision" vs. "Information Overload" Trap
Existing AI research agents generally fall into two categories:
- Deep Research: Great at drilling down into a single thread (Vertical), but suffers from "tunnel vision," missing broader context.
- Wide Search: Great at gathering massive data (Horizontal), but ends up in "information overload," providing shallow summaries without deep synthesis.
The authors argue that truly complex questions—like optimizing immunopharmacological mechanisms while balancing tumor microenvironment escape—require both simultaneously. Current evaluators (like GPT-4 judging another model) are too "lenient" and easily fooled by authoritative-sounding but shallow reports.
Methodology: The Super Research Framework
The paper proposes a transition from simple lookup to an agentic workflow consisting of three specialized roles:
- Planner Agent: Decomposes a massive query into a Directed Acyclic Graph (DAG) of sub-tasks.
- Researcher Agent: Executes the search, building a "Dynamic Memory" to ensure subsequent steps aren't redundant.
- Summarizer/Writer: Synthesizes the findings into reports that can average 100k words.
The Core Innovation: Graph-Anchored Auditing
Instead of asking an LLM "Is this report good?", the researchers build a Research Graph. They map every claim in the generated report to a specific node in an expert-verified graph.
Figure 1: Comparing RAG, Deep Research, Wide Search, and the ambitious Super Research paradigm.
Results: The Logic Bottleneck
The experiments reveal a humbling reality for SOTA models.
- Gemini Deep Research leads the pack but only scores 28.62.
- OpenAI o3/o4-mini showed a "defensive posture"—they were highly objective but scored low on utility, basically giving safe, generic answers that are useless to experts.
- The "One-Source" Trap: Models like Llama-3.3-70B demonstrated "Single-Source Regression," where they would find one good paper and effectively just summarize it, failing the "Wide" requirement.
Key Metric: Logical Consistency ()
This metric is the "killer" for most models. It checks if high-level conclusions are actually supported by an unbroken chain of evidence back to atomic facts. Most models "hallucinate" the conclusion correctly but fail to build the logic bridge.
Figure 2: The Benchmark explores 10 specialized domains, showing that complexity is universal across Science, Finance, and Law.
Deep Insight: Why Current Evaluation is Broken
The ablation study (Section 4.3) is perhaps the most critical part for practitioners. The authors proved that LLM-as-a-Judge is unresponsive. When they intentionally removed key facts from a report, the LLM Judge only noticed 14-22% of the time. In contrast, the Graph-based Auditing noticed 79% of the time.
If you are building an enterprise-grade agent, you cannot rely on GPT-4 to grade your RAG system; you need a structured knowledge graph to verify the reasoning trace.
Conclusion & Future Outlook
Super Research serves as a vital stress test. It suggests that the future of AI agents isn't just "more parameters" or "longer context windows," but better planning and multi-source synthesis.
Limitations: The computational cost is immense. Running 100+ search steps and processing 1,000 pages per query is not "Green AI." Future work must focus on making this "strategic-tier" intelligence efficient enough for daily use.
Takeaway: If a model can survive the Super Research benchmark, it possesses the robustness to handle nearly any subordinate professional task. It is the new "North Star" for agentic AI.
