๐ค AI Summary
Online content frequently exploits cognitive biases to manipulate users, undermining the health of public discourse; however, existing tools struggle to detect and intervene on such manipulative mechanisms in real time. This work proposes VIGIL, the first browser extension supporting scroll-synchronized analysis that leverages large language models to identify cognitive bias triggers in textual content and provides reversible restatements to enhance user awareness. Built upon a modular architecture, VIGIL integrates multiple NLP-benchmarked analysis components and supports multi-tier privacy-preserving inferenceโfrom fully offline to cloud-based execution. The system is open-sourced and deployable in full functionality, demonstrably improving usersโ ability to recognize and resist cognitive biases.
๐ Abstract
The rise of generative AI is posing increasing risks to online information integrity and civic discourse. Most concretely, such risks can materialise in the form of mis- and disinformation. As a mitigation, media-literacy and transparency tools have been developed to address factuality of information and the reliability and ideological leaning of information sources. However, a subtler but possibly no less harmful threat to civic discourse is to use of persuasion or manipulation by exploiting human cognitive biases and related cognitive limitations. To the best of our knowledge, no tools exist to directly detect and mitigate the presence of triggers of such cognitive biases in online information. We present VIGIL (VIrtual GuardIan angeL), the first browser extension for real-time cognitive bias trigger detection and mitigation, providing in-situ scroll-synced detection, LLM-powered reformulation with full reversibility, and privacy-tiered inference from fully offline to cloud. VIGIL is built to be extensible with third-party plugins, with several plugins that are rigorously validated against NLP benchmarks are already included. It is open-sourced at https://github.com/aida-ugent/vigil.