ds4sd/SynthTabNet_OTSL
收藏资源简介:
该数据集是将原始的SynthTabNet转换为OTSL格式,用于表格结构识别任务。数据集包含四个部分,每个部分有150k个表格,总计600k个表格。每个部分根据表格的外观、大小、结构和内容进行划分,并分为训练集、测试集和验证集。数据集的结构包括单元格内容、OTSL格式、HTML结构、恢复的HTML、列数、行数和图像。OTSL词汇表定义了不同类型的单元格标记。数据集由IBM Research的Deep Search团队转换和维护。
This dataset is constructed by converting the original SynthTabNet dataset into OTSL format for table structure recognition tasks. The dataset consists of four subsets, each containing 150k tables, with a total of 600k tables. Each subset is partitioned based on table appearance, size, structure and content, and is further split into training, test, and validation sets. The dataset includes cell content, OTSL-formatted data, HTML structure, recovered HTML, column count, row count, and corresponding table images. The OTSL vocabulary defines various types of cell tokens. This dataset was converted and is maintained by the Deep Search Team at IBM Research.
数据集卡片 for SynthTabNet_OTSL
数据集描述
数据集概述
SynthTabNet_OTSL 数据集是原始 SynthTabNet 数据集的转换版本,采用了我们论文中提出的 OTSL 格式。该数据集包括原始注释以及新的添加内容。SynthTabNet 分为 4 部分,每部分包含 150k 张表格(总共 600k 张)。每部分根据表格的大小、结构、样式和内容的不同进行分类,并分为训练、测试和验证集。
| 外观样式 | 记录数 |
|---|---|
| Fintabnet | 150k |
| Marketing | 150k |
| PubTabNet | 150k |
| Sparse | 150k |
数据集结构
- cells: 原始数据集单元格的地面真实内容。
- otsl: 新的简化表格结构令牌格式。
- html: 原始数据集的地面真实 HTML(结构)。
- html_restored: 从 OTSL 生成的 HTML。
- cols: 网格列长度。
- rows: 网格行长度。
- image: PIL 图像。
OTSL 词汇表
OTSL: 新的简化表格结构令牌格式。更多关于 OTSL 表格结构格式及其概念的信息可以从我们的论文中阅读。该数据集的格式扩展了论文中提出的工作,并引入了轻微的修改:
- "fcel" - 包含内容的单元格
- "ecel" - 空的单元格
- "lcel" - 向左看的单元格(处理水平合并的单元格)
- "ucel" - 向上看的单元格(处理垂直合并的单元格)
- "xcel" - 2D 跨度单元格,在本数据集中 - 覆盖合并单元格的整个区域
- "nl" - 新行令牌
数据分割
数据集提供了三个分割:
trainvaltest
附加信息
数据集策展人
该数据集由 IBM Research 的 Deep Search 团队 转换。
策展人:
- Maksym Lysak, @maxmnemonic
- Ahmed Nassar, @nassarofficial
- Christoph Auer, @cau-git
- Nikos Livathinos, @nikos-livathinos
- Peter Staar, @PeterStaar-IBM
引用信息
bib @misc{lysak2023optimized, title={Optimized Table Tokenization for Table Structure Recognition}, author={Maksym Lysak and Ahmed Nassar and Nikolaos Livathinos and Christoph Auer and Peter Staar}, year={2023}, eprint={2305.03393}, archivePrefix={arXiv}, primaryClass={cs.CV} }




