HyperGAT_TextClassification icon indicating copy to clipboard operation
HyperGAT_TextClassification copied to clipboard

Implementation of EMNLP2020 -- Be More with Less: Hypergraph Attention Networks for Inductive Text Classification

Results 2 HyperGAT_TextClassification issues
Sort by recently updated
recently updated
newest added

@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,...