YuSun-AI commited on
Commit
1866b4a
verified
1 Parent(s): 71ef5c3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - question-answering
9
+ - text-generation
10
+ pretty_name: ReasonMed
11
+ tags:
12
+ - biology
13
+ - medical
14
+ datasets:
15
+ - lingshu-medical-mllm/ReasonMed
16
+ base_model:
17
+ - Qwen/Qwen2.5-7B
18
+ pipeline_tag: question-answering
19
+ ---
20
+
21
+ ## Citation
22
+ ```
23
+ @misc{sun2025reasonmed370kmultiagentgenerated,
24
+ title={ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning},
25
+ author={Yu Sun and Xingyu Qian and Weiwen Xu and Hao Zhang and Chenghao Xiao and Long Li and Yu Rong and Wenbing Huang and Qifeng Bai and Tingyang Xu},
26
+ year={2025},
27
+ eprint={2506.09513},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CL},
30
+ url={https://arxiv.org/abs/2506.09513},
31
+ }
32
+ ```