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

文献紹介:Bidirectional Inter-dependencies of Subjective Expressions and Targets and their Value for Joint Model

文献紹介:Bidirectional Inter-dependencies of Subjective Expressions and Targets and their Value for Joint Model

Shohei Okada

May 01, 2014
Tweet

More Decks by Shohei Okada

Other Decks in Research

Transcript

  1. 文献情報 Roman Klinger and Philipp Cimiano. Bidirectional Inter-dependencies of Subjective

    Expressions and Targets and their Value for Joint Model. Proceedings of the 51st Annual Meeting of the ACL, pp. 848-854. 2013 3
  2. 概要 • Opinion mining における subjective expression と target の相互依存性を扱う

    – 既存研究は1方向しか扱っていない • 双方向の関係を扱うsubjective expression お よび target を抽出するモデルの提案 4
  3. 背景 sentiment analysis や opinion mining  subjective term, polarity,

    targetの同定 e.g.) I like the low weight of the camera. subjective: “like” target: “low weight” polarity: positive • これらは相互依存関係にあるのでは? 6
  4. Factor Graph • factor と variable からなる2部グラフ • 多変数関数の factorize

    に対応 9 wikipedia “factor graph” より転載 1 , 2 , 3 = 1 1 2 1 , 2 3 1 , 2 4 (2 , 3 )
  5. Imperatively Defined Factor Graph • variable に 入力変数集合 x と出力変数集合

    y がある • 入出力変数の部分集合 x , y を引数とする関 数 x , y が factor Ψ • 言い換えれば,(x , y )から得られる特徴量が factor? 11
  6. Imperatively Defined Factor Graph A factor template consists of parameters

    { }, sufficient statistic functions { }, and a description of an arbitrary relationship between variables, yielding a set of tuples x , y (元の文献より引用) • ここ(特に description が何か)の理解が不十分 12
  7. Imperatively Defined Factor Graph • 確率分布が次式で表現される • y x =

    1 (x) ∏ ∏ exp(∑ (x , y )) 𝑘=1 x,y ∈ ∈T • 全 factor とパラメータの線形結合 13
  8. Model | variable • variable は subjective term と target

    • 複数トークンからなる表現に対応すべく span として表現 • = , , , はトークン列中の span の左端・右端の位置 ∈ {target, subjective} 15
  9. Model | single span template • トークンのPOSタグ (POS) • トークンの文字列(小文字)

    (W) • トークンのPOSタグ&文字列の組み合わせ (POS-W) • span内のPOSタグ列 (POS-SEQ) 17
  10. Model | inter-span template • 以下の3つと,single span template の組合わせ –

    target の span が subjective term に隣接する名詞を 含むか ([NO-]CLOSE-NOUN-x) – 他クラスの span が同じ文中に存在するか ([NO- ]BOTH-x) – target と subject 間に単一の係り受け関係があるか ([NO-]ONE-EDGE-x) 18
  11. 対象データ • J.D. Power and Associates Sentiment Corpora – 車とカメラについてのblog

    – subjective term と target についてアノテート済 • Twitter data set – Stanford parser を用いないため,ONE-EDGEの 特徴量は使えない 22
  12. 実験項目 1. subjective term の推定→ target の推定 2. target の推定→

    subjective term の推定 3. 完全な subjective term の知識を利用した target の推定 4. 完全な target の知識を利用した subjective term の推定 23
  13. まとめ • subjective term と target は相互に依存して いることが認められた • その影響の仕方は非対称的だった

    • パイプライン的に処理する場合には,先に subjective term を推定した方がいい 27