arXiv:2512.22309cs.LGcs.AI2025-12被引 10

用提升法让大模型互相纠错,推理更快更准

LLMBoost: Make Large Language Models Stronger with Boosting

  • 让多个大模型按顺序连接,利用中间隐藏状态互相纠错
  • 在常识和算术任务上准确率提升,延迟比单模型还低
  • 适合需要高精度与低延迟的部署场景

集成学习已成为提升大语言模型性能的有前景方案,但现有方法通常将模型视为黑箱,仅组合输入或最终输出,忽视了模型内部丰富的表示与交互。本文提出LLMBoost,一种新型的集成微调框架,通过显式利用大模型的中间状态打破这一局限。受提升法启发,该框架包含三项关键创新:首先,跨模型注意力机制使后续模型可访问并融合前序模型的隐藏状态,实现分层错误修正与知识传递;其次,链式训练范式以误差抑制为目标逐步微调串联模型,确保每一步仅以极小计算开销纠正前序模型的误判;第三,近并行推理设计按层流水线传递隐藏状态,使推理效率接近单模型解码。我们进一步建立了LLMBoost的理论基础,证明在有限修正假设下,序列集成能保证单调性能提升。在常识推理与算术推理任务上的大量实验表明,LLMBoost持续提升准确率的同时降低推理延迟。

原文摘要 · Abstract (English)

Ensemble learning of LLMs has emerged as a promising alternative to enhance performance, but existing approaches typically treat models as black boxes, combining the inputs or final outputs while overlooking the rich internal representations and interactions across models.In this work, we introduce LLMBoost, a novel ensemble fine-tuning framework that breaks this barrier by explicitly leveraging intermediate states of LLMs. Inspired by the boosting paradigm, LLMBoost incorporates three key innovations. First, a cross-model attention mechanism enables successor models to access and fuse hidden states from predecessors, facilitating hierarchical error correction and knowledge transfer. Second, a chain training paradigm progressively fine-tunes connected models with an error-suppression objective, ensuring that each model rectifies the mispredictions of its predecessor with minimal additional computation. Third, a near-parallel inference paradigm design pipelines hidden states across models layer by layer, achieving inference efficiency approaching single-model decoding. We further establish the theoretical foundations of LLMBoost, proving that sequential integration guarantees monotonic improvements under bounded correction assumptions. Extensive experiments on commonsense reasoning and arithmetic reasoning tasks demonstrate that LLMBoost consistently boosts accuracy while reducing inference latency.

大模型集成推理优化提升法

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