← Latest papers
💬 NLP

WebAggregator: Enhancing Compositional Reasoning Capabilities of Deep Research Agent Foundation Models

The paper introduces WebAggregator, a data synthesis pipeline that shifts deep research agents from retrieval-heavy to composition-focused reasoning through a curated 10K SFT dataset, enabling a 32B model to outperform top-tier systems on benchmarks and demonstrating that compositional reasoning, rather than retrieval, is the primary bottleneck for next-generation research agents.

Original authors: Rui Wang, Ce Zhang, Jun-Yu Ma, Jianshu Zhang, Hongru Wang, Yi Chen, Boyang Xue, Tianqing Fang, Zhisong Zhang, Hongming Zhang, Haitao Mi, Dong Yu, Kam-Fai Wong

Published 2026-04-30
📖 4 min read☕ Coffee break read

Original authors: Rui Wang, Ce Zhang, Jun-Yu Ma, Jianshu Zhang, Hongru Wang, Yi Chen, Boyang Xue, Tianqing Fang, Zhisong Zhang, Hongming Zhang, Haitao Mi, Dong Yu, Kam-Fai Wong

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Googler" vs. The "Detective"

Imagine you are hiring a research assistant.

  • The Old Way (Current AI Agents): You ask them, "Who won the 2024 award?" They immediately open a browser, type the question into Google, find a list, and point to the top name. This is Information Seeking. It's fast, but it's like a parrot repeating what it hears. If the answer requires connecting three different facts from three different websites to solve a puzzle, the parrot gets confused.
  • The New Goal (Deep Research): You ask, "Among all countries bigger than 2 million square kilometers, which one had the most volatile economy between 2010 and 2020?" To answer this, the agent can't just "find" the answer. It has to:
    1. Find a list of big countries.
    2. Find economic data for each.
    3. Do complex math to calculate "volatility."
    4. Compare the results.
      This is Compositional Reasoning. It's like a detective piecing together clues to solve a mystery, rather than just reading a headline.

The paper argues that current AI agents are great at being "Googlers" but terrible at being "Detectives." They rely too much on finding the right link and not enough on thinking deeply about what they found.

The Solution: WebAggregator (The "Training Gym")

To fix this, the researchers built a system called WebAggregator. Think of this not as a new AI, but as a specialized training camp designed to turn a "Googler" into a "Detective."

The system works in two main phases, like a two-person team creating a difficult exam:

  1. The Proactive Explorer (The Scavenger):
    Imagine a robot sent into a massive library with a single book. Its job is to open that book, find a reference to another book, go to that book, find a photo, download a file, and click a hidden button. It gathers a huge pile of scattered, messy information from all over the web.

    • In the paper: This agent visits real websites, downloads files, and navigates complex pages to collect raw data.
  2. The Compositional Logic Proposer (The Puzzle Master):
    Once the Scavenger has the pile of data, the Puzzle Master looks at it and says, "Okay, based on this mess, let's create a question that cannot be answered by just looking at one page."

    • They use a strict set of rules (12 types of logic) to force the question to require math, filtering, comparing, and time-traveling (temporal reasoning).
    • Example: Instead of asking "What is the GDP of China?", they ask, "Calculate the standard deviation of China's GDP growth compared to its urbanization rate over the last decade."

The Result: A New Dataset and a Smarter AI

The team used this system to create WebAggregatorQA, a dataset of about 10,000 extremely hard questions. They then used these questions to train a new AI model (called WebAggregator).

Here is what happened when they tested this new model:

  • The "Retrieval Trap": The researchers tested top-tier AI models (like GPT-4.1 and Claude-3.7) on these hard questions. Even when they gave the models all the correct websites and documents needed to solve the problem, the models still failed.

    • The Metaphor: It's like giving a student a textbook with the exact answer highlighted, but they still can't solve the math problem because they don't understand how to do the calculation.
    • The Finding: The bottleneck isn't finding the information; it's reasoning with it.
  • The Transformation: When they trained their models on the WebAggregator dataset, the agents changed their behavior:

    • Before: They clicked buttons and opened links frantically (high tool usage, low thinking).
    • After: They clicked fewer buttons but spent more time "thinking" (internal reasoning) to connect the dots.
    • Performance: The new WebAggregator-32B model beat the best existing models on these hard reasoning tasks, proving that training on "detective work" makes the AI smarter.

The Takeaway

The paper concludes that for AI to truly become a "Deep Research" agent capable of scientific discovery, we need to stop focusing on how well it can search the web. Instead, we need to focus on how well it can stitch together scattered pieces of information to form a logical conclusion.

In short: The paper built a gym where AI agents practice solving complex puzzles using real web data. The result is an agent that is less of a frantic web-surfer and more of a thoughtful, logical researcher.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →