Update README.md
Browse files
README.md
CHANGED
@@ -111,6 +111,18 @@ bash train_llama3-8B-CodeSteer.sh
|
|
111 |
We appreciate all feedback! Feel free to raise an issue for bugs, questions, or suggestions. Contacting [Yongchao Chen](https://yongchao98.github.io/YongchaoChen/) and [Chuchu Fan](https://chuchu.mit.edu) for any questions and discussion.
|
112 |
|
113 |
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
```md
|
115 |
@article{chen2024steering,
|
116 |
title={Steering Large Language Models between Code Execution and Textual Reasoning},
|
|
|
111 |
We appreciate all feedback! Feel free to raise an issue for bugs, questions, or suggestions. Contacting [Yongchao Chen](https://yongchao98.github.io/YongchaoChen/) and [Chuchu Fan](https://chuchu.mit.edu) for any questions and discussion.
|
112 |
|
113 |
## Citation
|
114 |
+
```md
|
115 |
+
@misc{chen2025codesteersymbolicaugmentedlanguagemodels,
|
116 |
+
title={CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance},
|
117 |
+
author={Yongchao Chen and Yilun Hao and Yueying Liu and Yang Zhang and Chuchu Fan},
|
118 |
+
year={2025},
|
119 |
+
eprint={2502.04350},
|
120 |
+
archivePrefix={arXiv},
|
121 |
+
primaryClass={cs.CL},
|
122 |
+
url={https://arxiv.org/abs/2502.04350},
|
123 |
+
}
|
124 |
+
```
|
125 |
+
|
126 |
```md
|
127 |
@article{chen2024steering,
|
128 |
title={Steering Large Language Models between Code Execution and Textual Reasoning},
|