ishaan99k commited on
Commit
648383a
·
verified ·
1 Parent(s): 8d2e46c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -19,6 +19,27 @@ Open-source subset of the **Chunkr Reading Order benchmark dataset**, containing
19
  This dataset benchmarks reading order detection models on complex, real-world documents including **financial reports**, **legal contracts**, **research papers**, **medical records**, and more. Each document includes ground truth reading order sequences essential for accurate document understanding and text extraction.
20
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ## Dataset Overview
24
 
 
19
  This dataset benchmarks reading order detection models on complex, real-world documents including **financial reports**, **legal contracts**, **research papers**, **medical records**, and more. Each document includes ground truth reading order sequences essential for accurate document understanding and text extraction.
20
 
21
  ---
22
+ ### Benchmark Comparison
23
+
24
+ We evaluated our model against traditional heuristics, machine learning approaches, and state-of-the-art Vision-Language Models (VLMs):
25
+
26
+ <div align="center">
27
+ <img src="analysis/overall_performance_comparison.png" alt="Model Comparison" width="100%"/>
28
+ </div>
29
+
30
+ | Model | Kendall's τ | Exact Match | Position Acc | Inference (ms) |
31
+ |-------|------------|-------------|--------------|----------------|
32
+ | **Chunkr Reading Order** | **97.6%** | **87.2%** | **94.8%** | **31.0** |
33
+ | openai/gpt-5 | 83.6% | 72.0% | 80.3% | 22836.3 |
34
+ | x-ai/grok-4-fast | 91.3% | 68.2% | 82.8% | 3886.4 |
35
+ | Pairwise XGBoost* | 91.5% | 66.9% | 82.7% | 16.4 |
36
+ | Pairwise LightGBM* | 91.4% | 67.0% | 82.6% | 33.8 |
37
+ | google/gemini-2.5-pro | 80.6% | 69.9% | 77.2% | 5254.1 |
38
+ | anthropic/claude-sonnet-4.5 | 83.6% | 53.1% | 73.0% | 1362.0 |
39
+ | qwen/qwen3-vl-235b-a22b-instruct | 78.8% | 52.9% | 67.5% | 4732.8 |
40
+ | XY-Cut | 82.9% | 51.6% | 68.1% | 1.0 |
41
+ | TBLR (Baseline) | 86.8% | 47.2% | 73.2% | 1.0 |
42
+ | z-ai/glm-4.5v | 71.2% | 43.9% | 58.4% | 8385.7 |
43
 
44
  ## Dataset Overview
45