Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -58,12 +58,12 @@ Most chart-QA benchmarks (ChartQA, PlotQA, FigureQA) are English-only. Existing
|
|
| 58 |
from datasets import load_dataset
|
| 59 |
|
| 60 |
# Real-world split (the one with the bigger story)
|
| 61 |
-
chartreal = load_dataset("
|
| 62 |
|
| 63 |
# Synthetic splits
|
| 64 |
-
chartbasic = load_dataset("
|
| 65 |
-
chartreasoning = load_dataset("
|
| 66 |
-
chartperception = load_dataset("
|
| 67 |
```
|
| 68 |
|
| 69 |
## Schema
|
|
@@ -149,7 +149,7 @@ By using the `chartreal/images/` portion, you agree to:
|
|
| 149 |
title = {RuChartQA: A Russian-Language Chart Question Answering Benchmark with Synthetic and Real-World Splits},
|
| 150 |
author = {Roman <last name>},
|
| 151 |
year = {2026},
|
| 152 |
-
url = {https://huggingface.co/datasets/
|
| 153 |
note = {HSE Bachelor's thesis}
|
| 154 |
}
|
| 155 |
```
|
|
|
|
| 58 |
from datasets import load_dataset
|
| 59 |
|
| 60 |
# Real-world split (the one with the bigger story)
|
| 61 |
+
chartreal = load_dataset("romath/RuChartQA", "chartreal")
|
| 62 |
|
| 63 |
# Synthetic splits
|
| 64 |
+
chartbasic = load_dataset("romath/RuChartQA", "chartbasic")
|
| 65 |
+
chartreasoning = load_dataset("romath/RuChartQA", "chartreasoning")
|
| 66 |
+
chartperception = load_dataset("romath/RuChartQA", "chartperception")
|
| 67 |
```
|
| 68 |
|
| 69 |
## Schema
|
|
|
|
| 149 |
title = {RuChartQA: A Russian-Language Chart Question Answering Benchmark with Synthetic and Real-World Splits},
|
| 150 |
author = {Roman <last name>},
|
| 151 |
year = {2026},
|
| 152 |
+
url = {https://huggingface.co/datasets/romath/RuChartQA},
|
| 153 |
note = {HSE Bachelor's thesis}
|
| 154 |
}
|
| 155 |
```
|