paper-with-me

Papers

Detecting Machine-Translated Text using Back Translation

2019-10-15 · WS 2019 10 · Hoang-Quoc Nguyen-Son, Tran Phuong Thao, Seira Hidano, Shinsaku Kiyomoto

Machine-translated text plays a crucial role in the communication of people using different languages. However, adversaries can use such text for malicious purposes such as plagiarism and fake review. The existing methods detected a machine-translated text only using the text's intrinsic content, but they are unsuitable for classifying the machine-translated and human-written texts with the same meanings. We have proposed a method to extract features used to distinguish machine/human text based on the similarity between the intrinsic text and its back-translation. The evaluation of detecting translated sentences with French shows that our method achieves 75.0% of both accuracy and F-score. It outperforms the existing methods whose the best accuracy is 62.8% and the F-score is 62.7%. The proposed method even detects more efficiently the back-translated text with 83.4% of accuracy, which is higher than 66.7% of the best previous accuracy. We also achieve similar results not only with F-score but also with similar experiments related to Japanese. Moreover, we prove that our detector can recognize both machine-translated and machine-back-translated texts without the language information which is used to generate these machine texts. It demonstrates the persistence of our method in various applications in both low- and rich-resource languages.

📄 PDF Abstract BibTeX arXiv:1910.06558

Code (0)

등록된 구현이 없습니다.

Tasks

Translation

Similar Papers 제목 키워드 기반

Machine Translated Text Detection Through Text Similarity with Round-Trip Translation

2021-06-01 · NAACL 2021 4 · Hoang-Quoc Nguyen-Son, Tran Thao, Seira Hidano, Ishita Gupta 외

Translated texts have been used for malicious purposes, i.e., plagiarism or fake reviews. Existing detectors have been built around a specific translator (e.g., Google) but fail to detect a translated text from a strange…

Text Detectiontext similarityTranslation

Detecting Untranslated Content for Neural Machine Translation

2017-08-01 · WS 2017 8 · Isao Goto, Hideki Tanaka

Despite its promise, neural machine translation (NMT) has a serious problem in that source content may be mistakenly left untranslated. The ability to detect untranslated content is important for the practical use of NMT…

Machine TranslationNMTSentenceTranslation

Tagged Back-translation Revisited: Why Does It Really Work?

2020-07-01 · ACL 2020 6 · Benjamin Marie, Raphael Rubino, Atsushi Fujita

In this paper, we show that neural machine translation (NMT) systems trained on large back-translated data overfit some of the characteristics of machine-translated texts. Such NMT systems better translate human-produced…

Machine TranslationNMTTAGTranslation

Detecting Syntactic Features of Translated Chinese

2018-04-23 · WS 2018 6 · Hai Hu, Wen Li, Sandra Kübler

We present a machine learning approach to distinguish texts translated to Chinese (by humans) from texts originally written in Chinese, with a focus on a wide range of syntactic features. Using Support Vector Machines (S…

Translation

Detecting Cross-Lingual Plagiarism Using Simulated Word Embeddings

2017-12-29 · Victor Thompson

Cross-lingual plagiarism (CLP) occurs when texts written in one language are translated into a different language and used without acknowledging the original sources. One of the most common methods for detecting CLP requ…

Word Embeddings