paper-with-me

홈 › Papers

LESS: Selecting Influential Data for Targeted Instruction Tuning

2024-02-06 · Mengzhou Xia, Sadhika Malladi, Suchin Gururangan, Sanjeev Arora, Danqi Chen

Instruction tuning has unlocked powerful capabilities in large language models (LLMs), effectively using combined datasets to develop generalpurpose chatbots. However, real-world applications often require a specialized suite of skills (e.g., reasoning). The challenge lies in identifying the most relevant data from these extensive datasets to effectively develop specific capabilities, a setting we frame as targeted instruction tuning. We propose LESS, an optimizer-aware and practically efficient algorithm to effectively estimate data influences and perform Low-rank gradiEnt Similarity Search for instruction data selection. Crucially, LESS adapts existing influence formulations to work with the Adam optimizer and variable-length instruction data. LESS first constructs a highly reusable and transferable gradient datastore with low-dimensional gradient features and then selects examples based on their similarity to few-shot examples embodying a specific capability. Experiments show that training on a LESS-selected 5% of the data can often outperform training on the full dataset across diverse downstream tasks. Furthermore, the selected data is highly transferable: smaller models can be leveraged to select useful data for larger models and models from different families. Our qualitative analysis shows that our method goes beyond surface form cues to identify data that exemplifies the necessary reasoning skills for the intended downstream application.

📄 PDF Abstract BibTeX arXiv:2402.04333

Code (3)

princeton-nlp/less 공식 구현 pytorch
hamishivi/automated-instruction-selection pytorch
oseyosey/ccds pytorch

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

GATEAU: Selecting Influential Samples for Long Context Alignment

2024-10-21 · Shuzheng Si, Haozhe Zhao, Gang Chen, Yunshui Li 외

Aligning large language models to handle instructions with extremely long contexts has yet to be fully investigated. Previous studies have attempted to scale up the available data volume by synthesizing long instruction-…

Instruction FollowingLong-Context Understanding

A Critical Look at Targeted Instruction Selection: Disentangling What Matters (and What Doesn't)

2026-02-16 · Nihal V. Nayak, Paula Rodriguez-Diaz, Neha Hulkund, Sara Beery 외 arxiv

Instruction fine-tuning of large language models (LLMs) often involves selecting a subset of instruction training data from a large candidate pool, using a small query set from the target task. Despite growing interest, …

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; …

Prescribing the Right Remedy: Mitigating Hallucinations in Large Vision-Language Models via Targeted Instruction Tuning

2024-04-16 · Rui Hu, Yahan Tu, Jitao Sang

Despite achieving outstanding performance on various cross-modal tasks, current large vision-language models (LVLMs) still suffer from hallucination issues, manifesting as inconsistencies between their generated response…

DiagnosticHallucinationSpecificity

GIST: Targeted Data Selection for Instruction Tuning via Coupled Optimization Geometry

2026-02-20 · Guanghui Min, Tianhao Huang, Ke Wan, Chen Chen arxiv

Targeted data selection has emerged as a crucial paradigm for efficient instruction tuning, aiming to identify a small yet influential subset of training examples for a specific target task. In practice, influence is oft…

parameter-efficient fine-tuning