LuKrO commited on
Commit
003313a
·
1 Parent(s): 17f229a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -21
README.md CHANGED
@@ -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
- - **Buse**, Raymond PL, and Westley R. Weimer. "Learning a metric for code readability." IEEE Transactions on software engineering 36.4 (2009): 546-558.
71
- - **Dorn**, Jonathan. A General Software Readability Model.” (2012).
72
- - **Scalabrino**, Simone, et al. "Automatically assessing code understandability: How far are we?." 2017 32nd IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 2017.
73
 
74
  The raw datasets can be downloaded [here](https://dibt.unimol.it/report/readability/).
75
 
@@ -149,14 +149,14 @@ The dataset should be used to train **small** Java code readability classifiers.
149
  **BibTeX:**
150
  ```bibtex
151
  @article{buse2009learning,
152
- title={Learning a metric for code readability},
153
- author={Buse, Raymond PL and Weimer, Westley R},
154
- journal={IEEE Transactions on software engineering},
155
- volume={36},
156
- number={4},
157
- pages={546--558},
158
- year={2009},
159
- publisher={IEEE}
160
  }
161
 
162
  @inproceedings{dorn2012general,
@@ -166,20 +166,22 @@ The dataset should be used to train **small** Java code readability classifiers.
166
  url={https://api.semanticscholar.org/CorpusID:14098740}
167
  }
168
 
169
- @inproceedings{scalabrino2016improving,
170
- title={Improving code readability models with textual features},
171
- author={Scalabrino, Simone and Linares-Vasquez, Mario and Poshyvanyk, Denys and Oliveto, Rocco},
172
- booktitle={2016 IEEE 24th International Conference on Program Comprehension (ICPC)},
173
- pages={1--10},
174
- year={2016},
175
- organization={IEEE}
 
 
176
  }
177
  ```
178
 
179
  **APA:**
180
- - Buse, Raymond PL, and Westley R. Weimer. "Learning a metric for code readability." IEEE Transactions on software engineering 36.4 (2009): 546-558.
181
- - Dorn, Jonathan. A General Software Readability Model.” (2012).
182
- - Scalabrino, Simone, et al. "Automatically assessing code understandability: How far are we?." 2017 32nd IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 2017.
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/).
 
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
+ - **Buse**, R. P., & Weimer, W. R. (2009). Learning a metric for code readability. IEEE Transactions on software engineering, 36(4), 546-558.
71
+ - **Dorn**, J. (2012). A General Software Readability Model.
72
+ - **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
 
 
149
  **BibTeX:**
150
  ```bibtex
151
  @article{buse2009learning,
152
+ title={Learning a metric for code readability},
153
+ author={Buse, Raymond PL and Weimer, Westley R},
154
+ journal={IEEE Transactions on software engineering},
155
+ volume={36},
156
+ number={4},
157
+ pages={546--558},
158
+ year={2009},
159
+ publisher={IEEE}
160
  }
161
 
162
  @inproceedings{dorn2012general,
 
166
  url={https://api.semanticscholar.org/CorpusID:14098740}
167
  }
168
 
169
+ @article{scalabrino2018comprehensive,
170
+ title={A comprehensive model for code readability},
171
+ author={Scalabrino, Simone and Linares-V{\'a}squez, Mario and Oliveto, Rocco and Poshyvanyk, Denys},
172
+ journal={Journal of Software: Evolution and Process},
173
+ volume={30},
174
+ number={6},
175
+ pages={e1958},
176
+ year={2018},
177
+ publisher={Wiley Online Library}
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/).