Keyphrase Generation

36 papers with code • 0 benchmarks • 0 datasets

Keyphrase Generation aims at generating keyphrases (or phrases) that best summarize a given text article or document.

Libraries

Use these libraries to find Keyphrase Generation models and implementations
3 papers
19

Most implemented papers

Keyphrase Generation Beyond the Boundaries of Title and Abstract

kgarg8/FullTextKP 13 Dec 2021

Unlike prior large-scale datasets, FullTextKP includes the full text of the articles along with the title and abstract.

Learning Rich Representation of Keyphrases from Text

bloomberg/kbir_keybart Findings (NAACL) 2022

In the discriminative setting, we introduce a new pre-training objective - Keyphrase Boundary Infilling with Replacement (KBIR), showing large gains in performance (upto 8. 16 points in F1) over SOTA, when the LM pre-trained using KBIR is fine-tuned for the task of keyphrase extraction.

Representation Learning for Resource-Constrained Keyphrase Generation

xiaowu0162/low-resource-kpgen 15 Mar 2022

State-of-the-art keyphrase generation methods generally depend on large annotated datasets, limiting their performance in domains with limited annotated data.

General-to-Specific Transfer Labeling for Domain Adaptable Keyphrase Generation

memray/OpenNMT-kpg-release 20 Aug 2022

Finally, we fine-tune the model with limited data with true labels to fully adapt it to the target domain.

WR-ONE2SET: Towards Well-Calibrated Keyphrase Generation

deeplearnxmu/wr-one2set 13 Nov 2022

Keyphrase generation aims to automatically generate short phrases summarizing an input document.

A Large-Scale Dataset for Biomedical Keyphrase Generation

mhoubre/kpbiomed 22 Nov 2022

Keyphrase generation is the task consisting in generating a set of words or phrases that highlight the main topics of a document.

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

uclanlp/deepkpg 20 Dec 2022

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.

Is ChatGPT A Good Keyphrase Generator? A Preliminary Study

mysong7nlper/chatgpt_as_keyphrase_generator 23 Mar 2023

Based on our findings, we conclude that ChatGPT has great potential for keyphrase generation.

KPEval: Towards Fine-Grained Semantic-Based Keyphrase Evaluation

uclanlp/kpeval 27 Mar 2023

Despite the significant advancements in keyphrase extraction and keyphrase generation methods, the predominant approach for evaluation mainly relies on exact matching with human references.