Upgrade to Pro — share decks privately, control downloads, hide ads and more …

文献紹介:Bayesian Optimization of Text Representations

Atom
April 08, 2019

文献紹介:Bayesian Optimization of Text Representations

長岡技術科学大学
自然言語処理研究室
吉澤亜斗武

Atom

April 08, 2019
Tweet

More Decks by Atom

Other Decks in Technology

Transcript

  1. Bayesian Optimization of Text Representations Dani Yogatama, Lingpeng Kong, Noah

    A.Smith 文献紹介 2019/4/8 長岡技術科学大学 自然言語処理研究室 吉澤 亜斗武 Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing, pages 2100–2105, Lisbon, Portugal, 17-21 September 2015.
  2. 1. Introduction ・機械学習の入力にテキストを入れる際,複数のテキスト 表現があり,その比較実験に時間がかかることが多い. 例)stop words を取り除くか,否か? 単語の重みづけは二値か,あるいは TF-IDF か?

    ・これらの組み合わせの決定は,パフォーマンスに重要 ・ハイパーパラメータの最適化と同様に扱えるのでは? ・sequential model based optimization (SMBO) を適応する. 3
  3. 2. Problem Formulation and Notation ・訓練データ: = . 1 ,

    , 1 , ⋯ , . 𝑛𝑛 , , 𝑛𝑛 . 𝑛𝑛 : 番目の入力文書 , 𝑛𝑛 :出力空間(分類先) ・開発データを用いて,適当な指標(分類精度,尤度,F値)を 用いてハイパーパラメータを調整する. ・入力のベクトル表現: ・ = () 4