-
Notifications
You must be signed in to change notification settings - Fork 0
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
Graph Summarization #9
Comments
So ideally we write this using Cypher + APOC: https://github.com/neo4j-contrib/neo4j-apoc-procedures Looks like the two functions we need to copy are:
Will be worth writing some pseudo code here. Will help narrow down the Cypher required |
Looks like this is also important: https://github.com/mswellhao/PacSum/blob/67cc8ad370eac160ede997b7c32eb74907728bf8/code/extractor.py#L107 Algorithm: Inputs: A list of sentence nodes, beta, lambda1, lambda2
This will be relatively easy to implement in Python, my concern would be grabbing all the sentence nodes from the associated documents using Cypher |
Implement graph summarization method similar to: https://github.com/mswellhao/PacSum
Required Tasks:
Helpful links
PACSUM extractor code: https://github.com/mswellhao/PacSum/blob/master/code/extractor.py
The text was updated successfully, but these errors were encountered: