DeepGraphLearning / GNN-QE

Official implementation of Graph Neural Network Query Executor (ICML 2022)
MIT License
88 stars 12 forks source link

Query structure for specific tasks #9

Open Jasonqte opened 1 year ago

Jasonqte commented 1 year ago

Nice work! One question, I want to run this model on my own dataset, but the query logic of my downstream tasks mainly focus on is 1p, 2p, 3p, 4p, 5p. Can I only use the above five structures during training process? Does this have an impact on model performance?