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

Knowledge Graph Building Logic #1

Open
t83714 opened this issue Jan 25, 2021 · 0 comments
Open

Knowledge Graph Building Logic #1

t83714 opened this issue Jan 25, 2021 · 0 comments

Comments

@t83714
Copy link
Contributor

t83714 commented Jan 25, 2021

Description

Knowledge Graph Building Logic:

  • Matching entity
    • May adopt a more complex algorithm but now just try keyword base search first
  • Enrich the KG by pulling relevant statement/claim. e.g. (P31 instance of, P279 subclasses of etc.)
    • Needs to decide more appropriate shorter property list (complete list)
    • Options:
      • Option1: Only pull relevant items of the current item
      • Option2: Pull all parent items as well. e.g. pull items of relevant items by P31 property (relationship) as well until reach an item has no P31 property (relationship)
      • Option3: Get all properties of the current item only. No attempt to pull parents.
    • The decision can be made based on DGA data testing.
  • inference/reasoning
    • We might have to mask some very high/abstract level concepts (probably a pre-defined list) in order to make sure always produce usable outcome
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

1 participant