CLAILGNov 7, 2025

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

arXiv:2511.08620v12 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently adapting LLMs to specialized domains without degrading general capabilities, offering a cost-effective solution for practitioners in fields like medicine, law, and finance.

The paper tackles the problem of catastrophic forgetting and resource inefficiency in supervised fine-tuning of large language models for domain specialization by proposing a gradient-aware data selection method, which achieves superior performance using only 5% of selected data and significant improvements with 50% while mitigating forgetting.

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.

Foundations

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

Your Notes