CLAILGOct 28, 2020

Graph-based Topic Extraction from Vector Embeddings of Text Documents: Application to a Corpus of News Articles

arXiv:2010.15067v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient topic extraction in rapidly growing news content, though it is incremental as it builds on existing NLP and graph techniques.

The authors tackled the problem of extracting topics from large text corpora by developing an unsupervised framework that combines vector embeddings with multiscale graph partitioning, showing advantages over other methods through comparisons on a 2016 US news corpus.

Production of news content is growing at an astonishing rate. To help manage and monitor the sheer amount of text, there is an increasing need to develop efficient methods that can provide insights into emerging content areas, and stratify unstructured corpora of text into `topics' that stem intrinsically from content similarity. Here we present an unsupervised framework that brings together powerful vector embeddings from natural language processing with tools from multiscale graph partitioning that can reveal natural partitions at different resolutions without making a priori assumptions about the number of clusters in the corpus. We show the advantages of graph-based clustering through end-to-end comparisons with other popular clustering and topic modelling methods, and also evaluate different text vector embeddings, from classic Bag-of-Words to Doc2Vec to the recent transformers based model Bert. This comparative work is showcased through an analysis of a corpus of US news coverage during the presidential election year of 2016.

Foundations

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

Your Notes