Crystalis framework boosts LLM multi-view chart generation to 75% success
LLMs can now create coordinated multi-view charts with a 9x improvement over baseline.
Large language models (LLMs) are decent at generating single charts, but building coordinated multi-view visualizations (CMVs)—where multiple views share data, encodings, and interactions—has been a major challenge. Errors in one component can silently break others, making end-to-end generation unreliable. To solve this, researchers from Zhejiang University and elsewhere propose Crystalis, a framework that breaks CMVs into structured queries over a dependency graph spanning data, visualization, and interaction components across three abstraction levels (requirement, specification, executable object).
Crystalis uses two complementary mechanisms: progressive nucleation, which crystallizes each query vertically from requirement to object following dependency order, and semantic annealing, which enforces horizontal consistency across queries via layered logical checks. On a 12-task benchmark using five frontier LLMs, Crystalis achieved up to 75% end-to-end (E2E) success—compared to just 8.3% E2E with a standard agentic coding baseline using the same foundation model. A user study with 12 practitioners validated the decomposition and iterative refinement workflow. The paper is available on arXiv (2607.24766) and marks a significant step toward reliable, LLM-generated multi-view dashboards.
- Crystalis achieves up to 75% end-to-end success on a 12-task CMV benchmark, vs. 8.3% for a baseline agentic coding approach.
- The framework uses progressive nucleation (vertical crystallization of queries) and semantic annealing (horizontal consistency checks) across three component types and three abstraction levels.
- Tested across five frontier LLMs with a user study of 12 practitioners confirming the decomposition and iterative workflow are usable.
Why It Matters
Reliable LLM-generated coordinated dashboards could democratize complex data analysis for business intelligence and research.