Update README.md
Browse files
README.md
CHANGED
|
@@ -29,12 +29,9 @@ configs:
|
|
| 29 |
|
| 30 |
# TabComp π
|
| 31 |
**A Benchmark for OCR-Free Visual Table Reading Comprehension**
|
| 32 |
-
|
| 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 |
## π Why TabComp?
|
| 39 |
Modern VLMs perform well on general VQA but struggle with **tables**, which require:
|
| 40 |
- Structured reasoning across rows/columns
|
|
@@ -42,8 +39,6 @@ Modern VLMs perform well on general VQA but struggle with **tables**, which requ
|
|
| 42 |
- Multi-step inference over semi-structured data
|
| 43 |
|
| 44 |
π TabComp isolates this challenge and provides a **focused benchmark for table understanding**.
|
| 45 |
-
|
| 46 |
-
---
|
| 47 |
## π Dataset Overview
|
| 48 |
|
| 49 |
- **Images:** 3,318 table images
|
|
|
|
| 29 |
|
| 30 |
# TabComp π
|
| 31 |
**A Benchmark for OCR-Free Visual Table Reading Comprehension**
|
|
|
|
| 32 |
This dataset accompanies the paper [TabComp: A Dataset for Visual Table Reading Comprehension](https://aclanthology.org/2025.findings-naacl.320.pdf)
|
|
|
|
| 33 |
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**.
|
| 34 |
|
|
|
|
| 35 |
## π Why TabComp?
|
| 36 |
Modern VLMs perform well on general VQA but struggle with **tables**, which require:
|
| 37 |
- Structured reasoning across rows/columns
|
|
|
|
| 39 |
- Multi-step inference over semi-structured data
|
| 40 |
|
| 41 |
π TabComp isolates this challenge and provides a **focused benchmark for table understanding**.
|
|
|
|
|
|
|
| 42 |
## π Dataset Overview
|
| 43 |
|
| 44 |
- **Images:** 3,318 table images
|