JosselinSom commited on
Commit
9c9f436
1 Parent(s): 12179e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -46
README.md CHANGED
@@ -129,32 +129,6 @@ dataset_info:
129
  num_examples: 300
130
  download_size: 8209981
131
  dataset_size: 12245318.0
132
- - config_name: real
133
- features:
134
- - name: image
135
- dtype: image
136
- - name: url
137
- dtype: string
138
- - name: instance_name
139
- dtype: string
140
- - name: date_scrapped
141
- dtype: string
142
- - name: uuid
143
- dtype: string
144
- - name: category
145
- dtype: string
146
- - name: additional_info
147
- dtype: string
148
- - name: assets
149
- sequence: string
150
- - name: difficulty
151
- dtype: string
152
- splits:
153
- - name: validation
154
- num_bytes: 496779.0
155
- num_examples: 50
156
- download_size: 496792
157
- dataset_size: 496779.0
158
  - config_name: table
159
  features:
160
  - name: structure
@@ -230,18 +204,10 @@ configs:
230
  data_files:
231
  - split: validation
232
  path: equation/validation-*
233
- - config_name: figure
234
- data_files:
235
- - split: validation
236
- path: figure/validation-*
237
  - config_name: plot
238
  data_files:
239
  - split: validation
240
  path: plot/validation-*
241
- - config_name: real
242
- data_files:
243
- - split: validation
244
- path: real/validation-*
245
  - config_name: table
246
  data_files:
247
  - split: validation
@@ -261,22 +227,19 @@ tags:
261
  - statistics
262
  ---
263
 
264
- # Image2Structure - Latex
 
265
 
266
  ## Dataset description
267
- We introduce Image2Structure, a dataset to evaluate the capabilities of multimodel models to learn the structure of a document. This subdataset focuses on Latex code. The model is given an image of the expected output with the prompt:
 
268
  ```Prease provide the LaTex code used to generate this image. Only generate the code relevant to what you see. Your code will be surrounded by all the imports necessary as well as the begin and end document delimiters.```
269
- An additional message is added if assets are available:
270
- ```
271
- The following assets can be used:
272
- - assets/cs/1_log.png
273
- - ...
274
- ```
275
- The assets are provided under the assets folder for each subject. The subjects were collected on ArXiv and are: eess, cs, stat, math, physics, econ, q-bio, q-fin.
276
 
277
- The dataset is divided in 5 categories:
278
  * equations
279
- * figures
280
  * tables
281
  * algorithms
282
- * code
 
 
129
  num_examples: 300
130
  download_size: 8209981
131
  dataset_size: 12245318.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  - config_name: table
133
  features:
134
  - name: structure
 
204
  data_files:
205
  - split: validation
206
  path: equation/validation-*
 
 
 
 
207
  - config_name: plot
208
  data_files:
209
  - split: validation
210
  path: plot/validation-*
 
 
 
 
211
  - config_name: table
212
  data_files:
213
  - split: validation
 
227
  - statistics
228
  ---
229
 
230
+ # Image2Struct - Latex
231
+ [Paper](TODO) | [Website](https://crfm.stanford.edu/helm/image2structure/latest/) | Datasets ([Webpages](https://huggingface.co/datasets/stanford-crfm/i2s-webpage), [Latex](https://huggingface.co/datasets/stanford-crfm/i2s-latex), [Music sheets](https://huggingface.co/datasets/stanford-crfm/i2s-musicsheet)) | [Leaderboard](https://crfm.stanford.edu/helm/image2structure/latest/#/leaderboard) | [HELM repo](https://github.com/stanford-crfm/helm) | [Image2Struct repo](https://github.com/stanford-crfm/image2structure)
232
 
233
  ## Dataset description
234
+ Image2struct is a benchmark for evaluating vision-language models in practical tasks of extracting structured information from images.
235
+ This subdataset focuses on LaTeX code. The model is given an image of the expected output with the prompt:
236
  ```Prease provide the LaTex code used to generate this image. Only generate the code relevant to what you see. Your code will be surrounded by all the imports necessary as well as the begin and end document delimiters.```
237
+
238
+ The subjects were collected on ArXiv and are: eess, cs, stat, math, physics, econ, q-bio, q-fin.
 
 
 
 
 
239
 
240
+ The dataset is divided into 5 categories. There are 4 categories that are collected automatically using the [Image2Struct repo](https://github.com/stanford-crfm/image2structure):
241
  * equations
 
242
  * tables
243
  * algorithms
244
+ * code
245
+ And the last category: wild, was collecting by taking screenshots of equations in the Wikipedia page of "equation" and it's related pages.