paper-with-me

Papers

LLM4Vis: Explainable Visualization Recommendation using ChatGPT

2023-10-11 · Lei Wang, Songheng Zhang, Yun Wang, Ee-Peng Lim, Yong Wang

Data visualization is a powerful tool for exploring and communicating insights in various domains. To automate visualization choice for datasets, a task known as visualization recommendation has been proposed. Various machine-learning-based approaches have been developed for this purpose, but they often require a large corpus of dataset-visualization pairs for training and lack natural explanations for their results. To address this research gap, we propose LLM4Vis, a novel ChatGPT-based prompting approach to perform visualization recommendation and return human-like explanations using very few demonstration examples. Our approach involves feature description, demonstration example selection, explanation generation, demonstration example construction, and inference steps. To obtain demonstration examples with high-quality explanations, we propose a new explanation generation bootstrapping to iteratively refine generated explanations by considering the previous generation and template-based hint. Evaluations on the VizML dataset show that LLM4Vis outperforms or performs similarly to supervised learning models like Random Forest, Decision Tree, and MLP in both few-shot and zero-shot settings. The qualitative evaluation also shows the effectiveness of explanations generated by LLM4Vis. We make our code publicly available at \href{https://github.com/demoleiwang/LLM4Vis}{https://github.com/demoleiwang/LLM4Vis}.

📄 PDF Abstract BibTeX arXiv:2310.07652

Code (1)

demoleiwang/llm4vis 공식 구현

Tasks

Data VisualizationExplanation Generation

Similar Papers 제목 키워드 기반

Visualization for Recommendation Explainability: A Survey and New Perspectives

2023-05-19 · Mohamed Amine Chatti, Mouadh Guesmi, Arham Muslim

Providing system-generated explanations for recommendations represents an important step towards transparent and trustworthy recommender systems. Explainable recommender systems provide a human-understandable rationale f…

Explainable RecommendationRecommendation SystemsSurvey

Uncovering ChatGPT's Capabilities in Recommender Systems

2023-05-03 · Sunhao Dai, Ninglu Shao, Haiyuan Zhao, Weijie Yu 외

The debut of ChatGPT has recently attracted the attention of the natural language processing (NLP) community and beyond. Existing studies have demonstrated that ChatGPT shows significant improvement in a range of downstr…

Explainable RecommendationInformation RetrievalRecommendation SystemsRetrieval

Improving Personalized Explanation Generation through Visualization

2022-05-01 · ACL 2022 5 · Shijie Geng, Zuohui Fu, Yingqiang Ge, Lei LI 외

In modern recommender systems, there are usually comments or reviews from users that justify their ratings for different items. Trained on such textual corpus, explainable recommendation models learn to discover user int…

DiversityExplainable RecommendationExplanation GenerationRecommendation Systems

ChatGPT Needs SPADE (Sustainability, PrivAcy, Digital divide, and Ethics) Evaluation: A Review

2023-04-13 · Sunder Ali Khowaja, Parus Khuwaja, Kapal Dev, Weizheng Wang 외

ChatGPT is another large language model (LLM) vastly available for the consumers on their devices but due to its performance and ability to converse effectively, it has gained a huge popularity amongst research as well a…

EthicsLanguage ModelingLanguage ModellingLarge Language Model

ASTA: Learning Analytical Semantics over Tables for Intelligent Data Analysis and Visualization

2022-08-01 · Lingbo Li, Tianle Li, Xinyi He, Mengyu Zhou 외

Intelligent analysis and visualization of tables use techniques to automatically recommend useful knowledge from data, thus freeing users from tedious multi-dimension data mining. While many studies have succeeded in aut…