Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/30 15:35:34

LEDGERMIND: Provenance-Constrained Multimodal Agentic Reasoning with a Structured Evidence Ledger

AI 中文解读
核心亮点:这项研究给AI的"思考过程"装上了带证据链的账本,让AI答题时不再只是蒙对答案,而是每一步都有据可查。 通俗解读:现在的AI看图回答问题,经常只告诉最终结果,中间怎么想的没人知道,答对了也不一定是真懂。这篇研究像给AI配了个笔记本,要求它每次查阅资料、做出判断都记录下来,还能自动检查记录是否属实。如果发现AI在瞎编或者想得太简单,系统会触发修正机制,让推理过程更扎实。简言之,就是让AI学会"边查证边推理",而不是凭猜。 实际影响:以后用AI辅助医疗诊断、法律咨询、教育辅导时,用户不仅能看到结论,还能看到AI依据了哪些证据、如何推导的。这意味着AI出错时更容易被及时发现和纠正,减少"一本正经胡说八道"的情况。对于普通用户,类似技术能让AI答案更可信,尤其是在查询事实、分析数据时,降低被误导的风险。未来智能助手处理复杂问题也会更可靠,使用体验会更安心。
Multimodal agents for visual question answering increasingly operate as multi-step trajectories that interleave perception, retrieval, and reasoning, yet evaluation still largely reduces to final-answer accuracy. This aggregate signal cannot tell whether a correct answer was reached through grounded evidence, language priors, or accidental error cancellation. We propose to treat a multimodal agent trajectory as a provenance-constrained state machine: tool outputs are normalized into a Structured Evidence Ledger that serves as the trajectory state, downstream reasoning and decision claims may cite only active ledger entries, grounding is checked at the entity and numeric level, and repair is realized as typed state transitions that cannot introduce content without tool-produced provenance. We instantiate this design as LedgerMind (Provenance-Constrained Multimodal Agentic Reasoning with a Structured Evidence Ledger), augmented by a Three-Layer Grounding Protocol, an Adaptive Dual-Path Dispatcher that matches reasoning depth to question complexity, and an Event-Triggered Verification-and-Repair engine with a formal provenance non-amplification guarantee. We use LedgerMind to target four recurring failure patterns that final-answer accuracy tends to obscure: unsupported intermediate reasoning, citation-backed entity hallucination (Phantom Grounding), over-reasoning on simple queries, and repair-time amplification. Experiments across multiple multimodal reasoning benchmarks and backbone MLLMs show that LedgerMind improves both answer accuracy and trajectory-level faithfulness.
分享
阅读原文