paper-with-me

Papers

Automatic Discrimination of Human and Neural Machine Translation: A Study with Multiple Pre-Trained Models and Longer Context

2022-06-01 · EAMT 2022 6 · Tobias van der Werff, Rik van Noord, Antonio Toral

We address the task of automatically distinguishing between human-translated (HT) and machine translated (MT) texts. Following recent work, we fine-tune pre-trained language models (LMs) to perform this task. Our work differs in that we use state-of-the-art pre-trained LMs, as well as the test sets of the WMT news shared tasks as training data, to ensure the sentences were not seen during training of the MT system itself. Moreover, we analyse performance for a number of different experimental setups, such as adding translationese data, going beyond the sentence-level and normalizing punctuation. We show that (i) choosing a state-of-the-art LM can make quite a difference: our best baseline system (DeBERTa) outperforms both BERT and RoBERTa by over 3% accuracy, (ii) adding translationese data is only beneficial if there is not much data available, (iii) considerable improvements can be obtained by classifying at the document-level and (iv) normalizing punctuation and thus avoiding (some) shortcuts has no impact on model performance.

📄 PDF Abstract BibTeX

Code (1)

tobiasvanderwerff/HT-vs-MT 공식 구현 pytorch

Tasks

Machine TranslationSentence

Similar Papers 제목 키워드 기반

Attaining the Unattainable? Reassessing Claims of Human Parity in Neural Machine Translation

2018-08-30 · WS 2018 10 · Antonio Toral, Sheila Castilho, Ke Hu, Andy Way

We reassess a recent study (Hassan et al., 2018) that claimed that machine translation (MT) has reached human parity for the translation of news from Chinese into English, using pairwise ranking and considering three var…

Machine TranslationTranslation

Automatic Classification of Human Translation and Machine Translation: A Study from the Perspective of Lexical Diversity

2021-05-10 · MoTra (NoDaLiDa) 2021 5 · Yingxue Fu, Mark-Jan Nederhof

By using a trigram model and fine-tuning a pretrained BERT model for sequence classification, we show that machine translation and human translation can be classified with an accuracy above chance level, which suggests t…

ClassificationDiversityMachine TranslationTranslation

Automatic Discrimination of Human and Neural Machine Translation in Multilingual Scenarios

2023-05-31 · Malina Chichirau, Rik van Noord, Antonio Toral

We tackle the task of automatically discriminating between human and machine translations. As opposed to most previous work, we perform experiments in a multilingual setting, considering multiple languages and multilingu…

Machine TranslationTranslation

Automatic Correction of Human Translations

2022-06-17 · NAACL 2022 7 · Jessy Lin, Geza Kovacs, Aditya Shastry, Joern Wuebker 외

We introduce translation error correction (TEC), the task of automatically correcting human-generated translations. Imperfections in machine translations (MT) have long motivated systems for improving translations post-h…

Automatic Post-EditingTranslation

Convergences and Divergences between Automatic Assessment and Human Evaluation: Insights from Comparing ChatGPT-Generated Translation and Neural Machine Translation

2024-01-10 · Zhaokun Jiang, Qianxi Lv, Ziyin Zhang, Lei Lei

Large language models have demonstrated parallel and even superior translation performance compared to neural machine translation (NMT) systems. However, existing comparative studies between them mainly rely on automated…

Machine TranslationNMTPrompt EngineeringTranslation