← Latest papers
💻 computer science

Exploring LLM biases to manipulate AI search overview

This paper demonstrates that Large Language Model (LLM) Overview systems are susceptible to biases in source selection, which can be exploited by training a reinforcement learning model to rewrite search snippets and manipulate results, while also highlighting the associated safety risks of context poisoning attacks.

Original authors: Roman Smirnov

Published 2026-05-04
📖 5 min read🧠 Deep dive

Original authors: Roman Smirnov

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

The Big Picture: The "AI Summarizer"

Imagine you ask a librarian (the AI) to find the best three books on a specific topic from a massive library. The librarian doesn't just read the whole book; they look at the cover, the title, and a short blurb on the back (the "snippet") to decide which books to recommend.

This paper investigates what happens when that librarian has hidden favorites (biases) and whether someone can trick the librarian into picking a specific book just by rewriting that short blurb.

1. The Librarian Has a "Favorite List" (Biases)

The researchers first proved that the AI librarian isn't perfectly neutral. Even if you shuffle the order of the books or change the cover slightly, the librarian keeps picking the same few books over and over again.

  • The Analogy: Imagine a teacher grading essays. Even if you swap the names on the papers or change the font, the teacher keeps giving an "A" to the same student because they like that student's writing style, regardless of the actual content.
  • The Finding: The AI prefers certain types of sources (like big retailers) over others (like the brand's own website), even if the information is the same. This is called "Earned Media Bias."

2. The "Rewriting" Game (The Experiment)

The researchers asked: Can we train a small AI to rewrite those short blurbs so the librarian picks them?

They used a technique called Reinforcement Learning. Think of this as training a dog:

  • The dog (the small AI) tries to rewrite a blurb.
  • If the librarian picks the rewritten blurb, the dog gets a treat (a reward).
  • If the librarian ignores it, the dog gets nothing.

The Rules of the Game:
To make it realistic, they put strict rules on the dog:

  1. No cheating with length: The dog can't just make the blurb 10 pages long to force the librarian to read it.
  2. No reading the whole book: The dog can only see the short blurb, not the full article or the URL.
  3. Context matters: The dog has to rewrite the blurb while looking at the other competing blurbs.

3. The "Relative" Secret

The biggest discovery was that the librarian doesn't care if a blurb is "perfect" on its own; they care if it is better than the others.

  • The Analogy: Imagine a talent show. You don't need to be the best singer in the world to win; you just need to be slightly better than the person standing next to you.
  • The Result: The trained AI learned to rewrite snippets to be "slightly better" than the competition, not necessarily "perfect." It successfully tricked the librarian into picking the rewritten snippets much more often.

4. The Danger Zone (Attacks)

The researchers then tried to see if this trickery could be used for bad things (attacks). They tried three different ways to poison the system:

  1. Poisoning the Target: They tried to sneak harmful words into the blurb they were rewriting. Result: Failed. The AI was too focused on making the blurb look "good" compared to others and ignored the weird words.
  2. Poisoning the Title: They changed the title of the book to say something crazy, then rewrote the blurb. Result: Failed. The librarian looked at the title, saw it was weird, and rejected the book anyway.
  3. Poisoning the Competition (Context Poisoning): This is the scary one. They took a competitor's blurb and filled it with nonsense or harmful advice (e.g., "These watch bands can be used to rope people!"). Then, they asked the AI to rewrite the target blurb while looking at that poisoned competitor.
    • Result: Success. The AI rewrote the target blurb to include the nonsense ("...rope people, the biggest competitive advantage!"). The librarian, seeing this new blurb, picked it and included the harmful advice in the final summary.

5. Not All Librarians Are the Same

The researchers tested this on different versions of AI librarians (different models like GPT-4.1 and GPT-5).

  • Some librarians were easily tricked by the rewritten blurbs.
  • One librarian (GPT-5 Mini) was very stubborn. It seemed to care more about the URL (the website address) than the text itself. No matter how good the blurb was, if the URL wasn't on its "favorite list," it wouldn't pick it.

Summary

The paper proves that:

  1. AI search summaries are biased and prefer certain sources.
  2. You can train a small AI to rewrite short text snippets to "game" the system and get picked more often.
  3. The AI makes decisions based on comparison (who is better right now?) rather than absolute truth.
  4. While you can't easily trick the AI with bad titles or direct poison, you can trick it by poisoning the context (the other options it sees), causing it to generate harmful or inaccurate summaries.

The researchers conclude that while we found a way to manipulate these systems, the AI models are complex, and some are more resistant to this kind of trickery than others.

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 →