EMNLP 2022main32 citations

Leveraging Locality in Abstractive Text Summarization

Yixin Liu, Ansong Ni, Linyong Nan, Budhaditya Deb, Chenguang Zhu, Ahmed Hassan Awadallah, Dragomir Radev

Abstract

Neural attention models have achieved significant improvements on many natural language processing tasks. However, the quadratic memory complexity of the self-attention module with respect to the input length hinders their applications in long text summarization. Instead of designing more efficient attention modules, we approach this problem by investigating if models with a restricted context can have competitive performance compared with the memory-efficient attention models that maintain a global context by treating the input as a single sequence. Our model is applied to individual pages, which contain parts of inputs grouped by the principle of locality, during both the encoding and decoding stages. We empirically investigated three kinds of locality in text summarization at different levels of granularity, ranging from sentences to documents. Our experimental results show that our model has a better performance compared with strong baseline models with efficient attention modules, and our analysis provides further insights into our locality-aware modeling strategy.

BibTeX
@inproceedings{liu-etal-2022-leveraging-locality,
    title = "Leveraging Locality in Abstractive Text Summarization",
    author = "Liu, Yixin  and
      Ni, Ansong  and
      Nan, Linyong  and
      Deb, Budhaditya  and
      Zhu, Chenguang  and
      Awadallah, Ahmed Hassan  and
      Radev, Dragomir",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.408/",
    doi = "10.18653/v1/2022.emnlp-main.408",
    pages = "6081--6093"
}
Leveraging Locality in Abstractive Text Summarization · EMNLP 2022