Add paper and code links to dataset card
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,36 +1,39 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
- en
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
size_categories:
|
| 12 |
-
- 10K<n<100K
|
| 13 |
configs:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
---
|
| 31 |
|
| 32 |
# Bar Chart Annotation Dataset
|
| 33 |
|
|
|
|
|
|
|
| 34 |
A collection of synthetic bar chart images with detailed structural annotations. Split into three subsets for different stages of a chart understanding pipeline.
|
| 35 |
|
| 36 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: cc-by-nc-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 10K<n<100K
|
| 7 |
task_categories:
|
| 8 |
+
- image-to-text
|
| 9 |
+
- table-question-answering
|
| 10 |
+
- table-to-text
|
|
|
|
| 11 |
tags:
|
| 12 |
+
- synthetic
|
| 13 |
+
- chart
|
|
|
|
|
|
|
| 14 |
configs:
|
| 15 |
+
- config_name: encoder_training
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: hf_ready/encoder_training/data/train-*.parquet
|
| 19 |
+
- split: test
|
| 20 |
+
path: hf_ready/encoder_training/data/test-*.parquet
|
| 21 |
+
- config_name: decoder_training
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: hf_ready/decoder_training/data/train-*.parquet
|
| 25 |
+
- split: test
|
| 26 |
+
path: hf_ready/decoder_training/data/test-*.parquet
|
| 27 |
+
- config_name: pipeline_testing
|
| 28 |
+
data_files:
|
| 29 |
+
- split: test
|
| 30 |
+
path: hf_ready/pipeline_testing/data/test-*.parquet
|
| 31 |
---
|
| 32 |
|
| 33 |
# Bar Chart Annotation Dataset
|
| 34 |
|
| 35 |
+
This dataset accompanies the paper [Bar-JEPA: Extracting Values from Bar Chart with Joint-Embedding Predictive Architecture](https://huggingface.co/papers/2608.06062). Code is available at [https://github.com/dralois/Bar-JEPA](https://github.com/dralois/Bar-JEPA).
|
| 36 |
+
|
| 37 |
A collection of synthetic bar chart images with detailed structural annotations. Split into three subsets for different stages of a chart understanding pipeline.
|
| 38 |
|
| 39 |
---
|