English

Threshold Filtering Packing for Supervised Fine-Tuning: Training Related Samples within Packs

Machine Learning 2025-02-27 v2 Computation and Language

Abstract

Packing for Supervised Fine-Tuning (SFT) in autoregressive models involves concatenating data points of varying lengths until reaching the designed maximum length to facilitate GPU processing. However, randomly concatenating data points can lead to cross-contamination of sequences due to the significant difference in their subject matter. The mainstream approaches in SFT ensure that each token in the attention calculation phase only focuses on tokens within its own short sequence, without providing additional learning signals for the preceding context. To address these challenges, we introduce Threshold Filtering Packing (TFP), a method that selects samples with related context while maintaining sufficient diversity within the same pack. Our experiments show that TFP offers a simple-to-implement and scalable approach that significantly enhances SFT performance, with observed improvements of up to 7\% on GSM8K, 4\% on HumanEval. Furthermore, results from bias benchmark datasets highlight TFP's promising performance in improving fairness while also boosting prediction accuracy by 15\%.

Keywords

Cite

@article{arxiv.2408.09327,
  title  = {Threshold Filtering Packing for Supervised Fine-Tuning: Training Related Samples within Packs},
  author = {Jiancheng Dong and Lei Jiang and Wei Jin and Lu Cheng},
  journal= {arXiv preprint arXiv:2408.09327},
  year   = {2025}
}

Comments

14 pages, 4 figures

R2 v1 2026-06-28T18:15:43.016Z