JosselinSom commited on
Commit
000d34c
·
verified ·
1 Parent(s): f266e0a

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -269,3 +269,23 @@ tags:
269
  - electronics
270
  - statistics
271
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269
  - electronics
270
  - statistics
271
  ---
272
+
273
+ # Image2Structure - Latex
274
+
275
+ ## Dataset description
276
+ 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:
277
+ ```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.```
278
+ An additional message is added if assets are available:
279
+ ```
280
+ The following assets can be used:
281
+ - assets/cs/1_log.png
282
+ - ...
283
+ ```
284
+ 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.
285
+
286
+ The dataset is divided in 5 categories:
287
+ * equations
288
+ * figures
289
+ * tables
290
+ * algorithms
291
+ * code