paper-with-me

Papers

ChartAnchor: Chart Grounding with Structural-Semantic Fidelity

2025-11-30 · Xinhang Li, Jingbo Zhou, Pengfei Luo, Yixiong Xiao, Tong Xu arxiv

Recent advances in multimodal large language models (MLLMs) highlight the need for benchmarks that rigorously evaluate structured chart comprehension. Chart grounding refers to the bidirectional alignment between a chart's visual appearance and its structured semantics. This task requires models to produce a symbolic specification that faithfully captures the chart's visual and structural intent, while also recovering the underlying tabular data with precise values and relationships. Chart grounding directly reflects a model's capabilities in numerical reasoning, multimodal alignment, and structural reconstruction, and has several important real-world applications. Existing benchmarks, constrained by narrow chart diversity, isolated tasks, and incomplete evaluation frameworks, fail to holistically assess grounding. To address this, we propose ChartAnchor, a comprehensive benchmark of 8k+ chart-table-code triples spanning 30 chart types drawn from diverse real-world and augmented sources. ChartAnchor introduces two complementary tasks: chart-to-code generation and controlled chart-to-table reconstruction, enabling cross-validation of visual and numerical fidelity. A multi-level evaluation framework integrates semantic validation, stylistic analysis, and perceptual metrics to assess both structural and content-level correctness. Extensive experiments on MLLMs reveal critical limitations in numerical precision and code synthesis, emphasizing the need for structured reasoning beyond surface-level perception. By unifying symbolic and data-driven grounding, ChartAnchor establishes a rigorous foundation for chart grounding, offering meaningful insights for advancing MLLMs in scientific, financial, and industrial domains.

📄 PDF Abstract BibTeX arXiv:2512.01017

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Chart Specification: Structural Representations for Incentivizing VLM Reasoning in Chart-to-Code Generation

2026-02-11 · Minggui He, Mingchen Dai, Jian Zhang, Yilun Liu 외 arxiv

Vision-Language Models (VLMs) have shown promise in generating plotting code from chart images, yet achieving structural fidelity remains challenging. Existing approaches largely rely on supervised fine-tuning, encouragi…

Reinforcement LearningCode Generation

Semantic-Structural Alignment for Generative Pictorial Charts

2026-05-05 · Zhida Sun, Yulin Zhang, Zheng Gu, Min Lu 외 arxiv

Traditional statistical graphics are precise but often lack the visual appeal, memorability, and engagement of pictorial charts. We present a generative framework for the automated synthesis of pictorial charts that brid…

Visual StorytellingImage Editing

ChartNet: A Million-Scale, High-Quality Multimodal Dataset for Robust Chart Understanding

2026-03-28 · Jovana Kondic, Pengyuan Li, Dhiraj Joshi, Isaac Sanchez 외 arxiv

Understanding charts requires models to jointly reason over geometric visual patterns, structured numerical data, and natural language -- a capability where current vision-language models (VLMs) remain limited. We introd…

ChartReasoner: Code-Driven Modality Bridging for Long-Chain Reasoning in Chart Question Answering

2025-06-11 · Caijun Jia, Nan Xu, Jingxuan Wei, Qingli Wang 외

Recently, large language models have shown remarkable reasoning capabilities through long-chain reasoning before responding. However, how to extend this capability to visual reasoning tasks remains an open challenge. Exi…

Chart Question AnsweringImage to textMultimodal ReasoningQuestion Answering+1

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