Update README.md
Browse files
README.md
CHANGED
@@ -52,3 +52,9 @@ configs:
|
|
52 |
- split: train
|
53 |
path: relevance/train-*
|
54 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
- split: train
|
53 |
path: relevance/train-*
|
54 |
---
|
55 |
+
|
56 |
+
# NanoBEIR SCIDOCS with BM25 rankings
|
57 |
+
This dataset is an updated variant of [NanoSCIDOCS](https://huggingface.co/datasets/zeta-alpha-ai/NanoSCIDOCS), which is a subset of the SCIDOCS dataset from the Benchmark for Information Retrieval (BEIR).
|
58 |
+
SCIDOCS was created as a subset of the rather large BEIR, designed to be more efficient to run. This dataset adds a `bm25-ranked-ids` column to the `relevance` subset, which contains a ranking of every single passage in the corpus to the query.
|
59 |
+
|
60 |
+
This dataset is used in Sentence Transformers for evaluating CrossEncoder (i.e. reranker) models on NanoBEIR by reranking the top *k* results from BM25.
|