← Latest papers
🤖 AI

MAR:Multi-Agent Reflexion Improves Reasoning Abilities in LLMs

The paper proposes MAR (Multi-Agent Reflexion), a method that employs multi-persona debaters to generate diverse reflections and overcome the thought degeneration seen in single-agent self-reflection, thereby significantly improving reasoning performance on tasks like HotPot QA and HumanEval.

Original authors: Onat Ozer, Yuchen Wang, Grace Wu, Daniel Dosti, Honghao Zhang, Vivi De La Rue

Published 2026-06-09
📖 4 min read☕ Coffee break read

Original authors: Onat Ozer, Yuchen Wang, Grace Wu, Daniel Dosti, Honghao Zhang, Vivi De La Rue

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 "Echo Chamber" of AI

Imagine you are trying to solve a very difficult puzzle. You make a mistake, but instead of asking a friend for help, you are forced to look at your own mistake, write a note to yourself about what went wrong, and then try again.

This is how the original Reflexion system works. It's like a student taking a test alone in a room. If they get a question wrong, they write a note saying, "I got this wrong because I missed a detail," and then they try again.

The researchers found a major flaw in this approach: The student is too stuck in their own way of thinking.

  • If the student made a mistake because they misunderstood the rules, their self-note often just repeats that same misunderstanding.
  • They end up in an "echo chamber," where they keep making the exact same error over and over, justifying it with slightly different words.
  • In the paper's technical terms, this is called "degeneration of thought." The AI gets stuck in a loop of bad reasoning.

The Solution: The "Panel of Experts"

To fix this, the authors created Multi-Agent Reflexion (MAR).

Instead of one student talking to themselves, imagine the AI is now a team of experts sitting around a table to solve the problem. When the team makes a mistake, they don't just write a note; they hold a structured debate.

Here is how the new system works, step-by-step:

  1. The Actor (The Doer): One AI tries to solve the problem first.
  2. The Failure: If the answer is wrong, the system doesn't just ask the "Doer" to fix it.
  3. The Debate (The Critics): The system calls in a team of different "personas" (specialized AI characters). Think of them like:
    • The Skeptic: Someone who doubts everything and looks for hidden traps.
    • The Logician: Someone who checks if the steps actually make sense mathematically.
    • The Creative: Someone who suggests wild, alternative ideas.
    • The Verifier: Someone who checks if the answer matches the exact rules.
  4. The Judge: A "Judge" AI listens to all these different experts argue. It doesn't just pick a winner; it synthesizes their arguments into one clear, high-quality lesson.
  5. The Retry: The "Doer" AI gets this new, rich lesson and tries again. Because the lesson came from a diverse group, it is much more likely to spot the real mistake rather than just repeating the old one.

The Results: Does It Work?

The researchers tested this on two very different types of challenges:

  • The "Detective" Test (HotPotQA): This involves answering questions that require connecting clues from multiple different documents.

    • The Result: The single-AI system (Reflexion) got about 44% of the answers right. The new "Panel of Experts" system (MAR) got 47% right.
    • Note: The authors admit this improvement was smaller than hoped, partly because the grading system for these questions is very strict about tiny formatting details (like a missing period), which sometimes penalized correct reasoning.
  • The "Coder" Test (HumanEval): This involves writing computer code that has to pass hidden tests.

    • The Result: The single-AI system got 76.4% of the code working. The new "Panel of Experts" system got 82.6% working.
    • Why it worked better here: Coding errors are often logical loops or off-by-one mistakes. The "Skeptic" and "Logician" personas were very good at spotting these specific types of errors that a single AI kept missing.

The Catch: It Costs More

The paper is honest about the downside.

  • The Price of Debate: Having a whole team argue takes a lot more energy and time than one person thinking alone.
  • The Cost: The new system uses about 3 times more computing power (and costs 3 times more money in API fees) than the original system because it has to run multiple AI models to hold the debate.

The Bottom Line

The paper argues that while AI is getting smarter, it still struggles to learn from its own mistakes because it gets stuck in its own habits. By forcing the AI to argue with different versions of itself, it breaks out of those bad habits, finds better solutions, and becomes more reliable—though it does so at a higher cost.

It's the difference between a solo artist trying to fix a painting alone versus a whole art critique team pointing out exactly what's wrong and how to fix it.

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 →