English

Learn More, Forget Less: A Gradient-Aware Data Selection Approach for LLM

Computation and Language 2025-11-13 v1 Artificial Intelligence Machine Learning

Abstract

Despite large language models (LLMs) have achieved impressive achievements across numerous tasks, supervised fine-tuning (SFT) remains essential for adapting these models to specialized domains. However, SFT for domain specialization can be resource-intensive and sometimes leads to a deterioration in performance over general capabilities due to catastrophic forgetting (CF). To address these issues, we propose a self-adaptive gradient-aware data selection approach (GrADS) for supervised fine-tuning of LLMs, which identifies effective subsets of training data by analyzing gradients obtained from a preliminary training phase. Specifically, we design self-guided criteria that leverage the magnitude and statistical distribution of gradients to prioritize examples that contribute the most to the model's learning process. This approach enables the acquisition of representative samples that enhance LLMs understanding of domain-specific tasks. Through extensive experimentation with various LLMs across diverse domains such as medicine, law, and finance, GrADS has demonstrated significant efficiency and cost-effectiveness. Remarkably, utilizing merely 5% of the selected GrADS data, LLMs already surpass the performance of those fine-tuned on the entire dataset, and increasing to 50% of the data results in significant improvements! With catastrophic forgetting substantially mitigated simultaneously. We will release our code for GrADS later.

Keywords

Cite

@article{arxiv.2511.08620,
  title  = {Learn More, Forget Less: A Gradient-Aware Data Selection Approach for LLM},
  author = {Yibai Liu and Shihang Wang and Zeming Liu and Zheming Song and Junzhe Wang and Jingjing Liu and Qingjie Liu and Yunhong Wang},
  journal= {arXiv preprint arXiv:2511.08620},
  year   = {2025}
}

Comments

Under review

R2 v1 2026-07-01T07:32:47.287Z