lujiaying / Open-World-TaxoKG-CoLearning

Data and code of AKBC'22 paper "Open-World Taxonomy and Knowledge Graph Co-Learning".
https://www.akbc.ws/2022/papers/11_open_world_taxonomy_and_knowle
2 stars 0 forks source link

Baselines #16

Closed lujiaying closed 3 years ago

lujiaying commented 3 years ago

TransE

Done

TransE not work for OLP task. Taxo-TransE also not helpful. MSCG contains too dense Taxo edges, think about other ways for ego graph construction.

lujiaying commented 3 years ago

Jul 22 Performance is really bad in OLP task. Thinking about some mechanism to add our learn-to-generalize idea upon TransE

TODO

lujiaying commented 3 years ago

ConvE

Details see #20

lujiaying commented 3 years ago

TransH

https://github.com/thunlp/OpenKE/blob/OpenKE-PyTorch/openke/module/model/TransH.py

lujiaying commented 3 years ago

R-GCN

Details see #19

lujiaying commented 3 years ago

CompGCN

Tricks:

TODO

lujiaying commented 3 years ago

Count-Infer

Infer relation from both parent and child: get 0 scores too

Infer taxonomy from relation: get 0 scores since edges are rarely shared.


Chang into infer by semantic edges? Done c0e5f78