← Latest papers
💬 NLP

Decomposing Wrong-Consensus Agreement in LLM Self-Consistency: A GPT-4.1 Case Study

This paper quantitatively analyzes the erratic performance of LLM self-consistency voting by introducing a "pluralistic agreement index" that decomposes consensus into mechanical preference-driven and residual components, revealing that while shared biases dominate on multiple-choice tasks, unexplained heterogeneity persists on open-domain problems and high agreement does not guarantee correctness.

Original authors: Lizhuo Zhang, Mengmeng Tang, Chenfeng Long, Xiaoyong Tang, Xiang Luo

Published 2026-08-20
📖 5 min read🧠 Deep dive

Original authors: Lizhuo Zhang, Mengmeng Tang, Chenfeng Long, Xiaoyong Tang, Xiang Luo

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

In the world of artificial intelligence, large language models are often treated as oracle-like machines that can solve complex problems by thinking through them. To make these systems more reliable, researchers developed a technique called self-consistency. The idea is simple: instead of asking the model for a single answer, you ask it the same question many times and let the answers vote. If the model produces the same answer most of the time, the assumption is that this consensus is likely correct. This method has become a standard tool for improving accuracy, operating on the intuitive belief that agreement among many attempts signals truth. However, this belief faces a stubborn reality: sometimes, a model can agree with itself very strongly and still be completely wrong. This happens most often with difficult questions, where the model might confidently settle on a plausible but incorrect answer, creating a false sense of security. Understanding why this happens is crucial, because if we cannot distinguish between a confident correct answer and a confident wrong one, we cannot trust these systems in high-stakes situations.

A recent study by researchers at Hunan Agricultural University and the Yuelushan Laboratory investigates this specific failure mode using a powerful new model, GPT-4.1. Rather than just observing that errors happen, the team designed a way to measure exactly how much of that wrong agreement comes from the nature of the question itself versus a deeper, shared flaw in the model's thinking. They treated the problem like a forensic audit of the model's voting process using public per-run data from a prior release. When the model gets a question wrong, they asked: is the group of wrong answers clustering together simply because there is one very attractive wrong option that everyone picks, or is there something else causing them to agree on the wrong path? To answer this, they created a simulation where they could strip away the model's specific preferences for certain answers and see what agreement remained.

The researchers found that the answer depends heavily on the type of question being asked. When the model faced multiple-choice questions with a fixed set of options, the story was relatively straightforward. In these cases, the strong agreement on a wrong answer was almost entirely explained by the fact that the model had a mechanical preference for a specific, attractive distractor. The model was essentially drawn to the same wrong door every time, and the voting system simply reflected that single attraction. In these scenarios, the "shared bias" that causes the error was captured by the model's individual preference for that specific wrong option. The study showed that for these multiple-choice tasks, the model's internal preference explained between 81% and 93% of the wrong consensus. This suggests that on constrained tasks, the error is not a mysterious, correlated failure of the whole group, but rather a predictable attraction to a specific trap.

However, the picture changed dramatically when the researchers looked at open-ended questions, such as those found in math competitions where there is no list of choices to pick from. Here, the model's internal preference for a specific answer explained only about 59% to 78% of the agreement. A significant portion of the wrong consensus remained unexplained even after accounting for the model's preferences. This leftover agreement suggests that when the model is generating its own answers from scratch, it is not just picking a popular wrong option; the different attempts are somehow coordinating to land on the same error in a way that goes beyond simple preference. The researchers noted that this unexplained agreement was consistent with the idea that the model carries a shared, systematic bias from its training that causes it to make the same mistake repeatedly, even when it tries to think differently.

The study also confirmed that high agreement is not a guarantee of correctness. The researchers looked at the most confident groups of answers—those where the model agreed with itself almost perfectly—and found that even in these cases, the accuracy was far from perfect. On the hardest questions, the most agreed-upon answers were correct only about 42% to 83% of the time. This means that even when the model is extremely consistent, it is still wrong a significant portion of the time. Furthermore, the study showed that on difficult questions, using the voting method could actually make performance worse than just taking a single guess. This "backfire" effect was most pronounced on the hardest problems, where the model's tendency to agree on a wrong answer was strong enough to override the occasional correct guess.

Ultimately, this research reframes how we should view the confidence of an AI. The study demonstrates that agreement is not a certification of truth, but rather a graded signal that must be interpreted with caution. On multiple-choice tests, a wrong consensus is often just the model latching onto a single attractive wrong answer. But on open-ended tasks, a wrong consensus can hide a deeper, unexplained correlation where the model's different attempts reinforce each other's errors. The researchers conclude that while self-consistency is a useful tool, it has a ceiling: it can lift accuracy significantly over a single guess, but it cannot push it to perfection, especially when the questions are hard. The findings suggest that we must stop treating high agreement as a green light for correctness and start treating it as a nuanced piece of evidence that requires further scrutiny, particularly when the model is generating its own answers without a fixed set of choices.

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 →