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

Grammatical Error Correction: Machine Translation and Classifier

Grammatical Error Correction: Machine Translation and Classifier

長岡技術科学大学
自然言語処理研究室
文献紹介(2017/6/28)

youichiro

June 28, 2017
Tweet

More Decks by youichiro

Other Decks in Technology

Transcript

  1. Grammatical Error Correction: Machine Translation and Classifier Alla Rozovskaya, Dan

    Roth Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics, pages 2205–2215, 2016 自然言語処理研究室 小川 耀一朗 0
  2. 参考文献 Classifier:学習者データのトレーニング [1] N. Rizzolo and D. Roth. 2010. Learning

    Based Java for Rapid Development of NLP Systems. In Proceedings of LREC. Classifier:ネイティブデータのトレーニング [2] A. Rozovskaya and D. Roth. 2014. Building a State-of-the-Art Grammatical Error Correction System. In Transactions of ACL. Classifierに⾔語リソースの追加 [3] Rozovskaya and D. Roth. 2011. Algorithm selection and model adaptation for ESL correction tasks. In Proceed- ings of ACL.A. CoNLL-2014 shared task [4]H. T. Ng, S. M. Wu, T. Briscoe, C. Hadiwinoto, R. H. Su- santo, and C. Bryant. 2014. The CoNLL-2014 shared task on grammatical error correction. In Proceedings of CoNLL: Shared Task. SMTの構築 [5] M. Junczys-Dowmunt and R. Grundkiewicz. 2014. The AMUsystem in the CoNLL- 2014 shared task: Grammatical error correction by data-intensive and feature-rich statistical machine translation. In Proceedings of the Eighteenth Conference on Computational Natural Language Learning: Shared Task.
  3. 各手法の性質 ੑ࣭ MT Classifier Error coverage: さまざまな種類のエラーを識別し 修正する能⼒ + リコール⼤

    ー リコール⼩ Error complexity: 複数のエラーが相互作⽤するよう な複雑なエラーに対処する能⼒ + フレーズテーブル を介して複雑なエラー を学習 ー Generalizability: 訓練データで観測されたものを超 えた訂正を提案する能⼒ ー 訓練データの語彙 以外の単語へは修正不 可 +可能 Supervision/Annotation: システムの訓練における学習者 データの役割 ー 必須 + 不要 System flexibility: 様々な現象を修正するために知識 情報を結合 ー 難しい + 容易