Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:

Update Citation Information

#4
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -167,13 +167,25 @@ Giovanni Grano - (University of Zurich), Sebastiano Panichella - (University of
167
 
168
  ### Citation Information
169
 
170
- @InProceedings{Zurich Open Repository and
171
- Archive:dataset,
172
- title = {Software Applications User Reviews},
173
- authors={Grano, Giovanni; Di Sorbo, Andrea; Mercaldo, Francesco; Visaggio, Corrado A; Canfora, Gerardo;
174
- Panichella, Sebastiano},
175
- year={2017}
 
 
 
 
 
 
 
 
 
 
 
176
  }
 
177
 
178
  ### Contributions
179
 
 
167
 
168
  ### Citation Information
169
 
170
+ ```
171
+ @inproceedings{grano2017android,
172
+ author = {Grano, Giovanni and Di Sorbo, Andrea and Mercaldo, Francesco and Visaggio, Corrado A. and Canfora, Gerardo and Panichella, Sebastiano},
173
+ title = {Android apps and user feedback: a dataset for software evolution and quality improvement},
174
+ year = {2017},
175
+ isbn = {9781450351584},
176
+ publisher = {Association for Computing Machinery},
177
+ address = {New York, NY, USA},
178
+ url = {https://doi.org/10.1145/3121264.3121266},
179
+ doi = {10.1145/3121264.3121266},
180
+ abstract = {Nowadays, Android represents the most popular mobile platform with a market share of around 80\%. Previous research showed that data contained in user reviews and code change history of mobile apps represent a rich source of information for reducing software maintenance and development effort, increasing customers' satisfaction. Stemming from this observation, we present in this paper a large dataset of Android applications belonging to 23 different apps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews and more than 450,000 user feedback (extracted with specific text mining approaches). Furthermore, for each app version in our dataset, we employed the Paprika tool and developed several Python scripts to detect 8 different code smells and compute 22 code quality indicators. The paper discusses the potential usefulness of the dataset for future research in the field.},
181
+ booktitle = {Proceedings of the 2nd ACM SIGSOFT International Workshop on App Market Analytics},
182
+ pages = {8–11},
183
+ numpages = {4},
184
+ keywords = {App Reviews, Mobile Applications, Software Maintenance and Evolution, Software Quality},
185
+ location = {Paderborn, Germany},
186
+ series = {WAMA 2017}
187
  }
188
+ ```
189
 
190
  ### Contributions
191