Abstract

1. Introduction

Large-Scale knowledge graphs(KG)

: FreeBase, YAGO, WordNet → semantic search, recommendation, QA 등 다양한 task에서 좋은 basis가 됨

KG의 구성

: multi-relational graph

: entities as nodes and relations as edges

→ 각 edge는 triplet으로 구성

triplet: (head entity, relation, tail entity)

e.g., (Steve Jobs, founded, Apple Inc.)

→ 하지만 모든 요소가 다 채워져 있는 것은 아니다 → KBC를 진행하자!

KBC 관련 research

KG-BERT

2. Related Work : Knowledge Graph Embedding

: tripe $(h, r, t)$ scoring function에 따라 translational distance model과 semantic matching model로 나뉘어짐

Translational distance model

: distance-based scoring function 사용 → $r$의 translation 이후, $h, t$ 사이의 거리를 계산