Search papers, labs, and topics across Lattice.
The paper introduces RoMem, a temporal knowledge graph module that uses continuous phase rotation to distinguish persistent facts from evolving ones in structured memory systems. RoMem leverages a Semantic Speed Gate to map relation embeddings to volatility scores, dictating the speed of phase rotation for facts associated with those relations. This geometric shadowing approach allows temporally correct facts to outrank contradictions without explicit deletion, achieving state-of-the-art results on temporal knowledge graph completion and agentic memory benchmarks.
Forget discrete time labels – RoMem's continuous phase rotation lets knowledge graphs naturally shadow obsolete facts in vector space, outperforming existing methods on temporal reasoning and zero-shot generalization.
Structured memory representations such as knowledge graphs are central to autonomous agents and other long-lived systems. However, most existing approaches model time as discrete metadata, either sorting by recency (burying old-yet-permanent knowledge), simply overwriting outdated facts, or requiring an expensive LLM call at every ingestion step, leaving them unable to distinguish persistent facts from evolving ones. To address this, we introduce RoMem, a drop-in temporal knowledge graph module for structured memory systems, applicable to agentic memory and beyond. A pretrained Semantic Speed Gate maps each relation's text embedding to a volatility score, learning from data that evolving relations (e.g.,"president of") should rotate fast while persistent ones (e.g.,"born in") should remain stable. Combined with continuous phase rotation, this enables geometric shadowing: obsolete facts are rotated out of phase in complex vector space, so temporally correct facts naturally outrank contradictions without deletion. On temporal knowledge graph completion, RoMem achieves state-of-the-art results on ICEWS05-15 (72.6 MRR). Applied to agentic memory, it delivers 2-3x MRR and answer accuracy on temporal reasoning (MultiTQ), dominates hybrid benchmark (LoCoMo), preserves static memory with zero degradation (DMR-MSC), and generalises zero-shot to unseen financial domains (FinTMMBench).