Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2 |
license: cc-by-4.0
|
3 |
library_name: transformers
|
4 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance
|
@@ -11,7 +17,7 @@ These are the codes, models, and datasets for the following papers:
|
|
11 |
- [CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance](https://arxiv.org/abs/2502.04350)
|
12 |
- [Steering Large Language Models between Code Execution and Textual Reasoning (ICLR'2025)](https://arxiv.org/pdf/2410.03524)
|
13 |
|
14 |
-
Project page: https://
|
15 |
|
16 |
[Code](https://github.com/yongchao98/CodeSteer-v1.0)   
|
17 |
[Huggingface🤗](https://huggingface.co/yongchao98/CodeSteer-v1)   
|
|
|
2 |
license: cc-by-4.0
|
3 |
library_name: transformers
|
4 |
pipeline_tag: text-generation
|
5 |
+
datasets:
|
6 |
+
- yongchao98/SymBench
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
base_model:
|
10 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
11 |
---
|
12 |
|
13 |
# CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance
|
|
|
17 |
- [CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance](https://arxiv.org/abs/2502.04350)
|
18 |
- [Steering Large Language Models between Code Execution and Textual Reasoning (ICLR'2025)](https://arxiv.org/pdf/2410.03524)
|
19 |
|
20 |
+
Project page: https://github.com/yongchao98/CodeSteer-v1.0/
|
21 |
|
22 |
[Code](https://github.com/yongchao98/CodeSteer-v1.0)   
|
23 |
[Huggingface🤗](https://huggingface.co/yongchao98/CodeSteer-v1)   
|