Update README.md
Browse files
README.md
CHANGED
@@ -44,14 +44,11 @@ We evaluate VisCoder-3B on [**PandasPlotBench**](https://github.com/TIGER-AI-Lab
|
|
44 |
If you use VisCoder-3B or VisCode-200K in your research, please cite:
|
45 |
|
46 |
```bibtex
|
47 |
-
@
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
archivePrefix={arXiv},
|
53 |
-
primaryClass={cs.SE},
|
54 |
-
url={https://arxiv.org/abs/2506.03930}
|
55 |
}
|
56 |
-
|
57 |
For evaluation scripts and more information, see our [GitHub repository](https://github.com/TIGER-AI-Lab/VisCoder).
|
|
|
44 |
If you use VisCoder-3B or VisCode-200K in your research, please cite:
|
45 |
|
46 |
```bibtex
|
47 |
+
@article{ni2025viscoder,
|
48 |
+
title={VisCoder: Fine-Tuning LLMs for Executable Python Visualization Code Generation},
|
49 |
+
author={Ni, Yuansheng and Nie, Ping and Zou, Kai and Yue, Xiang and Chen, Wenhu},
|
50 |
+
journal={arXiv preprint arXiv:2506.03930},
|
51 |
+
year={2025}
|
|
|
|
|
|
|
52 |
}
|
53 |
+
```
|
54 |
For evaluation scripts and more information, see our [GitHub repository](https://github.com/TIGER-AI-Lab/VisCoder).
|