EMNLP 2022finding25 citations

Active Learning for Abstractive Text Summarization

Akim Tsvigun, Ivan Lysenko, Danila Sedashov, Ivan Lazichny, Eldar Damirov, Vladimir Karlov, Artemy Belousov, Leonid Sanochkin

Abstract

Construction of human-curated annotated datasets for abstractive text summarization (ATS) is very time-consuming and expensive because creating each instance requires a human annotator to read a long document and compose a shorter summary that would preserve the key information relayed by the original document. Active Learning (AL) is a technique developed to reduce the amount of annotation required to achieve a certain level of machine learning model performance. In information extraction and text classification, AL can reduce the amount of labor up to multiple times. Despite its potential for aiding expensive annotation, as far as we know, there were no effective AL query strategies for ATS. This stems from the fact that many AL strategies rely on uncertainty estimation, while as we show in our work, uncertain instances are usually noisy, and selecting them can degrade the model performance compared to passive annotation. We address this problem by proposing the first effective query strategy for AL in ATS based on diversity principles. We show that given a certain annotation budget, using our strategy in AL annotation helps to improve the model performance in terms of ROUGE and consistency scores. Additionally, we analyze the effect of self-learning and show that it can additionally increase the performance of the model.

BibTeX
@inproceedings{tsvigun-etal-2022-active,
    title = "Active Learning for Abstractive Text Summarization",
    author = "Tsvigun, Akim  and
      Lysenko, Ivan  and
      Sedashov, Danila  and
      Lazichny, Ivan  and
      Damirov, Eldar  and
      Karlov, Vladimir  and
      Belousov, Artemy  and
      Sanochkin, Leonid  and
      Panov, Maxim  and
      Panchenko, Alexander  and
      Burtsev, Mikhail  and
      Shelmanov, Artem",
    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.377/",
    doi = "10.18653/v1/2022.findings-emnlp.377",
    pages = "5128--5152"
}
Active Learning for Abstractive Text Summarization · EMNLP 2022