Search papers, labs, and topics across Lattice.
This paper formalizes privacy risks in online propaganda detection pipelines using the PROMPT framework, mapping risks to mitigation strategies based on a utility function balancing privacy gain, performance loss, and cost. They introduce a compliance score to measure alignment with regulations like GDPR and CCPA, finding that many pipelines are non-compliant. Empirical fine-tuning experiments on transformers under synthetic perturbation demonstrate a privacy-utility trade-off, quantifying the performance cost of privacy-preserving techniques.
Widely used online propaganda detection pipelines are likely violating GDPR and CCPA, and this paper provides a framework and metrics to quantify and mitigate the problem.
Online propaganda detection pipelines expose measurable privacy risks at multiple stages including data collection, feature extraction, and model inference. We conduct a structured analysis of $162$ peer-reviewed studies and formalize the problem using the Propaganda Risk Online Mitigation and Privacy-preserving Tactics (PROMPT) framework. PROMPT models risks $R$ and mitigation strategies $S$ through a mapping $M: R\to S$ guided by a utility function $\alpha\cdot \mathrm{PrivacyGain}(s_j) - \beta\cdot \mathrm{PerfLoss}(s_j) - \gamma\cdot \mathrm{Cost}(s_j)$, with tunable $(\alpha,\beta,\gamma)$ enabling stakeholders to balance privacy, accuracy, and deployment costs. To assess practical adoption, we introduce a compliance score that quantifies the alignment of existing methods with GDPR, CCPA etc. requirements. Our evaluation shows that many widely used pipelines remain non-compliant, particularly in metadata handling and user-level aggregation. We further present empirical fine-tuning experiments on transformer-based encoders and decoders under synthetic perturbation, demonstrating a monotonic privacy-utility trade-off: with $q = 0.05$ performance decreased by 1-2% F$_1$, while at $q = 0.20$ the reduction reached 13-14%. These results establish quantitative baselines for privacy costs in propaganda detection. Our contributions include a formal risk-to-defense mapping, a compliance-oriented auditing metric, and experimental evidence of privacy-performance trade-offs, providing a technical foundation for building regulation-compliant and privacy-aware detection systems.