Symbol-LLM commited on
Commit
5a93ea5
1 Parent(s): abf8aa1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
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
+ ## Note
15
+ The work is under review.
16
+
17
+ We have made Symbol-LLM series models (7B / 13B) public.
18
+
19
+ The symbolic data collection will be public soon.
20
+
21
+
22
+ ## Citation
23
+ If you find it helpful, please kindly cite the paper.
24
+ ```
25
+ @article{xu2023symbol,
26
+ title={Symbol-LLM: Towards Foundational Symbol-centric Interface For Large Language Models},
27
+ 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},
28
+ journal={arXiv preprint arXiv:2311.09278},
29
+ year={2023}
30
+ }
31
+ ```