CLFeb 16

Measuring and Mitigating Post-hoc Rationalization in Reverse Chain-of-Thought Generation

arXiv:2602.14469v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses a critical issue in AI interpretability for researchers and practitioners by mitigating biases in generated explanations, though it is incremental as it builds on existing reverse chain-of-thought methods.

The paper tackles the problem of post-hoc rationalization in Reverse Chain-of-Thought Generation, where models produce biased reasoning traces anchored to answers, and finds that a proposed Structural Skeleton-guided Reasoning method reduces anchoring by up to 10% compared to baselines while maintaining generalization.

Reverse Chain-of-Thought Generation (RCG) synthesizes reasoning traces from query-answer pairs, but runs the risk of producing post-hoc rationalizations: when models can see the answer during generation, the answer serves as a cognitive anchor that shapes the entire explanation. We formalize this phenomenon through a three-level measurement hierarchy: lexical, entropic, and probabilistic anchoring, each captures surface artifacts, entropy dynamics, and latent answer dependence, respectively. We analyze semantic suppression, the intuitive mitigation strategy that instructs models to ignore the answer, to find out its counterproduction: while it reduces lexical overlap, it paradoxically increases entropic and probabilistic anchoring. Drawing on Ironic Process Theory from cognitive psychology, we attribute this failure to active monitoring of the forbidden answer, which inadvertently deepens dependence on it. To break this cycle, we propose Structural Skeleton-guided Reasoning (SSR), a two-phase approach that first generates an answer-invariant functional skeleton structure, then uses this skeleton to guide full trace generation. By redirecting the information flow to structural planning rather than answer monitoring, SSR consistently reduces anchoring across all three levels. We further introduce Distilled SSR (SSR-D), which fine-tunes models on teacher-generated SSR traces to ensure reliable structural adherence. Experiments across open-ended reasoning benchmarks demonstrate that SSR-D achieves up to 10% improvement over suppression baselines while preserving out-of-distribution (OOD) generalization.

Foundations

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

Your Notes