tm4roon / survey

Survey on machine learning.
14 stars 1 forks source link

Pseudo-Bidirectional Decoding for Local Sequence Transduction #68

Open tm4roon opened 4 years ago

tm4roon commented 4 years ago

Pseudo-Bidirectional Decoding for Local Sequence Transduction

Local sequence transduction task (i.e. 文法誤り訂正, スペル訂正, OCR訂正などをはじめとする、入力文をほとんど書き換えないようなタスク)において、タスクの特性を利用したBiredirectional decodingを提案。

具体的には、decodeの際に入力文の情報をコピーすることにより、擬似的に未来の情報へのアクセスを可能とする。提案手法により、計算コストを抑えつつbidirectional-decodingを可能にし、文法誤り訂正・スペルミス訂正・OCR訂正の3つのタスクにおいて性能を改善できることを示した。

文献情報