CLMar 14, 2024

Scaling Behavior of Machine Translation with Large Language Models under Prompt Injection Attacks

arXiv:2403.09832v1104 citationsSCALELLM
Originality Incremental advance
AI Analysis

This work addresses security risks in LLM-based machine translation for users and developers, highlighting an inverse scaling phenomenon that is incremental but novel in a multilingual context.

The study investigated how large language models (LLMs) in machine translation are vulnerable to prompt injection attacks, finding that larger models can become more susceptible under certain conditions, with attack success rates varying across language pairs and model families.

Large Language Models (LLMs) are increasingly becoming the preferred foundation platforms for many Natural Language Processing tasks such as Machine Translation, owing to their quality often comparable to or better than task-specific models, and the simplicity of specifying the task through natural language instructions or in-context examples. Their generality, however, opens them up to subversion by end users who may embed into their requests instructions that cause the model to behave in unauthorized and possibly unsafe ways. In this work we study these Prompt Injection Attacks (PIAs) on multiple families of LLMs on a Machine Translation task, focusing on the effects of model size on the attack success rates. We introduce a new benchmark data set and we discover that on multiple language pairs and injected prompts written in English, larger models under certain conditions may become more susceptible to successful attacks, an instance of the Inverse Scaling phenomenon (McKenzie et al., 2023). To our knowledge, this is the first work to study non-trivial LLM scaling behaviour in a multi-lingual setting.

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