首页 > AI前沿 > One Axis, No Brake: Self-Knowledge Limits the Filtering of Harmful Peer Conformity in LLMs

One Axis, No Brake: Self-Knowledge Limits the Filtering of Harmful Peer Conformity in LLMs

arXiv机器学习 2026-07-18 03:57 2 阅读 查看原文

Multi-agent LLM systems are expected to be more reliable because agents can catch each other's mistakes.

But peer pressure cuts both ways: the same correction that fixes a wrong answer can overturn a right one.

The tempting safeguard is a brake that keeps the beneficial revisions and blocks the harmful ones.

We show this brake is hard to build, for a simple reason: a revision is harmful exactly when the original answer was right, so deciding whether to block it is the same as knowing whether the model was already correct.

This turns the open-ended hunt for a brake into one measurable quantity, the model's self-knowledge: any brake built from a deploy-time signal is a correctness probe in disguise, and self-knowledge is far from perfect (AUROC $\approx 0.64$--$0.89$ across six model families).

We call this ceiling the wall. Even white-box steering of the model's own correctness direction does not breach it: it changes how often the model revises, but harmful and beneficial revisions move together.

At population scale the wall becomes the cliff: when most agents start wrong, debate amplifies the shared mistake into a confident, wrong consensus.

In our multiple-choice societies, more agents, more model diversity, and a stronger member do not fix it.

What helps is adding information before the revision, not filtering after it.

Local agreement is not global correctness.