CLAISIJan 21, 2025

Network-informed Prompt Engineering against Organized Astroturf Campaigns under Extreme Class Imbalance

arXiv:2501.11849v33 citationsh-index: 18WWW
Originality Incremental advance
AI Analysis

This addresses the challenge of identifying coordinated disinformation campaigns for social media platforms and researchers, though it appears incremental as it builds on existing LLM and RAG techniques.

The paper tackles the problem of detecting organized astroturf campaigns on social media under extreme class imbalance by proposing a novel framework based solely on large language models (LLMs) with prompt engineering and Balanced Retrieval-Augmented Generation (Balanced RAG), achieving 2x-3x improvements in precision, recall, and F1 scores compared to traditional graph-based baselines.

Detecting organized political campaigns is of paramount importance in fighting against disinformation on social media. Existing approaches for the identification of such organized actions employ techniques mostly from network science, graph machine learning and natural language processing. Their ultimate goal is to analyze the relationships and interactions (e.g. re-posting) among users and the textual similarities of their posts. Despite their effectiveness in recognizing astroturf campaigns, these methods face significant challenges, notably the class imbalance in available training datasets. To mitigate this issue, recent methods usually resort to data augmentation or increasing the number of positive samples, which may not always be feasible or sufficient in real-world settings. Following a different path, in this paper, we propose a novel framework for identifying astroturf campaigns based solely on large language models (LLMs), introducing a Balanced Retrieval-Augmented Generation (Balanced RAG) component. Our approach first gives both textual information concerning the posts (in our case tweets) and the user interactions of the social network as input to a language model. Then, through prompt engineering and the proposed Balanced RAG method, it effectively detects coordinated disinformation campaigns on X (Twitter). The proposed framework does not require any training or fine-tuning of the language model. Instead, by strategically harnessing the strengths of prompt engineering and Balanced RAG, it facilitates LLMs to overcome the effects of class imbalance and effectively identify coordinated political campaigns. The experimental results demonstrate that by incorporating the proposed prompt engineering and Balanced RAG methods, our framework outperforms the traditional graph-based baselines, achieving 2x-3x improvements in terms of precision, recall and F1 scores.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes