Translation Plagiarism
Definition
Copying from a source in another language and rendering it in the target language. Defeats monolingual detection entirely and requires cross-lingual semantic models.
- Mechanism
- Source copied and rendered in another language
- Detection difficulty
- Defeats monolingual detection entirely
- Required tool
- Cross-lingual semantic models
- Field
- Text reuse and plagiarism detection
Common questions
Why can't ordinary plagiarism checkers catch translation plagiarism?+
Standard tools match strings or phrases within one language, but a translated passage shares almost no surface text with its source, so string-matching finds nothing even though the ideas and structure are copied wholesale.
What kind of evidence does a cross-lingual detector rely on instead of exact wording?+
It compares meaning through semantic embeddings or aligned bilingual corpora, looking for matching concepts, argument structure, and sentence-level sense rather than matching characters.
Related terms
- Mosaic Plagiarism
- Borrowing phrases and expressions from a source and embedding them across new sentences, so no single passage is a direct copy but...
- Paraphrase Plagiarism
- Reproducing the ideas and structure of a source while replacing most of the wording, making character-level detection ineffective. Requires semantic rather than...
- Sentence Embedding
- A neural representation of a sentence as a dense numeric vector, trained so that semantically similar sentences land near each other in...
- Substantial Similarity
- The legal standard in copyright infringement: whether the protected expression in one work is reproduced in another to a degree that a...
- Verbatim Plagiarism
- Copying text word-for-word from a source without attribution. The simplest form to detect computationally because character-level matching directly finds the copied string.