paper-with-me

홈 › Papers

Light-IF: Endowing LLMs with Generalizable Reasoning via Preview and Self-Checking for Complex Instruction Following

2025-08-05 · Chenyang Wang, Liang Wen, Shousheng Jia, Xiangzheng Zhang, Liang Xu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2508.03178

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInstruction Following

Similar Papers 제목 키워드 기반

Scheherazade: Evaluating Chain-of-Thought Math Reasoning in LLMs with Chain-of-Problems

2024-09-30 · Stephen Miner, Yoshiki Takashima, Simeng Han, Ferhat Erata 외

Benchmarks are critical for measuring progress of math reasoning abilities of Large Language Models (LLMs). However, existing widely-used benchmarks such as GSM8K have been rendered less useful as multiple cutting-edge L…

GSM8KMathMathematical Reasoning

Enhancing Math Reasoning in Small-sized LLMs via Preview Difficulty-Aware Intervention

2025-08-03 · Xinhan Di, JoyJiaoW arxiv

Reinforcement learning scaling enhances the reasoning capabilities of large language models, with reinforcement learning serving as the key technique to draw out complex reasoning. However, key technical details of state…

Reinforcement Learning

From Medprompt to o1: Exploration of Run-Time Strategies for Medical Challenge Problems and Beyond

2024-11-06 · Harsha Nori, Naoto Usuyama, Nicholas King, Scott Mayer McKinney 외

Run-time steering strategies like Medprompt are valuable for guiding large language models (LLMs) to top performance on challenging tasks. Medprompt demonstrates that a general LLM can be focused to deliver state-of-the-…

In-Context LearningPrompt Engineering

A Systematic Assessment of OpenAI o1-Preview for Higher Order Thinking in Education

2024-10-11 · Ehsan Latif, Yifan Zhou, Shuchen Guo, Yizhu Gao 외

As artificial intelligence (AI) continues to advance, it demonstrates capabilities comparable to human intelligence, with significant potential to transform education and workforce development. This study evaluates OpenA…

Logical Reasoning

LLMs as Method Actors: A Model for Prompt Engineering and Architecture

2024-11-08 · Colin Doyle

We introduce "Method Actors" as a mental model for guiding LLM prompt engineering and prompt architecture. Under this mental model, LLMs should be thought of as actors; prompts as scripts and cues; and LLM responses as p…

Prompt Engineering