DySK-Attn: A Framework for Efficient, Real-Time Knowledge Updating in Large Language Models via Dynamic Sparse Knowledge Attention
Kabir Khan, Priya Sharma, Arjun Mehta, Neha Gupta, Ravi Narayanan

TL;DR
DySK-Attn is a framework that enables large language models to efficiently update their knowledge in real-time by integrating a dynamic knowledge graph with a sparse attention mechanism, improving accuracy and efficiency.
Contribution
We introduce DySK-Attn, a novel sparse attention-based framework that allows LLMs to incorporate real-time knowledge updates from a dynamic knowledge graph efficiently.
Findings
Outperforms standard retrieval-augmented generation in factual accuracy.
Reduces computational cost compared to dense attention methods.
Effectively handles time-sensitive question-answering tasks.
Abstract
Large Language Models (LLMs) suffer from a critical limitation: their knowledge is static and quickly becomes outdated. Retraining these massive models is computationally prohibitive, while existing knowledge editing techniques can be slow and may introduce unforeseen side effects. To address this, we propose DySK-Attn, a novel framework that enables LLMs to efficiently integrate real-time knowledge from a dynamic external source. Our approach synergizes an LLM with a dynamic Knowledge Graph (KG) that can be updated instantaneously. The core of our framework is a sparse knowledge attention mechanism, which allows the LLM to perform a coarse-to-fine grained search, efficiently identifying and focusing on a small, highly relevant subset of facts from the vast KG. This mechanism avoids the high computational cost of dense attention over the entire knowledge base and mitigates noise from…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Multimodal Machine Learning Applications
