prithivMLmods/visionOCR-3B-061125
Image-Text-to-Text β’ 4B β’ Updated β’ 377 β’ 5
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
The Latex-KIE dataset is a large-scale collection of paired LaTeX formula images and their corresponding LaTeX code. It is specifically designed for training and evaluating models for Image-to-LaTeX, Key Information Extraction (KIE), and Optical Character Recognition (OCR) tasks in scientific domains.
train.parquet)Each data sample consists of:
| Column | Type | Description |
|---|---|---|
image |
Image | Rendered image of the LaTeX formula |
latex_formula |
string |
Corresponding LaTeX string representation |
{
"image": "<Rendered Image of LaTeX>",
"latex_formula": "\\begin{align*} L_{N,M,N} = \\frac{1}{N^d} \\sum ... \\end{align*}"
}
This dataset is intended for: