Designing FSMs Specifications from Requirements with GPT 4.0

arXiv cs.CL / 4/1/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes an LLM-based framework to design finite state machines (FSMs) directly from natural-language requirements, positioning FSMs as executable formal specifications in model-driven engineering (MDE).
  • It highlights that FSM quality strongly affects downstream testing effectiveness and production safety, motivating an expert-centric repair approach when LLM-generated FSMs are imperfect.
  • The proposed repair strategy uses FSM mutation and test generation to identify and fix issues in FSMs produced by LLMs.
  • Experimental results (on simulated data) evaluate LLM capabilities for both FSM design and repair using multiple methods, offering an analysis of how well LLMs can support MDE workflows.
  • The authors frame the findings as a useful step toward further machine learning and MDE applications, emphasizing practical vision for improving specification reliability.

Abstract

Finite state machines (FSM) are executable formal specifications of reactive systems. These machines are designed based on systems' requirements. The requirements are often recorded in textual documents written in natural languages. FSMs play a crucial role in different phases of the model-driven system engineering (MDE). For example, they serve to automate testing activities. FSM quality is critical: the lower the quality of FSM, the higher the number of faults surviving the testing phase and the higher the risk of failure of the systems in production, which could lead to catastrophic scenarios. Therefore, this paper leverages recent advances in the domain of LLM to propose an LLM-based framework for designing FSMs from requirements. The framework also suggests an expert-centric approach based on FSM mutation and test generation for repairing the FSMs produced by LLMs. This paper also provides an experimental analysis and evaluation of LLM's capacities in performing the tasks presented in the framework and FSM repair via various methods. The paper presents experimental results with simulated data. These results and methods bring a new analysis and vision of LLMs that are useful for further development of machine learning technology and its applications to MDE.