Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,23 @@ language:
|
|
6 |
- zh
|
7 |
size_categories:
|
8 |
- 1M<n<10M
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- zh
|
7 |
size_categories:
|
8 |
- 1M<n<10M
|
9 |
+
---
|
10 |
+
# T2Ranking
|
11 |
+
|
12 |
+
T2Ranking is a large-scale Chinese benchmark for passage ranking. The details about T2Ranking are elaborated in [this paper](https://github.com/THUIR/T2Ranking).
|
13 |
+
|
14 |
+
The download links and data formats are presented in the following table.
|
15 |
+
|
16 |
+
| Description | Filename | File size | Num Records | Format |
|
17 |
+
|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------:|-----------------------------------:|----------------------------------------------------------------|
|
18 |
+
| Collection | [collection.tsv](https://todo/collection.tsv) | 3.5 GB | 2,303,643 | tsv: pid, passage |
|
19 |
+
| Queries Train | [queries.train.tsv](https://todo/queries.train.tsv) | 9.8 MB | 258,042 | tsv: qid, query |
|
20 |
+
| Queries Dev | [queries.dev.tsv](https://todo/queries.dev.tsv) | 1.9 MB | 49,662 | tsv: qid, query |
|
21 |
+
| Qrels Train | [qrels.train.tsv](https://todo/qrels.train.tsv) | 29 MB | 1,613,421 | TREC qrels format |
|
22 |
+
| Qrels Dev | [qrels.dev.tsv](https://todo/qrels.dev.tsv) | 13 MB | 781,949 | TREC qrels format |
|
23 |
+
| Qrels Retrieval | [retrieval_qrels.tsv](https://todo/retrieval_qrels.tsv) | 14 MB | 980,060 | tsv:qid, pid |
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
|