paper-with-me

Papers

Scaling Reasoning, Losing Control: Evaluating Instruction Following in Large Reasoning Models

2025-05-20 · Tingchen Fu, Jiawei Gu, Yafu Li, Xiaoye Qu, Yu Cheng

Instruction-following is essential for aligning large language models (LLMs) with user intent. While recent reasoning-oriented models exhibit impressive performance on complex mathematical problems, their ability to adhere to natural language instructions remains underexplored. In this work, we introduce MathIF, a dedicated benchmark for evaluating instruction-following in mathematical reasoning tasks. Our empirical analysis reveals a consistent tension between scaling up reasoning capacity and maintaining controllability, as models that reason more effectively often struggle to comply with user directives. We find that models tuned on distilled long chains-of-thought or trained with reasoning-oriented reinforcement learning often degrade in instruction adherence, especially when generation length increases. Furthermore, we show that even simple interventions can partially recover obedience, though at the cost of reasoning performance. These findings highlight a fundamental tension in current LLM training paradigms and motivate the need for more instruction-aware reasoning models. We release the code and data at https://github.com/TingchenFu/MathIF.

📄 PDF Abstract BibTeX arXiv:2505.14810

Code (1)

tingchenfu/mathif 공식 구현

Tasks

Instruction FollowingMathematical Reasoning

Similar Papers 제목 키워드 기반

$\texttt{ACCORD}$: Closing the Commonsense Measurability Gap

2024-06-04 · François Roewer-Després, Jinyue Feng, Zining Zhu, Frank Rudzicz

We present $\texttt{ACCORD}$, a framework and benchmark suite for disentangling the commonsense grounding and reasoning abilities of large language models (LLMs) through controlled, multi-hop counterfactuals. $\texttt{AC…

BenchmarkingCommon Sense ReasoningCounterfactual ReasoningLarge Language Model+1

IF-VidCap: Can Video Caption Models Follow Instructions?

2025-10-21 · Shihao Li, Yuanxing Zhang, Jiangtao Wu, Zhide Lei 외 arxiv

Although Multimodal Large Language Models (MLLMs) have demonstrated proficiency in video captioning, practical applications require captions that follow specific user instructions rather than generating exhaustive, uncon…

Video CaptioningDense Captioning

Reasoning-Trace Collapse: Evaluating the Loss of Explicit Reasoning During Fine-Tuning

2026-05-20 · Lukas Twist, Helen Yannakoudakis, Jie M. Zhang arxiv

Explicit reasoning models are trained to produce intermediate reasoning traces before final answers, but downstream fine-tuning is often performed on ordinary instruction-response data that contains no such traces. We sh…

Length Representations in Large Language Models

2025-07-27 · Sangjun Moon, Dasom Choi, Jingun Kwon, Hidetaka Kamigaito 외 arxiv

Large language models (LLMs) have shown remarkable capabilities across various tasks, that are learned from massive amounts of text-based data. Although LLMs can control output sequence length, particularly in instructio…

NP-Engine: Empowering Optimization Reasoning in Large Language Models with Verifiable Synthetic NP Problems

2025-10-18 · Xiaozhe Li, Xinyu Fang, Shengyuan Ding, Linyang Li 외 arxiv

Large Language Models (LLMs) have shown strong reasoning capabilities, with models like OpenAI's O-series and DeepSeek R1 excelling at tasks such as mathematics, coding, logic, and puzzles through Reinforcement Learning …

Reinforcement LearningInstruction Following