ACL 2023findings3 citations

Domain Aligned Prefix Averaging for Domain Generalization in Abstractive Summarization

Pranav Nair, Sukomal Pal, Pradeepika Verma

Abstract

Domain generalization is hitherto an underexplored area applied in abstractive summarization. Moreover, most existing works on domain generalization have sophisticated training algorithms. In this paper, we propose a lightweight, weight averaging based, Domain Aligned Prefix Averaging approach to domain generalization for abstractive summarization. Given a number of source domains, our method first trains a prefix for each one of them. These source prefixes generate summaries for a small number of target domain documents. The similarity of the generated summaries to their corresponding source documents is used for calculating weights required to average source prefixes. In DAPA, prefix tuning allows for lightweight finetuning, and weight averaging allows for the computationally efficient addition of new source domains. When evaluated on four diverse summarization domains, DAPA shows comparable or better performance against the baselines demonstrating the effectiveness of its prefix averaging scheme.

BibTeX
@inproceedings{nair-etal-2023-domain,
    title = "Domain Aligned Prefix Averaging for Domain Generalization in Abstractive Summarization",
    author = "Nair, Pranav  and
      Pal, Sukomal  and
      Verma, Pradeepika",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.288/",
    doi = "10.18653/v1/2023.findings-acl.288",
    pages = "4696--4710"
}