CLAug 8, 2025

Comparing Knowledge Injection Methods for LLMs in a Low-Resource Regime

arXiv:2508.06178v12 citationsh-index: 9Has CodeAnais do XXII Encontro Nacional de Inteligência Artificial e Computacional (ENIAC 2025)
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently updating LLMs with new knowledge in low-resource settings, which is incremental but relevant for applications requiring frequent model updates with minimal data.

The paper tackled the problem of injecting small, unstructured knowledge into large language models (LLMs) with limited data, finding that exposing models to diverse textual variations significantly improves learning of new facts, while retrieval-augmented generation (RAG) approaches often lead to greater degradation compared to parametric methods.

Large language models (LLMs) often require vast amounts of text to effectively acquire new knowledge. While continuing pre-training on large corpora or employing retrieval-augmented generation (RAG) has proven successful, updating an LLM with only a few thousand or million tokens remains challenging. In this work, we investigate the task of injecting small, unstructured information into LLMs and its relation to the catastrophic forgetting phenomenon. We use a dataset of recent news -- ensuring no overlap with the model's pre-training data -- to evaluate the knowledge acquisition by probing the model with question-answer pairs related the learned information. Starting from a continued pre-training baseline, we explored different augmentation algorithms to generate synthetic data to improve the knowledge acquisition capabilities. Our experiments show that simply continuing pre-training on limited data yields modest improvements, whereas exposing the model to diverse textual variations significantly improves the learning of new facts -- particularly with methods that induce greater variability through diverse prompting. Furthermore, we shed light on the forgetting phenomenon in small-data regimes, illustrating the delicate balance between learning new content and retaining existing capabilities. We also confirm the sensitivity of RAG-based approaches for knowledge injection, which often lead to greater degradation on control datasets compared to parametric methods. Finally, we demonstrate that models can generate effective synthetic training data themselves, suggesting a pathway toward self-improving model updates. All code and generated data used in our experiments are publicly available, providing a resource for studying efficient knowledge injection in LLMs with limited data at https://github.com/hugoabonizio/knowledge-injection-methods.

Foundations

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

Your Notes