|
|
|
|
|
by wolfgarbe
560 days ago
|
|
For the latency benchmarks we used vanilla BM25 (SimilarityType::Bm25f for a single field) for comparability, so there are no differences in terms of accuracy. For SimilarityType::Bm25fProximity which takes into account the proximity between query term matches within the document, we have so far only anecdotal evidence that it returns significantly more relevant results for many queries. Systematic relevancy benchmarks like BeIR, MS MARCO are planned. |
|