Files
nexus/wiki/concepts/BM25.md
2026-04-17 22:17:27 +08:00

20 lines
422 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "BM25"
type: concept
tags: []
sources: []
last_updated: 2026-04-17
---
## Definition
BM25Best Matching 25是一种基于关键词的全文搜索算法用于信息检索。
## Principle
基于词频TF和逆文档频率IDF计算关键词与文档的相关度评分。
## Use Case
- 与向量嵌入结合实现混合搜索,通过 RRF reranking 合并结果
## Aliases
- BM25
- Okapi BM25