arXiv:2512.00884cs.LGcs.CL2025-12被引 3

让模型自动生成训练数据,边学边改,效果更好。

Towards Active Synthetic Data Generation for Finetuning Language Models

  • 用学生模型当前状态指导生成新训练数据,形成闭环迭代
  • 相同生成预算下,动态生成使模型性能提升10%以上
  • 简单主动学习策略比复杂方法更有效,适合小模型

微调语言模型常用“教师-学生”框架:用更强大的教师模型生成合成数据,用于训练学生模型。传统做法是预先生成所有数据,而本文倡导在训练过程中动态生成新数据,根据学生模型当前状态进行闭环迭代。在固定生成样本数或计算开销预算下,这种动态数据生成策略显著优于静态生成。尽管已有多种针对大模型的特定方法,但研究发现,来自主动学习的简单、低成本选择标准表现最佳。实验在四个数学与逻辑推理数据集上,使用四种小型语言模型验证了该方法的有效性。

原文摘要 · Abstract (English)

A common and effective means for improving language model capabilities involves finetuning a ``student'' language model's parameters on generations from a more proficient ``teacher'' model. Termed ``synthetic data'', these generations are often produced before any student finetuning, but some work has considered generating new synthetic samples as training progresses. This paper studies and advocates for the latter case, where data are generated in an iterative, closed-loop fashion that is guided by the current state of the student model. For a fixed budget of generated samples, or a budget in terms of compute spent querying a teacher, we show that this curation of finetuning data affords improved student performance over static generation. Further, while there have been several LLM-specific methods proposed that operate in this regime, we find that simple, inexpensive selection criteria from the active learning literature tend to be most performant. We validate these claims across four mathematical and logical reasoning datasets using four different small language models.

语言模型数据生成主动学习微调

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。