Articles

Automatic Detection of Plagiarism in Writing

Davoodifard, Mahshad

This paper reports on preliminary steps to create an external plagiarism detection tool. I used the PAN-PC-11 data sets and extracted tf-idf scores of text documents and cosine similarity measures between source and suspicious documents to find text overlap. The model was able to successfully create vectors and measure the similarity metrics. However, the algorithm was not extended further to automatically retrieve related documents to follow on the pipeline (converting texts to n-grams for detailed analysis and revealing the best match as a source of plagiarism and evaluating the accuracy of the model). The model produced a matrix of cosine similarity for all the documents, which I used to manually retrieve documents and check for overlap using online tools. While extending the algorithm based on the suggested pipeline would allow for a more accurate evaluation of the model, manual comparison of sample documents provided some validity of the model developed for the present study. 

Files

  • thumnail for Davoodifard_2022_Automatic Detection of Plagiarism in Writing.pdf Davoodifard_2022_Automatic Detection of Plagiarism in Writing.pdf application/pdf 213 KB Download File

Also Published In

Title
Studies in Applied Linguistics and TESOL
DOI
https://doi.org/10.52214/salt.v21i2.9058

More About This Work

Published Here
August 29, 2022

Notes

plagiarism detection, cosine similarity, similarity metrics