Search papers, labs, and topics across Lattice.
The paper introduces Credibility Governance (CG), a mechanism that dynamically reallocates influence in online platforms by learning which agents and viewpoints consistently align with evolving public evidence. CG maintains credibility scores for both agents and opinions, updating opinion influence via credibility-weighted endorsements and agent credibility based on the long-run performance of supported opinions. Experiments in the POLIS simulation environment demonstrate that CG outperforms vote-based and stake-weighted baselines in recovering from misinformation, reducing lock-in, and improving robustness under adversarial pressure.
Can dynamically weighting opinions by the credibility of their proponents help online platforms recover from misinformation and resist manipulation better than simple voting or staking?
Online platforms increasingly rely on opinion aggregation to allocate real-world attention and resources, yet common signals such as engagement votes or capital-weighted commitments are easy to amplify and often track visibility rather than reliability. This makes collective judgments brittle under weak truth signals, noisy or delayed feedback, early popularity surges, and strategic manipulation. We propose Credibility Governance (CG), a mechanism that reallocates influence by learning which agents and viewpoints consistently track evolving public evidence. CG maintains dynamic credibility scores for both agents and opinions, updates opinion influence via credibility-weighted endorsements, and updates agent credibility based on the long-run performance of the opinions they support, rewarding early and persistent alignment with emerging evidence while filtering short-lived noise. We evaluate CG in POLIS, a socio-physical simulation environment that models coupled belief dynamics and downstream feedback under uncertainty. Across settings with initial majority misalignment, observation noise and contamination, and misinformation shocks, CG outperforms vote-based, stake-weighted, and no-governance baselines, yielding faster recovery to the true state, reduced lock-in and path dependence, and improved robustness under adversarial pressure. Our implementation and experimental scripts are publicly available at https://github.com/Wanying-He/Credibility_Governance.