Faithful Chart Summarization with ChaTS-Pi
Syrine Krichene, Francesco Piccinno, Fangyu Liu, Julian Martin Eisenschlos
TL;DR
ChaTS-Critic introduces a reference-free faithfulness metric for chart-to-summary tasks by de-rendering charts into tables and applying entailment to each sentence; ChaTS-Pi pipelines this metric to repair and re-rank candidate summaries, achieving state-of-the-art results on Chart-To-Text and SciCap benchmarks. The approach addresses limitations of reference-based metrics and reduces hallucination by removing unsupported sentences. Experiments show strong correlations with human judgments and improved summary quality across datasets; multilingual generalization is explored with mixed results. The method relies on DePlot for de-rendering and PaLM-2 or PALM-2(L) with Chain-of-Thought prompting for entailment.
Abstract
Chart-to-summary generation can help explore data, communicate insights, and help the visually impaired people. Multi-modal generative models have been used to produce fluent summaries, but they can suffer from factual and perceptual errors. In this work we present CHATS-CRITIC, a reference-free chart summarization metric for scoring faithfulness. CHATS-CRITIC is composed of an image-to-text model to recover the table from a chart, and a tabular entailment model applied to score the summary sentence by sentence. We find that CHATS-CRITIC evaluates the summary quality according to human ratings better than reference-based metrics, either learned or n-gram based, and can be further used to fix candidate summaries by removing not supported sentences. We then introduce CHATS-PI, a chart-to-summary pipeline that leverages CHATS-CRITIC during inference to fix and rank sampled candidates from any chart-summarization model. We evaluate CHATS-PI and CHATS-CRITIC using human raters, establishing state-of-the-art results on two popular chart-to-summary datasets.
