PulseAugur
EN
LIVE 09:17:09

New MASS method improves LLM post-training data selection

Researchers have developed a new method called MASS for selecting high-value data subsets for Large Language Model (LLM) post-training. This hierarchical approach addresses limitations of existing methods that measure diversity in the original embedding space, which can entangle dominant semantic directions, fine-grained supervision differences, and local noise. MASS first learns low-dimensional principal manifold coordinates using a dense autoencoder for coarse semantic grouping, then applies quality-aware sparse feature coverage within each group via a TopK sparse autoencoder. Experiments on Vision Flan and LLaVA-CoT datasets demonstrate that MASS consistently outperforms other data selection baselines and, in some cases, achieves performance comparable to full data training with only a fraction of the data. AI

IMPACT This method could significantly reduce training costs and improve LLM performance by enabling the use of smaller, more effective datasets.

RANK_REASON The cluster contains an academic paper detailing a new method for LLM post-training. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New MASS method improves LLM post-training data selection

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Peng Sun, Yi Yang, Antong Zhang, Chunxiao Li, Yanbo Wang, Dianbo Liu, xin chen, Kai Yu, Lu Chen, Tianfan Fu ·

    Hierarchical Data Selection via Manifold Coverage and Sparse Feature Coverage in LLM Post-training

    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…