paper-with-me

Papers

AriGraph: Learning Knowledge Graph World Models with Episodic Memory for LLM Agents

2024-07-05 · Petr Anokhin, Nikita Semenov, Artyom Sorokin, Dmitry Evseev, Andrey Kravchenko, Mikhail Burtsev, Evgeny Burnaev

Advancements in the capabilities of Large Language Models (LLMs) have created a promising foundation for developing autonomous agents. With the right tools, these agents could learn to solve tasks in new environments by accumulating and updating their knowledge. Current LLM-based agents process past experiences using a full history of observations, summarization, retrieval augmentation. However, these unstructured memory representations do not facilitate the reasoning and planning essential for complex decision-making. In our study, we introduce AriGraph, a novel method wherein the agent constructs and updates a memory graph that integrates semantic and episodic memories while exploring the environment. We demonstrate that our Ariadne LLM agent, consisting of the proposed memory architecture augmented with planning and decision-making, effectively handles complex tasks within interactive text game environments difficult even for human players. Results show that our approach markedly outperforms other established memory methods and strong RL baselines in a range of problems of varying complexity. Additionally, AriGraph demonstrates competitive performance compared to dedicated knowledge graph-based methods in static multi-hop question-answering.

📄 PDF Abstract BibTeX arXiv:2407.04363

Code (1)

airi-institute/arigraph 공식 구현 pytorch

Tasks

Decision MakingMulti-hop Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Embedding Models for Episodic Knowledge Graphs

2018-06-30 · Yunpu Ma, Volker Tresp, Erik Daxberger

In recent years a number of large-scale triple-oriented knowledge graphs have been generated and various models have been proposed to perform learning in those graphs. Most knowledge graphs are static and reflect the wor…

Inductive LearningKnowledge Graph EmbeddingsKnowledge Graphs

Learning with Memory Embeddings

2015-11-25 · Volker Tresp, Cristóbal Esteban, Yinchong Yang, Stephan Baier 외

Embedding learning, a.k.a. representation learning, has been shown to be able to model large-scale semantic knowledge graphs. A key concept is a mapping of the knowledge graph to a tensor representation whose entries are…

Knowledge GraphsRepresentation Learning

Memory Graph Networks for Explainable Memory-grounded Question Answering

2019-11-01 · CONLL 2019 11 · Seungwhan Moon, Pararth Shah, Anuj Kumar, Rajen Subba

We introduce Episodic Memory QA, the task of answering personal user questions grounded on memory graph (MG), where episodic memories and related entity nodes are connected via relational edges. We create a new benchmark…

Question Answering

DYNA : Dynamic Episodic Memory Networks for Augmenting Large Language Models with Temporal Knowledge Graphs in Continuous Learning

2026-06-14 · Ali Sarabadani, Mahtab Tajvidiyan arxiv

Large Language Models (LLMs) struggle to incorporate new knowledge without forgetting or costly retraining. We propose DYNA, a lightweight framework that augments a frozen LLM with a temporal knowledge graph where events…

Knowledge GraphsGraph Clustering

Enhancing Vision-Language Navigation with Multimodal Event Knowledge from Real-World Indoor Tour Videos

2026-02-27 · Haoxuan Xu, Tianfu Li, Wenbo Chen, Yi Liu 외 arxiv

Vision-Language Navigation (VLN) agents often struggle with long-horizon reasoning in unseen environments, particularly when facing ambiguous, coarse-grained instructions. While recent advances use knowledge graph to enh…

Vision-Language Navigation