bsmock commited on
Commit
99a16fe
1 Parent(s): 42d9247

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cdla-permissive-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cdla-permissive-2.0
3
+ tags:
4
+ - table structure recognition
5
+ - table extraction
6
  ---
7
+
8
+ # FinTabNet.c
9
+
10
+ The FinTabNet.c dataset was released in 2023.
11
+
12
+ You can think of FinTabNet.c as a fork (a modified version, in this case by different authors) of the original FinTabNet dataset.
13
+
14
+ FinTabNet.c contains:
15
+ - automated corrections of FinTabNet (such as canonicalization) to correct oversegmentation and to make the dataset more consistent with other TSR datasets, like PubTables-1M
16
+ - fewer samples than FinTabNet, where samples were removed whose annotations could not be either automatically processed, corrected, or verified
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).
23
+
24
+ ### Original license
25
+
26
+ According to the dataset website, the license of the original FinTabNet dataset is [CDLA-Permissive](https://cdla.dev/permissive-1-0/).