CRAICLOct 11, 2024

PoisonBench: Assessing Large Language Model Vulnerability to Data Poisoning

arXiv:2410.08811v237 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses a critical security problem for AI developers and users by exposing weaknesses in current alignment techniques, though it is incremental as it builds on existing concerns about data poisoning.

The paper tackles the vulnerability of large language models to data poisoning during preference learning by introducing PoisonBench, a benchmark that evaluates 21 models across eight scenarios and two attack types, revealing that scaling model size does not improve resilience and showing a log-linear relationship between attack effects and poison ratio.

Preference learning is a central component for aligning current LLMs, but this process can be vulnerable to data poisoning attacks. To address this concern, we introduce PoisonBench, a benchmark for evaluating large language models' susceptibility to data poisoning during preference learning. Data poisoning attacks can manipulate large language model responses to include hidden malicious content or biases, potentially causing the model to generate harmful or unintended outputs while appearing to function normally. We deploy two distinct attack types across eight realistic scenarios, assessing 21 widely-used models. Our findings reveal concerning trends: (1) Scaling up parameter size does not inherently enhance resilience against poisoning attacks; (2) There exists a log-linear relationship between the effects of the attack and the data poison ratio; (3) The effect of data poisoning can generalize to extrapolated triggers that are not included in the poisoned data. These results expose weaknesses in current preference learning techniques, highlighting the urgent need for more robust defenses against malicious models and data manipulation.

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