MARS: Co-evolving Dual-System Deep Research via Multi-Agent Reinforcement Learning
The paper introduces MARS, a novel multi-agent reinforcement learning framework that co-evolves dual cognitive systems (fast intuition and deliberate reasoning) to overcome the token inefficiency and knowledge limitations of Large Reasoning Models, achieving state-of-the-art performance on knowledge-intensive tasks without supervised fine-tuning.
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 "Over-Thinker" and the "Out-of-Date" Library
Imagine you have a brilliant, super-smart assistant (an AI) who is great at solving hard puzzles. However, this assistant has two major flaws:
- The Over-Thinker: When you ask them to read a simple news article or summarize a webpage, they sometimes get stuck in "deep thought" mode. They analyze every single word, wasting time and energy on things that don't need deep analysis. It's like using a sledgehammer to crack a nut.
- The Out-of-Date Library: This assistant's knowledge stops at the day they were trained. If you ask them about something that happened yesterday, they are clueless. They can't look things up on their own without getting confused by the sheer volume of new information.
The Solution: MARS (The Two-Brain Team)
The researchers created a new system called MARS. Instead of one brain trying to do everything, they built a team of two distinct "personalities" working inside the same AI, inspired by how human brains work:
- System 1 (The Fast Scout): This is the "intuitive" brain. It's fast, efficient, and good at scanning. Its job is to look at a mountain of new information (like 10 different web pages or research papers) and quickly pull out only the most important facts. It's like a scout who runs ahead, grabs the useful supplies, and leaves the junk behind.
- System 2 (The Deep Thinker): This is the "deliberate" brain. It's slow, careful, and great at solving complex logic puzzles. It takes the clean, distilled facts from System 1 and uses them to solve the actual problem.
The Magic Trick:
In previous systems, the "Scout" and the "Thinker" were trained separately. The Scout didn't know what the Thinker needed, so it might summarize things the Thinker didn't care about, or miss the details the Thinker desperately needed.
In MARS, they co-evolve. They train together. The Scout learns exactly what kind of information helps the Thinker solve the puzzle, and the Thinker learns how to ask the Scout for the right things. They share the same "score" (reward), so they work as a perfect team rather than two strangers.
How They Train: The "Group Game"
To teach these two systems to work together without a human teacher (a method called "Zero RL," meaning they start from scratch with no pre-written examples), the researchers used a clever training game based on Group Relative Policy Optimization (GRPO).
Think of it like a sports team practicing for a championship:
- The Team Huddle (Bin-Packing): When the team goes out to gather information, they might find 10 different web pages. That's too much to read at once. The system uses a "Bin-Packing" strategy (like fitting groceries into bags). It organizes these messy, different-sized pages into neat, manageable chunks so the Scout can read them all at the same time without getting overwhelmed.
- The Scoreboard (Shared Rewards): The team goes out and tries to solve a problem. If they get the answer right, both the Scout and the Thinker get a point. If they fail, neither gets a point. This forces them to cooperate.
- Fair Play (Decoupled Gradients): Here is the tricky part. Even though they share the score, the researchers made sure the Scout gets credit for summarizing well and the Thinker gets credit for reasoning well. It's like a relay race: if the team wins, both runners get a medal, but the coach knows exactly who ran the first leg and who ran the second. This ensures the Scout learns to be a better Scout, not just a better Thinker.
- Balancing the Team (Balanced Sampling): Sometimes the Scout has to read 5 pages, and other times only 1. This creates an imbalance in training data. The system uses a special sampling method to make sure the Scout and the Thinker get equal practice time, so one doesn't dominate the learning process.
The Results: Small Team, Big Wins
The researchers tested MARS on a very difficult exam called HLE (Humanity's Last Exam), which covers advanced topics in science, math, and history.
- The Underdog: MARS used a relatively small model (8 billion parameters).
- The Giants: They compared it to much larger models (32 billion or 72 billion parameters) and even some expensive, proprietary "super-intelligence" models from big tech companies.
- The Outcome: MARS beat the larger models that had been pre-trained with human examples (Supervised Fine-Tuning). It even came very close to the performance of the most advanced commercial models available, despite starting with zero human guidance and using a much smaller brain.
Why This Matters (According to the Paper)
The paper claims that the secret sauce isn't just having more tools (like search engines or calculators); it's the partnership.
- Without the "Scout" (System 1), the "Thinker" gets overwhelmed by too much raw data and makes mistakes.
- Without the "Thinker" (System 2), the "Scout" just summarizes things without solving the actual problem.
- Together, they create a system that can read a massive amount of up-to-date information and use it to solve complex, multi-step reasoning problems efficiently.
In short, MARS teaches an AI to know when to "scan fast" and when to "think deep," and how to do both together without getting confused.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.