FudanSELab commited on
Commit
0933537
1 Parent(s): 2ae3d1c

Upload dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +134 -0
dataset_info.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "FudanSELab ClassEval\n",
3
+ "citation": "@misc{du2023classeval,\n title={ClassEval: A Manually-Crafted Benchmark for Evaluating LLMs on Class-level Code Generation}, \n author={Xueying Du and Mingwei Liu and Kaixin Wang and Hanlin Wang and Junwei Liu and Yixuan Chen and Jiayi Feng and Chaofeng Sha and Xin Peng and Yiling Lou},\n year={2023},\n eprint={2308.01861},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}",
4
+ "homepage": "https://github.com/FudanSELab/ClassEval",
5
+ "license": "MIT",
6
+ "features": {
7
+ "task_id": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "skeleton": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "test": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "solution_code": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "import_statement": {
24
+ "feature": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ },
30
+ "class_description": {
31
+ "dtype": "string",
32
+ "_type": "Value"
33
+ },
34
+ "methods_info": [
35
+ {
36
+ "method_name": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "method_description": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "test_class": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "test_code": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ },
52
+ "solution_code": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ },
56
+ "dependencies": {
57
+ "Standalone": {
58
+ "dtype": "bool",
59
+ "_type": "Value"
60
+ },
61
+ "lib_dependencies": {
62
+ "feature": {
63
+ "dtype": "string",
64
+ "_type": "Value"
65
+ },
66
+ "_type": "Sequence"
67
+ },
68
+ "field_dependencies": {
69
+ "feature": {
70
+ "dtype": "string",
71
+ "_type": "Value"
72
+ },
73
+ "_type": "Sequence"
74
+ },
75
+ "method_dependencies": {
76
+ "feature": {
77
+ "dtype": "string",
78
+ "_type": "Value"
79
+ },
80
+ "_type": "Sequence"
81
+ }
82
+ }
83
+ }
84
+ ],
85
+ "class_name": {
86
+ "dtype": "string",
87
+ "_type": "Value"
88
+ },
89
+ "test_classes": {
90
+ "feature": {
91
+ "dtype": "string",
92
+ "_type": "Value"
93
+ },
94
+ "_type": "Sequence"
95
+ },
96
+ "class_constructor": {
97
+ "dtype": "string",
98
+ "_type": "Value"
99
+ },
100
+ "fields": {
101
+ "feature": {
102
+ "dtype": "string",
103
+ "_type": "Value"
104
+ },
105
+ "_type": "Sequence"
106
+ }
107
+ },
108
+ "builder_name": "class_eval",
109
+ "dataset_name": "class_eval",
110
+ "config_name": "class_eval",
111
+ "version": {
112
+ "version_str": "1.0.0",
113
+ "major": 1,
114
+ "minor": 0,
115
+ "patch": 0
116
+ },
117
+ "splits": {
118
+ "test": {
119
+ "name": "test",
120
+ "num_bytes": 2045903,
121
+ "num_examples": 100,
122
+ "dataset_name": "class_eval"
123
+ }
124
+ },
125
+ "download_checksums": {
126
+ "ClassEval_data.json": {
127
+ "num_bytes": 2345770,
128
+ "checksum": null
129
+ }
130
+ },
131
+ "download_size": 2345770,
132
+ "dataset_size": 2045903,
133
+ "size_in_bytes": 4391673
134
+ }