albertvillanova HF staff commited on
Commit
e21f810
1 Parent(s): b728d77

Add citation for java data

Browse files
README.md CHANGED
@@ -236,6 +236,24 @@ Computational Use of Data Agreement (C-UDA) License.
236
  }
237
  ```
238
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  ### Contributions
240
 
241
  Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
 
236
  }
237
  ```
238
 
239
+ The data for "java" configuration comes from:
240
+ ```
241
+ @dataset{rafael_michael_karampatsis_2020_3628665,
242
+ author = {Rafael - Michael Karampatsis and
243
+ Hlib Babii and
244
+ Romain Robbes and
245
+ Charles Sutton and
246
+ Andrea Janes},
247
+ title = {Preprocessed Java Code Corpus},
248
+ month = jan,
249
+ year = 2020,
250
+ publisher = {Zenodo},
251
+ version = {1.0},
252
+ doi = {10.5281/zenodo.3628665},
253
+ url = {https://doi.org/10.5281/zenodo.3628665}
254
+ }
255
+ ```
256
+
257
  ### Contributions
258
 
259
  Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_code_completion_token.py CHANGED
@@ -27,6 +27,20 @@ _CITATION = """@article{raychev2016probabilistic,
27
  pages={207--216},
28
  year={2013},
29
  organization={IEEE}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  }"""
31
 
32
 
 
27
  pages={207--216},
28
  year={2013},
29
  organization={IEEE}
30
+ }
31
+ @dataset{rafael_michael_karampatsis_2020_3628665,
32
+ author = {Rafael - Michael Karampatsis and
33
+ Hlib Babii and
34
+ Romain Robbes and
35
+ Charles Sutton and
36
+ Andrea Janes},
37
+ title = {Preprocessed Java Code Corpus},
38
+ month = jan,
39
+ year = 2020,
40
+ publisher = {Zenodo},
41
+ version = {1.0},
42
+ doi = {10.5281/zenodo.3628665},
43
+ url = {https://doi.org/10.5281/zenodo.3628665}
44
  }"""
45
 
46