paper-with-me

홈 › Papers

Automatic Keyphrase Generation by Incorporating Dual Copy Mechanisms in Sequence-to-Sequence Learning

2022-10-01 · COLING 2022 10 · Siyu Wang, Jianhui Jiang, Yao Huang, Yin Wang

The keyphrase generation task is a challenging work that aims to generate a set of keyphrases for a piece of text. Many previous studies based on the sequence-to-sequence model were used to generate keyphrases, and they introduce a copy mechanism to achieve good results. However, we observed that most of the keyphrases are composed of some important words (seed words) in the source text, and if these words can be identified accurately and copied to create more keyphrases, the performance of the model might be improved. To address this challenge, we propose a DualCopyNet model, which introduces an additional sequence labeling layer for identifying seed words, and further copies the words for generating new keyphrases by dual copy mechanisms. Experimental results demonstrate that our model outperforms the baseline models and achieves an obvious performance improvement.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Keyphrase Generation

Similar Papers 제목 키워드 기반

Incorporating Linguistic Constraints into Keyphrase Generation

2019-07-01 · ACL 2019 7 · Jing Zhao, Yuxiang Zhang

Keyphrases, that concisely describe the high-level topics discussed in a document, are very useful for a wide range of natural language processing tasks. Though existing keyphrase generation methods have achieved remarka…

Keyphrase GenerationMulti-Task Learning

Neural Keyphrase Generation: Analysis and Evaluation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Keyphrase generation aims at generating topical phrases from a given text either by copying from the original text (present keyphrases) or by producing new keyphrases (absent keyphrases) that capture the semantic meaning…

DecoderKeyphrase GenerationSemantic SimilaritySemantic Textual Similarity

Neural Keyphrase Generation: Analysis and Evaluation

2023-04-27 · Tuhin Kundu, Jishnu Ray Chowdhury, Cornelia Caragea

Keyphrase generation aims at generating topical phrases from a given text either by copying from the original text (present keyphrases) or by producing new keyphrases (absent keyphrases) that capture the semantic meaning…

DecoderKeyphrase GenerationSemantic SimilaritySemantic Textual Similarity

Diverse Keyphrase Generation with Neural Unlikelihood Training

2020-10-15 · COLING 2020 8 · Hareesh Bahuleyan, Layla El Asri

In this paper, we study sequence-to-sequence (S2S) keyphrase generation models from the perspective of diversity. Recent advances in neural natural language generation have made possible remarkable progress on the task o…

DiversityKeyphrase GenerationText Generation

An Integrated Approach for Keyphrase Generation via Exploring the Power of Retrieval and Extraction

2019-04-06 · NAACL 2019 6 · Wang Chen, Hou Pong Chan, Piji Li, Lidong Bing 외

In this paper, we present a novel integrated approach for keyphrase generation (KG). Unlike previous works which are purely extractive or generative, we first propose a new multi-task learning framework that jointly lear…

Keyphrase GenerationMulti-Task LearningRetrieval