arXiv:2604.13356cs.CLcs.AI2026-04被引 1

多模型互评生成答案,自动优化推理能力,无需外部标注。

Peer-Predictive Self-Training for Language Model Reasoning

论文配图:Peer-Predictive Self-Training for Language Model Reasoning
图 1 · 摘自论文原文
  • 多个模型轮流生成答案,用聚合结果作为内部学习信号。
  • 在数学推理任务上准确率提升2.2%至4.3%,验证差距缩小26%至40%。
  • 适合追求自进化能力的模型开发者,无需人工标注或师生结构。

语言模型在无外部监督下持续自我提升的机制仍是开放挑战。我们提出同伴预测自训练(PST),一种无需标签的微调框架:多个语言模型通过交叉模型聚合响应作为内部训练信号,协同改进。给定提示后,模型依次生成响应;最终聚合答案通常比单个回答更可靠,用作学习参考。我们使用点互信息(PMI)衡量每个中间响应对聚合结果的有用性,据此调节自训练更新幅度:与聚合结果一致的响应更新较小,不匹配或信息量低的响应则获得更大更新。在数学推理基准测试中,包括SimulEq、MATH-500-Numeric和MultiArith,PST在Gemma-2-2B、LLaMA-3.2-1B和Qwen2.5-1.5B上将精确匹配准确率提高2.2%至4.3%,并将平均生成器-验证器差距(GV-Gap)降低26%至40%,且无需外部监督、无师生层级,仅需模型间交互。结果表明,跨模型生成的同伴预测反馈可成为自监督语言模型改进的有效机制。

原文摘要 · Abstract (English)

Mechanisms for continued self-improvement of language models without external supervision remain an open challenge. We propose Peer-Predictive Self-Training (PST), a label-free fine-tuning framework in which multiple language models improve collaboratively by using a cross-model aggregate response as an internal training signal. Given a prompt, models generate responses sequentially; the final aggregated answer, which is often more reliable than individual responses in practice, serves as an internal reference for learning. We measure how informative each intermediate response is about the aggregate using pointwise mutual information (PMI), and use this signal to scale self-training updates: responses already aligned with the aggregate receive smaller updates, while less informative or misaligned responses receive larger ones. On mathematical reasoning benchmarks, including SimulEq, MATH-500-Numeric, and MultiArith, PST improves exact-match accuracy by 2.2--4.3 percentage points across Gemma-2-2B, LLaMA-3.2-1B, and Qwen2.5-1.5B, and reduces the average generator--verifier gap (GV-Gap) by 26--40%, while requiring no external supervision, no teacher--student hierarchy, and only cross-model interactions. These results suggest that peer-predictive feedback from cross-model generations can provide an effective mechanism for self-supervised language-model improvement.

自训练模型协作推理优化

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