HKUST-KnowComp / DeepGraphCNNforTexts

127 stars 41 forks source link

hierarchical textclassification #6

Open paulpaul91 opened 5 years ago

paulpaul91 commented 5 years ago

I watched the code, you used the multi_label. But how do you compute the relation of hierarchy?

superlyc commented 4 years ago

I am confused about the part compute the relation of hierarchy as well. Did you get this code work? It seems that the training file graphcnn_train.py mentioned in the readme did not use the function to compute the Recursive Regularization discussed the paper. Some part of the code seems implemented that idea, but it does not seem working.