[arXiv]score: 0.07
Program-of-Thought Prompting Improves Chart Summarization in Lightweight VLMs
May 29, 2026
Zero-shot Program-of-Thought prompting routes chart understanding through Python execution, using a chart-to-dictionary intermediate representation instead of chart-to-table. The approach targets lightweight VLMs and adds a statistical fact-verification step absent from most existing chart QA pipelines.
cs.CL
HOW THIS AFFECTS YOU
●
builderUseful pattern if you're building chart analysis features on smaller VLMs and need verifiable numerical outputs without heavy model inference costs.
●
researcherThe chart-to-dictionary auxiliary task is a concrete architectural choice worth benchmarking against table-based baselines in multimodal reasoning evals.