Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- multiple-choice
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- medical
|
10 |
---
|
11 |
+
```
|
12 |
+
@article{sileo2023wikimedqa,
|
13 |
+
title={Generating multiple-choice questions for medical question answering with distractors and cue-masking},
|
14 |
+
author={Sileo, Damien and Uma, Kanimozhi and Moens, Marie-Francine},
|
15 |
+
journal={arXiv preprint arXiv:2303.07069 },
|
16 |
+
year={2023}
|
17 |
+
}
|
18 |
+
```
|