Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,33 @@ configs:
|
|
16 |
- split: query
|
17 |
path:
|
18 |
- query.csv
|
19 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- split: query
|
17 |
path:
|
18 |
- query.csv
|
19 |
+
---
|
20 |
+
|
21 |
+
# Cross-lingual plagiarism detection: Two are better than one
|
22 |
+
|
23 |
+
The widespread availability of scientific documents in multiple languages, coupled with the development of automatic translation and editing tools, has created a demand for efficient methods that can detect plagiarism across different languages.
|
24 |
+
|
25 |
+
# Citation
|
26 |
+
|
27 |
+
If you use that results in your research, please cite our paper:
|
28 |
+
|
29 |
+
```bibtex
|
30 |
+
@article{10.1134/S0361768823040138,
|
31 |
+
author = {Avetisyan, K. and Gritsay, G. and Grabovoy, A.},
|
32 |
+
title = {Cross-Lingual Plagiarism Detection: Two Are Better Than One},
|
33 |
+
year = {2023},
|
34 |
+
issue_date = {Aug 2023},
|
35 |
+
publisher = {Plenum Press},
|
36 |
+
address = {USA},
|
37 |
+
volume = {49},
|
38 |
+
number = {4},
|
39 |
+
issn = {0361-7688},
|
40 |
+
url = {https://doi.org/10.1134/S0361768823040138},
|
41 |
+
doi = {10.1134/S0361768823040138},
|
42 |
+
journal = {Program. Comput. Softw.},
|
43 |
+
month = aug,
|
44 |
+
pages = {346–354},
|
45 |
+
numpages = {9},
|
46 |
+
keywords = {cross-lingual plagiarism detection, cross-lingual plagiarism detection benchmark, under-resourced languages, sequential merger approach}
|
47 |
+
}
|
48 |
+
```
|