EMNLP 2021main16 citations

Structure-Augmented Keyphrase Generation

Jihyuk Kim, Myeongho Jeong, Seungtaek Choi, Seung-won Hwang

Abstract

This paper studies the keyphrase generation (KG) task for scenarios where structure plays an important role. For example, a scientific publication consists of a short title and a long body, where the title can be used for de-emphasizing unimportant details in the body. Similarly, for short social media posts (, tweets), scarce context can be augmented from titles, though often missing. Our contribution is generating/augmenting structure then injecting these information in the encoding, using existing keyphrases of other documents, complementing missing/incomplete titles. We propose novel structure-augmented document encoding approaches that consist of the following two phases: The first phase, generating structure, extends the given document with related but absent keyphrases, augmenting missing context. The second phase, encoding structure, builds a graph of keyphrases and the given document to obtain the structure-aware representation of the augmented text. Our empirical results validate that our proposed structure augmentation and augmentation-aware encoding/decoding can improve KG for both scenarios, outperforming the state-of-the-art.

BibTeX
@inproceedings{kim-etal-2021-structure,
    title = "Structure-Augmented Keyphrase Generation",
    author = "Kim, Jihyuk  and
      Jeong, Myeongho  and
      Choi, Seungtaek  and
      Hwang, Seung-won",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.209/",
    doi = "10.18653/v1/2021.emnlp-main.209",
    pages = "2657--2667"
}