← 首页|学术|MemToC: Benchmarking Memory-Tool Conflict Resolution in Large Language Models
cs.CL, cs.AI, cs.MA, cs.SE · 2608.26295 · 2026-08-26

MemToC: Benchmarking Memory-Tool Conflict Resolution in Large Language Models

Arseniy Varlamov, Rishat Zinnatullin, Elisei Rykov, Alexander Panchenko, Ilseyar Alimova
记忆-工具冲突Agent 评测Benchmark
💬 工具返回的结果和模型自己记的不一样时该信谁?MemToC 用 6504 个受控场景量化这个「记忆-工具冲突」问题,结论是:模型几乎总是无脑信工具。

🎯 背景

工具增强的 LLM 在工具返回和参数化记忆冲突时必须做出仲裁,但现有评测只衡量「更偏向哪个来源」,从不建立「哪个来源其实是对的」这个基准线。

🔬 方法

MemToC 是一个带可执行工具的、受控的「工具返回后仲裁」基准,包含 6504 个评测场景,构建自 542 个经过质量控制的事实性问题、独立获取的模型专属闭卷答案、以及已知正确性的受控工具返回,实例化出四种「来源正确性」组合,另设工具错误和无工具两组对照。

📊 结果与意义

五个 7-9B 开源权重模型上,工具返回强烈压制了模型自己闭卷给出的答案:四个指令微调模型只有 6.5%-17.1% 的合格案例能守住一个已验证正确的答案、对抗一个错误的工具;86.0%-93.1% 的案例会跟随一个正确的工具;两个来源都错时有 78.4%-86.0% 的案例会照抄工具返回。用 SFT/DPO 微调可以改善这个问题,但 20 组方法-模型组合里有 19 组会在工具出错或问题不可回答时降低模型的「拒答」倾向——纠正一个问题经常带来另一个副作用。
▶ 原文摘要 Abstract
Tool-augmented LLMs must arbitrate between two fallible sources when a tool return conflicts with their parametric memory, yet existing evaluations measure source preference without establishing source correctness. We introduce MemToC, a controlled benchmark for post-tool-return arbitration with executable tools. MemToC comprises 6,504 evaluation episodes constructed from 542 quality-controlled factual questions, independently elicited model-specific closed-book answers, and controlled tool returns of known correctness. These components instantiate four source-correctness cases; tool-error and no-tool conditions are separate controls. Across five open-weight 7-9B models, tool returns strongly dominate elicited closed-book answers. The four instruction-tuned models retain a verified-correct answer against an incorrect tool in only 6.5-17.1% of eligible cases, follow a correct tool in 86.0-93.1%, and repeat the tool return in 78.4-86.0% of cases where both sources are wrong. No cross-model ordering remains stable across three instruction-wording variants with the question and episode content held fixed. We compare prompting with SFT and DPO using chain-level cross-fitting over ToolHop, so questions sharing an underlying fact never straddle training and evaluation. We apply an asymmetric success criterion: correct-answer retention must improve without a detected reduction in correct-tool following. SFT and DPO meet this criterion on the same two of four instruction-tuned backbones. Improvements rarely come cleanly: 19 of 20 tested method-model combinations reduce abstention after tool errors or on unanswerable inputs. Transfer beyond MemToC is positive but partial and depends on the model and presentation frame. Correctness-conditioned arbitration can be improved through fine-tuning, but gains must be evaluated jointly with correct tool use, abstention, and robustness to formulation.
来源:arXiv:2608.26295 · 精读基于摘要与 arXiv HTML/abs 页信息生成,未解析 PDF 全文