Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ configs:
|
|
39 |
|
40 |
# Java Code Readability Merged Dataset
|
41 |
|
42 |
-
This dataset contains **421 Java code snippets** along with a **readability score**, aggregated from different scientific papers.
|
43 |
|
44 |
You can download the dataset using Hugging Face:
|
45 |
|
@@ -67,9 +67,9 @@ The dataset is structured as follows:
|
|
67 |
The main goal of this repository is to train code **readability classifiers for Java source code**.
|
68 |
The dataset is a combination and normalization of three datasets:
|
69 |
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
|
74 |
The raw datasets can be downloaded [here](https://dibt.unimol.it/report/readability/).
|
75 |
|
@@ -146,7 +146,10 @@ The dataset should be used to train **small** Java code readability classifiers.
|
|
146 |
|
147 |
## Citation
|
148 |
|
149 |
-
|
|
|
|
|
|
|
150 |
```bibtex
|
151 |
@article{buse2009learning,
|
152 |
title={Learning a metric for code readability},
|
@@ -178,11 +181,6 @@ The dataset should be used to train **small** Java code readability classifiers.
|
|
178 |
}
|
179 |
```
|
180 |
|
181 |
-
**APA:**
|
182 |
-
- Buse, R. P., & Weimer, W. R. (2009). Learning a metric for code readability. IEEE Transactions on software engineering, 36(4), 546-558.
|
183 |
-
- Dorn, J. (2012). A General Software Readability Model.
|
184 |
-
- Scalabrino, S., Linares‐Vásquez, M., Oliveto, R., & Poshyvanyk, D. (2018). A comprehensive model for code readability. Journal of Software: Evolution and Process, 30(6), e1958.
|
185 |
-
|
186 |
## Dataset Card Authors
|
187 |
Lukas Krodinger, [Chair of Software Engineering II](https://www.fim.uni-passau.de/en/chair-for-software-engineering-ii), [University of Passau](https://www.uni-passau.de/en/).
|
188 |
|
|
|
39 |
|
40 |
# Java Code Readability Merged Dataset
|
41 |
|
42 |
+
This dataset contains **421 Java code snippets** along with a **readability score**, aggregated from different scientific papers [1, 2, 3].
|
43 |
|
44 |
You can download the dataset using Hugging Face:
|
45 |
|
|
|
67 |
The main goal of this repository is to train code **readability classifiers for Java source code**.
|
68 |
The dataset is a combination and normalization of three datasets:
|
69 |
|
70 |
+
1. **Buse**, R. P., & Weimer, W. R. (2009). Learning a metric for code readability. IEEE Transactions on software engineering, 36(4), 546-558.
|
71 |
+
2. **Dorn**, J. (2012). A General Software Readability Model.
|
72 |
+
3. **Scalabrino**, S., Linares‐Vásquez, M., Oliveto, R., & Poshyvanyk, D. (2018). A comprehensive model for code readability. Journal of Software: Evolution and Process, 30(6), e1958.
|
73 |
|
74 |
The raw datasets can be downloaded [here](https://dibt.unimol.it/report/readability/).
|
75 |
|
|
|
146 |
|
147 |
## Citation
|
148 |
|
149 |
+
1. Buse, R. P., & Weimer, W. R. (2009). Learning a metric for code readability. IEEE Transactions on software engineering, 36(4), 546-558.
|
150 |
+
2. Dorn, J. (2012). A General Software Readability Model.
|
151 |
+
3. Scalabrino, S., Linares‐Vásquez, M., Oliveto, R., & Poshyvanyk, D. (2018). A comprehensive model for code readability. Journal of Software: Evolution and Process, 30(6), e1958.
|
152 |
+
|
153 |
```bibtex
|
154 |
@article{buse2009learning,
|
155 |
title={Learning a metric for code readability},
|
|
|
181 |
}
|
182 |
```
|
183 |
|
|
|
|
|
|
|
|
|
|
|
184 |
## Dataset Card Authors
|
185 |
Lukas Krodinger, [Chair of Software Engineering II](https://www.fim.uni-passau.de/en/chair-for-software-engineering-ii), [University of Passau](https://www.uni-passau.de/en/).
|
186 |
|