Datasets:
BAAI
/

Languages:
code
ArXiv:
Tags:
code
License:
bowen92 commited on
Commit
c2910f5
1 Parent(s): 247ae50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -215,14 +215,14 @@ We gratefully acknowledge the contributions of the following:
215
  not specified.
216
  * HackerRank materials are sourced from https://www.hackerrank.com. We don't know what the legal rights or data licenses of HackerRank. Please contact us if there is data license.
217
  ## Citation Information
 
 
 
218
  ```
219
- @misc{li2023taco,
220
- title={TACO: Topics in Algorithmic COde generation dataset},
221
- author={Rongao Li and Jie Fu and Bo-Wen Zhang and Tao Huang and Zhihong Sun and Chen Lyu and Guang Liu and Zhi Jin and Ge Li},
222
- year={2023},
223
- eprint={2312.14852},
224
- archivePrefix={arXiv},
225
- primaryClass={cs.AI}
226
  }
227
- ```
228
- The technical report will be published soon.
 
215
  not specified.
216
  * HackerRank materials are sourced from https://www.hackerrank.com. We don't know what the legal rights or data licenses of HackerRank. Please contact us if there is data license.
217
  ## Citation Information
218
+
219
+ If you find our data, or code helpful, please cite the original paper:
220
+
221
  ```
222
+ @article{li2023taco,
223
+ title={TACO: Topics in Algorithmic COde generation dataset},
224
+ author={Rongao Li and Jie Fu and Bo-Wen Zhang and Tao Huang and Zhihong Sun and Chen Lyu and Guang Liu and Zhi Jin and Ge Li},
225
+ journal={arXiv preprint arXiv:2312.14852},
226
+ year={2023}
 
 
227
  }
228
+ ```