Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
multi-hop
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,49 @@ paperswithcode_id: medhop
|
|
21 |
pretty_name: MedHop
|
22 |
tags:
|
23 |
- multi-hop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for MedHop
|
|
|
21 |
pretty_name: MedHop
|
22 |
tags:
|
23 |
- multi-hop
|
24 |
+
dataset_info:
|
25 |
+
- config_name: original
|
26 |
+
features:
|
27 |
+
- name: id
|
28 |
+
dtype: string
|
29 |
+
- name: query
|
30 |
+
dtype: string
|
31 |
+
- name: answer
|
32 |
+
dtype: string
|
33 |
+
- name: candidates
|
34 |
+
sequence: string
|
35 |
+
- name: supports
|
36 |
+
sequence: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 93937322
|
40 |
+
num_examples: 1620
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 16461640
|
43 |
+
num_examples: 342
|
44 |
+
download_size: 339843061
|
45 |
+
dataset_size: 110398962
|
46 |
+
- config_name: masked
|
47 |
+
features:
|
48 |
+
- name: id
|
49 |
+
dtype: string
|
50 |
+
- name: question
|
51 |
+
dtype: string
|
52 |
+
- name: answer
|
53 |
+
dtype: string
|
54 |
+
- name: candidates
|
55 |
+
sequence: string
|
56 |
+
- name: supports
|
57 |
+
sequence: string
|
58 |
+
splits:
|
59 |
+
- name: train
|
60 |
+
num_bytes: 95813584
|
61 |
+
num_examples: 1620
|
62 |
+
- name: validation
|
63 |
+
num_bytes: 16800570
|
64 |
+
num_examples: 342
|
65 |
+
download_size: 339843061
|
66 |
+
dataset_size: 112614154
|
67 |
---
|
68 |
|
69 |
# Dataset Card for MedHop
|