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

文献紹介:A Joint Segmentation and Classification Framework for Sentiment Analysis

Shohei Okada
December 05, 2014

文献紹介:A Joint Segmentation and Classification Framework for Sentiment Analysis

Shohei Okada

December 05, 2014
Tweet

More Decks by Shohei Okada

Other Decks in Research

Transcript

  1. 文献情報 Duyu Tang, Furu Wei, Bing Qin, Li Dong, Ting

    Liu and Ming Zhou A Joint Segmentation and Classification Framework for Sentiment Analysis In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing, pp 477-487. 2014. 2014/12/05 文献紹介 2
  2. 概要 • 典型的な sentiment classification (pipeline method) segmentation → classification

    – error propagation • segmentation error は classification に影響 e.g.)〈bad, not bad〉, 〈a great deal of, great〉 2014/12/05 文献紹介 3
  3. 概要 • 典型的な sentiment classification (pipeline method) segmentation → classification

    • 提案手法 (joint segmentation and classification, JSC) segmentation classification 2014/12/05 文献紹介 4 sentiment-specific segmentor を学習
  4. 概要 • segmentation candidates をスコア付し,上位のものを 極性分類の素性として用いる • segmentation の極性を予測,segmentator の更新に利用

    • 訓練データは極性情報のみ • SemEval 2013 の Twitter sentiment classification dataset にて state-of-the-art な手法と同等の性能を達成 2014/12/05 文献紹介 6
  5. 手法 3種のモデルを利用 1. candidate generation model (CG) 2. segmentation ranking

    model (SEG) 3. sentiment classification model (SC) 2014/12/05 文献紹介 8
  6. Candidate generation • phrase table による制約を用いたビーム探索を利用 • Mikolov et al.,

    2013 , = , − × ( ) – 閾値を設け,phrase table を取得 2014/12/05 文献紹介 11
  7. Segmentation ranking segmentation candidates に実数値のスコア付け 𝑖 = exp + �

    𝑠𝑒𝑖 ⋅ 𝑘 𝑘 : 番目の文 Ω𝑖 : の番目の segmentation candidate 𝑖 : Ω𝑖 のスコア 𝑠𝑒𝑖 : Ω𝑖 の番目の素性 2014/12/05 文献紹介 15
  8. Segmentation ranking 損失関数 𝑙𝑙 = − � log ∑ 𝑖

    ∈ ∑ 𝑖 ′∈ + 2 2 =1 : 訓練事例 : に対する全 segmentation candidates : の segmentation candidates 中で 予測された極性が正解と一致しているもの 2014/12/05 文献紹介 16
  9. Segmentation ranking 素性 𝑠𝑒𝑖 • Segmentation-Specific Feature • Phrase-Embedding Feature

    – Skip-Gram model (Mikolov et al., 2013) 2014/12/05 文献紹介 17
  10. Segmentation ranking 素性 𝑠𝑒𝑖 • Segmentation-Specific Feature • Phrase-Embedding Feature

    – Skip-Gram model (Mikolov et al., 2013) 2014/12/05 文献紹介 18
  11. Segmentation ranking 素性 𝑠𝑒𝑖 • Segmentation-Specific Feature • Phrase-Embedding Feature

    – Skip-Gram model (Mikolov et al., 2013) – classification model でも利用 2014/12/05 文献紹介 20
  12. Segmentation ranking 畳み込み関数により導かれたベクトルの結合で表現される 𝑝 𝑠 = 𝑠 , 𝑚 𝑠

    , 𝑎 (𝑠) 𝑝 𝑠 𝑥 = 𝑥 𝑠 𝑥 : 𝑥 の畳み込み関数 𝑠 : 結合された𝑠中の単語の列ベクトル : phrase embedding の lookup tabke 2014/12/05 文献紹介 21
  13. 実験 1 Twitter sentiment classification dataset in SemEval 2013 •

    2値分類 (positive/negative) のみ 2014/12/05 文献紹介 27
  14. 実験 2 JSC と pipeline method の比較 pipeline 1: bag-of-words

    pipeline2: segmentation candidate with maximum phrase 2014/12/05 文献紹介 29
  15. 実験 2 JSC と pipeline method の比較 PF: phrase embedding

    SF: segmentation-specific CF: classification-specific 2014/12/05 文献紹介 30
  16. References Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg Corrado, and

    Jeffrey Dean. 2013. Distributed representations of words and phrases and their compositionality. Conference on Neural Information Processing Systems. 2014/12/05 文献紹介 32