izuna385 / Japanese-Named-Entity-Resolution-With-BERT

Japanese Named Entity Resolution with BERT

Home Page:https://qiita.com/izuna385/items/7631754d3ba38ce9712e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BERTを用いた名寄せ解消

モデル

  • InferSent を一部参考に以下のモデルを組んだ。

model

結果

  • dev acc. ~%85 ,test acc. ~ 85%. 要改良。

  • 例えば この論文 で使用している特徴量を組み込むことが考えられる。

実験方法

$ conda create -n allennlp python=3.7
$ conda activate allennlp
$ pip install -r requirements.txt
$ sh download.sh
$ python3 main.py -num_epochs 3

About

Japanese Named Entity Resolution with BERT

https://qiita.com/izuna385/items/7631754d3ba38ce9712e


Languages

Language:Python 98.4%Language:Shell 1.6%