PulseAugur
EN
LIVE 09:38:37

New benchmark evaluates LLMs on TLA+ spec generation by execution

Researchers have introduced TLA$^{+}$-Bench, a new benchmark and dataset designed to more accurately evaluate the performance of large language models in generating TLA$^{+}$ formal specifications from natural language. Unlike previous methods that relied on resemblance or parseability, TLA$^{+}$-Bench grades specifications based on execution using a TLA$^{+}$ model checker. The dataset includes 403 model-checked specifications and 897 parse-only specifications, along with various labels for difficulty and category. A key finding is that the correctness rate of model-generated TLA$^{+}$ specifications can vary significantly based on grading choices, with rates ranging from 1.7% to 26% depending on the evaluation method and whether interface names are provided to the model. AI

IMPACT This benchmark could lead to more reliable evaluation of LLMs for formal specification generation, improving software engineering practices.

RANK_REASON The item is a research paper introducing a new benchmark and dataset for evaluating LLMs. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New benchmark evaluates LLMs on TLA+ spec generation by execution

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Arslan Bisharat, Eric Spencer, Brian Ortiz, Khushboo Bhadauria, Mujtaba Nazari, Beatriz Santos, Anisa Ramos, TaiNing Wang, George K. Thiruvathukal, Konstantin L\"aufer, Mohammed Abuhamad ·

    TLA$^{+}$-Bench: An Execution-Grounded Benchmark and Dataset for Natural-Language to TLA+ Specification Generation

    arXiv:2607.23425v1 Announce Type: cross Abstract: Large language models increasingly write TLA$^{+}$ formal specifications from natural-language descriptions, but progress is hard to measure: existing resources grade by resemblance to a reference or by whether the output parses, …