EMNLP 2024finding0 citations

Enhancing Incremental Summarization with Structured Representations

EunJeong Hwang, Yichao Zhou, James Bradley Wendt, Beliz Gunel, Nguyen Vo, Jing Xie, Sandeep Tata

Abstract

Large language models (LLMs) often struggle with processing extensive input contexts, which can lead to redundant, inaccurate, or incoherent summaries. Recent methods have used unstructured memory to incrementally process these contexts, but they still suffer from information overload due to the volume of unstructured data handled. In our study, we introduce structured knowledge representations (GU_json), which significantly improve summarization performance by 40% and 14% across two public datasets. Most notably, we propose the Chain-of-Key strategy (CoK_json) that dynamically updates or augments these representations with new information, rather than recreating the structured memory for each new source. This method further enhances performance by 7% and 4% on the datasets.

BibTeX
@inproceedings{hwang-etal-2024-enhancing,
    title = "Enhancing Incremental Summarization with Structured Representations",
    author = "Hwang, EunJeong  and
      Zhou, Yichao  and
      Wendt, James Bradley  and
      Gunel, Beliz  and
      Vo, Nguyen  and
      Xie, Jing  and
      Tata, Sandeep",
    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.220/",
    doi = "10.18653/v1/2024.findings-emnlp.220",
    pages = "3830--3842"
}