wolfnuker commited on
Commit
96542ea
·
verified ·
1 Parent(s): 06713c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -23,16 +23,16 @@ Benchmark results for [DocLD](https://docld.com) table extraction on the
23
 
24
  | Metric | Value |
25
  |--------|-------|
26
- | **Mean Accuracy** | 80.6% |
27
- | **Median** | 81.2% |
28
- | **P25 / P75** | 75.2% / 85.8% |
29
- | **Min / Max** | 49.2% / 100.0% |
30
- | **Scored Samples** | 68 |
31
- | **Total Samples** | 500 |
32
 
33
  ## Methodology
34
 
35
- - **Dataset**: [FinTabNet_OTSL](https://huggingface.co/datasets/docling-project/FinTabNet_OTSL) — 500 samples from the test split
36
  - **Extraction**: DocLD agentic table extraction (VLM-based, gpt-5-mini)
37
  - **Scoring**: Needleman-Wunsch hierarchical alignment (same as [RD-TableBench](https://github.com/reductoai/rd-tablebench))
38
  - **Output**: HTML tables with rowspan/colspan for merged cells
@@ -41,7 +41,7 @@ Benchmark results for [DocLD](https://docld.com) table extraction on the
41
 
42
  | Provider | FinTabNet Accuracy |
43
  |----------|-------------------|
44
- | **DocLD** | **80.6%** |
45
  | GTE (IBM) | ~78% |
46
  | TATR (Microsoft) | ~65% |
47
 
 
23
 
24
  | Metric | Value |
25
  |--------|-------|
26
+ | **Mean Accuracy** | 82.2% |
27
+ | **Median** | 82.3% |
28
+ | **P25 / P75** | 72.2% / 96.8% |
29
+ | **Min / Max** | 41.4% / 100.0% |
30
+ | **Scored Samples** | 451 |
31
+ | **Total Samples** | 1000 |
32
 
33
  ## Methodology
34
 
35
+ - **Dataset**: [FinTabNet_OTSL](https://huggingface.co/datasets/docling-project/FinTabNet_OTSL) — 1000 samples from the test split
36
  - **Extraction**: DocLD agentic table extraction (VLM-based, gpt-5-mini)
37
  - **Scoring**: Needleman-Wunsch hierarchical alignment (same as [RD-TableBench](https://github.com/reductoai/rd-tablebench))
38
  - **Output**: HTML tables with rowspan/colspan for merged cells
 
41
 
42
  | Provider | FinTabNet Accuracy |
43
  |----------|-------------------|
44
+ | **DocLD** | **82.2%** |
45
  | GTE (IBM) | ~78% |
46
  | TATR (Microsoft) | ~65% |
47