Issue about code with citation dataset
Hi Yifan,
Could you please upload the code with citation dataset? I was wondering how to transform dataset like raw cora (cora.content and cora.cites) to fit for hypergraph neural network. Thanks in advance.
I have the same problem
Hi, were you able to solve this issue?Please give me some advice, thank you.
I have the same problem
Hi, were you able to solve this issue?Please give me some advice, thank you.
Hi Yifan,
Could you please upload the code with citation dataset? I was wondering how to transform dataset like raw cora (
cora.contentandcora.cites) to fit for hypergraph neural network. Thanks in advance.
Hi, were you able to solve this issue?Please give me some advice, thank you.
I am also interested in how to transform cora dataset to fit for hypergraph neural network,Would you give me some advice,thank you.
Hi Yifan, Could you please upload the code with citation dataset? I was wondering how to transform dataset like raw cora (
cora.contentandcora.cites) to fit for hypergraph neural network. Thanks in advance.Hi, were you able to solve this issue?Please give me some advice, thank you.
Hi,Have you solved the problem yet? Please give me some advice, thank you.
Hi We have released a toolbox named DHG, which provides learning on many correlation structures like simple graph, bipartite graph, and simple hypergraph. The structure transforms like promoting simple graph to hypergraph and reducing hypergraph to graph are also included in here. Use HGNN to learn on Cora refer to this Use HGNN+ to learn on Cora refer to this Transform cora data to hypergraph data refer to this Hope this can help you!