Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

DeepVIS: Bridging Natural Language and Data Visualization Through Step-wise Reasoning

Created by
  • Haebom

Author

Zhihao Shuai, Boyan Li, Siyu Yan, Yuyu Luo, Weikai Yang

Outline

Existing methods for converting natural language into visualizations operate as black boxes, making it difficult for users to understand the design rationale and improve the results. In this paper, we address this issue by integrating Chain-of-Thought (CoT) inference into the NL2VIS pipeline. First, we design a comprehensive CoT inference process for NL2VIS and develop an automated pipeline that adds structured inference steps to existing datasets. Second, we introduce the nvBench-CoT dataset, which details the step-by-step inference process from ambiguous natural language descriptions to final visualizations, to help improve model performance. Finally, we develop DeepVIS, an interactive visual interface that allows users to review inference steps, identify errors, and adjust visualization results to improve them. Through quantitative benchmark evaluations, two use cases, and user studies, we demonstrate that the CoT framework enhances the quality of NL2VIS and provides users with insightful inference steps.

Takeaways, Limitations

Takeaways:
We have integrated CoT reasoning into the NL2VIS process to increase transparency and explainability.
Contributed to improving model performance through the nvBench-CoT dataset.
The DeepVIS interface facilitates user interaction and improvement.
We demonstrated the effectiveness of CoT-based NL2VIS through quantitative evaluation and user studies.
Limitations:
The size and diversity of the nvBench-CoT dataset could be improved in the future.
Further research may be needed to determine the usability and accessibility of the DeepVIS interface.
Further validation may be needed on the efficiency and accuracy of CoT inference for generating complex visualizations.
👍