GRAPHIA uses graph neural network link prediction on whole-program graphs to rank candidate callees for unresolved JavaScript call sites, placing the correct one in the top 5 for 72% of cases.
Learning to Represent Edits
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We introduce the problem of learning distributed representations of edits. By combining a "neural editor" with an "edit encoder", our models learn to represent the salient information of an edit and can be used to apply edits to new inputs. We experiment on natural language and source code edit data. Our evaluation yields promising results that suggest that our neural network models learn to capture the structure and semantics of edits. We hope that this interesting task and data source will inspire other researchers to work further on this problem.
citation-role summary
citation-polarity summary
fields
cs.SE 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Call Me Maybe: Enhancing JavaScript Call Graph Construction using Graph Neural Networks
GRAPHIA uses graph neural network link prediction on whole-program graphs to rank candidate callees for unresolved JavaScript call sites, placing the correct one in the top 5 for 72% of cases.