soyamash / read_paper

memo for NLP paper
0 stars 0 forks source link

Evaluating the Impact of Knowledge Graph Context on Entity Disambiguation Models #2

Open soyamash opened 3 years ago

soyamash commented 3 years ago

https://arxiv.org/abs/2008.05190

soyamash commented 3 years ago

知識グラフ(ここではウィキデータ)から得られる文脈を用いてpre-trained transformerモデルを学習させる手法を提案し、固有表現の曖昧性解消タスク(NED)に対して有効であることを示す

soyamash commented 3 years ago

Entity Linking (EL) はsurface form extraction (mention detection)と named entity disambiguation (NED)の2つのサブタスクに分けられる

soyamash commented 3 years ago

入力Entityの周辺文脈、表層、KGから抽出した知識を[SEP]で区切ってconcutし入力、正しい語義の知識ならtrueを出力する二値分類

スクリーンショット 2020-10-31 15 16 31
soyamash commented 3 years ago

実際のKGが以下のようにあるので、1 or 2 hopでtripletを検索し、これを空白区切りの自然分の形で入力の末尾に入れる(∮)

スクリーンショット 2020-11-02 9 53 54
soyamash commented 3 years ago
スクリーンショット 2020-11-02 9 58 07