CLMay 8, 2025

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

Peking U
arXiv:2505.05327v21 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient data selection for LLM instruction tuning, which is incremental but offers practical gains in reducing training costs while enhancing model performance.

The paper tackles the problem of selecting high-quality data for instruction tuning of large language models (LLMs) to improve performance and reduce costs, achieving a 5.42% point improvement over full datasets and outperforming other methods by 2.06% points on LLaMA3.1-8B with only 15% of selected data.

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 Learning (RICo), a novel gradient-free method that quantifies the fine-grained contribution of individual samples to both task-level and global-level model performance. RICo enables more accurate identification of high-contribution data, leading to better instruction tuning. We further introduce a lightweight selection paradigm trained on RICo scores, enabling scalable data selection with a strictly linear inference complexity. Extensive experiments on three LLMs across 12 benchmarks and 5 pairwise evaluation sets demonstrate the effectiveness of RICo. Remarkably, on LLaMA3.1-8B, models trained on 15% of RICo-selected data outperform full datasets by 5.42% points and exceed the best performance of widely used selection methods by 2.06% points. We further analyze high-contribution samples selected by RICo, which show both diverse tasks and appropriate difficulty levels, rather than just the hardest ones.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes