Skip to content
Discussion options

You must be logged in to vote

This is one of the things that excited me most about MAGI. The footnotes essentially give you a pre-built edge list for a knowledge graph.

You could parse .mda files and for each footnote:

  • doc-id in front matter = source node
  • referenced doc-id in footnote = target node
  • rel-type = edge type
  • rel-desc = edge metadata

Combined with entities as node properties and tags for clustering, you've got a rich graph without any NLP extraction needed - the relationships are already explicit.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by LarHope
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants