SILGJan 13, 2021

Overlapping Community Detection in Temporal Text Networks

arXiv:2101.05137v11 citations
Originality Highly original
AI Analysis

This addresses the problem of accurately modeling overlapping communities in temporal text networks, which is incremental as it builds on existing methods by incorporating community interactions and textual content.

The paper tackles overlapping community detection in temporal text networks by proposing MAGIC, a generative model that incorporates both link structures and node attributes, achieving large improvements over four state-of-the-art methods across four metrics on three datasets.

Analyzing the groups in the network based on same attributes, functions or connections between nodes is a way to understand network information. The task of discovering a series of node groups is called community detection. Generally, two types of information can be utilized to fulfill this task, i.e., the link structures and the node attributes. The temporal text network is a special kind of network that contains both sources of information. Typical representatives include online blog networks, the World Wide Web (WWW) and academic citation networks. In this paper, we study the problem of overlapping community detection in temporal text network. By examining 32 large temporal text networks, we find a lot of edges connecting two nodes with no common community and discover that nodes in the same community share similar textual contents. This scenario cannot be quantitatively modeled by practically all existing community detection methods. Motivated by these empirical observations, we propose MAGIC (Model Affiliation Graph with Interacting Communities), a generative model which captures community interactions and considers the information from both link structures and node attributes. Our experiments on 3 types of datasets show that MAGIC achieves large improvements over 4 state-of-the-art methods in terms of 4 widely-used metrics.

Foundations

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

Your Notes