paper-with-me

Papers

Table2Charts: Recommending Charts by Learning Shared Table Representations

2020-08-24 · Mengyu Zhou, Qingtao Li, Xinyi He, Yuejiang Li, Yibo Liu, Wei Ji, Shi Han, Yining Chen, Daxin Jiang, Dongmei Zhang

It is common for people to create different types of charts to explore a multi-dimensional dataset (table). However, to recommend commonly composed charts in real world, one should take the challenges of efficiency, imbalanced data and table context into consideration. In this paper, we propose Table2Charts framework which learns common patterns from a large corpus of (table, charts) pairs. Based on deep Q-learning with copying mechanism and heuristic searching, Table2Charts does table-to-sequence generation, where each sequence follows a chart template. On a large spreadsheet corpus with 165k tables and 266k charts, we show that Table2Charts could learn a shared representation of table fields so that recommendation tasks on different chart types could mutually enhance each other. Table2Charts outperforms other chart recommendation systems in both multi-type task (with doubled recall numbers R@3=0.61 and R@1=0.43) and human evaluations.

📄 PDF Abstract BibTeX arXiv:2008.11015

Code (1)

microsoft/Table2Charts 공식 구현 pytorch

Tasks

Q-LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Self-Ensembling Vision-Language Models for Chart Data Extraction

2026-05-26 · Thomas Berkane, Qianyi Wang, Maimuna S. Majumder arxiv

Charts effectively convey quantitative information, but the underlying data are often locked in image form, hindering reuse and analysis. Manually digitizing charts is time-consuming and error-prone, motivating automatic…

Flowchart2Mermaid: A Vision-Language Model Powered System for Converting Flowcharts into Editable Diagram Code

2025-12-01 · Pritam Deka, Barry Devereux arxiv

Flowcharts are common tools for communicating processes but are often shared as static images that cannot be easily edited or reused. We present Flowchart2Mermaid, a lightweight web system that converts flowchart images …

DataVizard: Recommending Visual Presentations for Structured Data

2017-11-14 · Rema Ananthanarayanan, Pranay Kr. Lohia, Srikanta Bedathur

Selecting the appropriate visual presentation of the data such that it preserves the semantics of the underlying data and at the same time provides an intuitive summary of the data is an important, often the final step o…

SIMPLOT: Enhancing Chart Question Answering by Distilling Essentials

2024-02-22 · Wonjoong Kim, Sangwu Park, Yeonjun In, Seokwon Han 외

Recently, interpreting complex charts with logical reasoning has emerged as challenges due to the development of vision-language models. A prior state-of-the-art (SOTA) model has presented an end-to-end method that lever…

Chart Question AnsweringLanguage ModelingLanguage ModellingLarge Language Model+3

Chartographer: Counterfactual Chart Generation for Evaluating Vision-Language Models

2026-05-26 · Yifan Jiang, Dae Yon Hwang, Jesse C. Cresswell, Freda Shi arxiv

Chart question-answering (QA) benchmarks aim to pose questions that require visual reasoning to correctly answer, but models can often reach solutions through shortcuts or prior familiarity with a chart based on their ow…

Visual Reasoning