Datasets:

Modalities:
Image
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
jiang719 commited on
Commit
a5d3f2e
·
verified ·
1 Parent(s): 45d6a0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -3,14 +3,12 @@ license: bsd-3-clause-clear
3
  task_categories:
4
  - image-to-text
5
  ---
6
- ## LATTE: Improving Latex Recognition for Tables and Formulae with Iterative Refinement
7
 
8
- Tab2Latex: a Latex table recognition dataset, with 87,513 training, 5,000 validation, and 5,000 test instances. The LaTeX sources are collected from academic papers within these six distinct sub-fields of computer science—Artificial Intelligence, Computation and Language, Computer Vision and Pattern Recognition, Cryptography and Security, Programming Languages, and Software Engineering—from the arXiv repository, covering the years 2018 to 2023. Once the paper sources are downloaded, tables are identified and extracted from the LaTeX source code by matching \begin{tabular} and \end{tabular} and removing the comments. Then, the LaTeX table source scripts are rendered to PDF format and converted to PNG format at 160 dpi.
9
 
10
- ### Data Fields
11
- * id: instance id
12
- * image: the rendered image (PIL.Image) from the Latex source code
13
- * latex: the Latex source code for the table
14
 
15
  ## Citation
16
  ```
 
3
  task_categories:
4
  - image-to-text
5
  ---
6
+ # LATTE: Improving Latex Recognition for Tables and Formulae with Iterative Refinement
7
 
8
+ Dataset artifact for paper, LATTE: Improving Latex Recognition for Tables and Formulae with Iterative Refinement (AAAI 2025)
9
 
10
+ Tab2Latex: a Latex table recognition dataset, with 87,513 training, 5,000 validation, and 5,000 test instances. The LaTeX sources are collected from academic papers within these six distinct sub-fields of computer science—Artificial Intelligence, Computation and Language, Computer Vision and Pattern Recognition, Cryptography and Security, Programming Languages, and Software Engineering—from the arXiv repository, covering the years 2018 to 2023.
11
+ Once the paper sources are downloaded, tables are identified and extracted from the LaTeX source code by matching \begin{tabular} and \end{tabular} and removing the comments. Then, the LaTeX table source scripts are rendered to PDF format and converted to PNG format at 160 dpi.
 
 
12
 
13
  ## Citation
14
  ```