Automatic Post-Editing
25 papers with code • 0 benchmarks • 10 datasets
Automatic post-editing (APE) is used to correct errors in the translation made by the machine translation systems.
Benchmarks
These leaderboards are used to track progress in Automatic Post-Editing
Datasets
Most implemented papers
Levenshtein Transformer
We further confirm the flexibility of our model by showing a Levenshtein Transformer trained by machine translation can straightforwardly be used for automatic post-editing.
Felix: Flexible Text Editing Through Tagging and Insertion
We achieve this by decomposing the text-editing task into two sub-tasks: tagging to decide on the subset of input tokens and their order in the output text and insertion to in-fill the missing tokens in the output not present in the input.
Learning to Copy for Automatic Post-Editing
To better identify translation errors, our method learns the representations of source sentences and system outputs in an interactive way.
Attention Strategies for Multi-Source Sequence-to-Sequence Learning
Modeling attention in neural multi-source sequence-to-sequence learning remains a relatively unexplored area, despite its usefulness in tasks that incorporate multiple source languages or modalities.
Ensembling Factored Neural Machine Translation Models for Automatic Post-Editing and Quality Estimation
This work presents a novel approach to Automatic Post-Editing (APE) and Word-Level Quality Estimation (QE) using ensembles of specialized Neural Machine Translation (NMT) systems.
A Shared Attention Mechanism for Interpretation of Neural Automatic Post-Editing Systems
Automatic post-editing (APE) systems aim to correct the systematic errors made by machine translators.
Neural Machine Translation Techniques for Named Entity Transliteration
Transliterating named entities from one language into another can be approached as neural machine translation (NMT) problem, for which we use deep attentional RNN encoder-decoder models.
Automatic Post-Editing of Machine Translation: A Neural Programmer-Interpreter Approach
Automated Post-Editing (PE) is the task of automatically correct common and repetitive errors found in machine translation (MT) output.