paper-with-me

Papers

Boosting Text-to-Chart Retrieval through Training with Synthesized Semantic Insights

2025-05-15 · Yifan Wu, Lutao Yan, Yizhang Zhu, Yinan Mei, Jiannan Wang, Nan Tang, Yuyu Luo

Charts are crucial for data analysis and decision-making.Text-to-chart retrieval systems have become increasingly important for Business Intelligence (BI), where users need to find relevant charts that match their analytical needs. These needs can be categorized into precise queries that are well-specified and fuzzy queries that are more exploratory -- both require understanding the semantics and context of the charts. However, existing text-to-chart retrieval solutions often fail to capture the semantic content and contextual information of charts, primarily due to the lack of comprehensive metadata (or semantic insights). To address this limitation, we propose a training data development pipeline that automatically synthesizes hierarchical semantic insights for charts, covering visual patterns (visual-oriented), statistical properties (statistics-oriented), and practical applications (task-oriented), which produces 207,498 semantic insights for 69,166 charts. Based on these, we train a CLIP-based model named ChartFinder to learn better representations of charts for text-to-chart retrieval. Our method leverages rich semantic insights during the training phase to develop a model that understands both visual and semantic aspects of charts.To evaluate text-to-chart retrieval performance, we curate the first benchmark, CRBench, for this task with 21,862 charts and 326 text queries from real-world BI applications, with ground-truth labels verified by the crowd workers.Experiments show that ChartFinder significantly outperforms existing methods in text-to-chart retrieval tasks across various settings. For precise queries, ChartFinder achieves up to 66.9% NDCG@10, which is 11.58% higher than state-of-the-art models. In fuzzy query tasks, our method also demonstrates consistent improvements, with an average increase of 5% across nearly all metrics.

📄 PDF Abstract BibTeX arXiv:2505.10043

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

ChartCards: A Chart-Metadata Generation Framework for Multi-Task Chart Understanding

2025-05-21 · Yifan Wu, Lutao Yan, Leixian Shen, Yinan Mei 외

The emergence of Multi-modal Large Language Models (MLLMs) presents new opportunities for chart understanding. However, due to the fine-grained nature of these tasks, applying MLLMs typically requires large, high-quality…

Chart Question AnsweringChart UnderstandingQuestion AnsweringRetrieval

Benchmarking Multimodal RAG through a Chart-based Document Question-Answering Generation Framework

2025-02-20 · Yuming Yang, Jiang Zhong, Li Jin, Jingwang Huang 외

Multimodal Retrieval-Augmented Generation (MRAG) enhances reasoning capabilities by integrating external knowledge. However, existing benchmarks primarily focus on simple image-text interactions, overlooking complex visu…

BenchmarkingQuestion AnsweringRAGRetrieval+1

WYTIWYR: A User Intent-Aware Framework with Multi-modal Inputs for Visualization Retrieval

2023-04-14 · Shishi Xiao, Yihan Hou, Cheng Jin, Wei Zeng

Retrieving charts from a large corpus is a fundamental task that can benefit numerous applications such as visualization recommendations.The retrieved results are expected to conform to both explicit visual attributes (e…

Retrievalzero-shot-classificationZero-Shot Learning

ChartThinker: A Contextual Chain-of-Thought Approach to Optimized Chart Summarization

2024-03-17 · Mengsha Liu, Daoyuan Chen, Yaliang Li, Guian Fang 외

Data visualization serves as a critical means for presenting data and mining its valuable insights. The task of chart summarization, through natural language processing techniques, facilitates in-depth data analysis of c…

Data VisualizationRetrieval

ChartCitor: Multi-Agent Framework for Fine-Grained Chart Visual Attribution

2025-02-03 · Kanika Goswami, Puneet Mathur, Ryan Rossi, Franck Dernoncourt

Large Language Models (LLMs) can perform chart question-answering tasks but often generate unverified hallucinated responses. Existing answer attribution methods struggle to ground responses in source charts due to limit…

Chart Question AnsweringQuestion AnsweringRe-RankingRetrieval+1