Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

How likely is the "five consecutive word rule" to detect "random," as opposed to intentional plagiarism?

+1
−0

I refer to the old fable that if you set enough monkeys at enough keyboards for a long enough period of time, they will (through random typing), reproduce the "Complete Works of Shakespeare," or any other tome.

Is it likely that someone will "copy" someone else's "five consecutive words" through a random process? Or is that a high enough bar that it takes some "doing" to copy it?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

This post was sourced from https://writers.stackexchange.com/q/7571. It is licensed under CC BY-SA 3.0.

0 comment threads

2 answers

+1
−0

If we're genuinely talking just five consecutive words: yes, that could happen by chance.

But plagiarism is not just about five words in the middle of a 120-page thesis. It's lifting ideas, plots, characters, paragraphs, pages. See the Opal Mehta mess for an example of what's really plagiarism.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+1
−0

I'm completely sure picks like "as he walked up to", "he screwed his eyebrows and" or "as far as I know" will happen notoriously but they don't constitute plagiarism because they are very common expressions.

Don't count conjunctions, pronouns, particles and prepositions in the "five word" count - you'll start getting correct matches, and they will be exceptionally rare. Include these "generic words" and you'll get a ton of false positives.

(my experience is with writing variations of "dissociated press" program: find a sequence of words repeating within the same text and cut the text there, continuing from the found match, so that it reads smoothly as a sentence but makes for nonsensical text, a run-on story pieced together from random pieces of a different story in a grammatically correct manner. Finding a repeating sequence of three words within a 130k words document was nearly impossible.)

History
Why does this post require moderator attention?
You might want to add some details to your flag.

This post was sourced from https://writers.stackexchange.com/a/7575. It is licensed under CC BY-SA 3.0.

0 comment threads

Sign up to answer this question »