🤖 AI Summary
Large language models (LLMs) often exhibit unstable performance in complex instruction following due to *reasoning laziness*—a tendency to prematurely terminate or oversimplify reasoning chains. To address this, we propose Light-IF, the first framework to systematically model *dynamic preview* and *self-checking* mechanisms. Light-IF jointly optimizes chain-of-thought rigor and generalization via entropy-preserving supervised fine-tuning (Entropy-SFT) and token-level entropy-adaptive reinforcement learning (TEA-RL). High-quality training data is constructed through complex constrained instruction generation followed by rigorous filtering, further enhanced by rejection sampling. Experiments across multiple model scales demonstrate substantial improvements in instruction-following fidelity. Notably, the 32B Light-IF variant outperforms larger models—including DeepSeek-R1 and Doubao-1.6—on benchmark tasks, empirically validating that dynamic self-checking effectively mitigates reasoning laziness.
📝 Abstract
While advancements in the reasoning abilities of LLMs have significantly enhanced their performance in solving mathematical problems, coding tasks, and general puzzles, their effectiveness in accurately adhering to instructions remains inconsistent, particularly with more complex directives. Our investigation identifies lazy reasoning during the thinking stage as the primary factor contributing to poor instruction adherence. To mitigate this issue, we propose a comprehensive framework designed to enable rigorous reasoning processes involving preview and self-checking, essential for satisfying strict instruction constraints. Specifically, we first generate instructions with complex constraints and apply a filtering process to obtain valid prompts, resulting in three distinct prompt datasets categorized as hard, easy, and pass. Then, we employ rejection sampling on the pass prompts to curate a small yet high-quality dataset, enabling a cold-start initialization of the model and facilitating its adaptation to effective reasoning patterns. Subsequently, we employ an entropy-preserving supervised fine-tuning (Entropy-SFT) strategy coupled with token-wise entropy-adaptive (TEA-RL) reinforcement learning guided by rule-based dense rewards. This approach encourages the model to transform its reasoning mechanism, ultimately fostering generalizable reasoning abilities that encompass preview and self-checking. Extensive experiments conducted on instruction-following benchmarks demonstrate remarkable performance improvements across various model scales. Notably, our Light-IF-32B model surpasses both larger open-source models such as DeepSeek-R1 and closed-source models like Doubao-1.6.