Do explanations generalize across large reasoning models?
Koyena Pal, David Bau, Chandan Singh
TL;DR
The paper investigates whether chain-of-thought explanations generalize across large reasoning models by formalizing cross-model generalization as cross-model consistency. It introduces four CoT elicitation modes (Empty, Default, Transfer, Ensemble) and a sentence-level ensembling strategy, showing that CoTs can increase cross-model consistency even when the explanations lead to incorrect answers. Human studies reveal that more generalizable CoTs align with user preferences, and reinforcement-learning post-training further enhances cross-model consistency, though not always transfer accuracy. The work provides a practical framework and actionable techniques for evaluating and enhancing generalizable CoTs, with implications for AI-assisted discovery, education, and safety-driven model supervision.
Abstract
Large reasoning models (LRMs) produce a textual chain of thought (CoT) in the process of solving a problem, which serves as a potentially powerful tool to understand the problem by surfacing a human-readable, natural-language explanation. However, it is unclear whether these explanations generalize, i.e. whether they capture general patterns about the underlying problem rather than patterns which are esoteric to the LRM. This is a crucial question in understanding or discovering new concepts, e.g. in AI for science. We study this generalization question by evaluating a specific notion of generalizability: whether explanations produced by one LRM induce the same behavior when given to other LRMs. We find that CoT explanations often exhibit this form of generalization (i.e. they increase consistency between LRMs) and that this increased generalization is correlated with human preference rankings and post-training with reinforcement learning. We further analyze the conditions under which explanations yield consistent answers and propose a straightforward, sentence-level ensembling strategy that improves consistency. Taken together, these results prescribe caution when using LRM explanations to yield new insights and outline a framework for characterizing LRM explanation generalization.
