EMNLP 2024finding2 citations

Taking a Deep Breath: Enhancing Language Modeling of Large Language Models with Sentinel Tokens

Weiyao Luo, Suncong Zheng, Heming Xia, Weikang Wang, Yan Lei, Tianyu Liu, Shuang Chen, Zhifang Sui

Abstract

Large language models (LLMs) have shown promising efficacy across various tasks, becoming powerful tools in numerous aspects of human life. However, Transformer-based LLMs suffer a performance degradation when modeling long-term contexts due to they discard some information to reduce computational overhead. In this work, we propose a simple yet effective method to enable LLMs to take a deep breath, encouraging them to summarize information contained within discrete text chunks. Specifically, we segment the text into multiple chunks and insert special token <SR> at the end of each chunk. We then modify the attention mask to integrate the chunk’s information into the corresponding <SR> token. This facilitates LLMs to interpret information not only from historical individual tokens but also from the <SR> token, aggregating the chunk’s semantic information. Experiments on language modeling and out-of-domain downstream tasks validate the superiority of our approach.

BibTeX
@inproceedings{luo-etal-2024-taking,
    title = "Taking a Deep Breath: Enhancing Language Modeling of Large Language Models with Sentinel Tokens",
    author = "Luo, Weiyao  and
      Zheng, Suncong  and
      Xia, Heming  and
      Wang, Weikang  and
      Lei, Yan  and
      Liu, Tianyu  and
      Chen, Shuang  and
      Sui, Zhifang",
    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.233/",
    doi = "10.18653/v1/2024.findings-emnlp.233",
    pages = "4034--4040"
}
Taking a Deep Breath: Enhancing Language Modeling of Large Language Models with Sentinel Tokens · EMNLP 2024