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