Search papers, labs, and topics across Lattice.
This study investigates the disparity between large reasoning models' (LRMs) abilities to produce and evaluate reasoning, revealing a significant production-evaluation gap. Using the Valid-Answer-Invalid-Reasoning (VAIR) dataset, the authors find that while humans only exhibit a 6% decline in grading accuracy compared to solving problems, LRMs score as low as 48% in evaluating reasoning despite achieving near-perfect solution production. The research identifies an answer confirmation bias in LRMs, where they prioritize confirming correct answers over critically assessing the reasoning process, highlighting a critical limitation in current reasoning training methodologies.
LRMs may ace problem-solving but falter dramatically in reasoning evaluation, scoring only 48% on flawed solutions that humans handle with ease.
Studies of human reasoning have shown that people are typically stronger at evaluating reasoning than producing it from scratch. In contrast, large reasoning models (LRMs) are trained to excel at producing long chains of reasoning to solve complex problems. How then do LRMs perform at evaluating reasons? We investigate this with the Valid-Answer-Invalid-Reasoning (VAIR) dataset: math problems and solutions with trivial reasoning flaws but valid answers, designed to isolate reasoning evaluation from the confound of reasoning production. Unlike humans, who we find are only 6% worse at grading than solving such problems, we find a substantial production-evaluation gap in LRMs: frontier models score as low as 48% when evaluating VAIR solutions, despite near-perfect solution production. Why this enigma? Through chain-of-thought (CoT) analysis, we find evidence of an answer confirmation bias: LRMs often produce then check for the correct answer instead of carefully verifying each step, fabricating rationalizations even when noticing anomalous reasoning. Linear probes corroborate this, showing that while LRM activations encode some representation of valid reasoning, they fail to robustly represent VAIR solutions as invalid. Causal patching of the final answer's representations causes LRM verdicts and activations to flip, demonstrating that answer validity is responsible for models' confirmation biases. These findings indicate an outstanding limitation in dominant approaches to reasoning training, which incentivize LRMs to produce and confirm reasoning towards correct answers, but not to robustly evaluate the underlying reasons.