Datasets:

Modalities:
Image
Text
Formats:
parquet
Libraries:
Datasets
Dask
File size: 3,129 Bytes
fa350da
 
7031809
fa350da
 
 
 
 
 
 
fed74fa
fa350da
fed74fa
fa350da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fed74fa
fa350da
 
fed74fa
fa350da
 
fed74fa
fa350da
fed74fa
 
7a0ca34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7031809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fa350da
 
 
 
 
 
 
 
 
7a0ca34
 
 
 
 
 
 
 
7031809
 
 
 
 
 
 
 
fa350da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
---
dataset_info:
- config_name: default
  features:
  - name: paper_id
    dtype: string
  - name: title
    dtype: string
  - name: abstract
    dtype: string
  - name: GA_figure
    dtype: image
  - name: GA_caption
    dtype: string
  - name: figures
    sequence:
    - name: image
      dtype: image
    - name: caption
      dtype: string
  - name: research_fields
    sequence: string
  - name: journal_ref
    dtype: string
  - name: conference
    dtype: string
  splits:
  - name: train
    num_bytes: 98581891115.832
    num_examples: 14331
  - name: validation
    num_bytes: 5390595408.112
    num_examples: 3096
  - name: test
    num_bytes: 5555685104.104
    num_examples: 3096
  download_size: 56137334585
  dataset_size: 109528171628.048
- config_name: inpainting
  features:
  - name: paper_id
    dtype: string
  - name: GA_figure
    dtype: image
  - name: GA_figure_mask
    dtype: image
  splits:
  - name: train
    num_bytes: 4154125273.097
    num_examples: 14331
  - name: validation
    num_bytes: 830668643.76
    num_examples: 3096
  - name: test
    num_bytes: 844843415.568
    num_examples: 3096
  download_size: 5891524186
  dataset_size: 5829637332.425
- config_name: ocr
  features:
  - name: paper_id
    dtype: string
  - name: GA_figure_ocr
    list:
    - name: text
      dtype: string
    - name: bounds
      struct:
      - name: bottomRight
        sequence: int64
      - name: topRight
        sequence: int64
      - name: bottomLeft
        sequence: int64
      - name: topLeft
        sequence: int64
    - name: langs
      list:
      - name: confidence
        dtype: float64
      - name: languageCode
        dtype: string
    - name: orientation
      dtype: string
    - name: confidence
      dtype: float64
  - name: figures
    sequence:
    - name: ocr
      list:
      - name: text
        dtype: string
      - name: bounds
        struct:
        - name: bottomRight
          sequence: int64
        - name: topRight
          sequence: int64
        - name: bottomLeft
          sequence: int64
        - name: topLeft
          sequence: int64
      - name: langs
        list:
        - name: confidence
          dtype: float64
        - name: languageCode
          dtype: string
      - name: orientation
        dtype: string
      - name: confidence
        dtype: float64
  splits:
  - name: train
    num_bytes: 383111069
    num_examples: 14331
  - name: validation
    num_bytes: 61814851
    num_examples: 3096
  - name: test
    num_bytes: 61518918
    num_examples: 3096
  download_size: 104386270
  dataset_size: 506444838
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
- config_name: inpainting
  data_files:
  - split: train
    path: inpainting/train-*
  - split: validation
    path: inpainting/validation-*
  - split: test
    path: inpainting/test-*
- config_name: ocr
  data_files:
  - split: train
    path: ocr/train-*
  - split: validation
    path: ocr/validation-*
  - split: test
    path: ocr/test-*
---