English

How Effective are Large Language Models in Generating Software Specifications?

Software Engineering 2025-02-11 v3

Abstract

Software specifications are essential for many Software Engineering (SE) tasks such as bug detection and test generation. Many existing approaches are proposed to extract the specifications defined in natural language form (e.g., comments) into formal machine readable form (e.g., first order logic). However, existing approaches suffer from limited generalizability and require manual efforts. The recent emergence of Large Language Models (LLMs), which have been successfully applied to numerous SE tasks, offers a promising avenue for automating this process. In this paper, we conduct the first empirical study to evaluate the capabilities of LLMs for generating software specifications from software comments or documentation. We evaluate LLMs performance with Few Shot Learning (FSL) and compare the performance of 13 state of the art LLMs with traditional approaches on three public datasets. In addition, we conduct a comparative diagnosis of the failure cases from both LLMs and traditional methods, identifying their unique strengths and weaknesses. Our study offers valuable insights for future research to improve specification generation.

Keywords

Cite

@article{arxiv.2306.03324,
  title  = {How Effective are Large Language Models in Generating Software Specifications?},
  author = {Danning Xie and Byungwoo Yoo and Nan Jiang and Mijung Kim and Lin Tan and Xiangyu Zhang and Judy S. Lee},
  journal= {arXiv preprint arXiv:2306.03324},
  year   = {2025}
}

Comments

This paper is accepted by the IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER) 2025

R2 v1 2026-06-28T10:57:19.685Z