EMNLP 2024main2 citations

CItruS: Chunked Instruction-aware State Eviction for Long Sequence Modeling

Yu Bai, Xiyuan Zou, Heyan Huang, Sanxing Chen, Marc-Antoine Rondeau, Yang Gao, Jackie CK Cheung

Abstract

Long sequence modeling has gained broad interest as large language models (LLMs) continue to advance. Recent research has identified that a large portion of hidden states within the key-value caches of Transformer models can be discarded (also termed evicted) withoutaffecting the perplexity performance in generating long sequences. However, we show that these methods, despite preserving perplexity performance, often drop information that is important for solving downstream tasks, a problem which we call information neglect. To address this issue, we introduce Chunked Instruction-aware State Eviction (CItruS), a novel modeling technique that integrates the attention preferences useful for a downstream task into the eviction process of hidden states. In addition, we design a method for chunked sequence processing to further improve efficiency. Our training-free method exhibits superior performance on long sequence comprehension and retrieval tasks over several strong baselines under the same memory budget, while preserving language modeling perplexity. The code and data have been released at https://github.com/ybai-nlp/CItruS.

BibTeX
@inproceedings{bai-etal-2024-citrus,
    title = "{CI}tru{S}: Chunked Instruction-aware State Eviction for Long Sequence Modeling",
    author = "Bai, Yu  and
      Zou, Xiyuan  and
      Huang, Heyan  and
      Chen, Sanxing  and
      Rondeau, Marc-Antoine  and
      Gao, Yang  and
      Cheung, Jackie CK",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.338/",
    doi = "10.18653/v1/2024.emnlp-main.338",
    pages = "5908--5930"
}
CItruS: Chunked Instruction-aware State Eviction for Long Sequence Modeling · EMNLP 2024