CLJul 16, 2018

Theme-weighted Ranking of Keywords from Text Documents using Phrase Embeddings

arXiv:1807.05962v125 citations
Originality Incremental advance
AI Analysis

This addresses the problem of extracting and ranking keywords for NLP applications, but it is incremental as it builds on existing embedding and ranking techniques.

The paper tackles keyword extraction from text documents by proposing an unsupervised method that combines theme-weighted personalized PageRank with neural phrase embeddings, achieving results better than state-of-the-art systems on benchmark datasets like Inspec and SemEval 2010.

Keyword extraction is a fundamental task in natural language processing that facilitates mapping of documents to a concise set of representative single and multi-word phrases. Keywords from text documents are primarily extracted using supervised and unsupervised approaches. In this paper, we present an unsupervised technique that uses a combination of theme-weighted personalized PageRank algorithm and neural phrase embeddings for extracting and ranking keywords. We also introduce an efficient way of processing text documents and training phrase embeddings using existing techniques. We share an evaluation dataset derived from an existing dataset that is used for choosing the underlying embedding model. The evaluations for ranked keyword extraction are performed on two benchmark datasets comprising of short abstracts (Inspec), and long scientific papers (SemEval 2010), and is shown to produce results better than the state-of-the-art systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes