Link Prediction on Multiple graph #7977
Unanswered
ankitjsrnit
asked this question in
Q&A
Replies: 1 comment
-
How did you previously implement this? In the end, this may boil down to an edge classification or link prediction task, but you would still need some post-processing of predictions to confirm that constraints are met. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i have multiple graph dataset. Each of my graph represents the unique PDF document, where node is component of pdf doc like 'title', 'paragraph', 'header', 'images' etc. I am trying to predict the the link between two component if exist. e.g. "a paragraph can only be connected to one header". I already implemented graph sage using other library. Now, i wanted to use torch geometric to implement my network. can you please share some example notebook or code with similar kind of problem statement.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions