File size: 4,114 Bytes
0933537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
    "description": "FudanSELab ClassEval\n",
    "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}",
    "homepage": "https://github.com/FudanSELab/ClassEval",
    "license": "MIT",
    "features": {
        "task_id": {
            "dtype": "string",
            "_type": "Value"
        },
        "skeleton": {
            "dtype": "string",
            "_type": "Value"
        },
        "test": {
            "dtype": "string",
            "_type": "Value"
        },
        "solution_code": {
            "dtype": "string",
            "_type": "Value"
        },
        "import_statement": {
            "feature": {
                "dtype": "string",
                "_type": "Value"
            },
            "_type": "Sequence"
        },
        "class_description": {
            "dtype": "string",
            "_type": "Value"
        },
        "methods_info": [
            {
                "method_name": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "method_description": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "test_class": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "test_code": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "solution_code": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "dependencies": {
                    "Standalone": {
                        "dtype": "bool",
                        "_type": "Value"
                    },
                    "lib_dependencies": {
                        "feature": {
                            "dtype": "string",
                            "_type": "Value"
                        },
                        "_type": "Sequence"
                    },
                    "field_dependencies": {
                        "feature": {
                            "dtype": "string",
                            "_type": "Value"
                        },
                        "_type": "Sequence"
                    },
                    "method_dependencies": {
                        "feature": {
                            "dtype": "string",
                            "_type": "Value"
                        },
                        "_type": "Sequence"
                    }
                }
            }
        ],
        "class_name": {
            "dtype": "string",
            "_type": "Value"
        },
        "test_classes": {
            "feature": {
                "dtype": "string",
                "_type": "Value"
            },
            "_type": "Sequence"
        },
        "class_constructor": {
            "dtype": "string",
            "_type": "Value"
        },
        "fields": {
            "feature": {
                "dtype": "string",
                "_type": "Value"
            },
            "_type": "Sequence"
        }
    },
    "builder_name": "class_eval",
    "dataset_name": "class_eval",
    "config_name": "class_eval",
    "version": {
        "version_str": "1.0.0",
        "major": 1,
        "minor": 0,
        "patch": 0
    },
    "splits": {
        "test": {
            "name": "test",
            "num_bytes": 2045903,
            "num_examples": 100,
            "dataset_name": "class_eval"
        }
    },
    "download_checksums": {
        "ClassEval_data.json": {
            "num_bytes": 2345770,
            "checksum": null
        }
    },
    "download_size": 2345770,
    "dataset_size": 2045903,
    "size_in_bytes": 4391673
}