iMoonLab / DeepHypergraph

A pytorch library for graph and hypergraph computation.
https://deephypergraph.com/
Apache License 2.0
629 stars 63 forks source link

About Directed Hypergraph #31

Open innocentius opened 1 year ago

innocentius commented 1 year ago

The feature is related to the feature of Directed Hypergraph. I noticed that you have scheduled the release of the structure of directed hypergraph already. I'm wondering if you have already finished / almost finished the implimentation? I'm currently looking into a partial implimentation limited to bring HyperGCN into directed hypergraph, but if you guys already finished the part, I would really like to take your implimentation as the solution.

Thank you for your contribution to Hypergraph Learning.

yifanfeng97 commented 1 year ago

Hi, Our scheduler is:

  1. Graph/Hypergraph Batching
  2. Graph/Hypergraph Isomorphism
  3. Graph/Hypergraph Classification
  4. Directed Hypergraph We will implement the directed hypergraph as soon as possible.
dtchang commented 5 months ago

What is the expected date for releasing basic directed hypergraph support? This is more fundamental than items 1=3. I hope you give it the highest priority. Thanks.

innocentius commented 5 months ago

What is the expected date for releasing basic directed hypergraph support? This is more fundamental than items 1=3. I hope you give it the highest priority. Thanks.

TBH, the research on directed hypergraph is sparse, and if I were the repo-owner, I will try to first publish something before they release their idea on directed hypergraph learning.