DYNA : Dynamic Episodic Memory Networks for Augmenting Large Language Models with Temporal Knowledge Graphs in Continuous Learning
- company Hugging Face
- lab arXiv
- lab arXivLabs
- location cs.CL
- model DYNA
- model RAG
- person Unknown
- product ScienceCast
A new framework called DYNA pairs a frozen large language model with a temporal knowledge graph to let the model absorb new information without retraining, according to a paper posted to arXiv on 14 June 2026 [1]. Large language models typically struggle to incorporate new knowledge without forgetting earlier material or undergoing expensive retraining cycles [1][2]. The authors propose DYNA, which treats events as nodes and temporal relations as directed, timestamped edges inside an external, updatable memory [2]. At query time, the system retrieves relevant nodes through random walks and centrality measures, then augments the frozen model’s response [2]. On three temporal recall tasks, DYNA cut catastrophic forgetting by roughly 7 percent compared with fine-tuning and improved temporal ordering by about 5 percent over standard retrieval-augmented generation [2]. The paper also reports that higher graph clustering coefficients correlate with better retrieval performance, suggesting that the structure of the knowledge graph directly influences accuracy [2]. The work lands as the broader AI community continues to search for methods that keep models current without full retraining. Large language models are defined as machine-learning systems with many parameters, trained through self-supervised learning on vast text corpora [8]. Recent entrants such as DeepSeek and Qwen have drawn attention for lowering training costs and releasing open-weight variants, yet the fundamental problem of knowledge staleness persists across architectures [7][9]. DYNA’s approach of using a temporal knowledge graph as episodic memory is retraining-free, meaning the base model’s weights stay frozen while the graph absorbs new facts [2]. The paper lists three contributions: framing episodic memory as a temporal knowledge graph, enabling LLM augmentation without retraining, and identifying graph properties as predictors of retrieval performance [2]. The preprint appears on arXiv, a repository that accounts for roughly 95 percent of paper URLs organically linked by Hugging Face users [4]. Hugging Face’s paper-pages feature lets researchers link models, datasets, and interactive demos to arXiv preprints, and the platform has collaborated with arXiv to embed demos directly on abstract pages [4][5]. The DYNA paper does not yet list associated models or demos on the Hub, though the integration pathway is well documented [5].
research-papertool-release
Background sources we checked (8)
- arxiv.org ↗ Large Language Models (LLMs) struggle to incorporate new knowledge without forgetting or costly retraining. We propose DYNA, a lightweight framework that augments a frozen LLM with a temporal knowledge graph where events are nodes and temporal relations are directed, timestamped …
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…