Decoupling Knowledge from Memorization: Retrieval-augmented Prompt Learning
Xiang Chen, Lei Li, Ningyu Zhang, Xiaozhuan Liang, Shumin Deng,, Chuanqi Tan, Fei Huang, Luo Si, Huajun Chen

TL;DR
RetroPrompt enhances prompt learning by integrating a retrieval mechanism that decouples knowledge from memorization, leading to improved generalization and performance in few-shot and zero-shot NLP tasks.
Contribution
The paper introduces RetroPrompt, a novel retrieval-augmented prompt learning method that decouples knowledge from memorization to improve generalization in NLP.
Findings
RetroPrompt outperforms vanilla prompt learning in few-shot and zero-shot settings.
It reduces reliance on memorization, enhancing model generalization.
RetroPrompt shows consistent improvements across multiple datasets.
Abstract
Prompt learning approaches have made waves in natural language processing by inducing better few-shot performance while they still follow a parametric-based learning paradigm; the oblivion and rote memorization problems in learning may encounter unstable generalization issues. Specifically, vanilla prompt learning may struggle to utilize atypical instances by rote during fully-supervised training or overfit shallow patterns with low-shot data. To alleviate such limitations, we develop RetroPrompt with the motivation of decoupling knowledge from memorization to help the model strike a balance between generalization and memorization. In contrast with vanilla prompt learning, RetroPrompt constructs an open-book knowledge-store from training instances and implements a retrieval mechanism during the process of input, training and inference, thus equipping the model with the ability to…
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
Taxonomy
TopicsTopic Modeling · Domain Adaptation and Few-Shot Learning · Natural Language Processing Techniques
MethodsKnowPrompt
