Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/28 04:00:00

Codifying the Judge: Scalable Evaluation via Program Distillation

AI 中文解读
核心亮点:用程序代码代替昂贵的大模型当裁判,评估AI表现又快又省钱,还让人看得明白。 通俗解读:以前测试AI好不好,得请另一个大模型当评委,但请评委既烧钱、又慢,而且你不知道它为什么给这个分数。现在科学家发明了一个新方法,相当于先把大模型的打分思路“蒸馏”成一组简明的小程序,让这些程序直接给答案打分。这些程序就像透明盒子,哪里不对可以随时修改,而且一个样本收一次费,以后再用几乎零成本。他们还做了一个叫PAJAMA的系统,平时让小程序做主裁判,遇到没把握的案例再请大模型“救场”,这样整体准确率和速度都提升了两不误。实验证明,这套小程序评委已经能和13B参数的大模型打平手,甚至可以用它来训练奖励模型,成本只有以前的百分之一还多。 实际影响:这对普通人意味着AI产品会更靠谱、更便宜。比如你用的AI客服、推荐算法,很快就能用这种透明又高效的方式自动评估质量,开发者能更快找出问题并优化,而你享受的服务也会更稳定、更低成本。未来AI的训练和迭代节奏也会大幅加快,各种智能应用落地的速度将超乎想象。
arXiv:2607.22561v1 Announce Type: new Abstract: LLM-as-a-judge has become the standard for automated evaluation, but it suffers from high cost, significant latency, and opaque decisions -- limitations that undermine its scalability and reliability. We address these with a simple, efficient alternative: program distillation. Instead of prompting an LLM at the evaluation time, we distill its decision logic into a committee of programs that score candidates directly. These programmatic judges offer transparency, are easily inspected or edited, and eliminate per-sample API costs. Building on this notion, we introduce PAJAMA, a system that synthesizes programs as judges, aggregates their decisions into a joint verdict, and incorporates a fallback mechanism to selectively escalate low-confidence cases to an LLM. Across five datasets and four model families, we show that programmatic judges can match the performance of a 13B-size LLM judge. When using program outputs as routing signals, PAJAMA improves both accuracy and throughput and advances the Pareto frontier. Beyond evaluation, programmatic judges produce cheap and effective reward signals: on RewardBench, a reward model distilled from programs' verdicts outperforms one trained on a proprietary LLM's labels at two orders of magnitude lower API cost.
分享
阅读原文