paper-with-me

홈 › Papers

Entity-Memory Graph Retrieval Improves Evidence Coverage in Long-Conversation Question Answering

2026-08-28 · Shumao Sun arxiv

Entity-Memory graph retrieval keeps dialogue turns as verbatim Memory nodes, links repeated mentions through shared Entities, and connects adjacent Memories with directed chronological edges. At query time the retriever moves from Entity gating through semantic fusion and one-hop chronological recovery to dense backfill. The path can keep a neighboring Memory that dense cosine ranking would otherwise omit. A matched dense control shares the Memory and query vectors, context budget, requested answer protocol, and evaluator, isolating graph structure from changes to the reader. On 1,986 questions from ten LoCoMo conversations, graph retrieval raises official evidence recall at top-k 25 from 79.7468% to 84.4842%. The recall advantage is supported from top-k 5 to 50, while no matched cutoff supports an overall final-answer F1 difference. Four paper-eligible requested configurations support empirical robustness across the tested GPT-3.5 and DeepSeek extractors on both outcomes. Embedding robustness is mixed: F1 has no supported contrast, but recall is sensitive to the embedding artifact. The comparison isolates a retrieval-coverage gain from graph structure. It does not establish a final-answer F1 gain, model or embedding equivalence, or cross-dataset generalization.

📄 PDF Abstract BibTeX arXiv:2608.27925

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

MAGMA: A Multi-Graph based Agentic Memory Architecture for AI Agents

2026-01-06 · Dongming Jiang, Yi Li, Guanpeng Li, Bingzhe Li arxiv

Memory-Augmented Generation (MAG) extends Large Language Models with external memory to support long-context reasoning, but existing approaches largely rely on semantic similarity over monolithic memory stores, entanglin…

Semantic Similarity

EviReform: Evidence-Guided Query Reformulation for Multi-Hop Graph Retrieval

2026-08-13 · Xinlong Xu, Yoshua Y. Li arxiv

Multi-hop retrieval must recover passages that provide sufficient evidence together. An initial passage often resolves an entity or relation implicit in the question, making the missing evidence easier to describe only a…

RRM: Experience-Driven Reflective Retrieval Memory for Long-Horizon Multimodal Reasoning

2026-07-30 · Jingxiang Fan, Junbao Zhuo, Bochao Zou arxiv

Existing multimodal long-term memory agents use external memory to overcome the limited context available for long videos. However, most methods emphasize what to store rather than how stored memory should be retrieved. …

Multimodal ReasoningAnswer Generation

SAGE: A Self-Evolving Agentic Graph-Memory Engine for Structure-Aware Associative Memory

2026-05-12 · Juntong Wang, Haoyue Zhao, guanghui Pan, Xiyuan Wang 외 arxiv

Long-term memory is becoming a central bottleneck for language agents. Exsting RAG and GraphRAG systems largely treat memory graphs as static retrieval middleware, which limits their ability to recover complete evidence …

VL-MemKnG: Hybrid Memory with a Spatio-Temporal Knowledge Graph for Question Answering over Long Egocentric Navigation Trajectories

2026-06-15 · Svetlana Lukina, Mohamad Al Mdfaa, Gloria Haro, Sergey Zagoruyko 외 arxiv

Answering navigation-relevant questions over long egocentric videos requires retrieving and organizing evidence distributed across distant temporal moments while maintaining spatial and contextual consistency. Although l…

Video Question AnsweringKnowledge Graphs