RAudit: A Blind Auditing Protocol for Large Language Model Reasoning
Edward Y. Chang, Longling Geng
TL;DR
RAudit presents a blind auditing protocol to diagnose large language model reasoning without ground-truth access, regulating inference-time deliberation via a regulated search loop. It combines a Reasonableness Dial with four CRIT pillars and an Information Dial to track convergence, supported by a PID controller that yields bounded correction and $O(\log(1/\varepsilon))$ termination. Across CAP-GSM8K and CausalL2 benchmarks, RAudit reveals four mechanisms—Latent Competence Suppression, False Competence Trap, Complexity-Vulnerability Tradeoff, and Iatrogenic Critique—that challenge the assumption that greater feedback yields better outputs. The results also show latent competence can be recovered through blind audit, but certain causal tasks exhibit strong iatrogenic effects under authoritative critique, indicating limits to process verification and prompting careful deployment considerations. Overall, RAudit offers a principled, ground-truth-free diagnostic framework with formal guarantees and actionable insights into the robustness and brittleness of LLM reasoning under social framing and critique.
Abstract
Inference-time scaling can amplify reasoning pathologies: sycophancy, rung collapse, and premature certainty. We present RAudit, a diagnostic protocol for auditing LLM reasoning without ground truth access. The key constraint is blindness: the auditor evaluates only whether derivation steps support conclusions, enabling detection of trace-output inconsistency and, when latent competence exists, its recovery. RAudit measures process quality via CRIT-based reasonableness scores and varies critique formulation to study how social framing affects model response. We prove bounded correction and $O(\log(1/ε))$ termination. Experiments on mathematical reasoning (CAP-GSM8K) and causal judgment (CausalL2) reveal four mechanisms explaining model unreliability: (1) Latent Competence Suppression, where models derive correct answers then overwrite them under social pressure; (2) The False Competence Trap, where weaker judges mask sycophancy that stronger judges expose; (3) The Complexity-Vulnerability Tradeoff, where causal tasks induce more than 10 times higher sycophancy than mathematical tasks; and (4) Iatrogenic Critique, where authoritative correction harms weaker models. These findings challenge assumptions that capability implies robustness and that stronger feedback yields better outputs.
