Research Papers 论文研究 5d ago Updated 4d ago 更新于 4天前 47

Capacity-Dependent Effects of Data Selection for Reasoning 容量依赖的数据选择对推理的影响

Likelihood-based data selection for reasoning SFT is not universally optimal; its effectiveness depends critically on model capacity and training duration Small models (1.5B-3B) benefit more from high-likelihood data with faster, more stable early improvements ("Fast-Fit" regime) Larger models (8B) gain more from low-likelihood data when training continues longer ("Slow-Gain" regime), as they can better absorb challenging supervision The paper introduces a "Fast-Fit / Slow-Gain" framework explai 高似然数据对小模型提供更快更稳定的早期改进,但低似然数据对大模型在更长训练时间下更有利 研究发现推理微调中存在容量依赖的"Fast-Fit / Slow-Gain"模式,挑战了"高似然数据总是最优"的假设 小模型难以吸收低似然监督信号,容易陷入浅层或重复行为,而大模型能更好地向教师分布迁移 数据难度、数据跨度与学生容量三者共同决定了知识迁移的效果 有效的数据选择策略需同时考虑模型容量和计算预算,而非依赖单一的高似然偏好

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

Analysis 深度分析

TL;DR

  • Likelihood-based data selection for reasoning SFT is not universally optimal; its effectiveness depends critically on model capacity and training duration
  • Small models (1.5B-3B) benefit more from high-likelihood data with faster, more stable early improvements ("Fast-Fit" regime)
  • Larger models (8B) gain more from low-likelihood data when training continues longer ("Slow-Gain" regime), as they can better absorb challenging supervision
  • The paper introduces a "Fast-Fit / Slow-Gain" framework explaining how data difficulty, data span, and student capacity jointly govern knowledge transfer
  • Effective data selection strategies must account for both model scale and available compute budget rather than relying on a single universal heuristic

Why It Matters

This research challenges a widely held assumption in the AI community that high-likelihood responses are always preferable for supervised fine-tuning, which has significant implications for how practitioners design data selection pipelines. For AI engineers working on reasoning models, understanding this capacity-dependent dynamic can prevent wasted compute on suboptimal data strategies and help match data difficulty to model capability. The findings are particularly relevant as the industry scales up reasoning models and seeks efficient fine-tuning methodologies.

Technical Details

  • Experimental setup: Controlled experiments on mathematical reasoning with student models ranging from 1.5B to 8B parameters, using supervision generated by stronger teacher models
  • Key finding: A clear capacity-dependent "Fast-Fit / Slow-Gain" pattern emerges—high-likelihood data accelerates early training for smaller models, while low-likelihood data yields superior long-term gains for larger models
  • Learning dynamics analysis: Small models trained on low-likelihood data tend to fail to absorb the supervision and collapse into shallow or repetitive behaviors, whereas larger models can effectively navigate toward the teacher distribution
  • Theoretical contribution: A capacity-constrained theoretical framework of distillation is proposed, formalizing how data difficulty, data span, and student capacity interact to govern transfer effectiveness
  • Domain: Mathematical reasoning tasks with supervised fine-tuning (SFT) using candidate responses of varying likelihood scores relative to the student model

Industry Insight

  • Data selection pipelines should be dynamically configured based on model size and training budget rather than applying a one-size-fits-all likelihood threshold; practitioners should consider mixing high- and low-likelihood data proportionally to model capacity
  • For resource-constrained teams training smaller models, prioritizing high-likelihood data will yield faster ROI, while teams with larger models and extended training windows should invest in harder, lower-likelihood samples for better final performance
  • The "Fast-Fit / Slow-Gain" framework suggests that early stopping on small models with high-likelihood data is reasonable, but larger models require longer training schedules to realize the full benefit of challenging data—training duration should be treated as a co-parameter with data selection strategy

TL;DR

  • 高似然数据对小模型提供更快更稳定的早期改进,但低似然数据对大模型在更长训练时间下更有利
  • 研究发现推理微调中存在容量依赖的"Fast-Fit / Slow-Gain"模式,挑战了"高似然数据总是最优"的假设
  • 小模型难以吸收低似然监督信号,容易陷入浅层或重复行为,而大模型能更好地向教师分布迁移
  • 数据难度、数据跨度与学生容量三者共同决定了知识迁移的效果
  • 有效的数据选择策略需同时考虑模型容量和计算预算,而非依赖单一的高似然偏好

为什么值得看

本文通过系统实验揭示了数据选择策略与模型容量之间的关键关系,为推理微调提供了重要的理论依据和实践指导。研究结果对优化训练效率、合理分配计算资源具有直接参考价值,尤其适用于大模型蒸馏和推理能力增强场景。

技术解析

  • 研究采用1.5B至8B参数规模的模型作为学生模型,使用更强教师模型生成监督信号,在数学推理任务上进行受控实验
  • 提出并验证了"Fast-Fit / Slow-Gain"模式:高似然数据带来快速稳定的早期收益,低似然数据在长期训练中为更大模型提供持续增益
  • 通过动态学习分析解释了小模型吸收低似然监督失败的原因,以及大模型向教师分布迁移的能力差异
  • 提供了容量受限的蒸馏理论框架,阐明数据难度、数据跨度与学生容量如何共同决定迁移效果

行业启示

  • 数据筛选策略应摒弃"一刀切"的高似然偏好,根据目标模型的参数量级和训练预算制定差异化方案
  • 小模型训练应优先使用高似然数据以快速收敛,大模型可适度引入低似然数据以获取长期性能提升
  • 在蒸馏和推理增强场景中,需建立容量-数据难度匹配机制,避免对小模型使用超出其吸收能力的监督信号

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

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