HyperGAT_TextClassification
HyperGAT_TextClassification copied to clipboard
Implementation of EMNLP2020 -- Be More with Less: Hypergraph Attention Networks for Inductive Text Classification
@kaize0409 Thanks your fantastic work ! Hello ! I can use the generate_LDA.py now! But I still have something confused! `parser.add_argument('--topn', type=int, default=10, help='top n keywords') parser.add_argument('--topics', type=int, help='number of...
Hi, thanks your work! I have some confusion about the code. I want to know what `self.word_context` means, and why concat with x1(`pair_h = torch.cat((q1, x1), dim=-1)`, `q1 = self.word_context.weight[0:].view(1,...