Update README.md
Browse files
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)
|