Token Cleaning: Fine-Grained Data Selection for LLM Supervised Fine-Tuning
About
Recent studies show that in supervised fine-tuning (SFT) of large language models (LLMs), data quality matters more than quantity. While most data cleaning methods concentrate on filtering entire samples, the quality of individual tokens within a sample can vary significantly. After pre-training, even in high-quality samples, patterns or phrases that are not task-related can be redundant, uninformative, or even harmful. Continuing to fine-tune on these patterns may offer limited benefit and even degrade downstream task performance. In this paper, we investigate token quality from a noisy-label perspective and propose a generic token cleaning pipeline for SFT tasks. Our method filters out uninformative tokens while preserving those carrying key task-specific information. Specifically, we first evaluate token quality by examining the influence of model updates on each token, then apply a threshold-based separation. The token influence can be measured in a single pass with a fixed reference model or iteratively with self-evolving reference models. The benefits and limitations of both methods are analyzed theoretically by error upper bounds. Extensive experiments show that our framework consistently improves downstream performance. Code is available at https://github.com/UCSC-REAL/TokenCleaning.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Commonsense Reasoning | HellaSwag | -- | 1891 | |
| Mathematical Reasoning | GSM8K (test) | Accuracy6.8 | 900 | |
| Mathematical Reasoning | MATH 500 | Accuracy74.6 | 442 | |
| Reading Comprehension | BoolQ | Accuracy82.67 | 279 | |
| Logical reasoning | LogiQA | LogiQA Accuracy28.22 | 181 | |
| Financial Question Answering | FiQA | Accuracy41.2 | 85 | |
| Multilingual Question Answering | TyDiQA | Accuracy63.58 | 65 | |
| Question Answering | TruthfulQA | TruthfulQA Score59.58 | 61 | |
| Science Question Answering | ARC-C | ARC-C Score (x100)55.12 | 21 | |
| Language Understanding | MMLU | MMLU Score (x100)65.71 | 21 |