Datasets:
File size: 1,104 Bytes
6d94d7d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ---
task_categories:
- text-classification
configs:
- config_name: version_1
data_files:
- split: train
path: version_1/train.csv
- split: validation
path: version_1/validation.csv
- split: test
path: version_1/test.csv
- config_name: version_2
data_files:
- split: train
path: version_2/train.csv
- split: validation
path: version_2/validation.csv
- split: test
path: version_2/test.csv
size_categories:
- n<1K
---
# Dataset Card for Dataset Name
The dataset is called ConPlag. It's a source code plagiarism dataset.
The original dataset is available at Zenodo. (https://zenodo.org/records/7332790).
The research paper presenting the dataset can be found at Arxiv. (https://arxiv.org/abs/2303.10763)
All the credit goes to the authors.
## Dataset Details
### Dataset Description
The dataset has pairs of codes and the task is to classify whether they were plagiarised or not.
## Dataset Structure
The dataset has two versions (subsets) 1 for raw and 2 for template free. The dataset is split into 70% for training, 15% for validation and 15% for testing. |