Think Consistently, Reason Efficiently: Energy-Based Calibration for Implicit Chain-of-Thought
Zhikang Chen, Sen Cui, Deheng Ye, Yu Zhang, Yatao Bian, Tingting Zhu
TL;DR
This work tackles the inconsistency and inefficiency of implicit chain-of-thought by introducing EBM-CoT, which uses an energy-based model to calibrate latent thought embeddings during reasoning. By performing Langevin-based refinement of latent states and jointly training an energy function with the language model objective, the approach achieves higher reasoning consistency and competitive accuracy without updating the base models. Empirical results across mathematical, commonsense, and symbolic tasks show strong single-chain performance close to multi-chain ensembles, with substantial gains in stability and efficiency. The method offers a principled bridge between implicit latent reasoning and explicit generation, enabling more reliable multi-step reasoning in large language models.
Abstract
Large Language Models (LLMs) have demonstrated strong reasoning capabilities through \emph{Chain-of-Thought} (CoT) prompting, which enables step-by-step intermediate reasoning. However, explicit CoT methods rely on discrete token-level reasoning processes that are prone to error propagation and limited by vocabulary expressiveness, often resulting in rigid and inconsistent reasoning trajectories. Recent research has explored implicit or continuous reasoning in latent spaces, allowing models to perform internal reasoning before generating explicit output. Although such approaches alleviate some limitations of discrete CoT, they generally lack explicit mechanisms to enforce consistency among reasoning steps, leading to divergent reasoning paths and unstable outcomes. To address this issue, we propose EBM-CoT, an Energy-Based Chain-of-Thought Calibration framework that refines latent thought representations through an energy-based model (EBM). Our method dynamically adjusts latent reasoning trajectories toward lower-energy, high-consistency regions in the embedding space, improving both reasoning accuracy and consistency without modifying the base language model. Extensive experiments across mathematical, commonsense, and symbolic reasoning benchmarks demonstrate that the proposed framework significantly enhances the consistency and efficiency of multi-step reasoning in LLMs.
