Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -11,3 +11,19 @@ Tab2Latex: a Latex table recognition dataset, with 87,513 training, 5,000 valida
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```
17
+ @article{jiang2025latte,
18
+ title = {LATTE: Improving Latex Recognition for Tables and Formulae with Iterative Refinement},
19
+ author = {Jiang, Nan and Liang, Shanchao and Wang, Chengxiao and Wang, Jiannan and Tan, Lin},
20
+ journal = {Proceedings of the AAAI Conference on Artificial Intelligence},
21
+ volume = {39},
22
+ number = {4},
23
+ pages = {4030--4038},
24
+ year = {2025},
25
+ month = {Apr.},
26
+ url = {https://ojs.aaai.org/index.php/AAAI/article/view/32422},
27
+ doi = {10.1609/aaai.v39i4.32422},
28
+ }
29
+ ```