Update README.md
Browse files
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 |
+
}`
|