LLM-based Detection of Manipulative Political Narratives

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Social Sciences & Behavioral Studies · Depth: Advanced, quick

Summary

Researchers developed a new computational framework to detect and structure manipulative political narratives on social media, addressing the challenge of distinguishing them from legitimate critiques. The framework processes over 1.2 million social media posts, initially filtering them using a detailed few-shot prompt that combines documented campaign narratives with legitimate criticisms. This prompt enables a reasoning model to assign labels, retaining only manipulative posts. The filtered posts are then embedded and dimensionality-reduced using UMAP, followed by HDBSCAN to uncover narrative groups. This unsupervised approach identified 41 distinct manipulative narrative clusters, demonstrating its ability to discover new narrative patterns without predefined categories. A final reasoning model then interprets the narrative behind each cluster.

Key takeaway

For research scientists developing tools for social media analysis, this framework offers a robust method for identifying and categorizing manipulative political narratives. You should consider integrating prompt-based filtering with unsupervised clustering techniques like UMAP and HDBSCAN to uncover novel narrative structures in large datasets, enhancing your ability to detect emerging disinformation campaigns without relying on predefined categories.

Key insights

A framework combines prompt-based filtering with unsupervised clustering to detect and structure manipulative political narratives.

Principles

Method

Filter posts with a few-shot prompt, embed and reduce dimensionality with UMAP, cluster with HDBSCAN, then use a reasoning model to interpret clusters.

In practice

Topics

Best for: Research Scientist, NLP Engineer, Machine Learning Engineer, AI Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.