← Latest papers
🤖 AI

WideSeek-R1: Exploring Width Scaling for Broad Information Seeking via Multi-Agent Reinforcement Learning

This paper introduces WideSeek-R1, a multi-agent reinforcement learning framework that employs a lead-agent-subagent architecture to achieve broad information-seeking performance comparable to massive single-agent models by leveraging width scaling and parallel execution.

Original authors: Zelai Xu, Zhexuan Xu, Ruize Zhang, Chunyang Zhu, Shi Yu, Weilin Liu, Quanlu Zhang, Wenbo Ding, Chao Yu, Yu Wang

Published 2026-03-13
📖 4 min read☕ Coffee break read

Original authors: Zelai Xu, Zhexuan Xu, Ruize Zhang, Chunyang Zhu, Shi Yu, Weilin Liu, Quanlu Zhang, Wenbo Ding, Chao Yu, Yu Wang

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 Idea: From "Super-Genius" to "Super-Team"

Imagine you need to organize a massive international conference. You have two ways to do it:

  1. The "Depth" Approach (The Old Way): You hire one Super-Genius. This person is incredibly smart, knows everything, and works alone. They spend days reading thousands of documents, making lists, and calling people one by one. Eventually, they finish the job. This is how current AI models (like DeepSeek-R1) work. They get smarter by getting bigger and thinking longer in a single line of thought.
  2. The "Width" Approach (The New Way): You hire a Project Manager and a team of 20 Specialists. The Manager breaks the big job into small chunks (e.g., "Find venues in Tokyo," "Find venues in Paris"). The 20 Specialists all go to work at the same time, gathering info in parallel. The Manager then stitches the pieces together.

WIDESEEK-R1 is the paper that says: "Stop trying to make the Super-Genius smarter. Instead, build a better Team Manager and train the whole team to work together perfectly."


The Problem: The "Context Pollution" Mess

Why not just use the Super-Genius for everything?

Imagine the Super-Genius is trying to research 50 different universities.

  • Turn 1: They read about Harvard.
  • Turn 2: They read about Yale.
  • Turn 3: They read about Princeton.

By Turn 50, the Super-Genius is drowning in a sea of information. They forget what they read in Turn 2 because the "memory" (context window) is too full. This is called Context Pollution. Also, they have to do it one by one, which is slow.

The Solution: WIDESEEK-R1

The authors built a system called WIDESEEK-R1 to solve this. Here is how it works, using our analogy:

1. The Structure: The Conductor and the Orchestra

  • The Lead Agent (The Conductor): This is the "Manager." Its only job is to listen to the big question, break it down into small, independent tasks, and hand them out. It doesn't do the research itself; it just directs traffic.
  • The Subagents (The Musicians): These are the workers. They receive a small task (e.g., "Find the founding year of Yale"). They work in parallel (all at once), so they don't get confused by each other's work. They have their own "clean" workspace.

2. The Secret Sauce: Multi-Agent Reinforcement Learning (MARL)

You might think, "Okay, just give them a checklist." But the paper says that doesn't work well. If you just tell them what to do, they might argue or get lazy.

Instead, the authors used Reinforcement Learning (like training a dog or a video game character).

  • They created a massive training ground with 20,000 complex research tasks.
  • They let the "Conductor" and the "Musicians" try to solve these tasks.
  • The Reward: If the final table of information was perfect, the whole team got a treat (a reward). If the Conductor gave bad instructions or the Musicians got lazy, they got no treat.
  • The Result: Over time, the Conductor learned exactly how to split the work, and the Musicians learned exactly how to do their part efficiently. They learned to synergize (work together better than the sum of their parts).

The Amazing Results

The paper tested this system on a benchmark called WideSearch (finding broad information about many things at once).

  • The Underdog Wins: They used a tiny model (4 Billion parameters) for their team.
  • The Giant Loses: They compared it to a massive, single-agent model (DeepSeek-R1 with 671 Billion parameters).
  • The Outcome: The tiny team (WIDESEEK-R1-4B) performed just as well as the massive giant!

Why is this a big deal?
It means you don't need a super-expensive, massive computer to do complex research. You can use a small, cheap model if you organize it into a smart, parallel team.

The "Scaling" Lesson: Depth vs. Width

The paper draws a cool line between two ways to get better:

  • Depth Scaling (The Ladder): You keep climbing the ladder (adding more turns of thinking). But eventually, you hit the ceiling. The Super-Genius gets tired, confused, or stuck.
  • Width Scaling (The Net): You throw a wider net. You add more people to the team. As long as the Conductor is smart enough to manage them, the more people you add, the better the results get.

Summary in One Sentence

WIDESEEK-R1 proves that instead of building one giant, overworked AI brain, we should build a small, well-trained AI team that works in parallel, allowing small models to solve massive problems as well as giant ones.

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 →