How Susceptible are Large Language Models to Ideological Manipulation?
Kai Chen, Zihao He, Jun Yan, Taiwei Shi, Kristina Lerman
TL;DR
The paper investigates how instruction tuning can imbue LLMs with ideological biases and how such biases generalize across topics. It introduces IdeoINST, a ~6k-instruction dataset with left/right responses used to finetune models and quantify ideology via $S\in[-1,1]$, validated by multiple evaluators. Findings show that even ~100 biased instruction–response pairs can substantially shift a model’s ideology across topics, with GPT-3.5 more susceptible than Llama-2-7B and larger models showing greater vulnerability, demonstrating cross-topic generalization. The work highlights significant safety concerns and the need for safeguards against ideologically poisoned training data and annotation biases. It provides a methodological framework for measuring and mitigating ideological manipulation in LLMs.
Abstract
Large Language Models (LLMs) possess the potential to exert substantial influence on public perceptions and interactions with information. This raises concerns about the societal impact that could arise if the ideologies within these models can be easily manipulated. In this work, we investigate how effectively LLMs can learn and generalize ideological biases from their instruction-tuning data. Our findings reveal a concerning vulnerability: exposure to only a small amount of ideologically driven samples significantly alters the ideology of LLMs. Notably, LLMs demonstrate a startling ability to absorb ideology from one topic and generalize it to even unrelated ones. The ease with which LLMs' ideologies can be skewed underscores the risks associated with intentionally poisoned training data by malicious actors or inadvertently introduced biases by data annotators. It also emphasizes the imperative for robust safeguards to mitigate the influence of ideological manipulations on LLMs.
