CLApr 16, 2021

Tracing Topic Transitions with Temporal Graph Clusters

arXiv:2104.07836v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of tracking topic transitions on Twitter for NLP researchers, but it is incremental as it builds on existing graph clustering methods.

The paper tackles the problem of identifying topic evolution in continuously updating Twitter data by presenting an unsupervised graph-based framework that models clustering transitions between temporal graphs, achieving validation through comparison with human annotations.

Twitter serves as a data source for many Natural Language Processing (NLP) tasks. It can be challenging to identify topics on Twitter due to continuous updating data stream. In this paper, we present an unsupervised graph based framework to identify the evolution of sub-topics within two weeks of real-world Twitter data. We first employ a Markov Clustering Algorithm (MCL) with a node removal method to identify optimal graph clusters from temporal Graph-of-Words (GoW). Subsequently, we model the clustering transitions between the temporal graphs to identify the topic evolution. Finally, the transition flows generated from both computational approach and human annotations are compared to ensure the validity of our framework.

Code Implementations1 repo
Foundations

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

Your Notes