← Latest papers
🤖 AI

When Self-Consistency Backfires: Majority Vote Hurts the Majority of Hard Science Problems for Small LLMs

This paper demonstrates that for small instruction-tuned LLMs on hard science problems, self-consistency via majority voting often reduces accuracy compared to single-sample inference because high agreement among generated answers does not reliably correlate with correctness.

Original authors: Utkarsh Bahuguna

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

Original authors: Utkarsh Bahuguna

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

Imagine you are trying to solve a really tricky riddle. You ask a friend for the answer, but they seem unsure. So, you ask them the same riddle ten times. If they give you the same answer eight times, you probably think, "Okay, they must be right!" This is a bit like how modern computer brains, called Large Language Models (LLMs), try to get smarter. Instead of just guessing once, they are often told to "think" about a problem many times, generating different chains of thoughts, and then pick the answer that shows up most often. This technique is called Self-Consistency. It's like asking a crowd for a vote; the idea is that the "majority vote" will almost always be the correct one.

Why does this matter? Because these computer brains are getting used to solve hard science problems, from biology to physics. If the "crowd voting" trick works, we can just let the computer think longer and harder to get better results. But what if the crowd is actually wrong? What if the computer is so confident in a wrong answer that asking it more times just makes it dig its heels in deeper? That is the scary question this paper asks. The researchers wanted to know: On the hardest science questions, does asking the computer to vote on its own answers actually help, or does it accidentally make things worse?


The Great Voting Backfire

In this study, the researchers tested two popular, smaller computer brains (one called Qwen2.5-7B and the other Llama-3-8B) on a very tough test called GPQA Diamond. This test has 198 graduate-level science questions in biology, chemistry, and physics. It's the kind of stuff that would make a college senior sweat.

The team used a clever, pre-planned method to see what happens when they let these models "vote" on their own answers. They asked the models to generate up to 64 different attempts at solving each problem and then took the most common answer (the majority vote).

Here is the twist: The majority vote backfired.

Instead of getting smarter, the computer brains actually got worse on most of the problems.

  • For the Qwen model, the voting method hurt the accuracy on 56.6% of the problems.
  • For the Llama model, it hurt 65.7% of the problems.

Think of it like this: Imagine a student taking a hard math test. They are unsure about a question, so they ask themselves, "What's the answer?" ten times. If they happen to make the same mistake in their head eight times, the "majority vote" tells them to pick that wrong answer with high confidence. The more they ask themselves, the more convinced they become of the wrong answer. The paper calls this "backfire." It turns out that on these hard science questions, the computer's confidence is a liar.

The "Oracle" Dream vs. Reality

The researchers then asked a practical question: "Can we build a cheap, smart filter to tell us when to vote and when to just guess once?"

They imagined a perfect "Oracle" (a magical guide that knows the right answer). If this Oracle could look at each problem and say, "For this one, vote 64 times," or "For that one, just guess once," the models could have improved their scores by 14 to 17 percentage points. That's a huge jump!

But the researchers tested two real-world, "verifier-free" signals to see if they could act as a cheap substitute for this magical Oracle:

  1. The Agreement Gate: "If the answers agree with each other enough, trust the vote."
  2. The Entropy Gate: "If the computer seems 'uncertain' (high entropy), don't vote; if it seems 'sure' (low entropy), vote."

The result? Both gates failed.
Neither method could get close to the magical Oracle's potential. In fact, using these gates didn't improve the score at all compared to just blindly voting 64 times. The "Agreement Gate" was so useless that it barely moved the needle (less than 0.002 difference). The "Entropy Gate" was also a dead end.

Why Did It Happen?

The paper explains that the problem is simple but frustrating: Confidence does not equal correctness.

On these hard science problems, the computer models often get stuck on a wrong answer. When they generate 64 answers, they might generate that same wrong answer 50 times. The "majority vote" sees 50 votes for the wrong answer and says, "This must be right!" The computer is confidently wrong.

The researchers looked at the data and found something funny about the Llama model: The problems where the answers agreed the most were actually the least accurate. The more the computer agreed with itself, the more likely it was to be wrong. It's like a group of friends all agreeing on a terrible movie plot; the more they agree, the more you know the plot is nonsense.

What This Means

The paper concludes that for these specific, hard science problems, you cannot just assume that "more thinking" or "voting" will help.

  • The Bad News: If you rely on the computer's own agreement to decide if it's right, you might be tricked. The "majority" is often wrong.
  • The Good News: We know exactly why it fails (confidence doesn't track correctness), and we know that simple tricks like checking for agreement or uncertainty won't fix it.
  • The Open Question: The researchers didn't test the newest, "reasoning-native" models (the super-smart ones designed specifically for logic). They leave that as a mystery for the future. Maybe those new models won't backfire? We don't know yet.

In short, on the hardest science questions, asking a computer to vote on its own answers often just locks in its mistakes. To get the real benefits, we might need a smarter way to check the work, not just a louder vote.

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 →