English

MemoryPrompt: A Light Wrapper to Improve Context Tracking in Pre-trained Language Models

Computation and Language 2024-02-26 v1 Artificial Intelligence Machine Learning

Abstract

Transformer-based language models (LMs) track contextual information through large, hard-coded input windows. We introduce MemoryPrompt, a leaner approach in which the LM is complemented by a small auxiliary recurrent network that passes information to the LM by prefixing its regular input with a sequence of vectors, akin to soft prompts, without requiring LM finetuning. Tested on a task designed to probe a LM's ability to keep track of multiple fact updates, a MemoryPrompt-augmented LM outperforms much larger LMs that have access to the full input history. We also test MemoryPrompt on a long-distance dialogue dataset, where its performance is comparable to that of a model conditioned on the entire conversation history. In both experiments we also observe that, unlike full-finetuning approaches, MemoryPrompt does not suffer from catastrophic forgetting when adapted to new tasks, thus not disrupting the generalist capabilities of the underlying LM.

Keywords

Cite

@article{arxiv.2402.15268,
  title  = {MemoryPrompt: A Light Wrapper to Improve Context Tracking in Pre-trained Language Models},
  author = {Nathanaël Carraz Rakotonirina and Marco Baroni},
  journal= {arXiv preprint arXiv:2402.15268},
  year   = {2024}
}

Comments

Published as conference paper at LREC-COLING 2024

R2 v1 2026-06-28T14:58:15.559Z