paper-with-me

Papers

GLEAKE: Global and Local Embedding Automatic Keyphrase Extraction

2020-05-19 · Javad Rafiei Asl, Juan M. Banda

Automated methods for granular categorization of large corpora of text documents have become increasingly more important with the rate scientific, news, medical, and web documents are growing in the last few years. Automatic keyphrase extraction (AKE) aims to automatically detect a small set of single or multi-words from within a single textual document that captures the main topics of the document. AKE plays an important role in various NLP and information retrieval tasks such as document summarization and categorization, full-text indexing, and article recommendation. Due to the lack of sufficient human-labeled data in different textual contents, supervised learning approaches are not ideal for automatic detection of keyphrases from the content of textual bodies. With the state-of-the-art advances in text embedding techniques, NLP researchers have focused on developing unsupervised methods to obtain meaningful insights from raw datasets. In this work, we introduce Global and Local Embedding Automatic Keyphrase Extractor (GLEAKE) for the task of AKE. GLEAKE utilizes single and multi-word embedding techniques to explore the syntactic and semantic aspects of the candidate phrases and then combines them into a series of embedding-based graphs. Moreover, GLEAKE applies network analysis techniques on each embedding-based graph to refine the most significant phrases as a final set of keyphrases. We demonstrate the high performance of GLEAKE by evaluating its results on five standard AKE datasets from different domains and writing styles and by showing its superiority with regards to other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2005.09740

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationInformation RetrievalKeyphrase ExtractionRetrieval

Similar Papers 제목 키워드 기반

Unsupervised Keyphrase Extraction by Jointly Modeling Local and Global Context

2021-09-15 · EMNLP 2021 11 · Xinnian Liang, Shuangzhi Wu, Mu Li, Zhoujun Li

Embedding based methods are widely used for unsupervised keyphrase extraction (UKE) tasks. Generally, these methods simply calculate similarities between phrase embeddings and document embedding, which is insufficient to…

Document EmbeddingKeyphrase 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

Key2Vec: Automatic Ranked Keyphrase Extraction from Scientific Articles using Phrase Embeddings

2018-06-01 · NAACL 2018 6 · Debanjan Mahata, John Kuriakose, Rajiv Ratn Shah, Roger Zimmermann

Keyphrase extraction is a fundamental task in natural language processing that facilitates mapping of documents to a set of representative phrases. In this paper, we present an unsupervised technique (Key2Vec) that lever…

ArticlesChunkingKeyphrase ExtractionNamed Entity Recognition (NER)+3

Glocal: Incorporating Global Information in Local Convolution for Keyphrase Extraction

2019-06-01 · NAACL 2019 6 · Animesh Prasad, Min-Yen Kan

Graph Convolutional Networks (GCNs) are a class of spectral clustering techniques that leverage localized convolution filters to perform supervised classification directly on graphical structures. While such methods mode…

ClusteringKeyphrase Extraction

Capturing Global Informativeness in Open Domain Keyphrase Extraction

2020-04-28 · Si Sun, Zhenghao Liu, Chenyan Xiong, Zhiyuan Liu 외

Open-domain KeyPhrase Extraction (KPE) aims to extract keyphrases from documents without domain or quality restrictions, e.g., web pages with variant domains and qualities. Recently, neural methods have shown promising r…

ChunkingInformativenessKeyphrase Extraction