gQAEGSGVnN@OpenReview

Total: 1

#1 UniMem: Towards a Unified View of Long-Context Large Language Models [PDF5] [Copy] [Kimi8] [REL]

Authors: Junjie Fang ; Likai Tang ; Hongzhe Bi ; Yujia Qin ; Si Sun ; Zhenyu Li ; Haolun Li ; Yongjian Li ; Xin Cong ; Yankai Lin ; Yukun Yan ; Xiaodong Shi ; Sen Song ; Zhiyuan Liu ; Maosong Sun

Long-context processing is a critical ability that constrains the applicability of large language models (LLMs). Although there exist various methods devoted to enhancing the long-context processing ability of LLMs, they are developed in an isolated manner and lack systematic analysis and integration of their strengths, hindering further developments. In this paper, we introduce UniMem, a Unified framework that reformulates existing long-context methods from the view of Memory augmentation of LLMs. Distinguished by its four core dimensions—Memory Management, Memory Writing, Memory Reading, and Memory Injection, UniMem empowers researchers to conduct systematic exploration of long-context methods. We re-formulate 16 existing methods based on UniMem and analyze four representative methods: Transformer-XL, Memorizing Transformer, RMT, and Longformer into equivalent UniMem forms to reveal their design principles and strengths. Based on these analyses, we propose UniMix, an innovative approach that integrates the strengths of these algorithms. Experimental results show that UniMix achieves superior performance in handling long contexts with significantly lower perplexity than baselines. The code is publicly available at https://github.com/thunlp/UniMem.