Update citation
Browse files
README.md
CHANGED
|
@@ -208,10 +208,12 @@ Please contact us if there are data license issues.
|
|
| 208 |
## Citation
|
| 209 |
Please cite our work if you find it useful:
|
| 210 |
```
|
| 211 |
-
@misc{
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
|
|
|
|
|
|
| 216 |
}
|
| 217 |
```
|
|
|
|
| 208 |
## Citation
|
| 209 |
Please cite our work if you find it useful:
|
| 210 |
```
|
| 211 |
+
@misc{li2024mmcode,
|
| 212 |
+
title={MMCode: Evaluating Multi-Modal Code Large Language Models with Visually Rich Programming Problems},
|
| 213 |
+
author={Kaixin Li and Yuchen Tian and Qisheng Hu and Ziyang Luo and Jing Ma},
|
| 214 |
+
year={2024},
|
| 215 |
+
eprint={2404.09486},
|
| 216 |
+
archivePrefix={arXiv},
|
| 217 |
+
primaryClass={cs.CL}
|
| 218 |
}
|
| 219 |
```
|