信息抽取作为缓存:信息抽取增强的智能体推理 / IE as Cache: Information Extraction Enhanced Agentic Reasoning
1️⃣ 一句话总结
这篇论文提出了一个名为“IE-as-Cache”的新框架,它不再把信息抽取仅仅当作最终目标,而是将其视为一个可重复利用的“思维缓存”,通过动态管理和复用抽取出的关键信息,来显著提升大语言模型在多步推理任务中的准确性和效率。
Information Extraction aims to distill structured, decision-relevant information from unstructured text, serving as a foundation for downstream understanding and reasoning. However, it is traditionally treated merely as a terminal objective: once extracted, the resulting structure is often consumed in isolation rather than maintained and reused during multi-step inference. Moving beyond this, we propose \textit{IE-as-Cache}, a framework that repurposes IE as a cognitive cache to enhance agentic reasoning. Drawing inspiration from hierarchical computer memory, our approach combines query-driven extraction with cache-aware reasoning to dynamically maintain compact intermediate information and filter noise. Experiments on challenging benchmarks across diverse LLMs demonstrate significant improvements in reasoning accuracy, indicating that IE can be effectively repurposed as a reusable cognitive resource and offering a promising direction for future research on downstream uses of IE.
信息抽取作为缓存:信息抽取增强的智能体推理 / IE as Cache: Information Extraction Enhanced Agentic Reasoning
这篇论文提出了一个名为“IE-as-Cache”的新框架,它不再把信息抽取仅仅当作最终目标,而是将其视为一个可重复利用的“思维缓存”,通过动态管理和复用抽取出的关键信息,来显著提升大语言模型在多步推理任务中的准确性和效率。
源自 arXiv: 2604.14930