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

Grammatical Error Correction with Neural Reinfo...

Grammatical Error Correction with Neural Reinforcement Learning

長岡技術科学大学
自然言語処理研究室
文献紹介(2018-06-06)

youichiro

June 05, 2018
Tweet

More Decks by youichiro

Other Decks in Technology

Transcript

  1. Grammatical Error Correction with Neural Reinforcement Learning Keisuke Sakaguchi, Matta

    Post and Benjamin Van Durme Proceedings of the 8th International Joint Conference on Natural Language Processing, pages 366-372, 2017 ⽂献紹介(2018-06-06) ⻑岡技術科学⼤学 ⾃然⾔語処理研究室 ⼩川 耀⼀朗 1
  2. Introduction l GEC(Grammatical Error Correction)タスクの動向 Ø token-level → phrase-level →

    sentence-level l sentence-level: 流暢性を考慮 Ø ⽂脈による単語選択、コロケーション、単語の並び順 など l 流暢性を考慮したモデル:PBMT, neural encoder- decoder models 3
  3. Introduction l encode-decoder の最適化に maximum likelihood estimation(MLE)が⽤いられてきた l MLEの⽋点 Ø

    ある時点で間違った単語を予測すると、それ以降の単語 にも影響を与えてしまう 4
  4. Reward in GEC: GLEU l 原⽂(S), 出⼒(H), 正解(R)からN-gram適合率を計算する l N(A,

    B): AとBのN-gramの重複数 l BP(brevity penalty): 出⼒の⻑さ(h)と正解の⻑さ(r)で決まる 7
  5. Results l ランダムに200⽂を選択して2⼈のワーカーが評価 l TrueSkill algorithm(Herbrich et al., 2006; Sakaguchi

    et al., 2014)を 使って評価スコアを計算 l ⼈⼿評価とGLEUに相関あり 9