yongchao chen
commited on
Commit
·
8dc8df6
1
Parent(s):
2f368fa
modify readme
Browse files
README.md
CHANGED
@@ -1,10 +1,16 @@
|
|
1 |
# CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance
|
2 |
<img src="./Figures/Tag.png" width="650px" alt="s" />
|
|
|
3 |
|
4 |
-
[
|
5 |
-
[
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
8 |
[SymBench Synthesis Scripts](https://github.com/yongchao98/CodeSteer-v1.0/tree/main/benchmark)
|
9 |
|
10 |
## Contents
|
|
|
1 |
# CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance
|
2 |
<img src="./Figures/Tag.png" width="650px" alt="s" />
|
3 |
+
These are the codes, models, and datasets for the following papers:
|
4 |
|
5 |
+
- [CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance](https://drive.google.com/file/d/1306XuVc-_CvXSP2WBRCAH9JBFUos_Kpf/view?usp=share_link)
|
6 |
+
- [Steering Large Language Models between Code Execution and Textual Reasoning (ICLR'2025)](https://arxiv.org/pdf/2410.03524)
|
7 |
+
|
8 |
+
|
9 |
+
[Code](https://github.com/yongchao98/CodeSteer-v1.0)   
|
10 |
+
[Huggingface🤗](https://huggingface.co/yongchao98/CodeSteer-v1)   
|
11 |
+
[Model Weights](https://drive.google.com/drive/folders/1qb_rec6f8rMYtFKm0eQpad0L0uHCwgpL?usp=share_link)
|
12 |
+
[Finetune Datasets](https://drive.google.com/drive/folders/1Byn-99gFd5ckRkPMJ8-zagzW7XDfO8ie?usp=share_link)   
|
13 |
+
[SymBench Datasets](https://github.com/yongchao98/CodeSteer-v1.0/tree/main/dataset_gather)   
|
14 |
[SymBench Synthesis Scripts](https://github.com/yongchao98/CodeSteer-v1.0/tree/main/benchmark)
|
15 |
|
16 |
## Contents
|