Symbol-LLM commited on
Commit
6e88fd0
•
1 Parent(s): 35ebe11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
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 self-training process is based on LLaMA2-Chat model serieses and powered by ENVISIONS. The work is still under review.
21
+
22
+
23
+ ## Prompt for Zero-shot Evaluation
24
+
25
+ ```markdown
26
+ Write Python code to solve the question.
27
+ The question is: <question>
28
+ The solution code is:
29
+ ```
30
+
31
+
32
+ ## Citation
33
+ If you find it helpful, please kindly cite the paper.
34
+ ```
35
+ @misc{xu2024interactive,
36
+ title={Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models},
37
+ author={Fangzhi Xu and Qiushi Sun and Kanzhi Cheng and Jun Liu and Yu Qiao and Zhiyong Wu},
38
+ year={2024},
39
+ eprint={2406.11736},
40
+ archivePrefix={arXiv},
41
+ }
42
+ ```
43
+