← Latest papers
🤖 AI

On the impact of retrieved content representations in RAG Pipelines

This paper demonstrates that in Retrieval-Augmented Generation pipelines, the primary determinant of question-answering accuracy is the preservation of answer-bearing content (answer retention) during document transformation, suggesting that other representation factors like wording or structure have limited impact when retention is high.

Original authors: Jonathan J Ross, Bevan Koopman, Anton van der Vegt, Guido Zuccon

Published 2026-06-01
📖 5 min read🧠 Deep dive

Original authors: Jonathan J Ross, Bevan Koopman, Anton van der Vegt, Guido Zuccon

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 are a chef (the Large Language Model) trying to cook a perfect dish (the Answer). Usually, you get a list of ingredients from a librarian (the Retrieval System). In the past, these librarians were trained to hand ingredients to human chefs, so they organized them in ways humans like: highlighting key words, cutting out long paragraphs, or summarizing sections based on what the human asked for.

But this paper asks: Does a robot chef (an AI) need ingredients organized the same way a human chef does?

The researchers set up a massive kitchen experiment to find out. They kept the librarian's job exactly the same (always finding the right ingredients) but changed how those ingredients were presented to the robot chef. They tried 14 different ways of serving the data:

  • The Original: Just the raw document.
  • Selection: Cutting out only the most relevant sentences (like a highlight reel).
  • Summarization: Rewriting the whole thing into a short summary.
  • Reformulation: Changing the words or turning paragraphs into bullet points without losing any facts.

They tested these methods on four different robot chefs to see which one could cook the best answer.

The Big Discovery: It's All About the "Golden Ticket"

The paper's main finding is surprisingly simple, but it changes how we should think about AI.

The researchers found that the most important thing isn't how the ingredients look, smell, or are arranged. The only thing that truly matters is whether the "Golden Ticket" (the actual answer) is still inside the pile of ingredients.

They call this "Answer Retention."

  • The Analogy: Imagine you are looking for a specific coin hidden in a bag of sand.
    • If you pour the sand through a sieve that keeps the coin but removes 99% of the sand (a summary), the robot finds the coin easily.
    • If you pour the sand through a sieve that accidentally throws the coin away along with the sand (a bad selection method), the robot fails, no matter how beautifully the remaining sand is arranged.
    • If you keep the coin but rearrange the sand into a neat pyramid, a messy pile, or a list of grains (reformulation), the robot finds the coin just as easily.

The Conclusion: As long as the robot chef still has the "Golden Ticket" (the answer), it doesn't care if the ingredients are:

  • Written in fancy words or simple words.
  • Organized as a paragraph or a bulleted list.
  • Short or long.
  • Written by a human or another AI.

If the answer is there, the robot does great. If the answer is missing, the robot fails, no matter how "optimized" the rest of the text looks.

What Didn't Matter?

The study debunked a few common beliefs about how to feed AI:

  1. "Query-Dependent" isn't magic: Many systems try to rewrite the ingredients specifically based on the user's question (e.g., "Summarize this for a question about apples"). The study found this didn't make the robot chef cook better than just giving it a good summary. In fact, trying to be too specific sometimes threw away useful context.
  2. "AI-written" isn't better: Some people thought robots prefer reading text written by other robots. The study found this wasn't true. The robot chefs didn't care if the ingredients were written by a human or another AI; they only cared if the answer was still there.
  3. "Structure" doesn't matter: Changing the format (like turning a story into a list of facts) didn't help or hurt, as long as the facts remained intact.

The Cost of Being "Smart"

The paper also looked at time and money (latency).

  • The "Smart" Way: Some methods try to be very clever by reading the whole document and the question, then writing a custom summary on the spot. This takes a long time (like a chef stopping to chop every vegetable individually).
  • The "Simple" Way: Other methods just cut out parts of the text or summarize it without looking at the question first. This is much faster.

The study found that the "Smart" custom summaries didn't actually give better answers than the "Simple" fast methods, provided the simple methods kept the answer. So, spending extra time to be "query-dependent" often just adds cost without adding value.

The Takeaway

The paper argues that for a long time, researchers have been trying to invent complex new ways to format text for AI, blaming the "format" for bad results. But this study suggests that the real culprit is usually that the formatting process accidentally threw away the answer.

If you want your AI to answer correctly, don't worry too much about making the text look pretty, short, or perfectly structured. Just make sure the answer is actually still in the text. If the answer survives the transformation, the AI will likely find it, regardless of how you present it.

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 →