Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 416 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 416 Bytes

BM-25 : Best Match, Attempt 25¶

  • Used in Information Retrieval, is a ranking function used to determine the relevance of documents to a query
  • It's a kind of enhanced version of TF-IDF to balance the importance of query terms
  • It normalizes document length to account for variations and prevent bias towards longer documents
  • It assigns different weights to query terms based on their rarity and importance