arXiv:2605.28020cs.CL2026-05

不更新模型参数,用奖励引导解码让预训练模型更听指令。

The Missing Piece in Pre-trained Model Evaluation: Reward-Guided Decoding Unlocks Task-Oriented Behavior Without Parameter Updates

论文配图:The Missing Piece in Pre-trained Model Evaluation: Reward-Guided Decoding Unlocks Task-Oriented Behavior Without Parameter Updates
图 1 · 摘自论文原文
  • 用轻量级奖励模型引导解码,不改变模型参数。
  • 在多个任务上显著提升指令遵循能力,最高得分提升5倍。
  • 适合希望低成本激活模型潜力的研究者或开发者。

随着大语言模型的快速发展,可靠评估预训练模型的能力变得愈发重要。基础预训练模型通常以预测下一个词为目标优化,但在标准提示和直接解码下往往无法遵循指令或生成结构良好答案。因此,基准测试性能可能混淆了模型真实能力与解码导致的失败,而暴露任务导向行为通常依赖昂贵的微调。现有仅解码方法虽尝试调整输出分布,但效率低且在开放任务中脆弱。为此,我们提出能量引导解码(EBD),一种无需训练、基于奖励的框架,可在冻结的预训练模型上激活任务导向行为,适用于开放和目标明确任务。EBD通过外部轻量奖励模型增强解码,引导生成高价值响应,同时通过奖励倾斜的目标分布锚定于预训练模型先验。实验证明,EBD使基础模型输出更贴近指令遵循行为,提升与微调后模型的相似性,实现更公平的推理阶段评估。在五种模型和六个基准上,EBD均优于基线:Qwen3-8B-Base在AlpacaEval2.0上得分从8.8提升至44.5,Mistral-7B Math500延迟相比先前解码方法降低18.9倍,且对奖励模型规模鲁棒。

原文摘要 · Abstract (English)

With the rapid progress of large language models (LLMs), reliably evaluating the capabilities of pre-trained LLMs has become increasingly important. The challenge is that base pre-trained models are optimized for next-token prediction and often fail to follow instructions or produce well-formed answers under standard prompting and direct decoding. As a result, benchmark performance can conflate model capability with decoding-induced failures to produce task-oriented outputs, while exposing such behavior often relies on costly post-training. Recent decodingonly approaches attempt to reshape output distributions, but such methods can be inefficient and brittle across open-ended tasks. To address these limitations, we propose Energy-Based Decoding (EBD), a training-free, reward-guided framework for activating task-oriented behaviors from frozen pre-trained LLMs across both open-ended and objective tasks. EBD augments decoding with an external lightweight reward model, steering generations toward high-utility responses while anchoring them to the pre-trained model prior through a reward-tilted target distribution. We show that EBD shifts base-model outputs toward more instructionfollowing behavior, increasing behavioral similarity to post-trained counterparts and enabling a fairer inference-time evaluation of accessible pre-trained-model behavior. Empirically, EBD outperforms baselines across five models and six benchmarks, improving Qwen3-8B-Base on AlpacaEval2.0 from 8.8 to 44.5, reducing Mistral-7B Math500 latency by 18.9x relative to prior decoding work, and remaining robust to reward-model size.

解码优化奖励引导零样本评估

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