paper-with-me

홈 › Papers

MemoriesDB: A Temporal-Semantic-Relational Database for Long-Term Agent Memory / Modeling Experience as a Graph of Temporal-Semantic Surfaces

2025-11-09 · Joel Ward arxiv

We introduce MemoriesDB, a unified data architecture designed to avoid decoherence across time, meaning, and relation in long-term computational memory. Each memory is a time-semantic-relational entity-a structure that simultaneously encodes when an event occurred, what it means, and how it connects to other events. Built initially atop PostgreSQL with pgvector extensions, MemoriesDB combines the properties of a time-series datastore, a vector database, and a graph system within a single append-only schema. Each memory is represented as a vertex uniquely labeled by its microsecond timestamp and accompanied by low- and high-dimensional normalized embeddings that capture semantic context. Directed edges between memories form labeled relations with per-edge metadata, enabling multiple contextual links between the same vertices. Together these constructs form a time-indexed stack of temporal-semantic surfaces, where edges project as directional arrows in a 1+1-dimensional similarity field, tracing the evolution of meaning through time while maintaining cross-temporal coherence. This formulation supports efficient time-bounded retrieval, hybrid semantic search, and lightweight structural reasoning in a single query path. A working prototype demonstrates scalable recall and contextual reinforcement using standard relational infrastructure, and we discuss extensions toward a columnar backend, distributed clustering, and emergent topic modeling.

📄 PDF Abstract BibTeX arXiv:2511.06179

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gaussian Relational Graph Transformer

2026-05-15 · Zezhong Ding, Jin Li, Xugang Wang, Xike Xie arxiv

Relational graph learning models relational databases as graphs and has demonstrated superior performance on a wide range of relational predictive tasks. However, existing methods struggle to capture long-range dependenc…

Graph Learning

On Embeddings in Relational Databases

2020-05-13 · Siddhant Arora, Srikanta Bedathur

We address the problem of learning a distributed representation of entities in a relational database using a low-dimensional embedding. Low-dimensional embeddings aim to encapsulate a concise vector representation for an…

Universal Encoders for Modular Relational Deep Learning

2026-06-19 · Jakub Peleška, Gustav Šír arxiv

Relational Deep Learning (RDL) models multi-tabular databases as temporal heterogeneous graphs for end-to-end representation learning. While RDL is evolving rapidly, existing approaches face significant generalization ob…

Representation Learning

An Approach For Transforming of Relational Databases to OWL Ontology

2015-02-20 · Mona Dadjoo, Esmaeil Kheirkhah

Rapid growth of documents, web pages, and other types of text content is a huge challenge for the modern content management systems. One of the problems in the areas of information storage and retrieval is the lacking of…

ManagementRetrieval

BERT Meets Relational DB: Contextual Representations of Relational Databases

2021-04-30 · Siddhant Arora, Vinayak Gupta, Garima Gaur, Srikanta Bedathur

In this paper, we address the problem of learning low dimension representation of entities on relational databases consisting of multiple tables. Embeddings help to capture semantics encoded in the database and can be us…

Missing ValuesRepresentation Learning