pyg-team/pytorch_geometric

`VarMisuse` Dataset + Examples

Open

#3,693 opened on Dec 14, 2021

View on GitHub
 (9 comments) (3 reactions) (0 assignees)Python (3,514 forks)batch import
0 - Priority P0featuregood first issue

Repository metrics

Stars
 (19,985 stars)
PR merge metrics
 (Avg merge 35d 1h) (14 merged PRs in 30d)

Description

🚀 Feature

Motivation

paper "LEARNING TO REPRESENT PROGRAMS WITH GRAPHS" which encode computer programs as graphs, with rich semantic information, however, most code implementation on this dataset VarMisuse is based on TensorFlow, like tf-gnn-samples

Pitch

include VarMisuse dataset in PyG framework as a class under torch_geometric.datasets

Additional context

raw dataset provided by author: VarMisuse

more papers/models on this dataset: GNN-FiLM: Graph Neural Networks with Feature-wise Linear Modulation ON THE BOTTLENECK OF GRAPH NEURAL NETWORKS AND ITS PRACTICAL IMPLICATIONS

Contributor guide