LLMs as Repositories of Factual Knowledge: Limitations and Solutions
Seyed Mahed Mousavi, Simone Alghisi, Giuseppe Riccardi
TL;DR
The paper investigates LLMs as repositories of time-sensitive factual knowledge, highlighting that knowledge snapshots collected over time lead to outdated or inconsistent outputs. It introduces DyKnow, a dynamic benchmark that uses Wikidata to continuously assess accuracy and consistency of 24 LLMs under prompt perturbations, revealing substantial reliability gaps. To address these issues, the authors compare existing approaches (ROME, MEMIT, SERAC, IKE, RAG) and propose ENtity-Aware Fine-tuning (ENAF), a soft neurosymbolic method that injects structured entity representations to stabilize recall across varied prompts. Empirically, while editing and retrieval methods show partial gains, ENAF demonstrates potential by distributing recall across multiple layers and linking lexical variants to unified symbolic references, suggesting dynamic benchmarking combined with structured fine-tuning as a robust path toward reliable time-sensitive knowledge in LLMs.
Abstract
LLMs' sources of knowledge are data snapshots containing factual information about entities collected at different timestamps and from different media types (e.g. wikis, social media, etc.). Such unstructured knowledge is subject to change due to updates through time from past to present. Equally important are the inconsistencies and inaccuracies occurring in different information sources. Consequently, the model's knowledge about an entity may be perturbed while training over the sequence of snapshots or at inference time, resulting in inconsistent and inaccurate model performance. In this work, we study the appropriateness of Large Language Models (LLMs) as repositories of factual knowledge. We consider twenty-four state-of-the-art LLMs that are either closed-, partially (weights), or fully (weight and training data) open-source. We evaluate their reliability in responding to time-sensitive factual questions in terms of accuracy and consistency when prompts are perturbed. We further evaluate the effectiveness of state-of-the-art methods to improve LLMs' accuracy and consistency. We then propose "ENtity-Aware Fine-tuning" (ENAF), a soft neurosymbolic approach aimed at providing a structured representation of entities during fine-tuning to improve the model's performance.
