CLOct 14, 2025

The Harder The Better: Maintaining Supervised Fine-tuning Generalization with Less but Harder Data

arXiv:2510.13892v11 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient domain adaptation for LLMs with less data, though it appears incremental as it builds on existing data selection methods.

The paper tackles the problem of improving supervised fine-tuning (SFT) generalization for large language models by selecting and annotating harder, higher-quality data, resulting in models trained on only 5% of data outperforming full-dataset training and achieving superior generalization.

Large Language Models (LLMs) excel in general tasks, but adapting them to specialized domains relies on high-quality supervised fine-tuning (SFT) data. Although existing methods can identify subsets of high-quality data and reduce training cost to some extent, their selection process still suffers from over-reliance on LLMs' internal knowledge, weak interpretability, and limited generalization. To address these limitations, we propose THTB (The Harder The Better), a cognitive science-inspired framework for instruction data selection and annotation guidance. THTB prioritizes higher-level cognitive instructions by combining quality filtering with intrinsic and extrinsic hardness scoring, offering interpretable and quantifiable criteria for efficient SFT, both in data selection and annotation guidance. Experiments show that THTB enables models trained on only 5% of the data to outperform full-dataset training, while achieving superior generalization compared with LLM-only selection. In addition, THTB provides effective annotation guidance in vertical domains, enabling a model trained on just 2% of the data to surpass models trained on much larger datasets, demonstrating strong potential for domain adaptation. Our code, datasets, and models are available on https://github.com/DYJG-research/THTB.

Foundations

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

Your Notes