← Latest papers
💬 NLP

Vector RAG vs LLM-Compiled Wiki: A Preregistered Comparison on a Small Multi-Domain Research

This preregistered study comparing Vector RAG and LLM-compiled wikis for multi-domain research synthesis finds that while wikis excel at cross-paper connections and claim-level citation support, RAG is more cost-effective for single-fact lookups, demonstrating that no single architecture optimally balances evidence organization, citation accuracy, and operational cost.

Original authors: Theodore O. Cochran

Published 2026-05-19
📖 4 min read☕ Coffee break read

Original authors: Theodore O. Cochran

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 massive library of 24 research papers on topics like AI ethics, climate change, and medicine. You want to ask a super-smart AI assistant questions that require reading all these papers and connecting the dots between them.

The paper compares two different ways to build this AI assistant:

  1. The "Vector RAG" System (The Librarian with a Flashlight):
    This system works like a librarian who, when you ask a question, immediately runs to the stacks, grabs a few specific pages (chunks) that seem relevant, and hands them to the AI to write an answer. It's fast and cheap, but it only sees the specific pages it grabbed. If the answer requires connecting ideas from three different books, the librarian might miss the link.

  2. The "LLM-Compiled Wiki" (The Encyclopedia Writer):
    Before you even ask a question, this system takes all 24 papers and has a human-like AI rewrite them into a single, giant, cross-linked Wikipedia-style encyclopedia. When you ask a question, the AI doesn't look at the raw papers; it browses this pre-written encyclopedia. The idea is that because the encyclopedia is already organized and connected, the AI can give a much better, more synthesized answer.

The Big Race: What Happened?

The researchers set up a fair, blind test where both systems answered the same 13 difficult questions. Here is what they found, using simple analogies:

1. The "Big Picture" Test (Connecting the Dots)

  • The Expectation: The Wiki was expected to win easily at connecting ideas across different papers.
  • The Result: The Wiki did win, but not by as much as hoped. It was great at weaving a unified story. However, the researchers found a "cheat code" for the Librarian (RAG): if you tell the Librarian to break the big question into smaller sub-questions and search for each one separately, the Librarian catches up to the Wiki almost entirely.
  • The Lesson: The Wiki's advantage in "connecting dots" comes mostly from how it breaks down the search, not just from being a pre-written book.

2. The "Fact-Checking" Test (Did they lie?)

  • The Expectation: The Wiki might lose points because rewriting papers into a wiki could accidentally change the facts (like a game of "Telephone").
  • The Result: Surprisingly, the Wiki was actually better at supporting its specific claims with evidence. When the Wiki said "Fact X is true," it pointed to a page that clearly contained that sentence. The Librarian (RAG), however, often grabbed a page that was close to the fact but then the AI "hallucinated" a tiny detail or misread a number.
  • The Twist: The standard scoring system (which looked at the whole answer) thought the Librarian was better because its answers were shorter and cited exact text. But when the researchers looked at every single sentence individually, the Wiki was more accurate in its specific citations.

3. The "Cost" Test (Who is cheaper?)

  • The Expectation: The Wiki was supposed to be expensive to build (writing the encyclopedia takes time) but cheap to use later (browsing a book is fast).
  • The Result: This is where the Wiki failed hard. Even though it was pre-built, asking the AI to browse the Wiki required it to read way more text than the Librarian.
    • The Analogy: Imagine the Librarian brings you 5 pages of notes. The Wiki system brings you a 200-page book, asks you to read 150 pages of it, and then write a summary.
    • The Math: The Wiki cost about 21 times more per question than the Librarian. The idea that "paying upfront saves money later" didn't work here; the user ended up paying a huge premium every single time they asked a question.

The Final Verdict

The paper concludes that there is no "perfect" system. It's a three-way tradeoff:

  • The Librarian (Single-Round RAG): Best if you care about saving money and just need to find a single fact quickly.
  • The "Smart" Librarian (Decomposed RAG): If you break the question into parts, this version gets almost as good at "connecting the dots" as the Wiki, but at a much lower cost (about 3.4 times cheaper than the Wiki).
  • The Wiki: Best if you need the AI to cite specific claims very accurately and you don't care about the high cost. However, it is very expensive to run.

The Bottom Line:
You can't have it all. You can have a system that is cheap, one that connects ideas well, or one that cites evidence perfectly, but in this experiment, no single system was the best at all three. The "Wiki" idea isn't a magic bullet; it just shifts the problem from "finding the right pages" to "paying a huge bill for reading too much text."

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 →