WeeeicheN commited on
Commit
6ce9401
·
verified ·
1 Parent(s): b7c8b6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -82,6 +82,13 @@ generated_ids = [
82
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
83
  ```
84
 
85
- ## Citation
86
 
87
- Will Coming soon....
 
 
 
 
 
 
 
 
82
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
83
  ```
84
 
85
+ ## Cite This Work
86
 
87
+ ```
88
+ @article{dai2024kale,
89
+ title={KALE-LM: Unleash The Power Of AI For Science Via Knowledge And Logic Enhanced Large Model},
90
+ author={Dai, Weichen and Chen, Yezeng and Dai, Zijie and Huang, Zhijie and Liu, Yubo and Pan, Yixuan and Song, Baiyang and Zhong, Chengli and Li, Xinhe and Wang, Zeyu and others},
91
+ journal={arXiv preprint arXiv:2409.18695},
92
+ year={2024}
93
+ }
94
+ ```