DeepMind 潘多拉路由器:按需付费的模型路由新思路

Rohan Paul · @rohanpaul_ai · X·2026-08-22 23:02·4天前
AI 导读

Google DeepMind 提出 Pandora's Router,将模型路由决策建模为潘多拉魔盒问题:先给每个专家模型一个廉价粗略评分,仅当额外信息的预期价值高于成本时,才付费运行更强评估器。在 MATH、RAG 和 EmbedLLM 基准上,其综合路由遗憾与检查成本最低或并列最低;EmbedLLM 上平均检查成本从 1.986 降至 0.075,路由遗憾从 0.370 降至 0.311。

Rohan Paul@rohanpaul_ai
30AI 编辑部评分,满分 100

DeepMind 潘多拉路由器:按需付费的模型路由新思路

2026-08-22 23:02· 4天前
AI 导读

Google DeepMind 提出 Pandora's Router,将模型路由决策建模为潘多拉魔盒问题:先给每个专家模型一个廉价粗略评分,仅当额外信息的预期价值高于成本时,才付费运行更强评估器。在 MATH、RAG 和 EmbedLLM 基准上,其综合路由遗憾与检查成本最低或并列最低;EmbedLLM 上平均检查成本从 1.986 降至 0.075,路由遗憾从 0.370 降至 0.311。

Google DeepMind’s new routing idea is trying to solve a great practical question.

Routing is supposed to save compute, but deciding where to route can itself cost compute.

Paper says spend more on model selection only when the better decision is worth the extra cost.

Google DeepMind frames that decision as a Pandora’s Box problem.

Every specialist gets a cheap, noisy score first. The router pays for a stronger estimate only when the expected value of that extra information is higher than its cost.

That changes the economics of routing.

Across MATH, RAG, and EmbedLLM, Pandora’s Router had the lowest or tied-lowest combined routing regret and inspection cost on average across the tested cost settings.

On EmbedLLM, with more than 100 routing targets, its average inspection cost was 0.075 versus 1.986 for always running the expensive estimator, while routing regret also fell from 0.370 to 0.311.

– arxiv. org/abs/2608.20316

Title: "Pandora's AI Model Routing Box: Efficient Allocation with Costly Value Estimation"