Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Plug-and-Play Knowledge Injection for Pre-trained Language Models

About

Injecting external knowledge can improve the performance of pre-trained language models (PLMs) on various downstream NLP tasks. However, massive retraining is required to deploy new knowledge injection methods or knowledge bases for downstream tasks. In this work, we are the first to study how to improve the flexibility and efficiency of knowledge injection by reusing existing downstream models. To this end, we explore a new paradigm plug-and-play knowledge injection, where knowledge bases are injected into frozen existing downstream models by a knowledge plugin. Correspondingly, we propose a plug-and-play injection method map-tuning, which trains a mapping of knowledge embeddings to enrich model inputs with mapped embeddings while keeping model parameters frozen. Experimental results on three knowledge-driven NLP tasks show that existing injection methods are not suitable for the new paradigm, while map-tuning effectively improves the performance of downstream models. Moreover, we show that a frozen downstream model can be well adapted to different domains with different mapping networks of domain knowledge. Our code and models are available at https://github.com/THUNLP/Knowledge-Plugin.

Zhengyan Zhang, Zhiyuan Zeng, Yankai Lin, Huadong Wang, Deming Ye, Chaojun Xiao, Xu Han, Zhiyuan Liu, Peng Li, Maosong Sun, Jie Zhou• 2023

Related benchmarks

TaskDatasetResultRank
Relation ExtractionWiki80
Accuracy0.867
51
Entity TypingWiki-ET
F1 Score79.2
24
Question AnsweringEntityQuestions
Accuracy50.8
13
Relation ExtractionFewRel 5-way 1-shot 1.0
Accuracy92.6
8
Relation ExtractionFewRel 5-way 5-shot 1.0
Accuracy96
8
Relation ExtractionFewRel 10-way 1-shot 1.0
Accuracy88.2
8
Relation ExtractionFewRel 10-way 5-shot 1.0
Accuracy91.9
8
Showing 7 of 7 rows

Other info

Code

Follow for update