paper-with-me

Papers

Effectively Controlling Reasoning Models through Thinking Intervention

2025-03-31 · Tong Wu, Chong Xiang, Jiachen T. Wang, G. Edward Suh, Prateek Mittal

Reasoning-enhanced large language models (LLMs) explicitly generate intermediate reasoning steps prior to generating final answers, helping the model excel in complex problem-solving. In this paper, we demonstrate that this emerging generation framework offers a unique opportunity for more fine-grained control over model behavior. We propose Thinking Intervention, a novel paradigm designed to explicitly guide the internal reasoning processes of LLMs by strategically inserting or revising specific thinking tokens. We find that the Thinking Intervention paradigm enhances the capabilities of reasoning models across a wide range of tasks, including instruction following on IFEval and Overthinking, instruction hierarchy on SEP, and safety alignment on XSTest and SorryBench. Our results demonstrate that Thinking Intervention significantly outperforms baseline prompting approaches, achieving up to 6.7% accuracy gains in instruction-following scenarios, 15.4% improvements in reasoning about instruction hierarchies, and a 40.0% increase in refusal rates for unsafe prompts using open-source DeepSeek R1 models. Overall, our work opens a promising new research avenue for controlling reasoning LLMs.

📄 PDF Abstract BibTeX arXiv:2503.24370

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingSafety Alignment

Similar Papers 제목 키워드 기반

When Models Reason in Your Language: Controlling Thinking Trace Language Comes at the Cost of Accuracy

2025-05-28 · Jirui Qi, Shan Chen, Zidi Xiong, Raquel Fernández 외

Recent Large Reasoning Models (LRMs) with thinking traces have shown strong performance on English reasoning tasks. However, their ability to think in other languages is less studied. This capability is as important as a…

Controlling Thinking Speed in Reasoning Models

2025-07-04 · Zhengkai Lin, Zhihang Fu, Ze Chen, Chao Chen 외 arxiv

Human cognition is theorized to operate in two modes: fast, intuitive System 1 thinking and slow, deliberate System 2 thinking. While current Large Reasoning Models (LRMs) excel at System 2 thinking, their inability to p…

Human Simulation Computation: A Human-Inspired Framework for Adaptive AI Systems

2026-01-20 · Hong Su arxiv

Large language models (LLMs) have demonstrated strong capabilities in knowledge representation and reasoning based on textual data. However, their reliance on language material alone limits their ability to adapt, verify…

Overclocking LLM Reasoning: Monitoring and Controlling Thinking Path Lengths in LLMs

2025-06-08 · Roy Eisenstadt, Itamar Zimerman, Lior Wolf

Recently, techniques such as explicit structured reasoning have demonstrated strong test-time scaling behavior by enforcing a separation between the model's internal "thinking" process and the final response. A key facto…

An Empirical Study of Reasoning Steps in Thinking Code LLMs

2025-11-08 · Haoran Xue, Gias Uddin, Song Wang arxiv

Thinking Large Language Models (LLMs) generate explicit intermediate reasoning traces before final answers, potentially improving transparency, interpretability, and solution accuracy for code generation. However, the qu…

Code Generation