🤖 AI Summary
Evaluating large language models’ (LLMs) capability to generate correct, executable, and statistically sound SAS code remains an open challenge, particularly for complex multivariate statistical analyses. Method: We systematically assess ChatGPT (v3.5/v4) and Llama on SAS programming tasks, introducing the first standardized, statistics-oriented SAS benchmark—comprising real-world datasets, structured problem specifications, data documentation, and expert-validated reference implementations. We employ a multidimensional human evaluation framework assessing five dimensions: syntactic correctness, executability, statistical semantic accuracy, result reliability, and code readability. Contribution/Results: While all models consistently produce syntactically valid code, they exhibit high error rates and substantial redundancy in tasks requiring deep statistical reasoning. Critically, none meet practical thresholds for executability or result accuracy. This work presents the first comprehensive, human-led evaluation of LLM-generated statistical code and publicly releases the benchmark, establishing both methodological rigor and empirical grounding for trustworthy statistical AI.
📝 Abstract
The programming capabilities of large language models (LLMs) have revolutionized automatic code generation and opened new avenues for automatic statistical analysis. However, the validity and quality of these generated codes need to be systematically evaluated before they can be widely adopted. Despite their growing prominence, a comprehensive evaluation of statistical code generated by LLMs remains scarce in the literature. In this paper, we assess the performance of LLMs, including two versions of ChatGPT and one version of Llama, in the domain of SAS programming for statistical analysis. Our study utilizes a set of statistical analysis tasks encompassing diverse statistical topics and datasets. Each task includes a problem description, dataset information, and human-verified SAS code. We conduct a comprehensive assessment of the quality of SAS code generated by LLMs through human expert evaluation based on correctness, effectiveness, readability, executability, and the accuracy of output results. The analysis of rating scores reveals that while LLMs demonstrate usefulness in generating syntactically correct code, they struggle with tasks requiring deep domain understanding and may produce redundant or incorrect results. This study offers valuable insights into the capabilities and limitations of LLMs in statistical programming, providing guidance for future advancements in AI-assisted coding systems for statistical analysis.