ProSG: Using Prompt Synthetic Gradients to Alleviate Prompt Forgetting of RNN-like Language Models
Haotian Luo, Kunming Wu, Cheng Dai, Sixian Ding, Xinhao Chen

TL;DR
This paper introduces ProSG, a method that uses synthetic gradients to help RNN-like language models remember prompts during generation, addressing the issue of prompt forgetting.
Contribution
ProSG is a novel architecture that temporarily encodes prompts into model parameters using low-rank gradient approximation to mitigate forgetfulness during generation.
Findings
Effective in reducing prompt forgetting during generation
Demonstrated improved performance on constructed dataset
Code will be released upon acceptance
Abstract
RNN-like language models are getting renewed attention from NLP researchers in recent years and several models have made significant progress, which demonstrates performance comparable to traditional transformers. However, due to the recurrent nature of RNNs, this kind of language model can only store information in a set of fixed-length state vectors. As a consequence, they still suffer from forgetfulness though after a lot of improvements and optimizations, when given complex instructions or prompts. As the prompted generation is the main and most concerned function of LMs, solving the problem of forgetting in the process of generation is no wonder of vital importance. In this paper, focusing on easing the prompt forgetting during generation, we proposed an architecture to teach the model memorizing prompt during generation by synthetic gradient. To force the model to memorize the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Natural Language Processing Techniques
MethodsSparse Evolutionary Training
