Search papers, labs, and topics across Lattice.
This paper investigates the vulnerabilities of crowdsourced fact-checking systems, particularly those utilizing matrix factorization algorithms, to coordinated manipulation by users. The authors demonstrate that strategic voting can artificially inflate the perceived consensus on misleading information, with up to 10.7% of lower-quality notes being manipulated above consensus thresholds using fewer than 10 ratings. Additionally, they reveal a counterintuitive phenomenon where marking a note as "Not Helpful" can inadvertently boost its helpfulness score, and they propose mitigations implemented in X's Community Notes algorithm to combat this issue.
Up to 10.7% of misleading notes can be artificially elevated to consensus through coordinated user manipulation, revealing critical flaws in current fact-checking algorithms.
Crowdsourced fact-checking systems have been adopted by major social media companies such as X, Meta, TikTok and Google with the aim of combating misleading information at scale without relying on centralized editorial control. These systems have been developed around a common underlying concept: a bridging mechanism that identifies notes flagging misleading information when they receive support from people with different perspectives rather than simple majority support. To our knowledge the only publicly disclosed bridging algorithms deployed for fact-checking are based on matrix factorization, as deployed by both X and Meta, augmented with additional components addressing abuse, targeted manipulation, and contributor brigades. This work examines the core matrix factorization portion of these systems, presenting theoretical and empirical evaluations of the degree to which coordinated users could vote strategically by leveraging the latent representations to fabricate the appearance of synthetic consensus within the bridging mechanism. Using historic production data, we find that up to 10.7% of lower quality notes could be manipulated above consensus thresholds using less than 10 ratings. We complement these findings with a theoretical analysis, revealing counterintuitively that rating a note as"Not Helpful"can increase its helpfulness score, as well as a cost model quantifying manipulation effort. We have developed and deployed mitigations within X's Community Notes algorithm to address synthetic consensus.