Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,10 @@ size_categories:
|
|
19 |
<div style="display: flex; align-items: center; font-size: 40px; font-weight: bold;">MMCode</div>
|
20 |
</div>
|
21 |
|
|
|
|
|
|
|
|
|
22 |
## Dataset Description
|
23 |
MMCode is a multi-modal code generation dataset designed to evaluate the problem-solving skills of code language models in visually rich contexts (i.e. images).
|
24 |
It contains 3,548 questions paired with 6,620 images, derived from real-world programming challenges across 10 code competition websites, with Python solutions and tests provided.
|
@@ -205,7 +209,7 @@ Please contact us if there are data license issues.
|
|
205 |
Please cite our work if you find it useful:
|
206 |
```
|
207 |
@misc{li2024MMCode,
|
208 |
-
author = {Kaixin, Li and Yuchen, Tian and Qisheng, Hu and Ziyang Luo and
|
209 |
title = {MMCode: Evaluating Multi-Modal Code Language Models with Visually Rich Programming Problems},
|
210 |
year = {2024},
|
211 |
howpublished = {\url{https://github.com/Happylkx/MMCode}},
|
|
|
19 |
<div style="display: flex; align-items: center; font-size: 40px; font-weight: bold;">MMCode</div>
|
20 |
</div>
|
21 |
|
22 |
+
<div><a href="https://github.com/happylkx/MMCode">MMCode Github Repo</a> <img style="display:inline" src="https://img.shields.io/github/stars/happylkx/MMCode?style=for-the-badge
|
23 |
+
" /></div>
|
24 |
+
|
25 |
+
|
26 |
## Dataset Description
|
27 |
MMCode is a multi-modal code generation dataset designed to evaluate the problem-solving skills of code language models in visually rich contexts (i.e. images).
|
28 |
It contains 3,548 questions paired with 6,620 images, derived from real-world programming challenges across 10 code competition websites, with Python solutions and tests provided.
|
|
|
209 |
Please cite our work if you find it useful:
|
210 |
```
|
211 |
@misc{li2024MMCode,
|
212 |
+
author = {Kaixin, Li and Yuchen, Tian and Qisheng, Hu and Ziyang Luo and Jing Ma},
|
213 |
title = {MMCode: Evaluating Multi-Modal Code Language Models with Visually Rich Programming Problems},
|
214 |
year = {2024},
|
215 |
howpublished = {\url{https://github.com/Happylkx/MMCode}},
|