Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
## Symbol-LLM: Towards Foundational Symbol-centric Interface for Large Language Models
|
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 |
+
## 🔥 News
|
15 |
+
|
16 |
+
- 🔥🔥🔥 [2024/07/23] We release Symbol-LLM-8B-Instruct model ! Try it !
|
17 |
+
|
18 |
+
- 🔥🔥🔥 Symbol-LLM is accepted by ACL 2024 !See you in Thailand !
|
19 |
+
|
20 |
+
- 🔥🔥🔥 We have made Symbol-LLM series models (7B / 13B) public.
|
21 |
+
|
22 |
+
|
23 |
+
## Note
|
24 |
+
The work is under review.
|
25 |
+
|
26 |
+
|
27 |
+
## Citation
|
28 |
+
If you find it helpful, please kindly cite the paper.
|
29 |
+
```
|
30 |
+
@article{xu2023symbol,
|
31 |
+
title={Symbol-LLM: Towards Foundational Symbol-centric Interface For Large Language Models},
|
32 |
+
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},
|
33 |
+
journal={arXiv preprint arXiv:2311.09278},
|
34 |
+
year={2023}
|
35 |
+
}
|
36 |
+
```
|
37 |
+
|