paper-with-me

Papers

Influence Functions for Efficient Data Selection in Reasoning

2025-10-07 · Prateek Humane, Paolo Cudrano, Daniel Z. Kaplan, Matteo Matteucci, Supriyo Chakraborty, Irina Rish arxiv

Fine-tuning large language models (LLMs) on chain-of-thought (CoT) data shows that a small amount of high-quality data can outperform massive datasets. Yet, what constitutes "quality" remains ill-defined. Existing reasoning methods rely on indirect heuristics such as problem difficulty or trace length, while instruction-tuning has explored a broader range of automated selection strategies, but rarely in the context of reasoning. We propose to define reasoning data quality using influence functions, which measure the causal effect of individual CoT examples on downstream accuracy, and introduce influence-based pruning, which consistently outperforms perplexity and embedding-based baselines on math reasoning within a model family.

📄 PDF Abstract BibTeX arXiv:2510.06108

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Data-Efficient RLVR via Off-Policy Influence Guidance

2025-10-30 · Erle Zhu, Dazhi Jiang, Yuan Wang, Xujun Li 외 arxiv

Data selection is a critical aspect of Reinforcement Learning with Verifiable Rewards (RLVR) for enhancing the reasoning capabilities of large language models (LLMs). Current data selection methods are largely heuristic-…

Reinforcement Learning

Model-specific Data Subsampling with Influence Functions

2020-10-20 · Anant Raj, Cameron Musco, Lester Mackey, Nicolo Fusi

Model selection requires repeatedly evaluating models on a given dataset and measuring their relative performances. In modern applications of machine learning, the models being considered are increasingly more expensive …

BIG-bench Machine LearningmodelModel Selection

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

2025-12-15 · Jinrui Liu, Jeff Wu, Xuanguang Pan, Gavin Cheung 외 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 he…

Revisit, Extend, and Enhance Hessian-Free Influence Functions

2024-05-25 · Ziao Yang, Han Yue, Jian Chen, Hongfu Liu

Influence functions serve as crucial tools for assessing sample influence in model interpretation, subset training set selection, noisy label detection, and more. By employing the first-order Taylor extension, influence …

FairnessLanguage ModellingLarge Language Model

Interaction-Aware Influence Functions for Group Attribution

2026-05-15 · Jaeseung Heo, Kyeongheung Yun, Youngbin Choi, Sehyun Hwang 외 arxiv

Influence functions approximate how removing a training example changes a quantity of interest, called the target function, such as a held-out loss. To estimate the influence of a group of examples, the standard practice…