paper-with-me

Papers

GoT-CQA: Graph-of-Thought Guided Compositional Reasoning for Chart Question Answering

2024-09-04 · Lingling Zhang, Muye Huang, Qianying Wang, Yaxian Wang, Wenjun Wu, Jun Liu

Chart Question Answering (CQA) aims at answering questions based on the visual chart content, which plays an important role in chart sumarization, business data analysis, and data report generation. CQA is a challenging multi-modal task because of the strong context dependence and complex reasoning requirement. The former refers to answering this question strictly based on the analysis of the visual content or internal data of the given chart, while the latter emphasizes the various logical and numerical reasoning involved in answer prediction process. In this paper, we pay more attention on the complex reasoning in CQA task, and propose a novel Graph-of-Thought (GoT) guided compositional reasoning model called GoT-CQA to overcome this problem. At first, we transform the chart-oriented question into a directed acyclic GoT composed of multiple operator nodes, including localization, numerical and logical operator. It intuitively reflects the human brain's solution process to this question. After that, we design an efficient auto-compositional reasoning framework guided by the GoT, to excute the multi-step reasoning operations in various types of questions. Comprehensive experiments on ChartQA and PlotQA-D datasets show that GoT-CQA achieves outstanding performance, especially in complex human-written and reasoning questions, comparing with the latest popular baselines.

📄 PDF Abstract BibTeX arXiv:2409.02611

Code (0)

등록된 구현이 없습니다.

Tasks

Chart Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Proof-of-Perception: Certified Tool-Using Multimodal Reasoning with Compositional Conformal Guarantees

2026-02-27 · Arya Fayyazi, Haleh Akrami arxiv

We present Proof-of-Perception (PoP), a tool-using framework that casts multimodal reasoning as an executable graph with explicit reliability guarantees. Each perception or logic node outputs a conformal set, yielding ca…

Multimodal Reasoning

CURV: Enhancing Chart Understanding Through Curriculum Visual Grounded Reasoning

2026-08-03 · Xuehang Guo, Pingyue Zhang, Ruiyi Zhang, Zhenhailong Wang 외 hf

Chart question answering (CQA) requires multimodal large language models (MLLMs) to integrate visual comprehension with logical reasoning, yet current models struggle with accurate visual grounding and coherent reasoning…

Chart Question AnsweringMultimodal ReasoningLogical ReasoningVisual Reasoning

STEP: Enhancing Video-LLMs' Compositional Reasoning by Spatio-Temporal Graph-guided Self-Training

2024-11-29 · CVPR 2025 1 · Haiyi Qiu, Minghe Gao, Long Qian, Kaihang Pan 외

Video Large Language Models (Video-LLMs) have recently shown strong performance in basic video understanding tasks, such as captioning and coarse-grained question answering, but struggle with compositional reasoning that…

Question AnsweringVideo Understanding

ChartVerse: Scaling Chart Reasoning via Reliable Programmatic Synthesis from Scratch

2026-01-20 · Zheng Liu, Honglin Lin, Chonghan Qin, Xiaoyang Wang 외 arxiv

Chart reasoning is a critical capability for Vision Language Models (VLMs). However, the development of open-source models is severely hindered by the lack of high-quality training data. Existing datasets suffer from a d…

VisDoT : Enhancing Visual Reasoning through Human-Like Interpretation Grounding and Decomposition of Thought

2026-03-12 · Eunsoo Lee, Jeongwoo Lee, Minki Hong, Jangho Choi 외 arxiv

Large vision-language models (LVLMs) struggle to reliably detect visual primitives in charts and align them with semantic representations, which severely limits their performance on complex visual reasoning. This lack of…

Visual Question AnsweringVisual GroundingVisual Reasoning