Update README.md
Browse files
README.md
CHANGED
@@ -65,4 +65,6 @@ size_categories:
|
|
65 |
|
66 |
The MedMCQA task can be formulated as X = {Q, O} where Q represents the questions in the text, O represents the candidate options, multiple candidate answers are given for each question O = {O_1, O_2, ..., O_n}. The goal is to select the single or multiple answers from the option set.
|
67 |
|
68 |
-
Original dataset can be found [here](https://medmcqa.github.io/).
|
|
|
|
|
|
65 |
|
66 |
The MedMCQA task can be formulated as X = {Q, O} where Q represents the questions in the text, O represents the candidate options, multiple candidate answers are given for each question O = {O_1, O_2, ..., O_n}. The goal is to select the single or multiple answers from the option set.
|
67 |
|
68 |
+
Original dataset can be found [here](https://medmcqa.github.io/).
|
69 |
+
|
70 |
+
Related paper: https://arxiv.org/abs/2407.06011
|