Symbol-LLM commited on
Commit
e5f7115
•
1 Parent(s): 88562ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+
6
+ ## Interactive Evolution: A Neural-Symbolic Self-Training Framework for Large Language Models
7
+
8
+ Paper Link: https://arxiv.org/abs/2406.11736
9
+
10
+ Code Repo: https://github.com/xufangzhi/ENVISIONS
11
+
12
+
13
+
14
+ ## 🔥 News
15
+
16
+ - 🔥🔥🔥 We make public the final checkpoints after self-training ! ! !
17
+
18
+
19
+ ## Note
20
+ The work is under review.
21
+
22
+
23
+ ## Citation
24
+ If you find it helpful, please kindly cite the paper.
25
+ ```
26
+ @misc{xu2024interactive,
27
+ title={Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models},
28
+ author={Fangzhi Xu and Qiushi Sun and Kanzhi Cheng and Jun Liu and Yu Qiao and Zhiyong Wu},
29
+ year={2024},
30
+ eprint={2406.11736},
31
+ archivePrefix={arXiv},
32
+ }
33
+ ```
34
+