Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,9 @@ tags:
|
|
| 62 |
|
| 63 |
We introduce SVGenius, the first large-scale complexity-stratified benchmark accessing (M)LLMs capabilities across three progressive dimensions: **Understanding** (perceptua and semantic QA), **Editing** (bug fixing, code optimization, style editing), and **Generation** (text-to-SVG, image-to-SVG, style transfer). Built on real-world data from **24** application domains with systematic complexity stratification, SVGenius evaluates models through **8** task categories and **18** metrics. We assess **22** mainstream models spanning different scales, architectures, training paradigms, and accessibility levels.
|
| 64 |
|
| 65 |
-
|
|
|
|
|
|
|
| 66 |
|
| 67 |
The dataset contains the following fields:
|
| 68 |
| Field Name | Description |
|
|
@@ -71,6 +73,5 @@ The dataset contains the following fields:
|
|
| 71 |
| `filename` | Original filename of the SVG file, preserving the source naming convention with category and identifier information |
|
| 72 |
| `difficulty` | Complexity level of the SVG icon, includes 3 distinct categories: `easy`, `medium`, and `hard` for evaluating different levels of SVG processing capabilities |
|
| 73 |
| `svg_code` | Complete SVG markup code containing the vector graphics definition, including all paths,styles, and attributes |
|
| 74 |
-
|
| 75 |
- **Language(s) (NLP):** en, zh
|
| 76 |
- **License:** mit
|
|
|
|
| 62 |
|
| 63 |
We introduce SVGenius, the first large-scale complexity-stratified benchmark accessing (M)LLMs capabilities across three progressive dimensions: **Understanding** (perceptua and semantic QA), **Editing** (bug fixing, code optimization, style editing), and **Generation** (text-to-SVG, image-to-SVG, style transfer). Built on real-world data from **24** application domains with systematic complexity stratification, SVGenius evaluates models through **8** task categories and **18** metrics. We assess **22** mainstream models spanning different scales, architectures, training paradigms, and accessibility levels.
|
| 64 |
|
| 65 |
+
<img alt="SVGenius Dataset Overview"
|
| 66 |
+
src="https://cdn.jsdelivr.net/gh/ZJU-REAL/SVGenius@main/docs/static/images/overview.jpg"
|
| 67 |
+
style="width: 100%; max-width: 1000px;" />
|
| 68 |
|
| 69 |
The dataset contains the following fields:
|
| 70 |
| Field Name | Description |
|
|
|
|
| 73 |
| `filename` | Original filename of the SVG file, preserving the source naming convention with category and identifier information |
|
| 74 |
| `difficulty` | Complexity level of the SVG icon, includes 3 distinct categories: `easy`, `medium`, and `hard` for evaluating different levels of SVG processing capabilities |
|
| 75 |
| `svg_code` | Complete SVG markup code containing the vector graphics definition, including all paths,styles, and attributes |
|
|
|
|
| 76 |
- **Language(s) (NLP):** en, zh
|
| 77 |
- **License:** mit
|