Update README.md
Browse files
README.md
CHANGED
@@ -82,6 +82,13 @@ generated_ids = [
|
|
82 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
83 |
```
|
84 |
|
85 |
-
##
|
86 |
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|