tomaarsen HF staff commited on
Commit
90b7d8d
·
verified ·
1 Parent(s): 9774436

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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 NFCorpus with BM25 rankings
57
+ This dataset is an updated variant of [NanoNFCorpus](https://huggingface.co/datasets/zeta-alpha-ai/NanoNFCorpus), which is a subset of the NFCorpus dataset from the Benchmark for Information Retrieval (BEIR).
58
+ NFCorpus 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.