Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,27 @@ widget:
|
|
16 |
|
17 |
# Longformer-base for Word Sense Disambiguation
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
This is the checkpoint for Longformer-base after being trained on the [Machine-Paraphrased Plagiarism Dataset](https://doi.org/10.5281/zenodo.3608000)
|
20 |
|
21 |
Additional information about this model:
|
|
|
16 |
|
17 |
# Longformer-base for Word Sense Disambiguation
|
18 |
|
19 |
+
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 |
+
|
40 |
This is the checkpoint for Longformer-base after being trained on the [Machine-Paraphrased Plagiarism Dataset](https://doi.org/10.5281/zenodo.3608000)
|
41 |
|
42 |
Additional information about this model:
|