GNN Bug Localization in Python Repositories

A graph neural network that predicts where bugs live in Python GitHub projects by combining the structure of the code’s abstract syntax tree with natural-language text from GitHub issues — a joint structural + textual representation rather than treating either signal alone.

My role: model design, training, and evaluation.

Stack: Python, PyTorch, PyTorch Geometric.