Skip to content

Commit

Permalink
Update knowledge_graph_embedding.md
Browse files Browse the repository at this point in the history
in progress commit, next to line 186
  • Loading branch information
robertdhayanturner authored Dec 20, 2023
1 parent 8375964 commit 8431d71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/use_cases/knowledge_graph_embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ The problem with KGs is that they are usually incomplete. Edges that should be p

“… in Freebase, 93.8% of people have no place of birth and [78.5% have no nationality](https://aclanthology.org/P09-1113.pdf), [about 68% of people do not have any profession](https://dl.acm.org/doi/abs/10.1145/2566486.2568032), while, in Wikidata, [about 50% of artists have no date of birth](https://arxiv.org/abs/2207.00143), and only [0.4% of known buildings have information about height](https://dl.acm.org/doi/abs/10.1145/3485447.3511932).”

These imperfections, whether minor or major, can pose significant difficulties if we rely solely on the graph for information.
// if for example we don't have explicitly in the graph where I was born, we can't answer any question that needs this information with traditional Graph DB-s. For example: how many historical events are linked to the place where I was born. Since we don't have the link "was born", we won't be able to answer the question, even if we have all the historical events linked. If we have good quality node representations, we can infer my birth place (if sufficient information is in the graph).//
The imperfections of KGs can have negative outcomes. For example in recommendations systems, KG incompleteness can lead to limited or biased recommendations; on Q&A tasks, KG incompleteness can result in substantively and contextually incomplete or inaccurate answers to queries.

Knowledge Graph Embeddings can help.
Fortunately, KGEs can help solve the problems faced by KGs.

## Knowledge Graph Embeddings and how they work

Expand Down

0 comments on commit 8431d71

Please sign in to comment.