A²FM统一推理与代理模型,自适应切换模式提升效率与准确率。
A$^2$FM: An Adaptive Agent Foundation Model for Tool-Aware Hybrid Reasoning
- 提出路由-对齐框架,动态选择推理、代理或直接执行模式
- 在BrowseComp等任务上达13.4%准确率,成本仅0.00487/正确答案
- 适合需要高效智能决策的复杂任务场景
大型语言模型分为两类:以推理为中心的LLM擅长内部思维链但无法调用外部工具;以代理为核心的LLM能与环境交互并使用工具,但深度推理能力不足。这种分化源于训练目标的根本差异,导致在简单查询上常过度思考或误调工具。本文提出自适应代理基础模型(A²FM),采用先路由后对齐的统一框架:模型先学习任务感知的路由策略,再在共享主干下对齐不同模式的轨迹。为解决效率瓶颈,引入第三种‘直接执行’模式,专处理简单查询,避免无谓推理或工具调用。同时提出自适应策略优化(APO),实现跨模式自适应采样并引入成本正则化奖励。在32B规模下,A²FM在BrowseComp上达到13.4%,AIME25上70.4%,HLE上16.7%,超越同类模型,并在代理、推理和通用基准上表现媲美前沿LLM。其自适应执行成本仅为0.00487美元/正确答案,相比推理模式降低45.2%,相比代理模式降低33.5%,显著提升成本效率且保持高准确率。
原文摘要 · Abstract (English)
Large language models split into two families: reasoning-centric LLMs, which strengthen internal chain-of-thought reasoning but cannot invoke external tools, and agentic LLMs, which learn to interact with environments and leverage tools but often lag in deep reasoning. This divide arises from fundamentally different training objectives, leading to mismatched strengths and inefficiency on simple queries, where both families tend to overthink or over-call tools. In this work, we present Adaptive Agent Foundation Model (A$^2$FM), a unified framework that follows a route-then-align principle: the model first learns task-aware routing and then aligns mode-specific trajectories under a shared backbone. To address the inefficiency gap, we introduce a third mode-instant-that handles simple queries directly, preventing unnecessary reasoning or tool calls while complementing the agentic and reasoning modes. To jointly enhance accuracy and efficiency, we propose Adaptive Policy Optimization (APO), which enforces adaptive sampling across modes and applies a cost-regularized reward. On the 32B scale, A$^2$FM achieves 13.4% on BrowseComp, 70.4% on AIME25, and 16.7% on HLE, setting new SOTA among comparable models and performing competitively with frontier LLMs across agentic, reasoning, and general benchmarks. Notably, the adaptive execution achieves a cost of pass of only $0.00487 per correct answer-cutting cost by 45.2% relative to reasoning and 33.5% relative to agentic, thus delivering substantially higher cost efficiency while maintaining comparable accuracy.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。