Datasets:

Modalities:
Text
Formats:
parquet
Languages:
code
ArXiv:
Libraries:
Datasets
Dask
andre15silva commited on
Commit
2e9cf97
·
1 Parent(s): cd4725b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -22,7 +22,25 @@ configs:
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
 
 
 
25
  ---
26
- # Dataset Card for "megadiff"
27
 
28
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ language:
26
+ - code
27
+ pretty_name: megadiff
28
+ size_categories:
29
+ - 10K<n<100K
30
  ---
31
+ # Megadiff, a dataset of source code changes
32
 
33
+ If you use Megadiff, please cite the following technical report:
34
+
35
+ "[Megadiff: A Dataset of 600k Java Source Code Changes Categorized by Diff Size](http://arxiv.org/pdf/2108.04631)". Technical Report 2108.04631, Arxiv; 2021.
36
+
37
+ ```
38
+ @techreport{megadiff,
39
+ TITLE = {{Megadiff: A Dataset of 600k Java Source Code Changes Categorized by Diff Size}},
40
+ AUTHOR = {Martin Monperrus and Matias Martinez and He Ye and Fernanda Madeiral and Thomas Durieux and Zhongxing Yu},
41
+ URL = {http://arxiv.org/pdf/2108.04631},
42
+ INSTITUTION = {Arxiv},
43
+ NUMBER = {2108.04631},
44
+ YEAR = {2021},
45
+ }
46
+ ```