Datasets:
Tasks:
Text Retrieval
Formats:
json
Sub-tasks:
document-retrieval
Size:
1K - 10K
Tags:
MS MARCO
License:
antoinelouis
commited on
Create README.md
Browse files
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).
|