SOTAVerified

Persian Keyphrase Generation Using Sequence-to-Sequence Models

2020-09-25Code Available1· sign in to hype

Ehsan Doostmohammadi, Mohammad Hadi Bokaei, Hossein Sameti

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Keyphrases are a very short summary of an input text and provide the main subjects discussed in the text. Keyphrase extraction is a useful upstream task and can be used in various natural language processing problems, for example, text summarization and information retrieval, to name a few. However, not all the keyphrases are explicitly mentioned in the body of the text. In real-world examples there are always some topics that are discussed implicitly. Extracting such keyphrases requires a generative approach, which is adopted here. In this paper, we try to tackle the problem of keyphrase generation and extraction from news articles using deep sequence-to-sequence models. These models significantly outperform the conventional methods such as Topic Rank, KPMiner, and KEA in the task of keyphrase extraction.

Tasks

Reproductions