JPlag – Detecting Software Plagiarism
github.com
JPlag – Detecting Software Plagiarism
1–10 of 85 posts
Re: JPlag – Detecting Software Plagiarism
#2Re: JPlag – Detecting Software Plagiarism
#3Re: JPlag – Detecting Software Plagiarism
#4I recently had to check code from some of my students at the university as I suspected plagiarism. I discovered JPlag which works like a charm and generates nice reports
Re: JPlag – Detecting Software Plagiarism
#5Re: JPlag – Detecting Software Plagiarism
#6https://arxiv.org/abs/2010.01700
Mossad: Defeating Software Plagiarism Detection
Breanna Devore-McDonald, Emery D. Berger
Automatic software plagiarism detection tools are widely used in educational settings to ensure that submitted work was not copied. These tools have grown in use together with the rise in enrollments in computer science programs and the widespread availability of code on-line. Educators rely on the robustness of plagiarism detection tools; the working assumption is that the effort required to evade detection is as high as that required to actually do the assigned work.
This paper shows this is not the case. It presents an entirely automatic program transformation approach, Mossad, that defeats popular software plagiarism detection tools. Mossad comprises a framework that couples techniques inspired by genetic programming with domain-specific knowledge to effectively undermine plagiarism detectors. Mossad is effective at defeating four plagiarism detectors, including Moss and JPlag. Mossad is both fast and effective: it can, in minutes, generate modified versions of programs that are likely to escape detection. More insidiously, because of its non-deterministic approach, Mossad can, from a single program, generate dozens of variants, which are classified as no more suspicious than legitimate assignments. A detailed study of Mossad across a corpus of real student assignments demonstrates its efficacy at evading detection. A user study shows that graduate student assistants consistently rate Mossad-generated code as just as readable as authentic student code. This work motivates the need for both research on more robust plagiarism detection tools and greater integration of naturally plagiarism-resistant methodologies like code review into computer science education.
Re: JPlag – Detecting Software Plagiarism
#7I recently had to check code from some of my students at the university as I suspected plagiarism. I discovered JPlag which works like a charm and generates nice reports
Kinda rare these days with ChatGPT
Re: JPlag – Detecting Software Plagiarism
#8I recently had to check code from some of my students at the university as I suspected plagiarism. I discovered JPlag which works like a charm and generates nice reports
Kinda rare these days with ChatGPT
Re: JPlag – Detecting Software Plagiarism
#9Re: JPlag – Detecting Software Plagiarism
#10Presumably, this needs a corpus of software to check against. Does it include one, or do you have to bring your own?
It seems like the latter based on their wiki, but also that that corpus can be relatively small.