xingyaoww commited on
Commit
19e93a0
β€’
1 Parent(s): bafe398

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
  <p align="center">
15
  <a href="https://github.com/xingyaoww/code-act">πŸ’» Code</a>
16
  β€’
17
- <a href="TODO">πŸ“ƒ Paper</a>
18
  β€’
19
  <a href="https://huggingface.co/datasets/xingyaoww/code-act" >πŸ€— Data (CodeActInstruct)</a>
20
  β€’
@@ -64,5 +64,12 @@ Please check out [our paper](TODO) and [code](https://github.com/xingyaoww/code-
64
  ## πŸ“š Citation
65
 
66
  ```bibtex
67
- TODO
 
 
 
 
 
 
 
68
  ```
 
14
  <p align="center">
15
  <a href="https://github.com/xingyaoww/code-act">πŸ’» Code</a>
16
  β€’
17
+ <a href="https://arxiv.org/abs/2402.01030">πŸ“ƒ Paper</a>
18
  β€’
19
  <a href="https://huggingface.co/datasets/xingyaoww/code-act" >πŸ€— Data (CodeActInstruct)</a>
20
  β€’
 
64
  ## πŸ“š Citation
65
 
66
  ```bibtex
67
+ @misc{wang2024executable,
68
+ title={Executable Code Actions Elicit Better LLM Agents},
69
+ author={Xingyao Wang and Yangyi Chen and Lifan Yuan and Yizhe Zhang and Yunzhu Li and Hao Peng and Heng Ji},
70
+ year={2024},
71
+ eprint={2402.01030},
72
+ archivePrefix={arXiv},
73
+ primaryClass={cs.CL}
74
+ }
75
  ```