software engineering

Specification-Guided Synthesis of Deadlock-Free Communication Protocol Refinements with Large Language Models

arXiv:2607.27964

summary

The paper introduces Syntropy, a framework that uses large language models guided by multiparty session type specifications to automatically synthesize deadlock‑free refinements of communication protocols.

Abstract

Ensuring behavioural correctness in communication protocols is a central challenge in distributed software systems, as subtle inconsistencies can lead to deadlocks. In such settings, protocol refinement - the safe substitution of a protocol that preserves correctness and compatibility with other components - is essential. Large language models (LLMs) have demonstrated strong capabilities in code generation and program synthesis, yet lack mechanisms to reliably produce outputs with correct behaviour. Formal specification approaches, such as multiparty session types (MPST), offer rigorous guarantees, including deadlock freedom, but provide limited support for automatically constructing protocol refinements. In this paper, we present Syntropy, a framework for synthesising protocol refinements guided by MPST specifications and LLMs. It incorporates refinement constraints directly into the generation process, ensuring the generated variants satisfy these guarantees. Our comprehensive evaluation indicates that Syntropy achieves 95.6%-99.5% validity while maintaining high syntactic correctness, and produces diverse, non-trivial refinements across multiple LLMs.

Topics & keywords

#protocol synthesis#deadlock freedom#large language models#session types#refinementmultiparty session typesLLM-guided synthesisprotocol refinementdeadlock‑free communicationSyntropy