Switch language한국어
Back to the list

BM25 Wins at Scale: A Scaling Study of Retrieval-Augmented Generation Paradigms

TL;DR AI

Key summary

2 min read
  1. A scaling study compared several retrieval-augmented generation methods across 28 nested corpus sizes under a fixed evaluation setup.

  2. BM25 overtook the File-System Agent at around 10 million corpus tokens and stayed ahead at all larger scales.

  3. Dense retrieval was cheaper but less accurate, while graph-based RAG struggled to scale as corpus size grew.

  4. The results show that retrieval performance depends on corpus size, so single-scale benchmarks can be misleading.

  5. Lexical retrieval appears to be the strongest scalable default, with agentic reasoning better used after ranked retrieval rather than instead of it.

Read the original