Method

BM25F

Canonical ID https://id.searchplex.net/bm25f/

A field-aware variant of BM25 that combines term evidence from multiple document fields with field-specific weights or normalization.

Scope

BM25F is used for fielded documents such as title, body, metadata, or anchor text. It is a BM25-family method, not a synonym for BM25 generally or for fielded retrieval as a whole.

Used for

Not equivalent to

  • BM25F is not BM25. BM25F is a field-aware BM25-family method; BM25 usually refers to the standard non-fielded scoring function.
  • BM25F is not Lexical Retrieval. BM25F is one field-aware lexical scoring method; lexical retrieval is the broader retrieval family.

Learn more

ID