Section 01
L-DSGraph: Lightweight Dual-Stream Gated GNN for Statement-Level Defect Localization (Introduction)
This post introduces L-DSGraph, an innovative lightweight dual-stream gated graph neural network framework for statement-level software defect localization. It fuses three complementary information sources—spectrum-based fault localization (SBFL) features, lexical features, and abstract syntax tree (AST) structural features—to accurately identify and rank defect-prone code statements. The project is open-source on GitHub (https://github.com/koukouneed/L-DSGraph) by author koukouneed, released on June 9, 2026.