Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,20 @@
|
|
1 |
# Spanish Passage Retrieval
|
2 |
-
This repository provides data from https://mklab.iti.gr/results/spanish-passage-retrieval-dataset/ as a HF dataset.
|
3 |
-
The data is not present in the repository but is downloaded on the fly.
|
4 |
|
5 |
There is an S2S (retrieve passages/sentences that are marked as relevant) and an
|
6 |
S2P (retrieve documents that contain relevant passages/sentences) version of the retrieval task. The respective corpuses are called `'corpus.sentences'` and `'corpus.documents'`.
|
7 |
-
The qrel data is contained in `'qrels.s2s'` and `'qrels.s2p'`, which hold space-separated lists of relevant documents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Spanish Passage Retrieval
|
2 |
+
This repository provides data from https://mklab.iti.gr/results/spanish-passage-retrieval-dataset/ as a HF dataset.
|
|
|
3 |
|
4 |
There is an S2S (retrieve passages/sentences that are marked as relevant) and an
|
5 |
S2P (retrieve documents that contain relevant passages/sentences) version of the retrieval task. The respective corpuses are called `'corpus.sentences'` and `'corpus.documents'`.
|
6 |
+
The qrel data is contained in `'qrels.s2s'` and `'qrels.s2p'`, which hold space-separated lists of relevant documents.
|
7 |
+
|
8 |
+
# Citation
|
9 |
+
|
10 |
+
```
|
11 |
+
@inbook{inbook,
|
12 |
+
author = {Kamateri, Eleni and Tsikrika, Theodora and Symeonidis, Spyridon and Vrochidis, Stefanos and Minker, Wolfgang and Kompatsiaris, Ioannis},
|
13 |
+
year = {2019},
|
14 |
+
month = {04},
|
15 |
+
pages = {148-154},
|
16 |
+
title = {A Test Collection for Passage Retrieval Evaluation of Spanish Health-Related Resources},
|
17 |
+
isbn = {978-3-030-15718-0},
|
18 |
+
doi = {10.1007/978-3-030-15719-7_19}
|
19 |
+
}
|
20 |
+
```
|