CLJul 1, 2018

A Shared Attention Mechanism for Interpretation of Neural Automatic Post-Editing Systems

arXiv:1807.00248v11093 citations
Originality Incremental advance
AI Analysis

This work addresses interpretability in automatic post-editing for machine translation, which is an incremental improvement over prior methods.

The paper tackles the problem of interpreting neural automatic post-editing systems by proposing a shared attention mechanism that shifts weight between source and machine-translated sentences to correct errors, achieving accuracies comparable to existing systems while improving interpretability.

Automatic post-editing (APE) systems aim to correct the systematic errors made by machine translators. In this paper, we propose a neural APE system that encodes the source (src) and machine translated (mt) sentences with two separate encoders, but leverages a shared attention mechanism to better understand how the two inputs contribute to the generation of the post-edited (pe) sentences. Our empirical observations have showed that when the mt is incorrect, the attention shifts weight toward tokens in the src sentence to properly edit the incorrect translation. The model has been trained and evaluated on the official data from the WMT16 and WMT17 APE IT domain English-German shared tasks. Additionally, we have used the extra 500K artificial data provided by the shared task. Our system has been able to reproduce the accuracies of systems trained with the same data, while at the same time providing better interpretability.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes