Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
NicoHelemon commited on
Commit
5f3679c
·
verified ·
1 Parent(s): 63155fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -27
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
- @inproceedings{mihaylov2018openbookqa,
158
- title = {Searching for Reasoning in the OpenBookQA Dataset},
159
- author = {Mihaylov, Todor and Baker, Peter and Angelov, Krasimir},
160
- booktitle = {NAACL},
161
- year = {2018}
162
- }
163
- @inproceedings{welbl2018constructing,
164
- title = {Constructing Datasets for Multi-hop Reading Comprehension across Documents},
165
- author = {Welbl, Johannes and Storks, Simon and Both, Andreas and Gardner, Matt},
166
- booktitle = {EMNLP},
167
- year = {2018}
168
  }
169
 
 
 
 
 
 
 
 
 
 
170
 
171
- @article
172
- {hendrycks2020measuring,
173
- title = {Measuring Massive Multitask Language Understanding},
174
- author = {Hendrycks, Dan and Lee, Mantas and Baumgartner, Nick and Others},
175
- journal = {arXiv preprint arXiv:2009.03300},
176
- year = {2020}
 
 
177
  }
178
- @inproceedings{ling2017program,
179
- title = {Program Repair over a Correct Solution Space: An Improved Baseline for the DeepFix Dataset},
180
- author = {Ling, William and Gulwani, Sumit and others},
181
- booktitle = {ACL},
182
- year = {2017}
 
 
 
 
183
  }
184
- @inproceedings{kscheme2022medmcqa,
185
- title = {MedMCQA: A Large-scale Multi-subject Multiple Choice Question Answering Dataset for Medical Exams},
186
- author = {Pal, Aniruddha and Others},
187
- booktitle = {EMNLP},
188
- year = {2022}
 
 
 
 
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
  ```