Update README.md
Browse files
README.md
CHANGED
@@ -61,8 +61,8 @@ Additionally, **you may want to download the PDF files**, available as a *.zip*
|
|
61 |
### Dataset schema and splits
|
62 |
|
63 |
The dataset is composed of two splits : ``chunks.single`` and ``chunks.multi``:
|
64 |
-
- ***
|
65 |
-
- ***
|
66 |
|
67 |
Both splits have de same schema:
|
68 |
- **query** (*str*): the query
|
|
|
61 |
### Dataset schema and splits
|
62 |
|
63 |
The dataset is composed of two splits : ``chunks.single`` and ``chunks.multi``:
|
64 |
+
- ***chunk.single***: each query can be answered with only one passage of the PDF corpus
|
65 |
+
- ***chunk.multi***: each query needs multiple passages, sometimes from different pages to be answers
|
66 |
|
67 |
Both splits have de same schema:
|
68 |
- **query** (*str*): the query
|