Search papers, labs, and topics across Lattice.
The paper introduces IE-as-Cache, a framework that uses Information Extraction (IE) as a dynamic cognitive cache to improve agentic reasoning in LLMs. It combines query-driven IE with cache-aware reasoning, allowing the model to maintain and reuse extracted information across multiple inference steps. Experiments on reasoning benchmarks show that this approach significantly improves accuracy by filtering noise and maintaining compact intermediate information.
LLMs get a reasoning boost by treating information extraction not as a one-off task, but as a dynamic cache that persists and filters information across multiple steps.
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.