paper-with-me

홈 › Papers

eSCAPE: a Large-scale Synthetic Corpus for Automatic Post-Editing

2018-03-20 · LREC 2018 5 · Matteo Negri, Marco Turchi, Rajen Chatterjee, Nicola Bertoldi

Training models for the automatic correction of machine-translated text usually relies on data consisting of (source, MT, human post- edit) triplets providing, for each source sentence, examples of translation errors with the corresponding corrections made by a human post-editor. Ideally, a large amount of data of this kind should allow the model to learn reliable correction patterns and effectively apply them at test stage on unseen (source, MT) pairs. In practice, however, their limited availability calls for solutions that also integrate in the training process other sources of knowledge. Along this direction, state-of-the-art results have been recently achieved by systems that, in addition to a limited amount of available training data, exploit artificial corpora that approximate elements of the "gold" training instances with automatic translations. Following this idea, we present eSCAPE, the largest freely-available Synthetic Corpus for Automatic Post-Editing released so far. eSCAPE consists of millions of entries in which the MT element of the training triplets has been obtained by translating the source side of publicly-available parallel corpora, and using the target side as an artificial human post-edit. Translations are obtained both with phrase-based and neural models. For each MT paradigm, eSCAPE contains 7.2 million triplets for English-German and 3.3 millions for English-Italian, resulting in a total of 14,4 and 6,6 million instances respectively. The usefulness of eSCAPE is proved through experiments in a general-domain scenario, the most challenging one for automatic post-editing. For both language directions, the models trained on our artificial data always improve MT quality with statistically significant gains. The current version of eSCAPE can be freely downloaded from: http://hltshare.fbk.eu/QT21/eSCAPE.html.

📄 PDF Abstract BibTeX arXiv:1803.07274

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Post-EditingSentence

Similar Papers 제목 키워드 기반

Adaptation of Back-translation to Automatic Post-Editing for Synthetic Data Generation

2021-04-01 · EACL 2021 2 · WonKee Lee, Baikjin Jung, Jaehun Shin, Jong-Hyeok Lee

Automatic Post-Editing (APE) aims to correct errors in the output of a given machine translation (MT) system. Although data-driven approaches have become prevalent also in the APE task as in many other NLP tasks, there h…

Automatic Post-EditingMachine TranslationSentenceSynthetic Data Generation+1

Towards Realistic Synthetic Data for Automatic Drum Transcription

2026-01-14 · Pierfrancesco Melucci, Paolo Merialdo, Taketo Akama arxiv

Deep learning models define the state-of-the-art in Automatic Drum Transcription (ADT), yet their performance is contingent upon large-scale, paired audio-MIDI datasets, which are scarce. Existing workarounds that use sy…

LocalEscaper: A Weakly-supervised Framework with Regional Reconstruction for Scalable Neural TSP Solvers

2025-02-18 · Junrui Wen, Yifei Li, Bart Selman, Kun He

Neural solvers have shown significant potential in solving the Traveling Salesman Problem (TSP), yet current approaches face significant challenges. Supervised learning (SL)-based solvers require large amounts of high-qu…

Reinforcement Learning (RL)Traveling Salesman ProblemWeakly-supervised Learning

TAPEX: Table Pre-training via Learning a Neural SQL Executor

2021-07-16 · ICLR 2022 4 · Qian Liu, Bei Chen, Jiaqi Guo, Morteza Ziyadi 외

Recent progress in language model pre-training has achieved a great success via leveraging large-scale unstructured textual data. However, it is still a challenge to apply pre-training on structured tabular data due to t…

Language ModelingLanguage ModellingSemantic ParsingTable-based Fact Verification

Enhancement of Encoder and Attention Using Target Monolingual Corpora in Neural Machine Translation

2018-07-01 · WS 2018 7 · Kenji Imamura, Atsushi Fujita, Eiichiro Sumita

A large-scale parallel corpus is required to train encoder-decoder neural machine translation. The method of using synthetic parallel texts, in which target monolingual corpora are automatically translated into source se…

DecoderDiversityLanguage ModelingLanguage Modelling+3