利用GPT 4.0从需求设计有限状态机规范 / Designing FSMs Specifications from Requirements with GPT 4.0
1️⃣ 一句话总结
这篇论文提出了一个基于大语言模型(如GPT-4)的框架,用于自动将自然语言描述的系统需求转化为高质量的有限状态机规范,并通过专家主导的修复方法来提升其可靠性,以降低后续系统测试和运行中的风险。
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.
利用GPT 4.0从需求设计有限状态机规范 / Designing FSMs Specifications from Requirements with GPT 4.0
这篇论文提出了一个基于大语言模型(如GPT-4)的框架,用于自动将自然语言描述的系统需求转化为高质量的有限状态机规范,并通过专家主导的修复方法来提升其可靠性,以降低后续系统测试和运行中的风险。
源自 arXiv: 2603.29140