DIEKAE: Difference Injection for Efficient Knowledge Augmentation and Editing of Large Language Models
Alessio Galatolo, Meriem Beloucif, Katie Winkle

TL;DR
DIEKAE introduces a novel method for efficient knowledge editing and augmentation in large language models by decoupling external knowledge processing from the model, reducing computational costs and enhancing performance.
Contribution
The paper presents DIEKAE, a new approach that uses encoders to inject external knowledge into PLMs without back-propagation through the model, improving efficiency and scalability.
Findings
DIEKAE is faster than baseline methods in knowledge editing.
It reduces training time and memory usage significantly.
The method improves knowledge augmentation performance during inference.
Abstract
Pretrained Language Models (PLMs) store extensive knowledge within their weights, enabling them to recall vast amount of information. However, relying on this parametric knowledge brings some limitations such as outdated information or gaps in the training data. This work addresses these problems by distinguish between two separate solutions: knowledge editing and knowledge augmentation. We introduce Difference Injection for Efficient Knowledge Augmentation and Editing (DIEK\AE), a new method that decouples knowledge processing from the PLM (LLaMA2-7B, in particular) by adopting a series of encoders. These encoders handle external knowledge and inject it into the PLM layers, significantly reducing computational costs and improving performance of the PLM. We propose a novel training technique for these encoders that does not require back-propagation through the PLM, thus greatly reducing…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
