paper-with-me

Papers

ExpliCIT-QA: Explainable Code-Based Image Table Question Answering

2025-07-15 · Maximiliano Hormazábal Lagos, Álvaro Bueno Sáez, Pedro Alonso Doval, Jorge Alcalde Vesteiro, Héctor Cerezo-Costas arxiv

We present ExpliCIT-QA, a system that extends our previous MRT approach for tabular question answering into a multimodal pipeline capable of handling complex table images and providing explainable answers. ExpliCIT-QA follows a modular design, consisting of: (1) Multimodal Table Understanding, which uses a Chain-of-Thought approach to extract and transform content from table images; (2) Language-based Reasoning, where a step-by-step explanation in natural language is generated to solve the problem; (3) Automatic Code Generation, where Python/Pandas scripts are created based on the reasoning steps, with feedback for handling errors; (4) Code Execution to compute the final answer; and (5) Natural Language Explanation that describes how the answer was computed. The system is built for transparency and auditability: all intermediate outputs, parsed tables, reasoning steps, generated code, and final answers are available for inspection. This strategy works towards closing the explainability gap in end-to-end TableVQA systems. We evaluated ExpliCIT-QA on the TableVQA-Bench benchmark, comparing it with existing baselines. We demonstrated improvements in interpretability and transparency, which open the door for applications in sensitive domains like finance and healthcare where auditing results are critical.

📄 PDF Abstract BibTeX arXiv:2507.11694

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringCode Generation

Similar Papers 제목 키워드 기반

From Shallow to Deep: Compositional Reasoning over Graphs for Visual Question Answering

2022-06-25 · Zihao Zhu

In order to achieve a general visual question answering (VQA) system, it is essential to learn to answer deeper questions that require compositional reasoning on the image and external knowledge. Meanwhile, the reasoning…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

Towards Self-Explainable Document Visual Question Answering with Chain-of-Explanation Predictions

2026-05-07 · Kjetil Indrehus, Adrian Duric, Changkyu Choi, Ali Ramezani-Kebrya arxiv

Document Visual Question Answering (DocVQA) requires vision-language models to reason not only about what information in a document is relevant to a question, but also where the answer is grounded on the page. Existing D…

Visual Question Answering

Explainable High-order Visual Question Reasoning: A New Benchmark and Knowledge-routed Network

2019-09-23 · Qingxing Cao, Bailin Li, Xiaodan Liang, Liang Lin

Explanation and high-order reasoning capabilities are crucial for real-world visual question answering with diverse levels of inference complexity (e.g., what is the dog that is near the girl playing with?) and important…

Question AnsweringTripletVisual Question AnsweringVisual Question Answering (VQA)

Interpretable Visual Question Answering by Reasoning on Dependency Trees

2018-09-06 · Qingxing Cao, Bailin Li, Xiaodan Liang, Liang Lin

Collaborative reasoning for understanding image-question pairs is a very critical but underexplored topic in interpretable visual question answering systems. Although very recent studies have attempted to use explicit co…

Question AnsweringvalidVisual Question AnsweringVisual Question Answering (VQA)

Can Perceptual Guidance Lead to Semantically Explainable Adversarial Perturbations?

2021-06-24 · P Charantej Reddy, Aditya Siripuram, Sumohana S. Channappayya

It is well known that carefully crafted imperceptible perturbations can cause state-of-the-art deep learning classification models to misclassify. Understanding and analyzing these adversarial perturbations play a crucia…

SSIM