Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
English
ArXiv:
Tags:
code
DOI:
Libraries:
Datasets
Dask
License:
mrahman2025 commited on
Commit
bf86706
·
verified ·
1 Parent(s): 0f572f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -41,3 +41,13 @@ license: cc-by-2.0
41
  | `MaxInheritanceTree` | Maximum depth of the class in the inheritance hierarchy. |
42
  | `MaxNesting` | Maximum level of nested control structures in the class. |
43
  | `SumCyclomatic` | Sum of cyclomatic complexity across all methods in the class. |
 
 
 
 
 
 
 
 
 
 
 
41
  | `MaxInheritanceTree` | Maximum depth of the class in the inheritance hierarchy. |
42
  | `MaxNesting` | Maximum level of nested control structures in the class. |
43
  | `SumCyclomatic` | Sum of cyclomatic complexity across all methods in the class. |
44
+
45
+
46
+ If you use this dataset, please cite:
47
+
48
+ `@article{rahman2025large,
49
+ title={A Large-scale Class-level Benchmark Dataset for Code Generation with LLMs},
50
+ author={Rahman, Musfiqur and Khatoonabadi, SayedHassan and Shihab, Emad},
51
+ journal={arXiv preprint arXiv:2504.15564},
52
+ year={2025}
53
+ }`