Datasets:
metadata
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.