EMNLP 2024finding3 citations

FastMem: Fast Memorization of Prompt Improves Context Awareness of Large Language Models

Junyi Zhu, Shuochen Liu, Yu Yu, Bo Tang, Yibo Yan, Zhiyu Li, Feiyu Xiong, Tong Xu

Abstract

Large language models (LLMs) excel in generating coherent text, but they often struggle with context awareness, leading to inaccuracies in tasks requiring faithful adherence to provided information. We introduce FastMem, a novel method designed to enhance instruction fine-tuned LLMs’ context awareness through fast memorization of the prompt. FastMem maximizes the likelihood of the prompt before inference by updating only the last Feed-Forward Network (FFN) module. This targeted approach ensures efficient optimization without overfitting, significantly improving the model’s ability to comprehend and accurately follow the context. Our experiments demonstrate substantial gains in reading comprehension, text summarization and adherence to output structures. For instance, FastMem improves the accuracy of Llama 3-8B-Inst on the NQ-SWAP dataset from 59.1% to 71.6%, and reduces the output structure failure rate of Qwen 1.5-4B-Chat from 34.9% to 25.5%. Extensive experimental results highlight FastMem’s potential to offer a robust solution to enhance the reliability and accuracy of LLMs in various applications. Our code is available at: https://github.com/IAAR-Shanghai/FastMem.

BibTeX
@inproceedings{zhu-etal-2024-fastmem,
    title = "{F}ast{M}em: Fast Memorization of Prompt Improves Context Awareness of Large Language Models",
    author = "Zhu, Junyi  and
      Liu, Shuochen  and
      Yu, Yu  and
      Tang, Bo  and
      Yan, Yibo  and
      Li, Zhiyu  and
      Xiong, Feiyu  and
      Xu, Tong  and
      Blaschko, Matthew B.",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.687/",
    doi = "10.18653/v1/2024.findings-emnlp.687",
    pages = "11740--11758"
}
FastMem: Fast Memorization of Prompt Improves Context Awareness of Large Language Models · EMNLP 2024