Decodability Predicts LLM Hidden-State Selection Efficacy Over Voting

Zhixiang wang, Ziliang Hong, Ulas Bagci· August 19, 2026 View original

Key takeaways

  • Majority voting for LLM answers can be unreliable on difficult questions.
  • CASE uses hidden-state selection to improve answer accuracy.
  • "Decodability" predicts when hidden-state selection outperforms voting.
  • This method significantly enhances LLM performance on complex tasks.

Who benefits

HealthcareBFSILegalAI DevelopmentCustomer Service

Summary

Researchers developed CASE, a dynamic selection combiner for LLMs that uses a "decodability" criterion to predict when hidden-state selection outperforms majority voting for combining sampled answers. Decodability measures how well a model's hidden states can rank correct answers, proving more reliable than traditional probes.

When large language models (LLMs) generate multiple possible answers to a question, combining these into a single, definitive decision is crucial. Traditionally, majority voting is used, but this method often fails on complex questions where sampled answers share similar errors, potentially leading to incorrect conclusions even with more samples. A new approach, Correctness-Axis SElection (CASE), offers an alternative by selecting candidates based on a correctness signal derived from the model's hidden states. The core innovation of CASE is "decodability," a novel, leakage-free metric that predicts whether hidden-state selection will outperform majority voting. Decodability quantifies how effectively a linear gate trained on the answer-token hidden state can rank correct candidates above incorrect ones. Unlike conventional probes, which can appear accurate due to question-identity leakage, decodability provides a robust prediction criterion. Evaluations across general and medical LLMs showed that CASE significantly improves accuracy over voting, particularly on medium-difficulty (up to 19 points) and hard questions (up to 16.8 points). Decodability's predictive power, with a Pearson correlation of r=0.75, allows practitioners to determine in advance when to trust learned selection over simple voting, making LLM decision-making more reliable.

Why it matters

Improving the reliability of LLM decision-making, especially on complex questions, is critical for professionals deploying AI in sensitive applications like healthcare, finance, or legal tech.

How to implement this in your domain

  1. 1Evaluate current LLM answer aggregation strategies, especially for difficult or critical questions.
  2. 2Investigate implementing hidden-state selection techniques like CASE for improved accuracy.
  3. 3Utilize decodability as a metric to pre-assess the suitability of hidden-state selection for specific tasks and models.
  4. 4Develop internal guidelines for LLM answer fusion based on question difficulty and model characteristics.

Original post by Zhixiang wang, Ziliang Hong, Ulas Bagci

"arXiv:2608.17124v1 Announce Type: new Abstract: Combining the answers a large language model (LLM) samples for a question into one decision is a test-time information fusion problem, usually solved by majority voting. Voting is unreliable on difficult questions, where the sampled…"

View on X

Originally posted by Zhixiang wang, Ziliang Hong, Ulas Bagci on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools