paper-with-me

Papers

Visual-TableQA: Open-Domain Benchmark for Reasoning over Table Images

2025-09-09 · Boammani Aser Lompo, Marc Haraoui arxiv

Visual reasoning over structured data such as tables is a critical capability for modern vision-language models (VLMs), yet current benchmarks remain limited in scale, diversity, or reasoning depth, especially when it comes to rendered table images. Addressing this gap, we introduce Visual-TableQA, a large-scale, open-domain multimodal dataset specifically designed to evaluate and enhance visual reasoning over complex tabular data. Our generation pipeline is modular, scalable, and fully autonomous, involving multiple reasoning LLMs collaborating across distinct roles: generation, validation, and inspiration. Visual-TableQA comprises 2.5k richly structured LaTeX-rendered tables and 6k reasoning-intensive QA pairs, all produced at a cost of under USD 100. To promote diversity and creativity, our pipeline performs multi-model collaborative data generation via cross-model prompting ('inspiration') and LLM-jury filtering. Stronger models seed layouts and topics that weaker models elaborate, collectively distilling diverse reasoning patterns and visual structures into the dataset. Empirical results show that models fine-tuned on Visual-TableQA generalize robustly to external benchmarks, outperforming several proprietary models despite the dataset's synthetic nature. The full pipeline and resources are publicly available at https://github.com/AI-4-Everyone/Visual-TableQA.

📄 PDF Abstract BibTeX arXiv:2509.07966

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

TableQAKit: A Comprehensive and Practical Toolkit for Table-based Question Answering

2023-10-23 · Fangyu Lei, Tongxu Luo, Pengqi Yang, Weihao Liu 외

Table-based question answering (TableQA) is an important task in natural language processing, which requires comprehending tables and employing various reasoning ways to answer the questions. This paper introduces TableQ…

Question AnsweringTable-based Question Answering

ReasonTabQA: A Comprehensive Benchmark for Table Question Answering from Real World Industrial Scenarios

2026-01-12 · Changzai Pan, Jie Zhang, Kaiwen Wei, Chenshuo Pan 외 arxiv

Recent advancements in Large Language Models (LLMs) have significantly catalyzed table-based question answering (TableQA). However, existing TableQA benchmarks often overlook the intricacies of industrial scenarios, whic…

Reinforcement LearningQuestion AnsweringLogical Reasoning

MATA: Multi-Agent Framework for Reliable and Flexible Table Question Answering

2026-02-10 · Sieun Hyeon, Jusang Oh, Sunghwan Steve Cho, Jaeyoung Do arxiv

Recent advances in Large Language Models (LLMs) have significantly improved table understanding tasks such as Table Question Answering (TableQA), yet challenges remain in ensuring reliability, scalability, and efficiency…

Question Answering

Topic Transferable Table Question Answering

2021-09-15 · EMNLP 2021 11 · Saneem Ahmed Chemmengath, Vishwajeet Kumar, Samarth Bharadwaj, Jaydeep Sen 외

Weakly-supervised table question-answering(TableQA) models have achieved state-of-art performance by using pre-trained BERT transformer to jointly encoding a question and a table to produce structured query for the quest…

Question AnsweringQuestion GenerationQuestion-Generation

Reasoning by Commented Code for Table Question Answering

2026-01-31 · Seho Pyo, Jiheon Seok, Jaejin Lee arxiv

Table Question Answering (TableQA) poses a significant challenge for large language models (LLMs) because conventional linearization of tables often disrupts the two-dimensional relationships intrinsic to structured data…

Question AnsweringAnswer Generation