Commit
·
c08eaf6
1
Parent(s):
b129e64
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,24 @@ license: apache-2.0
|
|
7 |
|
8 |
Paper Link: https://arxiv.org/abs/2311.09278
|
9 |
|
10 |
-
Project Page: https://xufangzhi.github.io/symbol-llm-page/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
Paper Link: https://arxiv.org/abs/2311.09278
|
9 |
|
10 |
+
Project Page: https://xufangzhi.github.io/symbol-llm-page/
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
## Note
|
15 |
+
The work is still in progress.
|
16 |
+
|
17 |
+
We will release Symbol-LLM series models (7B / 13B) and the text-to-symbol task collections.
|
18 |
+
|
19 |
+
|
20 |
+
## Citation
|
21 |
+
If you find it helpful, please kindly cite the paper.
|
22 |
+
```
|
23 |
+
@article{xu2023symbol,
|
24 |
+
title={Symbol-LLM: Towards Foundational Symbol-centric Interface For Large Language Models},
|
25 |
+
author={Xu, Fangzhi and Wu, Zhiyong and Sun, Qiushi and Ren, Siyu and Yuan, Fei and Yuan, Shuai and Lin, Qika and Qiao, Yu and Liu, Jun},
|
26 |
+
journal={arXiv preprint arXiv:2311.09278},
|
27 |
+
year={2023}
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|