Depth-Entropy Guided Sampling (DEGS) has emerged as a significant advancement in training-free reasoning for large language models (LLMs). This innovative technique, introduced by researchers Zibin Meng, Peng Xie, and Kani Chen, was detailed in a paper submitted on June 19, 2026. The method leverages layer-wise entropy collapse to improve reasoning accuracy without the need for extensive training or curated data.
Understanding Depth-Entropy Guided Sampling
The traditional approach to enhancing LLMs often relies on reinforcement learning (RL), which is both costly and data-intensive. DEGS offers a novel alternative by focusing on the internal dynamics of transformer models during the test phase. By analyzing the entropy of model outputs at different layers, the researchers have identified that stronger reasoning capabilities correlate with a phenomenon known as “late collapse.”
This late collapse indicates that the entropy remains high through the initial layers, only converging in the deeper layers of the model. The authors propose a joint objective function that combines sequence likelihood with a depth-entropy structure, allowing for more effective sampling.
Performance and Benchmarks
In extensive testing across three open-weight models and four reasoning benchmarks, DEGS has demonstrated state-of-the-art accuracy in training-free settings. The method exhibits significant improvements particularly in challenging out-of-domain scenarios and harder data splits, where traditional likelihood-based methods typically falter.



