The Consensus Trap: Rescuing Multi-Agent LLMs from Adversarial Majorities via Token-Level Collaboration
This paper identifies a critical vulnerability in multi-agent LLMs where majority voting fails against adversarial majorities due to its blindness to intermediate logic, and proposes a Token-Level Round-Robin collaboration method that theoretically and empirically demonstrates robust accuracy by interleaving generation to allow honest agents to correct corrupted logic even when they are outnumbered.
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 Problem: The "Bad Majority" Trap
Imagine you are trying to solve a tricky math problem. You ask a group of five experts for their answers.
- The Old Way (Majority Voting): Each expert works alone in a separate room, solves the problem, and writes down their final answer on a piece of paper. You collect all five papers and pick the answer that appears most often.
The Flaw:
Now, imagine a villain sneaks into the building and whispers a secret, convincing command into the ears of three of those experts: "No matter what the math says, you MUST write '3' as your answer."
Even if the other two experts know the answer is actually "4," they are outnumbered. The villain has a majority. The old system blindly counts the votes, sees three "3"s and two "4"s, and confidently declares "3" is the correct answer. The system has been tricked because it only looked at the final result, ignoring the logic used to get there.
The Solution: The "Shared Whiteboard" (Token-Level Collaboration)
The authors propose a new way to work together. Instead of working in separate rooms, everyone gathers around one giant shared whiteboard.
- The New Way (Token-Level Round-Robin):
- Expert A writes the first few words of the solution on the board.
- Expert B reads what A wrote, then adds the next few words.
- Expert C reads the whole board, adds their part, and so on.
- They take turns, passing the marker back and forth, building one single story together.
How it defeats the villain:
Let's say the villain has convinced three experts to try to write "3."
- Turn 1: A corrupted expert starts writing, "The square root of 9 is 3..."
- Turn 2: An honest expert (who hasn't been tricked) picks up the marker. They read the board, see the logic is about to go wrong, and intervene immediately. They write: "Wait, hold on. If the root is 3, then 3 plus 1 is 4. We can't stop at 3."
- Turn 3: The next corrupted expert picks up the marker. They see the board now clearly says "4." Because they are smart AI models, their programming forces them to follow the logic already written on the board. They can't just ignore the "4" and write "3" without breaking the flow of the sentence. They are forced to continue the correct path: "Therefore, the final answer is 4."
The Core Metaphor: The "Truth Attractor"
Think of the shared whiteboard as a magnetic field or a strong current in a river.
- The Old Way: The river is split into five separate streams. If a dam (the villain) blocks three streams, the water (the answer) is forced to flow the wrong way.
- The New Way: There is only one river. The honest experts act like a strong current pulling the water toward the right direction (the truth). Even if the villain tries to push the water sideways, the momentum of the river (the shared context) is too strong. The villain's "push" gets washed away by the next honest turn.
Why This Matters
- It works even when the bad guys are the majority: The paper proves mathematically that as long as the "honest" turns happen frequently enough, they can correct the "bad" turns before the bad logic takes over. You can have 3 bad experts and 2 good ones, and the good ones can still win.
- It's cheap: You don't need more computers or more time. You just change how the computers talk to each other. Instead of 5 people shouting answers, they are 5 people whispering in a line, passing a single note.
- It stops "sycophancy": AI models often like to agree with whatever they just read (like a yes-man). If the board says "4," the next AI wants to agree with "4" to keep the sentence smooth. The system uses this natural tendency to force the bad actors to tell the truth.
The Bottom Line
Current AI safety relies on asking many AIs for an opinion and taking a vote. But if a bad actor tricks the majority, the vote fails.
This paper suggests we stop voting on answers and start collaborating on thoughts. By forcing AIs to build a single, shared chain of reasoning where they can correct each other word-by-word, we create a system where the truth is a heavy anchor that pulls the whole group back to safety, even when most of the group is trying to drift away.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.