GraphMask
GraphMask copied to clipboard
Official implementation of GraphMask as presented in our paper Interpreting Graph Neural Networks for NLP With Differentiable Edge Masking.
Results
2
GraphMask issues
Sort by
recently updated
recently updated
newest added
Hi, I run your code to train the model on QA dataset using command `python train_model.py --configuration configurations/qa.json`. However, there is a WARNING bug when it begins as: `Building the...
Thanks for sharing the code! I have some problem about how to select optimizer when training diffmask. I find that **Lookahead RMSprop** is used in '**How do Decisions Emerge across...