arXivTimes / arXivTimes

repository to research & share the machine learning articles
https://arxivtimes.herokuapp.com/
MIT License
3.89k stars 201 forks source link

Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting #824

Open icoxfog417 opened 6 years ago

icoxfog417 commented 6 years ago

一言でいうと

要約を作成する際文を抽出してから書き換える形で作成する手法。文選択は単語分散表現をCNNで畳み込みBi-directionalにかけたものをRNNに入れ、ステップごと選択を行う。これをEncoder-Decoderに入れ書き換えを行うが、文選択が微分不可能なため強化学習で最適化を行っている

image

image

論文リンク

https://arxiv.org/abs/1805.11080v1

著者/所属機関

Yen-Chun Chen, Mohit Bansal

投稿日付(yyyy/MM/dd)

2018/5/28

概要

新規性・差分

手法

結果

コメント

yasu-miura commented 6 years ago

著者によるPyTorchの実装 https://github.com/ChenRocks/fast_abs_rl

icoxfog417 commented 6 years ago

解説スライド https://www.slideshare.net/AtsushiKayama2/fast-abstractive-summarization-with-reinforce-selected-sentence-rewriting-102799189