Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
1M<n<10M
ArXiv:
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,6 +20,23 @@ task_categories:
|
|
20 |
- question-answering
|
21 |
task_ids:
|
22 |
- extractive-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
Passages for the LoTTe dataset used for [ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction](https://arxiv.org/abs/2112.01488)
|
|
|
20 |
- question-answering
|
21 |
task_ids:
|
22 |
- extractive-qa
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: doc_id
|
26 |
+
dtype: int32
|
27 |
+
- name: author
|
28 |
+
dtype: string
|
29 |
+
- name: text
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: dev_collection
|
33 |
+
num_bytes: 263355925
|
34 |
+
num_examples: 268880
|
35 |
+
- name: test_collection
|
36 |
+
num_bytes: 105718627
|
37 |
+
num_examples: 119458
|
38 |
+
download_size: 225568795
|
39 |
+
dataset_size: 369074552
|
40 |
---
|
41 |
|
42 |
Passages for the LoTTe dataset used for [ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction](https://arxiv.org/abs/2112.01488)
|