paper-with-me

홈 › Papers

Pre-trained Language Models for Keyphrase Generation: A Thorough Empirical Study

2022-12-20 · Di wu, Wasi Uddin Ahmad, Kai-Wei Chang

Neural models that do not rely on pre-training have excelled in the keyphrase generation task with large annotated datasets. Meanwhile, new approaches have incorporated pre-trained language models (PLMs) for their data efficiency. However, there lacks a systematic study of how the two types of approaches compare and how different design choices can affect the performance of PLM-based models. To fill in this knowledge gap and facilitate a more informed use of PLMs for keyphrase extraction and keyphrase generation, we present an in-depth empirical study. Formulating keyphrase extraction as sequence labeling and keyphrase generation as sequence-to-sequence generation, we perform extensive experiments in three domains. After showing that PLMs have competitive high-resource performance and state-of-the-art low-resource performance, we investigate important design choices including in-domain PLMs, PLMs with different pre-training objectives, using PLMs with a parameter budget, and different formulations for present keyphrases. Further results show that (1) in-domain BERT-like PLMs can be used to build strong and data-efficient keyphrase generation models; (2) with a fixed parameter budget, prioritizing model depth over width and allocating more layers in the encoder leads to better encoder-decoder models; and (3) introducing four in-domain PLMs, we achieve a competitive performance in the news domain and the state-of-the-art performance in the scientific domain.

📄 PDF Abstract BibTeX arXiv:2212.10233

Code (1)

uclanlp/deepkpg 공식 구현 pytorch

Tasks

DecoderKeyphrase ExtractionKeyphrase Generation

Similar Papers 제목 키워드 기반

An Empirical Study on Neural Keyphrase Generation

2020-09-22 · NAACL 2021 4 · Rui Meng, Xingdi Yuan, Tong Wang, Sanqiang Zhao 외

Recent years have seen a flourishing of neural keyphrase generation (KPG) works, including the release of several large-scale datasets and a host of new models to tackle them. Model performance on KPG tasks has increased…

Keyphrase Generation

Pre-Trained Language Models for Keyphrase Prediction: A Review

2024-09-02 · Muhammad Umair, Tangina Sultana, Young-Koo Lee

Keyphrase Prediction (KP) is essential for identifying keyphrases in a document that can summarize its content. However, recent Natural Language Processing (NLP) advances have developed more efficient KP models using dee…

Keyphrase ExtractionKeyphrase GenerationPrediction

Representation Learning for Resource-Constrained Keyphrase Generation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

State-of-the-art keyphrase generation methods generally depend on large annotated datasets, limiting their performance in domains with constrained resources. To overcome this challenge, we investigate pre-training strate…

DenoisingKeyphrase GenerationLanguage ModelingLanguage Modelling+1

Representation Learning for Resource-Constrained Keyphrase Generation

2022-03-15 · Di wu, Wasi Uddin Ahmad, Sunipa Dev, Kai-Wei Chang

State-of-the-art keyphrase generation methods generally depend on large annotated datasets, limiting their performance in domains with limited annotated data. To overcome this challenge, we design a data-oriented approac…

DenoisingDomain AdaptationKeyphrase GenerationLanguage Modeling+3

Does Order Matter? An Empirical Study on Generating Multiple Keyphrases as a Sequence

2019-09-09 · Rui Meng, Xingdi Yuan, Tong Wang, Peter Brusilovsky 외

Recently, concatenating multiple keyphrases as a target sequence has been proposed as a new learning paradigm for keyphrase generation. Existing studies concatenate target keyphrases in different orders but no study has …

Keyphrase Generation