Temporal Knowledge-Graph Memory in a Partially Observable Environment
Taewoon Kim, Vincent Fran\c{c}ois-Lavet, Michael Cochez

TL;DR
This paper introduces a new environment and memory model for agents in partially observable worlds, demonstrating that temporal knowledge graphs improve question-answering accuracy over neural models.
Contribution
The paper presents Room Environment v3 with a temporal KG memory system, and shows its effectiveness compared to neural sequence models in a partially observable environment.
Findings
Temporal qualifiers improve stability of memory performance.
Symbolic TKG agent outperforms neural baselines in QA accuracy.
Environment and code are publicly released for reproducibility.
Abstract
Agents in partially observable environments require persistent memory to integrate observations over time. While KGs (knowledge graphs) provide a natural representation for such evolving state, existing benchmarks rarely expose agents to environments where both the world dynamics and the agent's memory are explicitly graph-shaped. We introduce the Room Environment v3, a configurable environment whose hidden state is an RDF KG and whose observations are RDF triples. The agent may extend these observations into a temporal KG when storing them in long-term memory. The environment is easily adjustable in terms of grid size, number of rooms, inner walls, and moving objects. We define a lightweight temporal KG memory for agents, based on RDF-star-style qualifiers (time_added, last_accessed, num_recalled), and evaluate several symbolic baselines that maintain and query this memory under…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCognitive Computing and Networks · Bayesian Modeling and Causal Inference · Advanced Graph Neural Networks
