arXiv:2605.09995cs.CL2026-05中稿 · ICML被引 1

用语义标注缓解大模型微调后的语义单一化问题

Annotations Mitigate Post-Training Mode Collapse

论文配图:Annotations Mitigate Post-Training Mode Collapse
图 1 · 摘自论文原文
  • 用带语义标注的文档预训练,保持语义多样性分布
  • 微调时保留标注分布,生成时采样多样标注引导输出
  • 在更大模型上仍能减少6倍语义坍缩,适合高要求生成任务

后训练(通过监督微调)虽提升指令遵循能力,但常导致语义模式坍缩,使模型偏向低熵微调数据,牺牲预训练的高熵分布。我们发现该权衡随模型规模增大而加剧。为此提出标注锚定训练:在带有语义标注的文档上预训练,构建覆盖全预训练数据的丰富标注分布,并在后训练中保持该分布。推理时可采样多样化标注作为生成锚点,有效将预训练的语义丰富性迁移至后训练模型。实验表明,采用此方法的模型相较SFT可降低6倍语义坍缩,且性能随规模增长。

原文摘要 · Abstract (English)

Post-training (via supervised fine-tuning) improves instruction-following, but often induces semantic mode collapse by biasing models toward low-entropy fine-tuning data at the expense of the high-entropy pretraining distribution. Crucially, we find this trade-off worsens with scale. To close this semantic diversity gap, we propose annotation-anchored training, a principled method that enables models to adopt the preference-following behaviors of post-training without sacrificing the inherent diversity of pretraining. Our approach is simple: we pretrain on documents paired with semantic annotations, inducing a rich annotation distribution that reflects the full breadth of pretraining data, and we preserve this distribution during post-training. This lets us sample diverse annotations at inference time and use them as anchors to guide generation, effectively transferring pretraining's semantic richness into post-trained models. We find that models trained with annotation-anchored training can attain $6 \times$ less diversity collapse than models trained with SFT, and improve with scale.

模型微调语义多样性标注增强

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