Keyphrase Extraction

47 papers with code • 6 benchmarks • 6 datasets

A classic task to extract salient phrases that best summarize a document, which essentially has two stages: candidate generation and keyphrase ranking.

Most implemented papers

Persian Keyphrase Generation Using Sequence-to-Sequence Models

edoost/perkey 25 Sep 2020

Keyphrases are a very short summary of an input text and provide the main subjects discussed in the text.

KeyGames: A Game Theoretic Approach to Automatic Keyphrase Extraction

mangalm96/keygames-pke COLING 2020

In this paper, we introduce two advancements in the automatic keyphrase extraction (AKE) space - KeyGames and pke+.

ELSKE: Efficient Large-Scale Keyphrase Extraction

johpro/elske 10 Feb 2021

Keyphrase extraction methods can provide insights into large collections of documents such as social media posts.

UIUC_BioNLP at SemEval-2021 Task 11: A Cascade of Neural Models for Structuring Scholarly NLP Contributions

Liu-Hy/nlp-contrib-graph 12 May 2021

We propose a cascade of neural models that performs sentence classification, phrase recognition, and triple extraction to automatically structure the scholarly contributions of NLP publications.

Wizard of Search Engine: Access to Information Through Conversations with Search Engines

PengjieRen/CaSE_WISE 18 May 2021

(2) We release a benchmark dataset, called wizard of search engine (WISE), which allows for comprehensive and in-depth research on all aspects of CIS.

Unsupervised Keyphrase Extraction by Jointly Modeling Local and Global Context

xnliang98/uke_ccrank EMNLP 2021

In terms of the local view, we first build a graph structure based on the document where phrases are regarded as vertices and the edges are similarities between vertices.

Multi-Document Keyphrase Extraction: Dataset, Baselines and Review

orishapira/mkduc-01 3 Oct 2021

Keyphrase extraction has been extensively researched within the single-document setting, with an abundance of methods, datasets and applications.

MDERank: A Masked Document Embedding Rank Approach for Unsupervised Keyphrase Extraction

linhanz/mderank Findings (ACL) 2022

In this work, we propose a novel unsupervised embedding-based KPE approach, Masked Document Embedding Rank (MDERank), to address this problem by leveraging a mask strategy and ranking candidates by the similarity between embeddings of the source document and the masked document.

Enhancing Keyphrase Extraction from Academic Articles with their Reference Information

chengzhizhang/keyphrase_extraction 28 Nov 2021

This indicates the usefulness of reference information on keyphrase extraction of academic papers and provides a new idea for the following research on automatic keyphrase extraction.

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.