jpwahle commited on
Commit
d7dfb1a
1 Parent(s): 1f70b21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -14
README.md CHANGED
@@ -20,20 +20,15 @@ If you are using this model in your research work, please cite
20
 
21
  ```
22
  @InProceedings{10.1007/978-3-030-96957-8_34,
23
- author="Wahle, Jan Philip
24
- and Ruas, Terry
25
- and Folt{\'y}nek, Tom{\'a}{\v{s}}
26
- and Meuschke, Norman
27
- and Gipp, Bela",
28
- editor="Smits, Malte",
29
- title="Identifying Machine-Paraphrased Plagiarism",
30
- booktitle="Information for a Better World: Shaping the Global Future",
31
- year="2022",
32
- publisher="Springer International Publishing",
33
- address="Cham",
34
- pages="393--413",
35
- abstract="Employing paraphrasing tools to conceal plagiarized text is a severe threat to academic integrity. To enable the detection of machine-paraphrased text, we evaluate the effectiveness of five pre-trained word embedding models combined with machine learning classifiers and state-of-the-art neural language models. We analyze preprints of research papers, graduation theses, and Wikipedia articles, which we paraphrased using different configurations of the tools SpinBot and SpinnerChief. The best performing technique, Longformer, achieved an average F1 score of 80.99{\%} (F1=99.68{\%} for SpinBot and F1=71.64{\%} for SpinnerChief cases), while human evaluators achieved F1=78.4{\%} for SpinBot and F1=65.6{\%} for SpinnerChief cases. We show that the automated classification alleviates shortcomings of widely-used text-matching systems, such as Turnitin and PlagScan.",
36
- isbn="978-3-030-96957-8"
37
  }
38
  ```
39
 
20
 
21
  ```
22
  @InProceedings{10.1007/978-3-030-96957-8_34,
23
+ author="Wahle, Jan Philip and Ruas, Terry and Folt{\'y}nek, Tom{\'a}{\v{s}} and Meuschke, Norman and Gipp, Bela",
24
+ title="Identifying Machine-Paraphrased Plagiarism",
25
+ booktitle="Information for a Better World: Shaping the Global Future",
26
+ year="2022",
27
+ publisher="Springer International Publishing",
28
+ address="Cham",
29
+ pages="393--413",
30
+ abstract="Employing paraphrasing tools to conceal plagiarized text is a severe threat to academic integrity. To enable the detection of machine-paraphrased text, we evaluate the effectiveness of five pre-trained word embedding models combined with machine learning classifiers and state-of-the-art neural language models. We analyze preprints of research papers, graduation theses, and Wikipedia articles, which we paraphrased using different configurations of the tools SpinBot and SpinnerChief. The best performing technique, Longformer, achieved an average F1 score of 80.99{\%} (F1=99.68{\%} for SpinBot and F1=71.64{\%} for SpinnerChief cases), while human evaluators achieved F1=78.4{\%} for SpinBot and F1=65.6{\%} for SpinnerChief cases. We show that the automated classification alleviates shortcomings of widely-used text-matching systems, such as Turnitin and PlagScan.",
31
+ isbn="978-3-030-96957-8"
 
 
 
 
 
32
  }
33
  ```
34