paper-with-me

Papers

MIG: Automatic Data Selection for Instruction Tuning by Maximizing Information Gain in Semantic Space

2025-04-18 · Yicheng Chen, Yining Li, Kai Hu, Zerun Ma, Haochen Ye, Kai Chen

Data quality and diversity are key to the construction of effective instruction-tuning datasets. % With the increasing availability of open-source instruction-tuning datasets, it is advantageous to automatically select high-quality and diverse subsets from a vast amount of data. % Existing methods typically prioritize instance quality and use heuristic rules to maintain diversity. % However, this absence of a comprehensive view of the entire collection often leads to suboptimal results. % Moreover, heuristic rules generally focus on distance or clustering within the embedding space, which fails to accurately capture the intent of complex instructions in the semantic space. % To bridge this gap, we propose a unified method for quantifying the information content of datasets. This method models the semantic space by constructing a label graph and quantifies diversity based on the distribution of information within the graph. % Based on such a measurement, we further introduce an efficient sampling method that selects data samples iteratively to \textbf{M}aximize the \textbf{I}nformation \textbf{G}ain (MIG) in semantic space. % Experiments on various datasets and base models demonstrate that MIG consistently outperforms state-of-the-art methods. % Notably, the model fine-tuned with 5\% Tulu3 data sampled by MIG achieves comparable performance to the official SFT model trained on the full dataset, with improvements of +5.73\% on AlpacaEval and +6.89\% on Wildbench.

📄 PDF Abstract BibTeX arXiv:2504.13835

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…
BASE 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Greedy Information Projection for LLM Data Selection

2026-03-14 · Victor Ye Dong, Kuan-Yun Lee, Jiamei Shuai, Shengfei Liu 외 arxiv

We present \emph{Greedy Information Projection} (\textsc{GIP}), a principled framework for choosing training examples for large language model fine-tuning. \textsc{GIP} casts selection as maximizing mutual information be…

Mathematical Reasoning

What Makes Good Data for Alignment? A Comprehensive Study of Automatic Data Selection in Instruction Tuning

2023-12-25 · Wei Liu, Weihao Zeng, Keqing He, Yong Jiang 외

Instruction tuning is a standard technique employed to align large language models to end tasks and user preferences after the initial pretraining phase. Recent research indicates the critical role of data engineering in…

SLAP: Stratified Loss-based Pruning for On-Policy Data-Efficient Instruction Tuning

2026-05-13 · Run Zou, Jianhang Ding, Yifan Ding, Wen Wu 외 arxiv

Instruction tuning has optimized the specialized capabilities of large language models (LLMs), but it often requires extensive datasets and prolonged training times. The challenge lies in developing specific capabilities…

Question Answering

RICo: Refined In-Context Contribution for Automatic Instruction-Tuning Data Selection

2025-05-08 · Yixin Yang, Qingxiu Dong, Linli Yao, Fangwei Zhu 외

Data selection for instruction tuning is crucial for improving the performance of large language models (LLMs) while reducing training costs. In this paper, we propose Refined Contribution Measurement with In-Context Lea…

In-Context LearningInductive Bias

Leveraging Unstructured Text Data for Federated Instruction Tuning of Large Language Models

2024-09-11 · Rui Ye, Rui Ge, Yuchi Fengting, Jingyi Chai 외

Federated instruction tuning enables multiple clients to collaboratively fine-tune a shared large language model (LLM) that can follow humans' instructions without directly sharing raw data. However, existing literature …

Language ModellingLarge Language ModelMath