paper-with-me

홈 › Papers

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, Irwin King

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 learns an extractive model and a generative model. Besides extracting keyphrases, the output of the extractive model is also employed to rectify the copy probability distribution of the generative model, such that the generative model can better identify important contents from the given document. Moreover, we retrieve similar documents with the given document from training data and use their associated keyphrases as external knowledge for the generative model to produce more accurate keyphrases. For further exploiting the power of extraction and retrieval, we propose a neural-based merging module to combine and re-rank the predicted keyphrases from the enhanced generative model, the extractive model, and the retrieved keyphrases. Experiments on the five KG benchmarks demonstrate that our integrated approach outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1904.03454

Code (1)

Chen-Wang-CUHK/KG-KE-KR-M 공식 구현 pytorch

Tasks

Keyphrase GenerationMulti-Task LearningRetrieval

Similar Papers 제목 키워드 기반

Retrieval-Augmented Multilingual Keyphrase Generation with Retriever-Generator Iterative Training

2022-05-21 · Findings (NAACL) 2022 7 · Yifan Gao, Qingyu Yin, Zheng Li, Rui Meng 외

Keyphrase generation is the task of automatically predicting keyphrases given a piece of long text. Despite its recent flourishing, keyphrase generation on non-English languages haven't been vastly investigated. In this …

Keyphrase GenerationPassage RetrievalRetrieval

Redefining Absent Keyphrases and their Effect on Retrieval Effectiveness

2021-03-23 · NAACL 2021 4 · Florian Boudin, Ygor Gallina

Neural keyphrase generation models have recently attracted much interest due to their ability to output absent keyphrases, that is, keyphrases that do not appear in the source text. In this paper, we discuss the usefulne…

Information RetrievalKeyphrase GenerationRetrieval

Keyphrase Generation for Scientific Document Retrieval

2021-06-28 · ACL 2020 6 · Florian Boudin, Ygor Gallina, Akiko Aizawa

Sequence-to-sequence models have lead to significant progress in keyphrase generation, but it remains unknown whether they are reliable enough to be beneficial for document retrieval. This study provides empirical eviden…

Keyphrase GenerationRetrieval

KPTimes: A Large-Scale Dataset for Keyphrase Generation on News Documents

2019-11-28 · WS 2019 10 · Ygor Gallina, Florian Boudin, Béatrice Daille

Keyphrase generation is the task of predicting a set of lexical units that conveys the main content of a source text. Existing datasets for keyphrase generation are only readily available for the scholarly domain and inc…

Keyphrase GenerationTAG

UniKeyphrase: A Unified Extraction and Generation Framework for Keyphrase Prediction

2021-06-09 · Findings (ACL) 2021 8 · Huanqin Wu, Wei Liu, Lei LI, Dan Nie 외

Keyphrase Prediction (KP) task aims at predicting several keyphrases that can summarize the main idea of the given document. Mainstream KP methods can be categorized into purely generative approaches and integrated model…

DiversityRelation