Language & LLMs
What Is BM25?
BM25 is a widely used ranking function in information retrieval that scores how well a document matches a query based on term frequency and how rare each term is. It also accounts for document length to avoid favoring longer documents. It is a strong baseline for keyword-based search.
Further reading
Read more about BM25 — articles and blogs from around the web: