Add paper and code links to dataset card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +27 -24
README.md CHANGED
@@ -1,36 +1,39 @@
1
  ---
 
 
2
  license: cc-by-nc-4.0
 
 
3
  task_categories:
4
- - table-question-answering
5
- - table-to-text
6
- language:
7
- - en
8
  tags:
9
- - synthetic
10
- - chart
11
- size_categories:
12
- - 10K<n<100K
13
  configs:
14
- - config_name: encoder_training
15
- data_files:
16
- - split: train
17
- path: hf_ready/encoder_training/data/train-*.parquet
18
- - split: test
19
- path: hf_ready/encoder_training/data/test-*.parquet
20
- - config_name: decoder_training
21
- data_files:
22
- - split: train
23
- path: hf_ready/decoder_training/data/train-*.parquet
24
- - split: test
25
- path: hf_ready/decoder_training/data/test-*.parquet
26
- - config_name: pipeline_testing
27
- data_files:
28
- - split: test
29
- path: hf_ready/pipeline_testing/data/test-*.parquet
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
  ---