OpenNMT/OpenNMT-tf

Coverage Mechanism and Coverage Loss

Open

#180 opened on Jul 25, 2018

View on GitHub
 (8 comments) (5 reactions) (0 assignees)Python (1,428 stars) (394 forks)batch import
enhancementhelp wanted

Description

May I ask if there is any plan adding the coverage attention mechanism (https://arxiv.org/pdf/1601.04811.pdf) and coverage loss (https://arxiv.org/pdf/1704.04368.pdf) to the decoder, as these could potentially help alleviating the repetition problem in generation?

Or, any hints on a quick implementation? Thanks!

Contributor guide