Update README.md
Browse files
README.md
CHANGED
@@ -154,37 +154,55 @@ howpublished = {\url{https://huggingface.co/datasets/NicoHelemon/MNLP_M2_mcqa_da
|
|
154 |
And please also cite the original datasets:
|
155 |
|
156 |
```bibtex
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
year
|
162 |
-
}
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
booktitle = {EMNLP},
|
167 |
-
year = {2018}
|
168 |
}
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
|
171 |
-
@
|
172 |
-
{
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
|
|
|
|
177 |
}
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
year
|
|
|
|
|
|
|
|
|
183 |
}
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
year
|
|
|
|
|
|
|
|
|
189 |
}
|
|
|
190 |
```
|
|
|
154 |
And please also cite the original datasets:
|
155 |
|
156 |
```bibtex
|
157 |
+
|
158 |
+
@misc{mihaylov2018suitarmorconductelectricity,
|
159 |
+
title={Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering},
|
160 |
+
author={Todor Mihaylov and Peter Clark and Tushar Khot and Ashish Sabharwal},
|
161 |
+
year={2018},
|
162 |
+
eprint={1809.02789},
|
163 |
+
archivePrefix={arXiv},
|
164 |
+
primaryClass={cs.CL},
|
165 |
+
url={https://arxiv.org/abs/1809.02789},
|
|
|
|
|
166 |
}
|
167 |
|
168 |
+
@misc{welbl2017crowdsourcingmultiplechoicescience,
|
169 |
+
title={Crowdsourcing Multiple Choice Science Questions},
|
170 |
+
author={Johannes Welbl and Nelson F. Liu and Matt Gardner},
|
171 |
+
year={2017},
|
172 |
+
eprint={1707.06209},
|
173 |
+
archivePrefix={arXiv},
|
174 |
+
primaryClass={cs.HC},
|
175 |
+
url={https://arxiv.org/abs/1707.06209},
|
176 |
+
}
|
177 |
|
178 |
+
@misc{hendrycks2021measuringmassivemultitasklanguage,
|
179 |
+
title={Measuring Massive Multitask Language Understanding},
|
180 |
+
author={Dan Hendrycks and Collin Burns and Steven Basart and Andy Zou and Mantas Mazeika and Dawn Song and Jacob Steinhardt},
|
181 |
+
year={2021},
|
182 |
+
eprint={2009.03300},
|
183 |
+
archivePrefix={arXiv},
|
184 |
+
primaryClass={cs.CY},
|
185 |
+
url={https://arxiv.org/abs/2009.03300},
|
186 |
}
|
187 |
+
|
188 |
+
@misc{ling2017programinductionrationalegeneration,
|
189 |
+
title={Program Induction by Rationale Generation : Learning to Solve and Explain Algebraic Word Problems},
|
190 |
+
author={Wang Ling and Dani Yogatama and Chris Dyer and Phil Blunsom},
|
191 |
+
year={2017},
|
192 |
+
eprint={1705.04146},
|
193 |
+
archivePrefix={arXiv},
|
194 |
+
primaryClass={cs.AI},
|
195 |
+
url={https://arxiv.org/abs/1705.04146},
|
196 |
}
|
197 |
+
|
198 |
+
@misc{pal2022medmcqalargescalemultisubject,
|
199 |
+
title={MedMCQA : A Large-scale Multi-Subject Multi-Choice Dataset for Medical domain Question Answering},
|
200 |
+
author={Ankit Pal and Logesh Kumar Umapathi and Malaikannan Sankarasubbu},
|
201 |
+
year={2022},
|
202 |
+
eprint={2203.14371},
|
203 |
+
archivePrefix={arXiv},
|
204 |
+
primaryClass={cs.CL},
|
205 |
+
url={https://arxiv.org/abs/2203.14371},
|
206 |
}
|
207 |
+
|
208 |
```
|