HCAISEJul 7

Plainbook: Data Science, in Plain Language

arXiv:2607.057178.1
Predicted impact top 30% in HC · last 90 daysOriginality Incremental advance
AI Analysis

For scientists and analysts who cannot code, Plainbook lowers the barrier to using computational notebooks for reproducible data analysis.

Plainbook makes data science notebooks accessible to non-coders by using natural language instead of code, with automatic code generation and built-in verification mechanisms. It achieves linear execution and efficient verification through a snapshot kernel.

Jupyter Notebooks have become widely adopted in data science, as they allow the sharing of reproducible computational analysis. They are, however, accessible only to people who understand computer code. To reach the broader audience of scientists interested in data analysis and computation, but unfamiliar with code, we introduce Plainbook, notebooks centered on natural language rather than code. Plainbook is based on two principles: promote the natural language descriptions, and verify the values. In plainbook, the natural language descriptions are preserved, rather than the resulting code; the code is generated automatically from the cell descriptions. As natural language is read top to bottom, Plainbook adopts a linear execution semantics, in which cells are guaranteed to be executed in the order in which they appear; there is no "hidden state" or out-of-order execution as in Jupyter. To allow users who may not understand code to verify the correctness of the computation, we have built into Plainbook verification mechanisms centered on values and value inspection. These include mechanisms that focus on individual cells, akin to unit tests, as well as global mechanisms. Both the linear execution semantics, and the verification mechanisms, are underpinned by a snapshot kernel that caches execution states and makes execution and verification efficient.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes