paper-with-me

Papers

CoReTab: Improving Multimodal Table Understanding with Code-driven Reasoning

2026-01-27 · Van-Quang Nguyen, Takayuki Okatani arxiv

Existing datasets for multimodal table understanding, such as MMTab, primarily provide short factual answers without explicit multi-step reasoning supervision. Models trained on these datasets often generate brief responses that offers insufficient accuracy and limited interpretability into how these models arrive at the final answer. We introduce CoReTab, a code-driven reasoning framework that produces scalable, interpretable, and automatically verifiable annotations by coupling multi-step reasoning with executable Python code. Using the CoReTab framework, we curate a dataset of 115K verified samples averaging 529 tokens per response and fine-tune open-source MLLMs through a three-stage pipeline. We evaluate the resulting model trained on CoReTab across 17 MMTab benchmarks spanning table question answering, fact verification, and table structure understanding. Our model achieves significant gains of +6.2%, +5.7%, and +25.6%, respectively, over MMTab-trained baselines, while producing transparent and verifiable reasoning traces. These results establish CoReTab as a robust and generalizable supervision framework for improving multi-step reasoning in multimodal table understanding.

📄 PDF Abstract BibTeX arXiv:2601.19193

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringFact Verification

Similar Papers 제목 키워드 기반

TableMoE: Neuro-Symbolic Routing for Structured Expert Reasoning in Multimodal Table Understanding

2025-06-26 · Junwen Zhang, Pu Chen, Yin Zhang

Multimodal understanding of tables in real-world contexts is challenging due to the complexity of structure, symbolic density, and visual degradation (blur, skew, watermarking, incomplete structures or fonts, multi-span …

VisR-Bench: An Empirical Study on Visual Retrieval-Augmented Generation for Multilingual Long Document Understanding

2025-08-10 · Jian Chen, Ming Li, Jihyung Kil, Chenguang Wang 외 arxiv

Most organizational data in this world are stored as documents, and visual retrieval plays a crucial role in unlocking the collective intelligence from all these documents. However, existing benchmarks focus on English-o…

From Charts to Code: A Hierarchical Benchmark for Multimodal Models

2025-10-20 · Jiahao Tang, Henry Hengyuan Zhao, Lijian Wu, Zijian Zhang 외 arxiv

We introduce Chart2Code, a new benchmark for evaluating the chart understanding and code generation capabilities of large multimodal models (LMMs). Chart2Code is explicitly designed from a user-driven perspective, captur…

Multimodal ReasoningCode Generation

GEM: Empowering MLLM for Grounded ECG Understanding with Time Series and Images

2025-03-08 · Xiang Lan, Feng Wu, Kai He, Qinghao Zhao 외

While recent multimodal large language models (MLLMs) have advanced automated ECG interpretation, they still face two key limitations: (1) insufficient multimodal synergy between time series signals and visual ECG repres…

cross-modal alignmentDiagnosticTime Series

SynTab-LLaVA: Enhancing Multimodal Table Understanding with Decoupled Synthesis

2025-01-01 · CVPR 2025 1 · Bangbang Zhou, Zuan Gao, Zixiao Wang, Boqiang Zhang 외

Due to the limited scale of multimodal table understanding (MTU) data, model performance is constrained. A straightforward approach is to use multimodal large language models to obtain more samples, but this may caus…

Large Language Model