English

R2Code: A Self-Reflective LLM Framework for Requirements-to-Code Traceability

Software Engineering 2026-04-27 v1

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.

Keywords

Cite

@article{arxiv.2604.22432,
  title  = {R2Code: A Self-Reflective LLM Framework for Requirements-to-Code Traceability},
  author = {Yifei Wang and Jacky Keung and Xiaoxue Ma and Zhenyu Mao and Kehui Chen and Yishu Li},
  journal= {arXiv preprint arXiv:2604.22432},
  year   = {2026}
}

Comments

Accepted to IEEE COMPSAC 2026

R2 v1 2026-07-01T12:33:40.295Z