Stanford CS224W: ML with Graphs | 2021 | Lecture 10.3 - Knowledge Graph Completion Algorithms

preview_player
Показать описание

Lecture10.3 - Knowledge Graph Completion: TransE, TransR, DistMul, ComplEx
Jure Leskovec
Computer Science, PhD

Having talked about several knowledge graphs, we then introduce how to perform the knowledge graph completion task. In this lecture, we will talk about several models such as TransE, TransR, Dismult and ComplEx. For each of the model, we will discuss which type of relations it can model and relations it fails to model.

To follow along with the course schedule and syllabus, visit:
Рекомендации по теме
Комментарии
Автор

Very cool concepts in this lecture. Thank you

איילתדמור
Автор

Thank you for lecture! I think the proof of that DistMul can't model inverse relations is not correct.

We have <h, r2, t> = <t, r1, h> for a specific h and t. Thus, the equation says that r1-r2 shoud belong to a specific hyperplane, however it doesn't mean r1 = r2. 26:51

BorisVasilevskiy
Автор

This lecture in particular was a great unified summary of methods! Thanks!

rherrmann
Автор

This is the greatest lecture of all time!

hohinng
Автор

i think i might be missing some points here but i'm still trying to understand how does textual/numerical information in KG is transformed before we use it with graph prediction model?

afrinaad
Автор

I don't understand the condition of complex conjugate of r_1 and r_2 at slide 65. Could you explain for me ? thanks prof

xuanloc
Автор

Can we use non-linear algorithms that are more expressive and more expansive that can capture all the relationships?

hanchisun