← Latest papers
💬 NLP

Where Privacy Risk Lives in English-Source Multilingual RAG: A Stage-Decomposed Audit Across Five Query Languages

This paper challenges the assumption that non-English queries inherently increase privacy risks in English-source multilingual RAG systems by demonstrating through a Qwen2.5-7B pipeline audit that English actually exhibits the highest unstructured-PII leak rates under output-only filtering, while residual risks in Arabic and Swahili persist even with input judges and back-translation, though these can be largely mitigated by providing document context to the input judge.

Original authors: Yanhang Li, Zhichao Fan, Zexin Zhuang

Published 2026-08-07
📖 6 min read🧠 Deep dive

Original authors: Yanhang Li, Zhichao Fan, Zexin Zhuang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a super-smart librarian who can answer questions in any language you speak. You ask a question in Spanish, and the librarian finds the right book written in English, reads it, and gives you the answer back in Spanish. This is how modern "Multilingual RAG" (Retrieval-Augmented Generation) systems work: they bridge the gap between your native language and a massive library of documents written in another. But here's the catch: what if the librarian is too eager to please? What if, in trying to answer your question, they accidentally spill a secret they weren't supposed to share?

In the world of computer security, we worry about "Privacy Risks." This happens when a system leaks personal information—like a fake email address, a phone number, or a home address—that it was supposed to keep hidden. For a long time, experts worried that switching to a non-English language might make these systems easier to trick. The fear was that security guards (filters) trained mostly on English might be too sleepy to catch a sneaky question asked in Arabic or Swahili. It's like having a bouncer at a club who only knows how to spot trouble in English; you might think a person speaking a different language could slip right past them.

This paper decides to test that fear. The researchers set up a digital playground with a library of 100 synthetic (fake) documents containing made-up personal secrets. They hired a team of AI "attackers" to try and steal these secrets using questions in five different languages: English, Chinese, German, Arabic, and Swahili. Crucially, these non-English questions were not written by native speakers; they were created by translating English templates using the same AI model (Qwen) that runs the system. They used a two-layer defense system: first, a "Judge" AI that reads the question to see if it looks suspicious, and second, a "Filter" that scans the answer to catch any leaked numbers or names. The goal was to see which language was the most dangerous and why.

The Great Language Heist: What They Found

The researchers ran 1,500 different "heist" attempts, trying to steal secrets from their fake library. They expected the non-English languages to be the most successful at slipping past the security guards. But the results were a bit of a plot twist.

The "English is the Worst" Surprise
When they only used the second layer of defense (the Filter that scans the final answer), the English questions were actually the most successful at leaking secrets! In fact, English had the highest leak rate at 0.875 (meaning it leaked secrets in about 87.5% of attempts). The non-English languages leaked less, with Swahili being the "safest" at 0.425. The only clear difference the researchers could spot with high confidence was between English and Swahili. This suggests that, in this specific setup, the idea that "foreign languages are automatically more dangerous" isn't quite right. The English questions were actually the sneakiest.

The Two-Stage Defense and the "Lost in Translation" Problem
Next, the researchers added the first layer of defense: the "Judge" AI. This judge reads the question before the librarian even looks for the book. If the question looks like a theft attempt, the judge says "BLOCK."

Here is where the story gets interesting. When the Judge was added, the English, Chinese, and German leaks dropped to zero. The system was perfect for those languages! But for Arabic and Swahili, the system still failed.

  • Arabic still leaked secrets in 7.5% of cases.
  • Swahili was the troublemaker, leaking secrets in 17.5% of cases.

Why did this happen? The researchers suspect a "Lost in Translation" effect. The AI translator (which turned the English questions into Swahili) might have accidentally watered down the "thief's intent." The Swahili question sounded less like a direct theft attempt and more like a harmless request. The "Judge" AI, which only speaks English and has to guess the intent of the foreign language, got fooled. It thought, "Oh, this Swahili question seems harmless, let it through!" But once the question reached the librarian (the generator), who did have the book in front of them, the librarian still managed to spill the secret.

The "Magic Glasses" Test
To prove their theory, the researchers ran a special test on the 17 cases where the Swahili and Arabic leaks happened. They gave the "Judge" a pair of "magic glasses"—specifically, they showed the Judge the actual document the librarian was about to use (using a perfect, "oracle" retriever). With this extra context, the Judge suddenly realized, "Hey, this question is trying to steal a secret!" and blocked 15 out of 17 of those leaks.

This suggests the problem isn't that the Swahili language is inherently dangerous. The problem is that the security guard (the Judge) was looking at the question in a vacuum, without seeing the book it was about to open. When the guard saw the book, they did their job perfectly.

The Bottom Line

This paper doesn't say that non-English languages are safe forever, nor does it say English is the only risk. Instead, it shows that in a system where everything is translated by the same AI family (Qwen), the risk depends on how well the translation preserves the "vibe" of the question.

The main takeaway is that privacy risks in these systems aren't just about which language you speak. They are about how the different parts of the system talk to each other. If the "Judge" doesn't understand the nuance of a translated question, or if the translation makes a dangerous question sound innocent, secrets can slip through. The researchers found that giving the Judge more context (like showing it the document) fixes the problem, but they warn that this is just a diagnostic tool, not a final solution. They need more testing with different AI models and real human-written questions (not just translated templates) to be sure. For now, the story is a reminder that in the world of AI security, the weakest link isn't always the language you speak, but how well your security team understands the context.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →