paper-with-me

Papers

AIR: Post-training Data Selection for Reasoning via Attention Head Influence

2025-12-15 · Jinrui Liu, Jeff Wu, Xuanguang Pan, Gavin Cheung, Shuai Ma, Chongyang Tao arxiv

LLMs achieve remarkable multi-step reasoning capabilities, yet effectively transferring these skills via post-training distillation remains challenging. Existing data selection methods, ranging from manual curation to heuristics based on length, entropy, or overall loss, fail to capture the causal importance of individual reasoning steps, limiting distillation efficiency. To address this, we propose Attention Influence for Reasoning (AIR), a principled, unsupervised and training-free framework that leverages mechanistic insights of the retrieval head to select high-value post-training data. AIR first identifies reasoning-critical attention heads of an off-the-shelf model, then constructs a weakened reference model with disabled head influence, and finally quantifies the resulting loss divergence as the Attention Influence Score. This score enables fine-grained assessment at both the step and sample levels, supporting step-level weighted fine-tuning and global sample selection. Experiments across multiple reasoning benchmarks show that AIR consistently improves reasoning accuracy, surpassing heuristic baselines and effectively isolating the most critical steps and samples. Our work establishes a mechanism-driven, data-efficient approach for reasoning distillation in LLMs.

📄 PDF Abstract BibTeX arXiv:2512.13279

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Select and Improve: Understanding the Mechanics of Post-Training for Reasoning

2026-06-11 · Akshay Krishnamurthy, Audrey Huang, Nived Rajaraman arxiv

Reinforcement learning has rapidly emerged as a key component in the training of reasoning and coding models, yet it remains poorly understood from a mechanistic perspective. We study how and through what underlying proc…

Reinforcement Learning

GridProbe: Posterior-Probing for Adaptive Test-Time Compute in Long-Video VLMs

2026-05-11 · Mohamed Eltahir, Lama Ayash, Ali Habibullah, Tanveer Hussain 외 arxiv

Long-video understanding in VLMs is bottlenecked by a single monolithic forward pass over thousands of frames at quadratic attention cost. A common mitigation is to first select a small subset of informative frames befor…

AttentionInfluence: Adopting Attention Head Influence for Weak-to-Strong Pretraining Data Selection

2025-05-12 · Kai Hua, Steven Wu, Ge Zhang, Ke Shen

Recently, there has been growing interest in collecting reasoning-intensive pretraining data to improve LLMs' complex reasoning ability. Prior approaches typically rely on supervised classifiers to identify such data, wh…

GSM8KHumanEvalMMLUScheduling

Stabilizing Efficient Reasoning with Step-Level Advantage Selection

2026-04-27 · Han Wang, Xiaodong Yu, Jialian Wu, Jiang Liu 외 arxiv

Large language models (LLMs) achieve strong reasoning performance by allocating substantial computation at inference time, often generating long and verbose reasoning traces. While recent work on efficient reasoning redu…

ExpLang: Improved Exploration and Exploitation in LLM Reasoning with On-Policy Thinking Language Selection

2026-02-25 · Changjiang Gao, Zixian Huang, Kaichen Yang, Jiajun Chen 외 arxiv

Current large reasoning models (LRMs) have shown strong ability on challenging tasks after reinforcement learning (RL) based post-training. However, previous work mainly focuses on English reasoning in expectation of the…

Reinforcement Learning