YujiaBao / Distributional-Signatures

"Few-shot Text Classification with Distributional Signatures" ICLR 2020
https://arxiv.org/abs/1908.06039
MIT License
254 stars 57 forks source link

GNN #13

Closed XUYUNYUN666 closed 4 years ago

XUYUNYUN666 commented 4 years ago

It is possible to use the GNN as the classifier?

YujiaBao commented 4 years ago

The current codebase doesn't have GNN but feel free to implement and test it. Also, if you want to use GNN as the classifier, you need to first decide what meta information are you learning here. For example, it can be the initializations of your GNN (as in MAML).