paper-with-me

Papers

Keyphrase Extraction with Span-based Feature Representations

2020-02-13 · Funan Mu, Zhenting Yu, LiFeng Wang, Yequan Wang, Qingyu Yin, Yibo Sun, Liqun Liu, Teng Ma, Jing Tang, Xing Zhou

Keyphrases are capable of providing semantic metadata characterizing documents and producing an overview of the content of a document. Since keyphrase extraction is able to facilitate the management, categorization, and retrieval of information, it has received much attention in recent years. There are three approaches to address keyphrase extraction: (i) traditional two-step ranking method, (ii) sequence labeling and (iii) generation using neural networks. Two-step ranking approach is based on feature engineering, which is labor intensive and domain dependent. Sequence labeling is not able to tackle overlapping phrases. Generation methods (i.e., Sequence-to-sequence neural network models) overcome those shortcomings, so they have been widely studied and gain state-of-the-art performance. However, generation methods can not utilize context information effectively. In this paper, we propose a novelty Span Keyphrase Extraction model that extracts span-based feature representation of keyphrase directly from all the content tokens. In this way, our model obtains representation for each keyphrase and further learns to capture the interaction between keyphrases in one document to get better ranking results. In addition, with the help of tokens, our model is able to extract overlapped keyphrases. Experimental results on the benchmark datasets show that our proposed model outperforms the existing methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2002.05407

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringKeyphrase ExtractionManagementRetrieval

Similar Papers 제목 키워드 기반

Enhancing Phrase Representation by Information Bottleneck Guided Text Diffusion Process for Keyphrase Extraction

2023-08-17 · Yuanzhen Luo, Qingyu Zhou, Feng Zhou

Keyphrase extraction (KPE) is an important task in Natural Language Processing for many scenarios, which aims to extract keyphrases that are present in a given document. Many existing supervised methods treat KPE as sequ…

Keyphrase Extraction

Learning Feature Representations for Keyphrase Extraction

2018-01-05 · Corina Florescu, Wei Jin

In supervised approaches for keyphrase extraction, a candidate phrase is encoded with a set of hand-crafted features and machine learning algorithms are trained to discriminate keyphrases from non-keyphrases. Although th…

BIG-bench Machine LearningFeature EngineeringKeyphrase Extraction

How Document Pre-processing affects Keyphrase Extraction Performance

2016-10-25 · WS 2016 12 · Florian Boudin, Hugo Mougard, Damien Cram

The SemEval-2010 benchmark dataset has brought renewed attention to the task of automatic keyphrase extraction. This dataset is made up of scientific articles that were automatically converted from PDF format to plain te…

ArticlesKeyphrase Extraction

Local Word Vectors Guiding Keyphrase Extraction

2017-10-20 · Eirini Papagiannopoulou, Grigorios Tsoumakas

Automated keyphrase extraction is a fundamental textual information processing task concerned with the selection of representative phrases from a document that summarize its content. This work presents a novel unsupervis…

Keyphrase ExtractionWord Embeddings

Query-Based Keyphrase Extraction from Long Documents

2022-05-11 · Martin Docekal, Pavel Smrz

Transformer-based architectures in natural language processing force input size limits that can be problematic when long documents need to be processed. This paper overcomes this issue for keyphrase extraction by chunkin…

ChunkingKeyphrase Extraction