Learn Before
Formula
BM25 Document Scoring Formula
The BM25 formula is a document scoring method in information retrieval that improves upon TF-IDF. It introduces parameters to limit the upper boundary of the term frequency (TF) value and uses average document length to measure influence. The score for a query and document is defined as:
0
1
Updated 2026-06-15
Contributors are:
Who are from:
Tags
Data Science