arXiv:2607.27415cs.AI2026-07

用动作图结构让大模型推理更高效,减少重复搜索。

Bridging Inference-Time Scaling and Episodic Memory with Action-Centric Graphs

论文配图:Bridging Inference-Time Scaling and Episodic Memory with Action-Centric Graphs
图 1 · 摘自论文原文
  • 构建动作中心图存储历史决策,解耦记忆与大模型计算。
  • 实验显示成功率提升20.81%,进度率提升6.17%。
  • 适合需要长期记忆和高效推理的智能体系统。

近期推理时缩放技术显著释放了大语言模型的复杂推理能力,但对智能体而言,这些方法存在状态无关的缺陷,导致冗余搜索。现有记忆机制依赖大模型自身推理,计算成本高昂。本文提出新框架GAMER(基于图的动作中心记忆与情景推理),将历史推理建模为动态动作中心图。通过将记忆机制与大模型解耦,相比基线可减少记忆上下文用量,节省令牌与开销。为有效从图中提取知识,采用双流时序差分学习机制,基于过往成败估计动作节点的正向(建议)与负向(规避)价值。推理阶段,该价值函数双向优化决策:正向值提供动作建议,负向值标识高风险动作。通过在图上高效搜索,显著提升推理缩放效率。多基准测试表明,GAMER在成功率达20.81%、进度率达6.17%方面优于基线。

原文摘要 · Abstract (English)

Recent advancements in inference-time scaling have significantly unlocked the complex reasoning capabilities of Large Language Models~(LLMs). However, for agents, these approaches suffer from a critical inefficiency, operating in a stateless manner and engaging in redundant search processes. Existing memory mechanisms largely rely on the reasoning capabilities of LLMs, leading to prohibitive computational costs. In this paper, we propose a novel framework, \textit{GAMER}~(Graph-based Action-centric Memory with Episodic Reasoning), that bridges the gap between inference scaling and episodic memory. Our approach models historical reasoning as a dynamic \textit{Action-Centric Graph}. By decoupling the memory mechanism from LLMs, our method can save token/money usage by providing less memory context than memory mechanism baselines. To extract knowledge from the graph effectively, we use a dual-stream Temporal Difference learning mechanism to estimate the positive~(suggestion) and negative~(avoidance) value of action nodes based on past successes and failures. During the inference phase, this learned value function optimizes decision-making bi-directionally, so that positive values provide action suggestions, while negative values indicate high-risk actions. By performing efficient searches on the graph, our method significantly improves the efficiency of inference scaling. Experiments on multiple benchmarks demonstrate that \textit{GAMER} achieves superior performance by \textbf{20.81\%/6.17\%} for success/progress rate compared to vanilla baselines.

智能体记忆机制推理优化

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