romath commited on
Commit
82a31ad
·
verified ·
1 Parent(s): 58bd51a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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("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,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/ROMATH/RuChartQA},
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
  ```