Hierarchical Data Selection Boosts LLM Fine-tuning Efficiency

Peng Sun, Yi Yang, Antong Zhang, Chunxiao Li, Yanbo Wang, Dianbo Liu, xin chen, Kai Yu, Lu Chen, Tianfan Fu· August 19, 2026 View original

Key takeaways

  • Efficient data selection is vital for cost-effective LLM fine-tuning.
  • MASS uses a hierarchical approach to identify high-value data subsets.
  • The method leverages manifold and sparse feature coverage for improved selection.
  • MASS can match or exceed full-data training performance with less data.

Who benefits

AI/ML DevelopmentCloud ComputingSoftware EngineeringData Science

Summary

This research introduces MASS, a new method for selecting high-value data subsets for LLM fine-tuning. It uses a coarse-to-fine hierarchical approach based on manifold and sparse feature coverage to improve model performance while reducing training costs.

Supervised fine-tuning of large language models (LLMs) often involves vast datasets, making efficient data selection critical for managing costs and enhancing model efficacy. Current methods for choosing data subsets typically assess diversity in the original embedding space, which can conflate various semantic signals and noise. This new approach, called MASS, tackles this by reframing data selection as a hierarchical coverage challenge. MASS operates in two stages: first, it learns low-dimensional principal manifold coordinates using a dense autoencoder to group data semantically at a coarse level. Second, within these groups, it applies a quality-aware sparse feature coverage using a TopK sparse autoencoder. This allows for a more refined selection process. Evaluations on datasets like Vision Flan and LLaVA-CoT demonstrate that MASS consistently outperforms existing data selection techniques across different budget constraints. In several scenarios, it achieves or even surpasses the performance of training with the full dataset, but with only a fraction of the data.

Why it matters

Professionals can significantly reduce the computational resources and time required for fine-tuning LLMs while potentially achieving better or equivalent model performance. This is crucial for cost-effective AI development and deployment.

How to implement this in your domain

  1. 1Evaluate current LLM fine-tuning pipelines to identify bottlenecks related to data volume and selection.
  2. 2Investigate the MASS methodology and its open-source implementation (if available) for integration into existing workflows.
  3. 3Conduct pilot studies with a subset of your LLM fine-tuning tasks to compare MASS against current data selection strategies.
  4. 4Train internal teams on the principles of hierarchical data selection to optimize future model development.
  5. 5Monitor the performance and cost savings achieved by implementing advanced data selection techniques like MASS.

Original post by Peng Sun, Yi Yang, Antong Zhang, Chunxiao Li, Yanbo Wang, Dianbo Liu, xin chen, Kai Yu, Lu Chen, Tianfan Fu

"arXiv:2608.16927v1 Announce Type: new Abstract: As supervised fine-tuning data continues to scale, selecting high-value subsets from large candidate pools is crucial for reducing training cost and improving model performance. Existing methods often measure diversity directly in t…"

View on X

Originally posted by Peng Sun, Yi Yang, Antong Zhang, Chunxiao Li, Yanbo Wang, Dianbo Liu, xin chen, Kai Yu, Lu Chen, Tianfan Fu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools