Datasets:
Tasks:
Image-to-Text
Modalities:
Image
Formats:
imagefolder
Size:
1K - 10K
ArXiv:
Tags:
Chart-Parsing
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# ChartArena <!-- omit in toc -->
|
|
@@ -32,13 +42,13 @@ license: apache-2.0
|
|
| 32 |
| Visual Scenarios | 3 (digital, printed, hand-drawn) |
|
| 33 |
| Languages | 2 (Chinese, English) |
|
| 34 |
|
| 35 |
-
|
| 36 |
|
| 37 |
| Family | Bar | Line | Pie | Radar | Box Plot | Combination | Flowchart | Mind Map |
|
| 38 |
| -------- | ------- | ------- | ------- | ------- | -------- | ----------- | ------------ | ------------ |
|
| 39 |
| Category | Numeric | Numeric | Numeric | Numeric | Numeric | Numeric | Diagrammatic | Diagrammatic |
|
| 40 |
|
| 41 |
-
|
| 42 |
|
| 43 |
| Scenario | Description |
|
| 44 |
| ----------------- | ------------------------------------------ |
|
|
@@ -46,7 +56,7 @@ license: apache-2.0
|
|
| 46 |
| Printed Photo | Photos of printed charts |
|
| 47 |
| Hand-drawn Photo | Photos of hand-drawn charts |
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
Bilingual: **Chinese (ZH)** and **English (EN)**
|
| 52 |
|
|
@@ -108,4 +118,4 @@ python analyze.py
|
|
| 108 |
|
| 109 |
## License
|
| 110 |
|
| 111 |
-
This dataset is released for **research purposes only**.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
language:
|
| 6 |
+
- zh
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- Chart-Parsing
|
| 10 |
+
pretty_name: ChartArena
|
| 11 |
+
size_categories:
|
| 12 |
+
- 1K<n<10K
|
| 13 |
---
|
| 14 |
|
| 15 |
# ChartArena <!-- omit in toc -->
|
|
|
|
| 42 |
| Visual Scenarios | 3 (digital, printed, hand-drawn) |
|
| 43 |
| Languages | 2 (Chinese, English) |
|
| 44 |
|
| 45 |
+
Chart families
|
| 46 |
|
| 47 |
| Family | Bar | Line | Pie | Radar | Box Plot | Combination | Flowchart | Mind Map |
|
| 48 |
| -------- | ------- | ------- | ------- | ------- | -------- | ----------- | ------------ | ------------ |
|
| 49 |
| Category | Numeric | Numeric | Numeric | Numeric | Numeric | Numeric | Diagrammatic | Diagrammatic |
|
| 50 |
|
| 51 |
+
Visual scenarios
|
| 52 |
|
| 53 |
| Scenario | Description |
|
| 54 |
| ----------------- | ------------------------------------------ |
|
|
|
|
| 56 |
| Printed Photo | Photos of printed charts |
|
| 57 |
| Hand-drawn Photo | Photos of hand-drawn charts |
|
| 58 |
|
| 59 |
+
Languages
|
| 60 |
|
| 61 |
Bilingual: **Chinese (ZH)** and **English (EN)**
|
| 62 |
|
|
|
|
| 118 |
|
| 119 |
## License
|
| 120 |
|
| 121 |
+
This dataset is released for **research purposes only**.
|