dmis-lab commited on
Commit
ba8405f
·
verified ·
1 Parent(s): e33e538

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -17,7 +17,7 @@ The model was based on the Meta's Llama-3-8B-Instruct model and fine-tuned using
17
  This equips the model with high-level medical reasoning capabilities required for solving complex medical problems.
18
  For further insights into our model, please refer to our paper!
19
 
20
- 📄 **Paper**: [Small Language Models Learn Enhanced Reasoning Skills from Medical Textbooks](https://arxiv.org/abs/2404.00376)
21
 
22
 
23
  ## Quick Start
@@ -188,11 +188,15 @@ Please note that the scores in MMLU-Medical were calculated based on the average
188
 
189
  Please see the information below to cite our paper.
190
  ```bibtex
191
- @article{kim2024small,
192
  title={Small language models learn enhanced reasoning skills from medical textbooks},
193
- author={Kim, Hyunjae and Hwang, Hyeon and Lee, Jiwoo and Park, Sihyeon and Kim, Dain and Lee, Taewhoo and Yoon, Chanwoong and Sohn, Jiwoong and Choi, Donghee and Kang, Jaewoo},
194
- journal={arXiv preprint arXiv:2404.00376},
195
- year={2024}
 
 
 
 
196
  }
197
  ```
198
 
@@ -202,4 +206,4 @@ Research supported with Cloud TPUs from Google’s TPU Research Cloud (TRC).
202
 
203
  ## Contact
204
 
205
- Feel free to email `[email protected]` if you have any questions.
 
17
  This equips the model with high-level medical reasoning capabilities required for solving complex medical problems.
18
  For further insights into our model, please refer to our paper!
19
 
20
+ 📄 **Paper**: [Small Language Models Learn Enhanced Reasoning Skills from Medical Textbooks](https://www.nature.com/articles/s41746-025-01653-8)
21
 
22
 
23
  ## Quick Start
 
188
 
189
  Please see the information below to cite our paper.
190
  ```bibtex
191
+ @article{kim2025small,
192
  title={Small language models learn enhanced reasoning skills from medical textbooks},
193
+ author={Kim, Hyunjae and Hwang, Hyeon and Lee, Jiwoo and Park, Sihyeon and Kim, Dain and Lee, Taewhoo and Yoon, Chanwoong and Sohn, Jiwoong and Park, Jungwoo and Reykhart, Olga and Fetherston, Thomas and Choi, Donghee and Kwak, Soo Heon and Chen, Qingyu and Kang, Jaewoo},
194
+ journal={npj Digital Medicine},
195
+ volume={8},
196
+ number={1},
197
+ pages={240},
198
+ year={2025},
199
+ publisher={Nature Publishing Group UK London}
200
  }
201
  ```
202
 
 
206
 
207
  ## Contact
208
 
209
+ Feel free to email `[email protected]` or `[email protected]` if you have any questions.