Research Papers 论文研究 3d ago Updated 2d ago 更新于 2天前 47

Hierarchical Data Selection via Manifold Coverage and Sparse Feature Coverage in LLM Post-training 基于流形覆盖与稀疏特征覆盖的LLM后训练分层数据选择

MASS addresses the challenge of selecting high-value subsets from large supervised fine-tuning data pools by formulating data selection as a coarse-to-fine hierarchical coverage problem The method uses a dense autoencoder to learn low-dimensional principal manifold coordinates for coarse semantic grouping, disentangling dominant semantic directions from fine-grained supervision differences and local noise Within each semantic group, a TopK sparse autoencoder performs quality-aware sparse feature 提出MASS方法解决LLM后训练中的数据选择问题,将数据选择表述为从粗到细的层次覆盖问题 采用两级架构:密集自编码器学习低维主流形坐标进行粗粒度语义分组,TopK稀疏自编码器进行细粒度质量感知特征覆盖 在Vision Flan和LLaVA-CoT基准上持续优于现有数据选择基线 仅需少量数据子集即可匹配或超越全量数据训练效果

62
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • MASS addresses the challenge of selecting high-value subsets from large supervised fine-tuning data pools by formulating data selection as a coarse-to-fine hierarchical coverage problem
  • The method uses a dense autoencoder to learn low-dimensional principal manifold coordinates for coarse semantic grouping, disentangling dominant semantic directions from fine-grained supervision differences and local noise
  • Within each semantic group, a TopK sparse autoencoder performs quality-aware sparse feature coverage to capture fine-grained diversity
  • Experiments on Vision Flan and LLaVA-CoT benchmarks demonstrate that MASS consistently outperforms strong data selection baselines across multiple data budgets
  • In several settings, MASS matches or surpasses full data training using only a small subset of data, significantly reducing training costs

Why It Matters

This work addresses a critical bottleneck in LLM post-training: as supervised fine-tuning datasets continue to scale, the cost of training on full data becomes prohibitive, making intelligent data selection essential. The hierarchical approach of separating coarse semantic grouping from fine-grained feature coverage offers a principled framework that could become a standard technique for efficient model training across the industry.

Technical Details

  • Dense Autoencoder for Manifold Learning: MASS first employs a dense autoencoder to learn low-dimensional principal manifold coordinates from the original embedding space, enabling effective coarse semantic grouping while disentangling dominant semantic directions from noise
  • TopK Sparse Autoencoder for Feature Coverage: Within each semantic group, a TopK sparse autoencoder captures quality-aware sparse features, ensuring fine-grained diversity is preserved during data selection
  • Hierarchical Coverage Formulation: The method frames data selection as a two-level coverage problem—first covering the semantic manifold broadly, then ensuring sparse feature coverage within each group
  • Benchmarks: Evaluated on Vision Flan and LLaVA-CoT datasets across multiple data budgets, comparing against strong data selection baselines
  • Performance: Achieves competitive or superior results to full-data training while using only a fraction of the data

Industry Insight

  • The hierarchical coverage framework provides a scalable blueprint for data curation that can be adapted beyond LLMs to other domains where training data is abundant but expensive to process
  • As model training costs continue to rise, methods like MASS that enable significant data reduction without performance loss will become increasingly valuable for both large labs and resource-constrained researchers
  • The separation of semantic and sparse feature coverage suggests that future data selection methods should explicitly model multiple levels of structure rather than relying on flat embedding-space metrics

TL;DR

  • 提出MASS方法解决LLM后训练中的数据选择问题,将数据选择表述为从粗到细的层次覆盖问题
  • 采用两级架构:密集自编码器学习低维主流形坐标进行粗粒度语义分组,TopK稀疏自编码器进行细粒度质量感知特征覆盖
  • 在Vision Flan和LLaVA-CoT基准上持续优于现有数据选择基线
  • 仅需少量数据子集即可匹配或超越全量数据训练效果

为什么值得看

随着监督微调数据规模爆炸式增长,如何高效筛选高价值训练数据成为降低LLM训练成本的关键问题。MASS提出的层次化覆盖方法为数据选择提供了新的技术路径,对实际工程落地具有重要参考价值。

技术解析

  • MASS将数据选择问题形式化为层次化覆盖问题,解决现有方法在原始嵌入空间中几何度量混淆主导语义方向、细粒度监督差异和局部噪声的局限
  • 第一级使用密集自编码器学习低维主流形坐标,实现粗粒度的语义分组,有效解耦主要语义方向
  • 第二级在每个语义组内采用TopK稀疏自编码器进行质量感知的稀疏特征覆盖,捕捉细粒度监督差异
  • 实验在Vision Flan和LLaVA-CoT数据集上验证,MASS在多种数据预算下均优于强基线方法

行业启示

  • 数据选择将成为LLM训练优化的核心环节,从"数据越多越好"转向"数据越精越好"
  • 层次化方法为解耦复杂数据特征提供了新思路,可推广至其他模型训练场景
  • 小数据高效训练策略有望显著降低AI训练成本,推动行业可持续发展

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Fine-tuning 微调 Training 训练 Dataset 数据集 Research 科学研究