pith. machine review for the scientific record. sign in

arxiv: 2510.09791 · v3 · submitted 2025-10-10 · 💻 cs.HC

Recognition: unknown

PRAXA: A Grammar for What-If Analysis

Authors on Pith no claims yet
classification 💻 cs.HC
keywords what-ifpraxaanalysisworkflowsgrammarunderapproachescapabilities
0
0 comments X
read the original abstract

What-if analysis is widely used to explore hypothetical scenarios and evaluate alternative pathways to desired results. However, current approaches are fragmented: systems implement what-if capabilities under diverse terminologies with different analytic techniques. Such fragmentation limits expressiveness, impedes flexible composition and reuse of workflows, and hinders tighter integration with AI. We present PRAXA, a compositional grammar of what-if analysis derived from recurring patterns across 141 publications in visual analytics and HCI venues. PRAXA formulates three primitives: (1) data, defining variables under analysis, (2) model, specifying predictive mechanisms, and (3) interaction operations-pairs of user actions and system responses that execute analyses. We encode PRAXA into a declarative specification language, PSL. To evaluate PRAXA, we first show expressiveness by reconstructing representative workflows from prior work as structured compositions, exposing the predominant focus on single-step rather than multi-step reasoning. Second, we demonstrate composability by revealing that capabilities described under distinct terminologies share the same grammatical structure with different parameterizations, and that new multi-step workflows emerge through composition. Third, we illustrate PSL as an intermediate representation for translating natural-language what-if queries into executable interactive interfaces, enabling inspection, validation, and more transparent AI integration. By unifying diverse what-if approaches as a grammar, PRAXA provides a foundation for analyzing, composing, and supporting workflows in next-generation what-if systems.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Bridging Natural Language and Interactive What-If Interfaces via LLM-Generated Declarative Specification

    cs.AI 2026-04 unverdicted novelty 5.0

    LLM-generated declarative specifications bridge natural language what-if questions to interactive interfaces, with benchmarks showing improvement from 52% to 80% success rate after targeted repairs.