Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue of generating reciprocal edges in directed graph #14

Open
c752334430 opened this issue May 11, 2021 · 2 comments
Open

Issue of generating reciprocal edges in directed graph #14

c752334430 opened this issue May 11, 2021 · 2 comments

Comments

@c752334430
Copy link

Hi, thanks for open source the code! The framework can learn and generate undirected graph with high quality. But when I train the model (modified based on the suggestion given in the appendix of the paper) with directed graph, I find it cannot generate similar amount of reciprocal edges compare to the training graph I have.

Specifically, The modification I have done is double the length of edge sequence of node i as (A_1i, A_i1, A_2i, A_i2 ...), where A is the adj matrix. I do know this leads to a sparser sequence.

The graph I'm training has around 200 nodes, 659 one sided directed edges and 58 reciprocal edges, while the generated graph in average has less than 520 directed edges and 15 to 20 reciprocal edges. So the model is generating sparser graph.

I wonder if anyone has experience using this framework with directed graph, and give any advise on dealing with my issue?

Thanks in advance.

@ZeroCSIS
Copy link

Hello, I have some similar questions, may I have a discussion with you? It seems that you are also working on graphs.

@c752334430
Copy link
Author

Sure, send an email to [email protected] so we can schedule a chat :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants