PulseAugur
实时 06:29:32

新的DART框架通过自适应思考预算优化AI推理

研究人员开发了DART,一种新颖的无训练混合推理模型框架。DART通过自适应地将查询路由到直接回答或扩展思考过程来优化token使用。该系统通过采样两个低成本草稿并进行比较来实现这一点;一致则直接回答,不一致则根据草稿熵触发预算预测。这种方法在不要求标记数据或梯度更新的情况下,在各种模型规模和家族中保持或提高了准确性,同时显著减少了token消耗,显示出前景。 AI

影响 该方法可以通过减少不必要的计算来提高AI模型的效率,从而可能降低成本并提高响应速度。

排序理由 该集群包含一篇详细介绍AI推理新方法的论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的DART框架通过自适应思考预算优化AI推理

本文如何被排名

Signal score
30 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该集群包含一篇详细介绍AI推理新方法的论文。[lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Jungseob Lee, Seongtae Hong, Seungjun Lee, Jaehyung Seo, Junyoung Son, Sugyeong Eo, Chanjun Park, Hyeongju Park, Hyeonseok Moon, Heuiseok Lim ·

    DART:混合推理模型中用于无训练自适应思维预算的草案协议路由

    arXiv:2606.23181v2 Announce Type: replace Abstract: Hybrid reasoning models can answer directly or spend extra tokens on extended thinking. A practical router should choose between these modes for each query, so easy problems avoid unnecessary reasoning and hard problems receive …