Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Tags:
code-generation
License:
FudanSELab
commited on
Commit
•
3f732ab
1
Parent(s):
772c997
Update README.md
Browse files
README.md
CHANGED
@@ -31,10 +31,6 @@ For 100 class-level tasks, diversity is maintained by encompassing these tasks o
|
|
31 |
|
32 |
For 412 methods, they have been constructed with diverse dependencies, including (i) Library Dependency, where the methods rely on specific external libraries; (ii) Field Dependency, in which the methods are contingent on class instance variables, or fields; (iii) Method Dependency, where the methods are dependent on other methods within the same class; and (iv) Standalone, wherein the methods operate independently without reliance on fields, other methods, or external libraries.
|
33 |
|
34 |
-
### Supported Tasks and Leaderboards
|
35 |
-
|
36 |
-
[More Information Needed]
|
37 |
-
|
38 |
### Languages
|
39 |
|
40 |
The programming language is Python. The natural language used in the comments and docstrings is English.
|
@@ -54,10 +50,6 @@ DatasetDict({
|
|
54 |
})
|
55 |
```
|
56 |
|
57 |
-
### Data Instances
|
58 |
-
|
59 |
-
[More Information Needed]
|
60 |
-
|
61 |
### Data Fields
|
62 |
|
63 |
The specific data fields for each task are delineated as follows:
|
@@ -100,57 +92,15 @@ The dataset only consists of a test split with 100 samples.
|
|
100 |
|
101 |
## Dataset Creation
|
102 |
|
103 |
-
### Curation Rationale
|
104 |
-
|
105 |
-
[More Information Needed]
|
106 |
-
|
107 |
### Source Data
|
108 |
|
109 |
-
|
110 |
-
|
111 |
-
[More Information Needed]
|
112 |
-
|
113 |
-
#### Who are the source language producers?
|
114 |
-
|
115 |
-
[More Information Needed]
|
116 |
-
|
117 |
-
### Annotations
|
118 |
-
|
119 |
-
#### Annotation process
|
120 |
-
|
121 |
-
[More Information Needed]
|
122 |
-
|
123 |
-
#### Who are the annotators?
|
124 |
-
|
125 |
-
[More Information Needed]
|
126 |
-
|
127 |
-
### Personal and Sensitive Information
|
128 |
-
|
129 |
-
[More Information Needed]
|
130 |
-
|
131 |
-
## Considerations for Using the Data
|
132 |
-
|
133 |
-
### Social Impact of Dataset
|
134 |
-
|
135 |
-
[More Information Needed]
|
136 |
-
|
137 |
-
### Discussion of Biases
|
138 |
-
|
139 |
-
[More Information Needed]
|
140 |
-
|
141 |
-
### Other Known Limitations
|
142 |
-
|
143 |
-
[More Information Needed]
|
144 |
|
145 |
## Additional Information
|
146 |
|
147 |
-
### Dataset Curators
|
148 |
-
|
149 |
-
[More Information Needed]
|
150 |
-
|
151 |
### Licensing Information
|
152 |
|
153 |
-
[
|
154 |
|
155 |
### Citation Information
|
156 |
|
@@ -167,4 +117,22 @@ The dataset only consists of a test split with 100 samples.
|
|
167 |
|
168 |
### Contributions
|
169 |
|
170 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
For 412 methods, they have been constructed with diverse dependencies, including (i) Library Dependency, where the methods rely on specific external libraries; (ii) Field Dependency, in which the methods are contingent on class instance variables, or fields; (iii) Method Dependency, where the methods are dependent on other methods within the same class; and (iv) Standalone, wherein the methods operate independently without reliance on fields, other methods, or external libraries.
|
33 |
|
|
|
|
|
|
|
|
|
34 |
### Languages
|
35 |
|
36 |
The programming language is Python. The natural language used in the comments and docstrings is English.
|
|
|
50 |
})
|
51 |
```
|
52 |
|
|
|
|
|
|
|
|
|
53 |
### Data Fields
|
54 |
|
55 |
The specific data fields for each task are delineated as follows:
|
|
|
92 |
|
93 |
## Dataset Creation
|
94 |
|
|
|
|
|
|
|
|
|
95 |
### Source Data
|
96 |
|
97 |
+
Manually-crafted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
## Additional Information
|
100 |
|
|
|
|
|
|
|
|
|
101 |
### Licensing Information
|
102 |
|
103 |
+
This repository is under [MIT](https://github.com/FudanSELab/ClassEval/blob/master/LICENSE) license. But the data is distributes through [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.
|
104 |
|
105 |
### Citation Information
|
106 |
|
|
|
117 |
|
118 |
### Contributions
|
119 |
|
120 |
+
Xueying Du [email protected]
|
121 |
+
|
122 |
+
Mingwei Liu [email protected]
|
123 |
+
|
124 |
+
Kaixin Wang [email protected]
|
125 |
+
|
126 |
+
Hanlin Wang [email protected]
|
127 |
+
|
128 |
+
Junwei Liu [email protected]
|
129 |
+
|
130 |
+
Yixuan Chen [email protected]
|
131 |
+
|
132 |
+
Jiayi Feng [email protected]
|
133 |
+
|
134 |
+
Chaofeng Sha [email protected]
|
135 |
+
|
136 |
+
Xin Peng [email protected]
|
137 |
+
|
138 |
+
Yiling Lou [email protected]
|