Cross-Model Consensus Outperforms Reward Models for LLM Reasoning

Ning Liu· July 14, 2026 View original

Summary

This research introduces "LLMs as a Jury," a method where cross-model consensus, the agreement among independently trained LLMs, is used to select correct answers from reasoning chains. This free, inference-time signal outperforms self-consistency and trained reward models, especially outside their training domain, by leveraging error decorrelation.

Selecting the most accurate answer from a pool of candidate reasoning chains is critical for scaling Large Language Model (LLM) performance at test-time. Current selection methods, such as self-consistency or trained reward models, each have drawbacks: self-consistency inherits the errors of a single model, while reward models require labeled data and often struggle with out-of-distribution generalization. This paper explores a novel, inference-time free signal: cross-model consensus. The "LLM-jury" approach treats a panel of independently trained models as a jury, where the structure of their agreement, rather than any individual model's score, serves as the verification signal. Across seven benchmarks, this method consistently selects correct answers more effectively than self-consistency and significantly better than a model attempting to score its own candidates. For instance, on competition math problems, it nearly closes the entire gap to an oracle selector. The underlying mechanism is "error decorrelation": independently trained models tend to make different mistakes, causing incorrect answers to scatter while the correct answer accumulates agreement. A parameter-free law derived in the paper accurately predicts consensus accuracy and identifies a "shared-error floor" where models might collectively hold a misconception. Compared to four trained verifiers, the LLM-jury matches the strongest within their training domain and emerges as the superior selector outside it, offering a transparent and predictable verification method.

Why it matters

Professionals can significantly improve the reliability and accuracy of LLM-generated reasoning and solutions, especially in critical applications like complex problem-solving, code generation, or scientific inquiry, without the need for costly labeled data or complex reward model training.

How to implement this in your domain

  1. 1Implement cross-model consensus as a verification step for critical LLM-generated outputs in your applications.
  2. 2Experiment with using multiple independently trained LLMs to generate candidate solutions for complex problems.
  3. 3Evaluate the "error decorrelation" principle by analyzing the types of errors made by different LLMs on your specific tasks.
  4. 4Consider integrating this "LLM-jury" approach to enhance the robustness of your AI systems, particularly for out-of-distribution scenarios.

Who benefits

Software DevelopmentResearchEducationLegalConsulting

Key takeaways

  • Cross-model consensus can effectively select correct LLM reasoning chains.
  • It outperforms self-consistency and trained reward models, especially out-of-domain.
  • The method leverages error decorrelation among independently trained LLMs.
  • A parameter-free law predicts consensus accuracy and identifies shared error limitations.

Original post by Ning Liu

"arXiv:2607.10139v1 Announce Type: new Abstract: Selecting the correct answer from a pool of candidate reasoning chains is the engine of test-time scaling, yet the standard selectors each carry a cost: self-consistency inherits the errors of the single model it resamples, and trai…"

View on X

Originally posted by Ning Liu on X · view source

Want to go deeper?

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

Explore courses