Update README.md
Browse files
README.md
CHANGED
|
@@ -1,39 +1,57 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
dataset_info:
|
| 4 |
-
features:
|
| 5 |
-
- name: id
|
| 6 |
-
dtype: int64
|
| 7 |
-
- name: filename
|
| 8 |
-
dtype: string
|
| 9 |
-
- name: difficulty
|
| 10 |
-
dtype: string
|
| 11 |
-
- name: svg_code
|
| 12 |
-
dtype: string
|
| 13 |
-
splits:
|
| 14 |
-
- name: train
|
| 15 |
-
num_bytes: 1394385
|
| 16 |
-
num_examples: 300
|
| 17 |
-
- name: easy
|
| 18 |
-
num_bytes: 105183
|
| 19 |
-
num_examples: 100
|
| 20 |
-
- name: medium
|
| 21 |
-
num_bytes: 501313
|
| 22 |
-
num_examples: 100
|
| 23 |
-
- name: hard
|
| 24 |
-
num_bytes: 787889
|
| 25 |
-
num_examples: 100
|
| 26 |
-
download_size: 1529634
|
| 27 |
-
dataset_size: 2788770
|
| 28 |
-
configs:
|
| 29 |
-
- config_name: default
|
| 30 |
-
data_files:
|
| 31 |
-
- split: train
|
| 32 |
-
path: data/train-*
|
| 33 |
-
- split: easy
|
| 34 |
-
path: data/easy-*
|
| 35 |
-
- split: medium
|
| 36 |
-
path: data/medium-*
|
| 37 |
-
- split: hard
|
| 38 |
-
path: data/hard-*
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: id
|
| 6 |
+
dtype: int64
|
| 7 |
+
- name: filename
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: difficulty
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: svg_code
|
| 12 |
+
dtype: string
|
| 13 |
+
splits:
|
| 14 |
+
- name: train
|
| 15 |
+
num_bytes: 1394385
|
| 16 |
+
num_examples: 300
|
| 17 |
+
- name: easy
|
| 18 |
+
num_bytes: 105183
|
| 19 |
+
num_examples: 100
|
| 20 |
+
- name: medium
|
| 21 |
+
num_bytes: 501313
|
| 22 |
+
num_examples: 100
|
| 23 |
+
- name: hard
|
| 24 |
+
num_bytes: 787889
|
| 25 |
+
num_examples: 100
|
| 26 |
+
download_size: 1529634
|
| 27 |
+
dataset_size: 2788770
|
| 28 |
+
configs:
|
| 29 |
+
- config_name: default
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: data/train-*
|
| 33 |
+
- split: easy
|
| 34 |
+
path: data/easy-*
|
| 35 |
+
- split: medium
|
| 36 |
+
path: data/medium-*
|
| 37 |
+
- split: hard
|
| 38 |
+
path: data/hard-*
|
| 39 |
+
language:
|
| 40 |
+
- en
|
| 41 |
+
pretty_name: SVGenius
|
| 42 |
+
size_categories:
|
| 43 |
+
- n<1K
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
# **SVGenius: Benchmarking LLMs in SVG Understanding, Editing and Generation**
|
| 47 |
+
|
| 48 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 49 |
+
<a href="https://arxiv.org/abs/2506.03139" target="_blank">
|
| 50 |
+
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-SVGenius-red?logo=arxiv" height="20" />
|
| 51 |
+
</a>
|
| 52 |
+
<a href="https://huggingface.co/datasets/xiaoooobai/SVGenius" target="_blank">
|
| 53 |
+
<img alt="SVGenius" src="https://img.shields.io/badge/%F0%9F%A4%97%20_Benchmark-SVGenius-ffc107?color=ffc107&logoColor=white" height="20" />
|
| 54 |
+
</a>
|
| 55 |
+
<a href="https://zju-real.github.io/SVGenius/" target="_blank">
|
| 56 |
+
<img alt="Webpage" src="https://img.shields.io/badge/%F0%9F%8C%8E_Website-SVGenius-green.svg" height="20" />
|
| 57 |
+
</a>
|