paper-with-me

홈 › Papers

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, Tao Chen, Feng Zhang, Di Wang

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 models with extraction and generation. However, these methods either ignore the diversity among keyphrases or only weakly capture the relation across tasks implicitly. In this paper, we propose UniKeyphrase, a novel end-to-end learning framework that jointly learns to extract and generate keyphrases. In UniKeyphrase, stacked relation layer and bag-of-words constraint are proposed to fully exploit the latent semantic relation between extraction and generation in the view of model structure and training process, respectively. Experiments on KP benchmarks demonstrate that our joint approach outperforms mainstream methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2106.04847

Code (1)

thinkwee/UniKeyphrase 공식 구현 pytorch

Tasks

DiversityRelation

Methods 이 논문이 사용한 방법론

KP 설명 없음

Similar Papers 제목 키워드 기반

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

SimCKP: Simple Contrastive Learning of Keyphrase Representations

2023-10-12 · Minseok Choi, Chaeheon Gwak, SeHo Kim, Si Hyeong Kim 외

Keyphrase generation (KG) aims to generate a set of summarizing words or phrases given a source document, while keyphrase extraction (KE) aims to identify them from the text. Because the search space is much smaller in K…

Contrastive LearningKeyphrase ExtractionKeyphrase Generation

KERT: Automatic Extraction and Ranking of Topical Keyphrases from Content-Representative Document Titles

2013-06-03 · Marina Danilevsky, Chi Wang, Nihit Desai, Jingyi Guo 외

We introduce KERT (Keyphrase Extraction and Ranking by Topic), a framework for topical keyphrase generation and ranking. By shifting from the unigram-centric traditional methods of unsupervised keyphrase extraction to a …

Keyphrase ExtractionKeyphrase Generation

Evaluating the Homogeneity of Keyphrase Prediction Models

2026-02-13 · Maël Houbre, Florian Boudin, Beatrice Daille arxiv

Keyphrases which are useful in several NLP and IR applications are either extracted from text or predicted by generative models. Contrarily to keyphrase extraction approaches, keyphrase generation models can predict keyp…

Keyphrase Extraction

Applying Transformer-based Text Summarization for Keyphrase Generation

2022-09-08 · Anna Glazkova, Dmitry Morozov

Keyphrases are crucial for searching and systematizing scholarly documents. Most current methods for keyphrase extraction are aimed at the extraction of the most significant words in the text. But in practice, the list o…

Abstractive Text SummarizationKeyphrase ExtractionKeyphrase GenerationText Summarization