paper-with-me

홈 › Papers

Influential Language Data Selection via Gradient Trajectory Pursuit

2024-10-22 · Zhiwei Deng, Tao Li, Yang Li

Curating a desirable dataset for training has been the core of building highly capable large language models (Touvron et al., 2023; Achiam et al., 2023; Team et al.,2024). Gradient influence scores (Pruthi et al., 2020; Xia et al., 2024) are shown to be correlated with model performance and are commonly used as the criterion for data selection. However, existing methods are built upon either individual sample rankings or inefficient matching process, leading to suboptimal performance or scaling up issues.In this paper, we propose Gradient Trajectory Pursuit (GTP), an algorithm that performs pursuit of gradient trajectories via jointly selecting data points under an L0-norm regularized objective. The proposed algorithm highlights: (1) joint selection instead of independent top-k selection, which automatically de-duplicates samples; (2) higher efficiency with compressive sampling processes, which can be further sped up using a distributed framework. In the experiments, we demonstrate the algorithm in both in-domain and target-domain selection benchmarks and show that it outperforms top-k selection and competitive algorithms consistently, for example, our algorithm chooses as low as 0.5% data to achieve full performance on the targeted instruction tuning tasks

📄 PDF Abstract BibTeX arXiv:2410.16710

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Measuring Task-Agnostic Training Data Influence Across Language Model Pretraining

2026-08-13 · Yuto Nishida, Hirokazu Kiyomaru, Yusuke Oda, Takashi Kodama 외 arxiv

Measuring training data influence consistently across language model pretraining is challenging. It is difficult to select downstream tasks or validation sets representative of a model's general capabilities, and relianc…

Farewell to Aimless Large-scale Pretraining: Influential Subset Selection for Language Model

2023-05-22 · Xiao Wang, Weikang Zhou, Qi Zhang, Jie zhou 외

Pretrained language models have achieved remarkable success in various natural language processing tasks. However, pretraining has recently shifted toward larger models and larger data, and this has resulted in significa…

Language ModelingLanguage Modelling

In-Context Learning Demonstration Selection via Influence Analysis

2024-02-19 · Vinay M. S., Minh-Hao Van, Xintao Wu

Large Language Models (LLMs) have showcased their In-Context Learning (ICL) capabilities, enabling few-shot learning without the need for gradient updates. Despite its advantages, the effectiveness of ICL heavily depends…

Few-Shot LearningIn-Context Learning

DIWIFT: Discovering Instance-wise Influential Features for Tabular Data

2022-07-06 · Dugang Liu, Pengxiang Cheng, Hong Zhu, Xing Tang 외

Tabular data is one of the most common data storage formats behind many real-world web applications such as retail, banking, and e-commerce. The success of these web applications largely depends on the ability of the emp…

feature selection

Exploring the Mystery of Influential Data for Mathematical Reasoning

2024-04-01 · Xinzhe Ni, Yeyun Gong, Zhibin Gou, Yelong Shen 외

Selecting influential data for fine-tuning on downstream tasks is a key factor for both performance and computation efficiency. Recent works have shown that training with only limited data can show a superior performance…

MathMathematical Reasoning