Create heter graph from meta-paths?

current function to create heter-graph are mostly based on triplets(or canonical_etypes), I want to do some research on the preprocessed datasets of HAN
writer’s implement
I download the .mat files of IMBD、ACM、dblp,but it was based on meta-path,eg. the adjacent matrix with composite relation APCPA.
So how to transform data in this format into an heter-graph in DGL, or do you have official datasets for IMDB and DBLP(just like the ACM dataset)

You may find the DGL HAN implementation helpful.

It seems the load_acm() function used meta path but it didn’t create a heter-graph. In fact, gs is a list of homo-graphs.

There’s a variant for heterogeneous graphs here.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.