Mosaic Plagiarism
Definition
Borrowing phrases and expressions from a source and embedding them across new sentences, so no single passage is a direct copy but the text is built substantially from another's language.
- Also called
- Patchwriting
- Detection method
- N-gram and phrase-overlap analysis
- Field
- Questioned document / text forensics
- Key trait
- No single passage is a direct verbatim copy
Common questions
How is mosaic plagiarism distinguished from a properly paraphrased source?+
Legitimate paraphrase restates the source's ideas in genuinely new sentence structure and vocabulary, while mosaic plagiarism retains identifiable phrases or clause structures lifted from the source, just redistributed among sentences the writer composed, which text-similarity software can still flag.
Why is mosaic plagiarism harder to detect than direct copying?+
Standard string-matching plagiarism checkers are tuned to catch long contiguous matches, but mosaic plagiarism spreads short borrowed phrases across a passage, so detection typically requires fuzzy or fragment-level matching rather than whole-sentence comparison.
What role does this play in disputed-authorship or academic-integrity cases?+
Examiners assessing a disputed document look for clusters of short shared phrases with the suspected source text, combined with source citation patterns, to distinguish incidental common phrasing from a genuine pattern of unattributed borrowing.
Related terms
- 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...
- Translation Plagiarism
- Copying from a source in another language and rendering it in the target language. Defeats monolingual detection entirely and requires cross-lingual semantic...
- 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.