Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HGOT[ICML2025]
How to run
Clone the Openhgnn-DGL
If you do not have gpu, set -gpu -1.
the dataset imdb4MAGNN is supported.
Performance: Node classification
The perform of experiments are run in the setting of paper which uses SVM classification, so it is a little bit different from semi-supervised node classification. And directly running the model is using semi-supervised node classification trainerflow.
Dataset
Description
imdb4MAGNN
Number of nodes
Number of edges
Types of metapaths:
MDM, MAM, DMD, DMAMD, AMA, AMDMA. Please note that theMis movie,Dis director,Ais actor, and the edges above are all bidirectional.[TODO]
TrainerFlow: Node classification trainer
is calculated as:$h_i$ = $ W_{\phi_i}$ *
Node Level: An attention network is utilized to compute node embeddings under each meta-path, which are then fused via weighted summation to obtain the aggregated node representation $ Z_agg $
Edge Level: The adjacency matrices generated by each meta-path undergo a logical OR operation to produce the aggregated adjacency matrix $ A_agg $, preserving all potential connectivity information.
Hyper-parameters specific to the model
You can modify the parameters in openhgnn/config.ini
Description
More
Contirbutor
Yanhua Zhu[GAMMA LAB]
If you have any questions,
Submit an issue or email to 2023210015@bupt.cn.
More
Contirbutor
Yanhua Zhu[GAMMA LAB]
If you have any questions,
Submit an issue or email to 2023210015@bupt.cn.
Description
Checklist
Please feel free to remove inapplicable items for your PR.
Changes