EMNLP 2022finding2 citations

Learning From the Source Document: Unsupervised Abstractive Summarization

Haojie Zhuang, Wei Emma Zhang, Jian Yang, Congbo Ma, Yutong Qu, Quan Z. Sheng

Abstract

Most of the state-of-the-art methods for abstractive text summarization are under supervised learning settings, while heavily relying on high-quality and large-scale parallel corpora. In this paper, we remove the need for reference summaries and present an unsupervised learning method SCR (Summarize, Contrast and Review) for abstractive summarization, which leverages contrastive learning and is the first work to apply contrastive learning for unsupervised abstractive summarization. Particularly, we use the true source documents as positive source document examples, and strategically generated fake source documents as negative source document examples to train the model to generate good summaries. Furthermore, we consider and improve the writing quality of the generated summaries by guiding them to be similar to human-written texts. The promising results on extensive experiments show that SCR outperforms other unsupervised abstractive summarization baselines, which demonstrates its effectiveness.

BibTeX
@inproceedings{zhuang-etal-2022-learning,
    title = "Learning From the Source Document: Unsupervised Abstractive Summarization",
    author = "Zhuang, Haojie  and
      Zhang, Wei Emma  and
      Yang, Jian  and
      Ma, Congbo  and
      Qu, Yutong  and
      Sheng, Quan Z.",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.309/",
    doi = "10.18653/v1/2022.findings-emnlp.309",
    pages = "4194--4205"
}