sketerpot comments on Eight Short Studies On Excuses - Less Wrong

210 Post author: Yvain 20 April 2010 11:01PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (224)

You are viewing a single comment's thread. Show more comments above.

Comment author: sketerpot 21 April 2010 04:03:26AM 16 points [-]

I should be more clear about what I'm saying. There's a certain level of evidence needed to prove cheating to The Authorities so that it can be dealt with through the official academic honesty processes of the university. That's a hard standard to meet, since in this sort of thing you really don't want false positives. However, I can be almost certain about most instances of cheating, and that's enough to get a solid idea of how much is going on and who's doing it most.

I have plenty of evidence, of course, just not enough to convict anybody of academic dishonesty. Except the guy whose idea of "writing a report" was to copy and paste from Wikipedia and hope I didn't notice. That was weird.

Comment author: thomblake 22 April 2010 03:39:15PM 20 points [-]

I have plenty of evidence, of course, just not enough to convict anybody of academic dishonesty. Except the guy whose idea of "writing a report" was to copy and paste from Wikipedia and hope I didn't notice. That was weird.

I need to share this anecdote now... a friend of mine who shall remain nameless was teaching a history class and asked for papers on the War of 1812. One student copied the entry from Uncyclopedia. And showed no signs of it having been a joke. And didn't understand what she did wrong after it was explained.

The paper explained how one of the major powers in the war was Antarctica, and dolphins carrying bombs helped the United States defend against killer penguins. So yeah.

Comment author: SilasBarta 22 April 2010 04:32:46PM 21 points [-]

One day the classified files will be released, and you'll be really sorry for having trivialized this theater of the war >:-(

Comment author: Relsqui 30 September 2010 08:14:07AM 3 points [-]

I'm idly interested (by which I mean I have no use for it, I'm just curious) what some other heuristics are for "obvious cheating." Mismatch with the student's apparent understanding of the topic? Or their writing style?

I was accused of copying a paper for, of all things, an economics class, in high school. I think what got me out of it was the completely genuine look of astonishment on my face--I had not, in fact, copied it, and had never gotten the accusation before about anything. To this day I wonder why my teacher thought I had.

Comment author: sketerpot 30 September 2010 05:30:05PM *  10 points [-]

Let's see if I can list a few heuristics for cheating:

  • Mismatch between the writing style in different parts of the paper. If some paragraphs are poorly-punctuated and ungrammatical, and other parts are written in very formal academic language, that's a sign that the paper may have been made by copying and pasting from other people's writings, then filling in the cracks with their own writing.

  • Formal academic language is a very weak warning sign. It means you should try typing some statistically unlikely phrases into Google, just in case.

  • Sometimes people who are asked to summarize some assigned reading will do so by copying and pasting directly from it, and changing a bit of the wording around. This is pretty easy to detect if you've read it recently as well.

  • If a completely incompetent student suddenly turns in top quality answers, it's unlikely that this is due to him just getting his act together.

I have no idea why your teacher thought you copied a paper for your economics class, but those are some heuristics that I've learned.

Comment author: Relsqui 30 September 2010 07:20:48PM *  1 point [-]

Thanks! I don't remember much about how I was doing in the class otherwise, so I'm not sure either. Likely possibilities are formal language (I had turned my brain into "paper mode") or the last one about incompetence (I was not so big on doing homework in high school, so whether I appeared competent would depend on how much I'd been participating in class).

Comment author: taryneast 07 February 2011 10:22:27AM *  3 points [-]

Don't forget to add plagiarism heuristics:

  • Paper is identical to Student B's paper

and in CompSci

  • code-samples in paper are identical to Student B's code samples (with possibly the comments or variable names altered)
  • code samples exhibit exactly the same comments/bugs as Student B's code, even though the code is altered to look somewhat different.