Account credibility inference based on news-sharing networks
Bao Tran Truong, Oliver Melbourne Allen, Filippo Menczer
TL;DR
The paper tackles misinformation by inferring account credibility from information diffusion, focusing on two networks: a reshare network that encodes trust in accounts and a bipartite account-source network that encodes trust in sources. It develops a suite of centrality, diffusion, and graph embedding methods, including PageRank variants, LoCred, Reputation Scaling, HITS/Co-HITS, CoCred, and node2vec, and evaluates them on three large social media datasets. The key findings reveal two forms of credibility homophily: similar credibility among accounts that reshare each other's content and among accounts sharing similar sources, with node2vec on reshare networks delivering the strongest accuracy (ROC_AUC > 0.88). The work demonstrates practical potential for platform moderation and source assessment, while acknowledging limitations like reliance on NewsGuard labels and data platform constraints, suggesting avenues for integrating diffusion signals with other misinformation detection approaches.
Abstract
The spread of misinformation poses a threat to the social media ecosystem. Effective countermeasures to mitigate this threat require that social media platforms be able to accurately detect low-credibility accounts even before the content they share can be classified as misinformation. Here we present methods to infer account credibility from information diffusion patterns, in particular leveraging two networks: the reshare network, capturing an account's trust in other accounts, and the bipartite account-source network, capturing an account's trust in media sources. We extend network centrality measures and graph embedding techniques, systematically comparing these algorithms on data from diverse contexts and social media platforms. We demonstrate that both kinds of trust networks provide useful signals for estimating account credibility. Some of the proposed methods yield high accuracy, providing promising solutions to promote the dissemination of reliable information in online communities. Two kinds of homophily emerge from our results: accounts tend to have similar credibility if they reshare each other's content or share content from similar sources. Our methodology invites further investigation into the relationship between accounts and news sources to better characterize misinformation spreaders.
