CLAIJun 19

Denoising Iterative Self-Correction: Structured Verification Loops for Reliable LLM Reasoning

arXiv:2606.217246.6
Predicted impact top 96% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners needing reliable multi-step reasoning from LLMs, DISC offers a test-time method that significantly improves the precision-recall trade-off in self-correction.

DISC introduces a structured verification loop with a binary judgment gate to improve LLM reasoning by iteratively denoising errors, achieving 81.6% accuracy on BIG-Bench Mistake with 13x more improvements per degradation than Chain-of-Verification.

Large language models produce fluent but often incorrect multi-step reasoning, and naive correction methods risk degrading already-correct answers. We introduce Denoising Iterative Self-Correction (DISC), a test-time procedure that treats verification question outputs as noisy measurements of where a solution may be corrupted. Using these signals, DISC progressively reduces errors across multiple verify-judge-correct passes, analogous to traditional iterative denoising. A binary judgment gate controls correction precision by blocking rewrites that would damage already-correct answers while the verifier and corrector together repair errors. We evaluate this trade-off using two paired diagnostics: an improvement-to-degradation ratio (precision) and a repair rate (recall). Across three benchmarks (BIG-Bench Mistake, HotpotQA, GPQA Diamond) and four models, DISC dominates Chain-of-Verification and Self-Refine on the precision-recall trade-off, reaching 81.6% accuracy with 13x more improvements per degradation than Chain-of-Verification and 5x more than Self-Refine on BIG-Bench Mistake (Sonnet~4.5). On GPQA Diamond, we identify a capability floor below which judges acknowledge contradictions in evidence but cannot translate that recognition into a correction. We further show that cross-model role allocation -- assigning verification and judgment to a model different from the generator -- mitigates self-confirmation bias.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes