buelfhood commited on
Commit
6d94d7d
·
verified ·
1 Parent(s): e7322e3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ configs:
5
+ - config_name: version_1
6
+ data_files:
7
+ - split: train
8
+ path: version_1/train.csv
9
+ - split: validation
10
+ path: version_1/validation.csv
11
+ - split: test
12
+ path: version_1/test.csv
13
+ - config_name: version_2
14
+ data_files:
15
+ - split: train
16
+ path: version_2/train.csv
17
+ - split: validation
18
+ path: version_2/validation.csv
19
+ - split: test
20
+ path: version_2/test.csv
21
+ size_categories:
22
+ - n<1K
23
+ ---
24
+ # Dataset Card for Dataset Name
25
+
26
+ The dataset is called ConPlag. It's a source code plagiarism dataset.
27
+ The original dataset is available at Zenodo. (https://zenodo.org/records/7332790).
28
+ The research paper presenting the dataset can be found at Arxiv. (https://arxiv.org/abs/2303.10763)
29
+ All the credit goes to the authors.
30
+
31
+ ## Dataset Details
32
+
33
+ ### Dataset Description
34
+
35
+ The dataset has pairs of codes and the task is to classify whether they were plagiarised or not.
36
+
37
+ ## Dataset Structure
38
+
39
+ 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.