paper-with-me

홈 › Papers

Propaganda via AI? A Study on Semantic Backdoors in Large Language Models

2025-04-15 · Nay Myat Min, Long H. Pham, Yige Li, Jun Sun

Large language models (LLMs) demonstrate remarkable performance across myriad language tasks, yet they remain vulnerable to backdoor attacks, where adversaries implant hidden triggers that systematically manipulate model outputs. Traditional defenses focus on explicit token-level anomalies and therefore overlook semantic backdoors-covert triggers embedded at the conceptual level (e.g., ideological stances or cultural references) that rely on meaning-based cues rather than lexical oddities. We first show, in a controlled finetuning setting, that such semantic backdoors can be implanted with only a small poisoned corpus, establishing their practical feasibility. We then formalize the notion of semantic backdoors in LLMs and introduce a black-box detection framework, RAVEN (short for "Response Anomaly Vigilance for uncovering semantic backdoors"), which combines semantic entropy with cross-model consistency analysis. The framework probes multiple models with structured topic-perspective prompts, clusters the sampled responses via bidirectional entailment, and flags anomalously uniform outputs; cross-model comparison isolates model-specific anomalies from corpus-wide biases. Empirical evaluations across diverse LLM families (GPT-4o, Llama, DeepSeek, Mistral) uncover previously undetected semantic backdoors, providing the first proof-of-concept evidence of these hidden vulnerabilities and underscoring the urgent need for concept-level auditing of deployed language models. We open-source our code and data at https://github.com/NayMyatMin/RAVEN.

📄 PDF Abstract BibTeX arXiv:2504.12344

Code (1)

naymyatmin/raven 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Large Language Models for Propaganda Detection

2023-10-10 · Kilian Sprenkamp, Daniel Gordon Jones, Liudmila Zavolokina

The prevalence of propaganda in our digital society poses a challenge to societal harmony and the dissemination of truth. Detecting propaganda through NLP in text is challenging due to subtle manipulation techniques and …

ArticlesMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPrompt Engineering+1

Spinning Language Models: Risks of Propaganda-As-A-Service and Countermeasures

2021-12-09 · Eugene Bagdasaryan, Vitaly Shmatikov

We investigate a new threat to neural sequence-to-sequence (seq2seq) models: training-time attacks that cause models to "spin" their outputs so as to support an adversary-chosen sentiment or point of view -- but only whe…

Text Generation

“Don’t discuss”: Investigating Semantic and Argumentative Features for Supervised Propagandist Message Detection and Classification

2021-09-01 · RANLP 2021 9 · Vorakit Vorakitphan, Elena Cabrio, Serena Villata

One of the mechanisms through which disinformation is spreading online, in particular through social media, is by employing propaganda techniques. These include specific rhetorical and psychological strategies, ranging f…

Logical FallaciesPropaganda detectionSentence

LTIatCMU at SemEval-2020 Task 11: Incorporating Multi-Level Features for Multi-Granular Propaganda Span Identification

2020-08-11 · SEMEVAL 2020 · Sopan Khosla, Rishabh Joshi, Ritam Dutt, Alan W. black 외

In this paper we describe our submission for the task of Propaganda Span Identification in news articles. We introduce a BERT-BiLSTM based span-level propaganda classification model that identifies which token spans with…

ArticlesPositionPropaganda span identificationRepresentation Learning+1

Leveraging Declarative Knowledge in Text and First-Order Logic for Fine-Grained Propaganda Detection

2020-04-29 · EMNLP 2020 11 · Ruize Wang, Duyu Tang, Nan Duan, Wanjun Zhong 외

We study the detection of propagandistic text fragments in news articles. Instead of merely learning from input-output datapoints in training data, we introduce an approach to inject declarative knowledge of fine-grained…

ArticlesPropaganda detection