Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
RaymondLi commited on
Commit
b156158
·
1 Parent(s): e413dd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md CHANGED
@@ -1,3 +1,96 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Dataset Card for Dataset Name
6
+
7
+ ## Dataset Description
8
+
9
+ - **Repository:** https://github.com/amazon-science/recode/tree/main
10
+ - **Paper:** https://arxiv.org/abs/2212.10264
11
+
12
+ ### Dataset Summary
13
+
14
+ The Recode benchmark proposes to apply code and natural language transformations to code-generation benchmarks to evaluate the robustness of code-generation models.
15
+ This dataset contains the perturbed version of HumanEval that they released.
16
+ It was automatically generated from the [HumanEval](https://huggingface.co/datasets/openai_humaneval) dataset.
17
+
18
+ ### Languages
19
+
20
+ The programming problems are written in Python and contains docstrings and comments in English.
21
+
22
+ ## Dataset Structure
23
+
24
+ ### Data Instances
25
+
26
+ [More Information Needed]
27
+
28
+ ### Data Fields
29
+
30
+ [More Information Needed]
31
+
32
+ ### Data Splits
33
+
34
+ [More Information Needed]
35
+
36
+ ## Dataset Creation
37
+
38
+ ### Curation Rationale
39
+
40
+ [More Information Needed]
41
+
42
+ ### Source Data
43
+
44
+ #### Initial Data Collection and Normalization
45
+
46
+ [More Information Needed]
47
+
48
+ #### Who are the source language producers?
49
+
50
+ [More Information Needed]
51
+
52
+ ### Annotations
53
+
54
+ #### Annotation process
55
+
56
+ [More Information Needed]
57
+
58
+ #### Who are the annotators?
59
+
60
+ [More Information Needed]
61
+
62
+ ### Personal and Sensitive Information
63
+
64
+ [More Information Needed]
65
+
66
+ ## Considerations for Using the Data
67
+
68
+ ### Social Impact of Dataset
69
+
70
+ [More Information Needed]
71
+
72
+ ### Discussion of Biases
73
+
74
+ [More Information Needed]
75
+
76
+ ### Other Known Limitations
77
+
78
+ [More Information Needed]
79
+
80
+ ## Additional Information
81
+
82
+ ### Dataset Curators
83
+
84
+ [More Information Needed]
85
+
86
+ ### Licensing Information
87
+
88
+ [More Information Needed]
89
+
90
+ ### Citation Information
91
+
92
+ [More Information Needed]
93
+
94
+ ### Contributions
95
+
96
+ [More Information Needed]