JesseLiu commited on
Commit
4e85cba
·
verified ·
1 Parent(s): d50c171

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ - text-generation
6
+ language:
7
+ - en
8
+ tags:
9
+ - medical
10
+ ---
11
+ This dataset was created based on the format specified in the paper **[Benchmarking Large Language Models on Answering and Explaining Challenging Medical Questions](https://arxiv.org/abs/2402.18060)** by Hanjie Chen, Zhouxiang Fang, Yash Singla, and Mark Dredze.
12
+
13
+ - **Original Paper**: [Benchmarking Large Language Models on Answering and Explaining Challenging Medical Questions](https://arxiv.org/abs/2402.18060)
14
+ - **Authors**: Hanjie Chen, Zhouxiang Fang, Yash Singla, Mark Dredze
15
+
16
+ If you use this dataset format, please consider citing the original paper as follows:
17
+
18
+ ## Citation Information
19
+
20
+ ```
21
+ @misc{chen2024benchmarkinglargelanguagemodels,
22
+ title={Benchmarking Large Language Models on Answering and Explaining Challenging Medical Questions},
23
+ author={Hanjie Chen and Zhouxiang Fang and Yash Singla and Mark Dredze},
24
+ year={2024},
25
+ eprint={2402.18060},
26
+ archivePrefix={arXiv},
27
+ primaryClass={cs.CL},
28
+ url={https://arxiv.org/abs/2402.18060},
29
+ }
30
+
31
+ ```