English

Requirements Satisfiability with In-Context Learning

Software Engineering 2024-04-22 v1

Abstract

Language models that can learn a task at inference time, called in-context learning (ICL), show increasing promise in natural language inference tasks. In ICL, a model user constructs a prompt to describe a task with a natural language instruction and zero or more examples, called demonstrations. The prompt is then input to the language model to generate a completion. In this paper, we apply ICL to the design and evaluation of satisfaction arguments, which describe how a requirement is satisfied by a system specification and associated domain knowledge. The approach builds on three prompt design patterns, including augmented generation, prompt tuning, and chain-of-thought prompting, and is evaluated on a privacy problem to check whether a mobile app scenario and associated design description satisfies eight consent requirements from the EU General Data Protection Regulation (GDPR). The overall results show that GPT-4 can be used to verify requirements satisfaction with 96.7% accuracy and dissatisfaction with 93.2% accuracy. Inverting the requirement improves verification of dissatisfaction to 97.2%. Chain-of-thought prompting improves overall GPT-3.5 performance by 9.0% accuracy. We discuss the trade-offs among templates, models and prompt strategies and provide a detailed analysis of the generated specifications to inform how the approach can be applied in practice.

Keywords

Cite

@article{arxiv.2404.12576,
  title  = {Requirements Satisfiability with In-Context Learning},
  author = {Sarah Santos and Travis Breaux and Thomas Norton and Sara Haghighi and Sepideh Ghanavati},
  journal= {arXiv preprint arXiv:2404.12576},
  year   = {2024}
}
R2 v1 2026-06-28T15:59:21.385Z