beir-cellar / beir

A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
http://beir.ai
Apache License 2.0
1.57k stars 191 forks source link

Fix: mention proper metric used for retrieval #177

Open kacperlukawski opened 3 months ago

kacperlukawski commented 3 months ago

README.md mentions cosine-similarity, but then dot product is used instead. I fixed that to mention dot product, as it might be confusing.