Automatic Keyphrase Generation by Incorporating Dual Copy Mechanisms in Sequence-to-Sequence Learning
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Keyphrase GenerationSimilar Papers 제목 키워드 기반
Incorporating Linguistic Constraints into Keyphrase Generation
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 LearningNeural Keyphrase Generation: Analysis and Evaluation
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 SimilarityNeural Keyphrase Generation: Analysis and Evaluation
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 SimilarityDiverse Keyphrase Generation with Neural Unlikelihood Training
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 GenerationAn Integrated Approach for Keyphrase Generation via Exploring the Power of Retrieval and Extraction
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