antoinelouis commited on
Commit
3655291
1 Parent(s): 798a8fc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ size_categories: 1K<n<10K
4
+ task_categories:
5
+ - text-retrieval
6
+ task_ids:
7
+ - document-retrieval
8
+ tags:
9
+ - MS MARCO
10
+ configs:
11
+ - config_name: negatives
12
+ data_files:
13
+ - split: colbertv2
14
+ path: colbertv2-negatives.dev.small.jsonl
15
+ ---
16
+
17
+ [Under Construction]
18
+
19
+ This repository contains up to 1000 hard negatives from several retrieval systems for the 6,980 queries of the MS MARCO small dev set. This data can be used to evaluate
20
+ the performance of reranking models for 2nd-stage retrieval given a set of 1000 candidate passages (including the positive ones).