GistVis: Automatic Generation of Word-scale Visualizations from Data-rich Documents

Honorable Mention
Explainable AI (XAI)Interactive Data VisualizationData StorytellingUniversity Professors & ResearchersUI/UX Designers

Research Background and Problem Statement

  • What issues or challenges did the authors identify?
    In data-rich documents (e.g., scientific papers, news articles), a significant amount of data insights are conveyed solely through text, lacking intuitive visualizations to aid reading and understanding. Existing research primarily focuses on enhancing these documents with charts, which are not well-suited for text-centric reading and analysis scenarios. The authors also observed that automatically generated micro visualizations (e.g., phrase-sized charts) remain underexplored in this domain.

  • Why is this problem important?
    Data-rich documents are widely used in fields such as scientific research and journalism. Enhancing these documents with visualizations can significantly improve readers' efficiency and accuracy in understanding data insights. Moreover, using micro visualizations seamlessly integrated into text can greatly optimize the reading experience.

  • Research Motivation and Related Work
    Current methods mainly rely on rule-based extraction approaches (e.g., regular expressions) or external data sources to generate relevant visualizations, often neglecting semantic relationships within the text. The authors propose exploring an automated pipeline for generating micro visualizations based on language models (LLMs) to support a text-centered analytical perspective.

Proposed Solution

  • What methods or solutions did the authors propose?
    The authors proposed a framework called GistVis. This framework leverages large language models (LLMs) and visualization design knowledge to automatically generate word-level micro visualizations from data-rich documents.

  • What are the innovative aspects of this solution?

    1. Micro Visualizations: Seamless embedding of small charts directly into document text, supporting text-centric analysis.
    2. Modular Design: GistVis is divided into four independent processing modules, allowing flexible expansion and future optimization or replacement.
    3. Integration of Language Models and Visualization Knowledge: Combines the natural language understanding capabilities of LLMs with visualization design rules to generate intuitive charts.
  • What are the implementation steps and key technologies used?
    The implementation of GistVis is divided into four modules:

    1. Discoverer: Segments paragraphs into units containing single data insights.
    2. Annotator: Uses a two-step annotation mechanism to identify and confirm the types of data insights (e.g., proportions, trends, rankings) in the text via large language models.
    3. Extractor: Processes and extracts structured data information (e.g., numerical values, categories) for each type.
    4. Visualizer: Visualizes the extracted information using intuitive micro charts and integrates interactive features (e.g., hover-to-highlight).

Research Outcomes

  • What specific outcomes were achieved?

    1. Technical Evaluation: The authors evaluated the technical performance of the Discoverer and Annotator modules, demonstrating moderate performance in segmentation accuracy and data type annotation.
    2. User Study: A user study revealed that GistVis effectively aids users in understanding data-rich documents, improving reading accuracy by 5.6%, while reducing cognitive load (p=0.016) and perceived effort (p=0.033).
  • What advantages does it have compared to existing solutions?

    1. Tight Integration with Text: GistVis supports in-situ presentation of micro visualizations, directly linked to the semantic content of sentences.
    2. Flexible Modular Design: Each component can be independently optimized, facilitating future expansion.
    3. Fully Automated Processing: By leveraging LLMs, the framework minimizes the need for manual configuration or preprocessing.
  • What were the experimental or evaluation results?

    • In the Discoverer module tests, the sentence segmentation method based on large language models achieved the highest accuracy (68.6%).
    • The Annotator module achieved 79% accuracy through a two-step classification mechanism, significantly reducing misclassification.
    • User studies showed that participants experienced significantly lower stress under the GistVis condition compared to text-only reading, while information extraction accuracy improved.
  • What are the limitations and future directions?

    1. The current system supports a limited range of fact types (e.g., trends, proportions) and lacks support for more complex semantic combinations.
    2. Visualization design options are limited; certain data types (e.g., categorical variables) may require alternative visualization forms.
    3. Interactive features are confined to within-paragraph contexts, and consistency in annotation and interaction across paragraphs for the same entity needs improvement.
    4. Users exhibited ambiguous understanding of some generated content (e.g., certain bar charts), necessitating stricter validation and design improvements.

    Future directions include:

    • Further improving the range of supported fact types and the accuracy of data extraction.
    • Expanding the variety of visualization designs, such as supporting pie charts or novel text-based designs.
    • Developing a unified color mapping system to enhance consistency in data annotation.
    • Integrating the functionality into mainstream tools to increase its applicability in real-world scenarios.

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/papers/chi/188659/2025

AdRecommended

Learn AI Coding at CodeNow

open_in_newOpen DOI Link
DOI: https://dl.acm.org/doi/10.1145/3706598.3713881
At a Glance

Paper Snapshot

fact_check
dataset
Source
CHI
calendar_month
Year
2025
emoji_events
Award
Honorable Mention
group
Authors
7 authors
sell
Subtopics
Explainable AI (XAI), Interactive Data Visualization, Data Storytelling
work
Professions
University Professors & Researchers, UI/UX Designers
article
Content Status
Full text indexed
hub
Related Papers
2 related papers