Skip to content

Network Based Misinformation Detection

Network-based misinformation detection frames the problem as inference of information reliability through the structure of social networks and information sharing patterns, rather than sole reliance on content analysis. The core insight is that users' collective sharing behavior—which sources co-occur, which domains cluster together—encodes implicit signals about source credibility that can be exploited for automated assessment.

Key approaches

Domain co-occurrence networks: Aggregate sharing patterns at the domain level to construct networks where nodes are news sources and edges reflect how often they co-occur in shared content. Domain reliability often exhibits assortative mixing—unreliable sources cluster together, high-quality sources cluster separately—a pattern that can be learned by graph neural networks even without content analysis.

Propagation graph structure: Analyze how misinformation spreads through social networks. Fake news often exhibits different propagation patterns than true news (faster initial spread, deeper trees, different user engagement), and these structural features can be used for classification via GNNs.

User-source networks: Model bipartite graphs of users and sources, capturing user behavior patterns (which sources each user shares, user credibility inferred from their sharing history) and source characteristics jointly.

Key papers

Connections