shunk031 / paper-survey

📚 Survey of previous research and related works on machine learning (especially Deep Learning) in Japanese
https://shunk031.github.io/paper-survey/
151 stars 12 forks source link

Learning to Compute Word Embeddings On the Fly #173

Closed shunk031 closed 6 years ago

shunk031 commented 6 years ago

https://arxiv.org/abs/1706.00286

shunk031 commented 6 years ago

文中の未知語に対してWordNetの単語定義文をエンコードした単語表現ベクトルで対処する,On the Fly Embdddingsを提案.特定のタスク対して辞書定義エンコーダをend-to-endで学習を行い, エンコードした定義文と補助ベクトルを用いてボキャブラリ外の未知語に対応するモデルを構築.

paper summary