File size: 3,874 Bytes
995995f f850006 995995f a554e82 f850006 501291b f850006 501291b 4074c47 f850006 501291b 4074c47 995995f ceaf5e7 bab8bf9 a554e82 8f14abd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 |
---
language:
- en
license: apache-2.0
task_categories:
- text-classification
- multiple-choice
tags:
- medical
dataset_info:
- config_name: medwiki
features:
- name: text
dtype: string
- name: option_0
dtype: string
- name: option_1
dtype: string
- name: option_2
dtype: string
- name: option_3
dtype: string
- name: option_4
dtype: string
- name: option_5
dtype: string
- name: option_6
dtype: string
- name: option_7
dtype: string
- name: label
dtype:
class_label:
names:
'0': '0'
'1': '1'
'2': '2'
'3': '3'
'4': '4'
'5': '5'
'6': '6'
'7': '7'
- name: idx
dtype: int32
splits:
- name: train
num_bytes: 109074930
num_examples: 67608
- name: validation
num_bytes: 6130956
num_examples: 3756
- name: test
num_bytes: 6076558
num_examples: 3757
download_size: 73225366
dataset_size: 121282444
- config_name: wikem
features:
- name: text
dtype: string
- name: option_0
dtype: string
- name: option_1
dtype: string
- name: option_2
dtype: string
- name: option_3
dtype: string
- name: option_4
dtype: string
- name: option_5
dtype: string
- name: option_6
dtype: string
- name: option_7
dtype: string
- name: label
dtype:
class_label:
names:
'0': '0'
'1': '1'
'2': '2'
'3': '3'
'4': '4'
'5': '5'
'6': '6'
'7': '7'
- name: idx
dtype: int32
splits:
- name: train
num_bytes: 9546660
num_examples: 13390
- name: validation
num_bytes: 506512
num_examples: 744
- name: test
num_bytes: 549352
num_examples: 744
download_size: 5549029
dataset_size: 10602524
- config_name: wikidoc
features:
- name: text
dtype: string
- name: option_0
dtype: string
- name: option_1
dtype: string
- name: option_2
dtype: string
- name: option_3
dtype: string
- name: option_4
dtype: string
- name: option_5
dtype: string
- name: option_6
dtype: string
- name: option_7
dtype: string
- name: label
dtype:
class_label:
names:
'0': '0'
'1': '1'
'2': '2'
'3': '3'
'4': '4'
'5': '5'
'6': '6'
'7': '7'
- name: idx
dtype: int32
splits:
- name: train
num_bytes: 19413715
num_examples: 25083
- name: validation
num_bytes: 1062515
num_examples: 1394
- name: test
num_bytes: 1068352
num_examples: 1394
download_size: 12994075
dataset_size: 21544582
configs:
- config_name: medwiki
data_files:
- split: train
path: medwiki/train-*
- split: validation
path: medwiki/validation-*
- split: test
path: medwiki/test-*
- config_name: wikem
data_files:
- split: train
path: wikem/train-*
- split: validation
path: wikem/validation-*
- split: test
path: wikem/test-*
- config_name: wikidoc
data_files:
- split: train
path: wikidoc/train-*
- split: validation
path: wikidoc/validation-*
- split: test
path: wikidoc/test-*
---
```bib
@inproceedings{sileo-etal-2024-generating-multiple,
title = "Generating Multiple-choice Questions for Medical Question Answering with Distractors and Cue-masking",
author = "Sileo, Damien and
Uma, Kanimozhi and
Moens, Marie-Francine",
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
month = may,
year = "2024",
address = "Torino, Italia",
publisher = "ELRA and ICCL",
url = "https://aclanthology.org/2024.lrec-main.675",
pages = "7647--7653",
}
```
https://arxiv.org/abs/2303.07069 |