An experience report finds that LLM-based generation of requirements from code is not yet viable, as models fail to produce non-implemented requirements, high-quality specs, or synthetic smells reliably and require extensive human supervision for quality.
R2Code: A Self-Reflective LLM Framework for Requirements-to-Code Traceability
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Accurate requirement-to-code traceability is crucial for software maintenance. However, existing IR- and embedding-based methods are heavily dependent on lexical similarity, often yielding incomplete or inconsistent links across projects and languages and incurring high cost from long-context retrieval and prompting. This paper presents R2Code, an LLM-based semantic traceability framework designed to improve trace link accuracy while reducing inference cost. R2Code integrates three components: 1) a decomposition-enhanced Bidirectional Alignment Network (BAN) that aligns four-layer requirement semantics with corresponding code structures to support cross-level semantic matching; 2) a Self-Reflective Consistency Verification (SRCV) module that conducts explanation-guided consistency checking to calibrate link reliability; and 3) a Dynamic Context-Adaptive Retrieval (DCAR) mechanism that adjusts retrieval granularity and filters contexts using semantic-overlap weighting for efficient context utilization. Experiments on five public datasets spanning multiple domains and two programming languages demonstrate that R2Code consistently outperforms the strongest baselines, achieving an average F1 gain of 7.4%, while reducing token consumption by up to 41.7% through adaptive context control.
fields
cs.SE 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
On the Viability of Requirements Generation From Code: An Experience Report
An experience report finds that LLM-based generation of requirements from code is not yet viable, as models fail to produce non-implemented requirements, high-quality specs, or synthetic smells reliably and require extensive human supervision for quality.