Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,20 @@ FinTabNet.c contains:
|
|
17 |
|
18 |
For more details about this version (2023) of the dataset and the adjustments made to the original dataset, please see ["Aligning benchmark datasets for table structure recognition"](https://arxiv.org/abs/2303.00716).
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## About the original FinTabNet dataset
|
21 |
|
22 |
Please see: [https://developer.ibm.com/data/fintabnet/](https://developer.ibm.com/data/fintabnet/) (link last checked September 2023).
|
|
|
17 |
|
18 |
For more details about this version (2023) of the dataset and the adjustments made to the original dataset, please see ["Aligning benchmark datasets for table structure recognition"](https://arxiv.org/abs/2303.00716).
|
19 |
|
20 |
+
## Citing
|
21 |
+
|
22 |
+
If you use this dataset in your published work, please cite:
|
23 |
+
```
|
24 |
+
@article{smock2023aligning,
|
25 |
+
title={Aligning benchmark datasets for table structure recognition},
|
26 |
+
author={Smock, Brandon and Pesala, Rohith and Abraham, Robin},
|
27 |
+
booktitle={International Conference on Document Analysis and Recognition},
|
28 |
+
pages={371--386},
|
29 |
+
year={2023},
|
30 |
+
organization={Springer}
|
31 |
+
}
|
32 |
+
```
|
33 |
+
|
34 |
## About the original FinTabNet dataset
|
35 |
|
36 |
Please see: [https://developer.ibm.com/data/fintabnet/](https://developer.ibm.com/data/fintabnet/) (link last checked September 2023).
|