initial commit
Browse files- .gitattributes +3 -0
- README.md +44 -0
- images/test.tar.gz +3 -0
- images/train.tar.gz +3 -0
- images/validation.tar.gz +3 -0
- meta_data/PubTabNet_2.0.0.jsonl +3 -0
- meta_data/erroneous_pubtabnet_data.json +3 -0
- meta_data/final_eval_v2.json +3 -0
- pse_results/test/end2end_results.pkl +3 -0
- pse_results/train/detection_results_0.pkl +3 -0
- pse_results/train/detection_results_1.pkl +3 -0
- pse_results/train/detection_results_2.pkl +3 -0
- pse_results/train/detection_results_3.pkl +3 -0
- pse_results/train/detection_results_4.pkl +3 -0
- pse_results/train/detection_results_5.pkl +3 -0
- pse_results/train/detection_results_6.pkl +3 -0
- pse_results/train/detection_results_7.pkl +3 -0
- pse_results/val/detection_results_0.pkl +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
**/*.json filter=lfs diff=lfs merge=lfs -text
|
61 |
+
**/*.jsonl filter=lfs diff=lfs merge=lfs -text
|
62 |
+
**/*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset for TFLOP
|
2 |
+
|
3 |
+
This repository contains the dataset used in the paper [**"TFLOP: Table Structure Recognition Framework with Layout Pointer Mechanism"**](https://www.ijcai.org/proceedings/2024/105), which is built upon the [PubTabNet dataset](https://github.com/ibm-aur-nlp/PubTabNet).
|
4 |
+
|
5 |
+
## 📂 Dataset Overview
|
6 |
+
|
7 |
+
This dataset includes:
|
8 |
+
1. **Filtered Images**: A subset of images from the original PubTabNet dataset, with erroneous samples removed.
|
9 |
+
2. **OCR Inference Results**: OCR (Optical Character Recognition) outputs corresponding to the included images.
|
10 |
+
|
11 |
+
The dataset has been prepared and refined to ensure high quality for the experiments in the paper.
|
12 |
+
|
13 |
+
## 🚀 How to Use
|
14 |
+
|
15 |
+
You can access detailed usage instructions in the [TFLOP GitHub repository](https://github.com/UpstageAI/TFLOP).
|
16 |
+
|
17 |
+
Simply clone the repository and follow the steps provided in the README there:
|
18 |
+
```bash
|
19 |
+
git clone https://github.com/UpstageAI/TFLOP
|
20 |
+
```
|
21 |
+
|
22 |
+
|
23 |
+
# 📜 License
|
24 |
+
This dataset is distributed under the original [PubTabNet](https://github.com/ibm-aur-nlp/PubTabNet) license. Please refer to the license terms when using this dataset.
|
25 |
+
|
26 |
+
# 📝 Citation
|
27 |
+
If you use this dataset in your research, please cite both TFLOP and PubTabNet:
|
28 |
+
```css
|
29 |
+
@inproceedings{khang2024tflop,
|
30 |
+
title={TFLOP: table structure recognition framework with layout pointer mechanism},
|
31 |
+
author={Khang, Minsoo and Hong, Teakgyu},
|
32 |
+
booktitle={Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence},
|
33 |
+
pages={947--955},
|
34 |
+
year={2024}
|
35 |
+
}
|
36 |
+
```
|
37 |
+
```css
|
38 |
+
@article{zhong2019image,
|
39 |
+
title={Image-based table recognition: data, model, and evaluation},
|
40 |
+
author={Zhong, Xu and ShafieiBavani, Elaheh and Yepes, Antonio Jimeno},
|
41 |
+
journal={arXiv preprint arXiv:1911.10683},
|
42 |
+
year={2019}
|
43 |
+
}
|
44 |
+
```
|
images/test.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fde1a48913ad10aa1d99f38446d2dd330923beee9bb4b9bb319eedd9a6fa83e
|
3 |
+
size 187340353
|
images/train.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfdd0c2d2f7151ec819fca2929c670df356ee232bfc4cf9637a6c471c8973958
|
3 |
+
size 10107073205
|
images/validation.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5318fb880241becb0c7f07ba7ebed4f8cd9310d1adcb83e54feab2c24ef4496
|
3 |
+
size 184819791
|
meta_data/PubTabNet_2.0.0.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15ef20fea984e488550b90cf033cdcd97ae61c08bdad4aea834d9e952ffc2d2e
|
3 |
+
size 4076381813
|
meta_data/erroneous_pubtabnet_data.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db9d83ea07ab522f6b62e21a9e4443b49166f91c2fd09fcb07067dbb12d40fc5
|
3 |
+
size 269021
|
meta_data/final_eval_v2.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:094977a105f15c38f33d2e3644a5df4c2ebce087db294509bade007bd37a017b
|
3 |
+
size 19796583
|
pse_results/test/end2end_results.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44967c437e1b06be9fead6003c124239074e49d6b50a8011c6d298cf7de5a850
|
3 |
+
size 70340000
|
pse_results/train/detection_results_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c4be1b6ab8cd84e15c0328635e44a3a0978756b45cbbde290fea973328d4e6c
|
3 |
+
size 347219545
|
pse_results/train/detection_results_1.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da2b05eb38f5c3fe5de32a6b485ce7da311b7725417d14b3c4af6aede8656998
|
3 |
+
size 344068797
|
pse_results/train/detection_results_2.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5637119d0773bd914e6adce4816448fda6be274ff6b0f881685d03ad320c9e1c
|
3 |
+
size 344675653
|
pse_results/train/detection_results_3.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5d70fe97868cb511a534e2ad8257401bc246e1bf4b5d2e50a4dc056c6878533
|
3 |
+
size 346403993
|
pse_results/train/detection_results_4.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:063eabfcc0b8cda26a7a17bc53afbe025eb865db76afd3b4199ff4fe436c8487
|
3 |
+
size 346079436
|
pse_results/train/detection_results_5.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7387fae1e046ed078f24ba49b8a854e8ea15fb0fec10f1e5f2fbe8d86b16d813
|
3 |
+
size 346616254
|
pse_results/train/detection_results_6.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5354616068cd4f6a25868659529be623f9f3e5527eef1af69a56e9bbdefccb4
|
3 |
+
size 347400527
|
pse_results/train/detection_results_7.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:132772caf697b0c8753007066c9dc602e041ed8f6442fa9547e6489bb1005861
|
3 |
+
size 344521898
|
pse_results/val/detection_results_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3fb2dd79574282e54443d6c611955fb17f1ef18ee0e08299726ad6f83e81e9a
|
3 |
+
size 51602208
|