LOCOST: State-Space Models for Long Document Abstractive Summarization
Abstract
State-space models are a low-complexity alternative to transformers for encoding long sequences and capturing long-term dependencies. We propose LOCOST: an encoder-decoder architecture based on state-space models for conditional text generation with long context inputs. With a computational complexity of , this architecture can handle significantly longer sequences than state-of-the-art models that are based on sparse attention patterns. We evaluate our model on a series of long document abstractive summarization tasks. The model reaches a performance level that is 93-96% comparable to the top-performing sparse transformers of the same size while saving up to 50% memory during training and up to 87% during inference. Additionally, LOCOST effectively handles input texts exceeding 600K tokens at inference time, setting new state-of-the-art results on full-book summarization and opening new perspectives for long input processing.
Cite
@article{arxiv.2401.17919,
title = {LOCOST: State-Space Models for Long Document Abstractive Summarization},
author = {Florian Le Bronnec and Song Duong and Mathieu Ravaut and Alexandre Allauzen and Nancy F. Chen and Vincent Guigue and Alberto Lumbreras and Laure Soulier and Patrick Gallinari},
journal= {arXiv preprint arXiv:2401.17919},
year = {2024}
}
Comments
9 pages, 5 figures, 7 tables, EACL 2024 conference