arXiv:2602.21585cs.LGcs.AI2026-02被引 2

用大模型自我比较代替奖励函数,实现无需外部评分的测试时优化

Duel-Evolve: Reward-Free Test-Time Scaling via LLM Self-Preferences

  • 用大模型自身对输出对进行两两比较,替代外部奖励信号
  • 在MathBench上比现有方法高20个百分点,LiveCodeBench上超12个百分点
  • 无需奖励模型或人工评分,适合无标注数据的复杂任务优化

许多应用需在测试时通过迭代生成、评估和优化候选输出来提升大模型表现。现有方法依赖经过校准的标量评估器引导搜索,但对诸多任务而言,此类评分难以获取、过于稀疏或不可靠。相比之下,成对比较更易收集,仍能提供改进方向的有效信号,且可由大模型自身生成,无需外部监督。基于此,我们提出Duel-Evolve:一种基于进化优化的算法,将外部标量奖励替换为同一大模型生成的自我偏好比较。Duel-Evolve通过贝叶斯Bradley-Terry模型聚合这些噪声比较,得到带有不确定性的候选质量估计;再利用双采样策略分配比较预算并选择优质父本以生成改进候选。在MathBench上,该方法较现有方法准确率提升20个百分点;在LiveCodeBench上,优于同类迭代方法超过12个百分点。值得注意的是,该方法全程无需奖励模型、无需搜索期间的真实标签,也无需手工设计评分函数。结果表明,成对自我偏好可在大规模离散输出空间中提供强大优化信号。

原文摘要 · Abstract (English)

Many applications seek to optimize LLM outputs at test time by iteratively proposing, scoring, and refining candidates over a discrete output space. Existing methods use a calibrated scalar evaluator for the target objective to guide search, but for many tasks such scores are unavailable, too sparse, or unreliable. Pairwise comparisons, by contrast, are often easier to elicit, still provide useful signal on improvement directions, and can be obtained from the LLM itself without external supervision. Building on this observation, we introduce Duel-Evolve, an evolutionary optimization algorithm that replaces external scalar rewards with pairwise preferences elicited from the same LLM used to generate candidates. Duel-Evolve aggregates these noisy candidate comparisons via a Bayesian Bradley-Terry model, yielding uncertainty-aware estimates of candidate quality. These quality estimates guide allocation of the comparison budget toward plausible optima using Double Thompson Sampling, as well as selection of high-quality parents to generate improved candidates. We evaluate Duel-Evolve on MathBench, where it achieves 20 percentage points higher accuracy over existing methods and baselines, and on LiveCodeBench, where it improves over comparable iterative methods by over 12 percentage points. Notably, the method requires no reward model, no ground-truth labels during search, and no hand-crafted scoring function. Results show that pairwise self-preferences provide strong optimization signal for test-time improvement over large, discrete output spaces.

大模型优化自生成反馈测试时增强

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