IRAICLLGJun 12

Knowledge Graph Enhanced Memory-Augmented Retrieval for Long Context Modeling

arXiv:2606.14047v110.0
Predicted impact top 38% in IR · last 90 daysOriginality Highly original
AI Analysis

This work addresses the challenge of maintaining coherent entity understanding in long-context language models, offering a novel approach that adapts to input contexts rather than relying on fixed knowledge bases.

KGERMAR constructs dynamic knowledge graphs during inference to improve long-context language modeling, achieving up to 8.5% lower perplexity and 2-2.5x better memory efficiency than baselines across context lengths from 1K to 32K tokens.

Long-context language modeling requires not only extending context windows but maintaining coherent understanding of entity states and relationships across thousands of tokens -- a challenge that semantic similarity alone cannot address. KGERMAR addresses this by constructing dynamic, context-specific knowledge graphs from input text during inference, enabling domain-adaptive retrieval that leverages both semantic similarity and explicit entity relationships. The framework performs real-time entity and relation extraction to build contextual knowledge graphs, then integrates graph-structural embeddings with textual semantics through a multi-component memory architecture. Three memory banks -- contextual, semantic, and structural -- are maintained with retrieval signals fused via learned weights to capture both surface-level semantics and deeper relational patterns. Evaluated on SlimPajama (84.7K training examples), WikiText-103 (4,358 examples), PG-19 (100 examples), and Proof-pile (46.3K examples), KGERMAR achieves up to 8.5\% lower perplexity and 2--2.5x better memory efficiency than memory-augmented baselines across context lengths from 1K to 32K tokens, with superior in-context learning performance across five NLU tasks. The dynamic knowledge graph construction approach advances memory-augmented language modeling by enabling domain-specific knowledge representation that adapts to input contexts rather than relying on fixed knowledge bases.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes