CoT-Kinetics: A Theoretical Modeling Assessing LRM Reasoning Process
Jinhe Bi, Danqi Yan, Yifan Wang, Wenke Huang, Haokun Chen, Guancheng Wan, Mang Ye, Xun Xiao, Hinrich Schuetze, Volker Tresp, Yunpu Ma
TL;DR
This work tackles the challenge of evaluating the soundness of chain-of-thought reasoning in LRMs by introducing CoT-Kinetics energy, a theory-grounded metric that treats internal reasoning token dynamics as a discrete kinetic process regulated by transformer layers. The energy combines semantic momentum, semantic curvature, and an entropy term derived from internal states to produce a scalar score reflecting reasoning soundness without external supervision. Extensive experiments across seven open-source LRMs and six benchmarks (including multilingual MGSM) demonstrate that CoT-Kinetics energy aligns more closely with answer correctness than existing baselines, and exhibits strong generalization across domains and languages. The framework offers a principled, training-free tool for assessing and potentially guiding LRM reasoning, with practical implications for reliability and interpretability in complex reasoning tasks.
Abstract
Recent Large Reasoning Models significantly improve the reasoning ability of Large Language Models by learning to reason, exhibiting the promising performance in solving complex tasks. LRMs solve tasks that require complex reasoning by explicitly generating reasoning trajectories together with answers. Nevertheless, judging the quality of such an output answer is not easy because only considering the correctness of the answer is not enough and the soundness of the reasoning trajectory part matters as well. Logically, if the soundness of the reasoning part is poor, even if the answer is correct, the confidence of the derived answer should be low. Existing methods did consider jointly assessing the overall output answer by taking into account the reasoning part, however, their capability is still not satisfactory as the causal relationship of the reasoning to the concluded answer cannot properly reflected. In this paper, inspired by classical mechanics, we present a novel approach towards establishing a CoT-Kinetics energy equation. Specifically, our CoT-Kinetics energy equation formulates the token state transformation process, which is regulated by LRM internal transformer layers, as like a particle kinetics dynamics governed in a mechanical field. Our CoT-Kinetics energy assigns a scalar score to evaluate specifically the soundness of the reasoning phase, telling how confident the derived answer could be given the evaluated reasoning. As such, the LRM's overall output quality can be accurately measured, rather than a coarse judgment (e.g., correct or incorrect) anymore.
