somgautam commited on
Commit
eb05844
Β·
verified Β·
1 Parent(s): b71a823

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -33,21 +33,15 @@ configs:
33
  This dataset accompanies the paper [TabComp: A Dataset for Visual Table Reading Comprehension](https://aclanthology.org/2025.findings-naacl.320.pdf)
34
 
35
  TabComp evaluates **Vision-Language Models (VLMs)** on their ability to **read, understand, and reason over table images** without relying on OCR, using **generative question answering**.
36
-
37
  ---
38
-
39
  ## πŸ” Why TabComp?
40
-
41
  Modern VLMs perform well on general VQA but struggle with **tables**, which require:
42
-
43
  - Structured reasoning across rows/columns
44
  - Understanding layout + text jointly
45
  - Multi-step inference over semi-structured data
46
 
47
  πŸ‘‰ TabComp isolates this challenge and provides a **focused benchmark for table understanding**.
48
-
49
  ---
50
-
51
  ## πŸ“Š Dataset Overview
52
 
53
  - **Images:** 3,318 table images
@@ -64,18 +58,14 @@ Given:
64
 
65
  Generate:
66
  - A **natural language answer** requiring table comprehension
67
-
68
  ---
69
-
70
  ## 🧠 What Makes It Challenging?
71
 
72
  - ❌ No OCR signals
73
  - βœ… Dense textual + structural information
74
  - βœ… Long-range dependencies across table cells
75
  - βœ… Generative answers (not extractive spans)
76
-
77
  ---
78
-
79
  ## πŸ“ Data Format
80
 
81
  πŸ† Leaderboard (Baseline Results)
 
33
  This dataset accompanies the paper [TabComp: A Dataset for Visual Table Reading Comprehension](https://aclanthology.org/2025.findings-naacl.320.pdf)
34
 
35
  TabComp evaluates **Vision-Language Models (VLMs)** on their ability to **read, understand, and reason over table images** without relying on OCR, using **generative question answering**.
 
36
  ---
 
37
  ## πŸ” Why TabComp?
 
38
  Modern VLMs perform well on general VQA but struggle with **tables**, which require:
 
39
  - Structured reasoning across rows/columns
40
  - Understanding layout + text jointly
41
  - Multi-step inference over semi-structured data
42
 
43
  πŸ‘‰ TabComp isolates this challenge and provides a **focused benchmark for table understanding**.
 
44
  ---
 
45
  ## πŸ“Š Dataset Overview
46
 
47
  - **Images:** 3,318 table images
 
58
 
59
  Generate:
60
  - A **natural language answer** requiring table comprehension
 
61
  ---
 
62
  ## 🧠 What Makes It Challenging?
63
 
64
  - ❌ No OCR signals
65
  - βœ… Dense textual + structural information
66
  - βœ… Long-range dependencies across table cells
67
  - βœ… Generative answers (not extractive spans)
 
68
  ---
 
69
  ## πŸ“ Data Format
70
 
71
  πŸ† Leaderboard (Baseline Results)