GLARE: Google Apps Arabic Reviews Dataset
Paper
β’
2412.15259
β’
Published
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Dataset and Code of "GLARE: Google Apps Arabic Reviews" paper.
You can access the paper via: [arxiv]
We introduce GLARE: Google Apps Arabic Reviews dataset. A collection of 76M reviews from 9,980 Android apps collected from Google PlayStore Saudi store.
| Data Type | File Name | File Size | File Type |
|---|---|---|---|
| raw | apps | 4.1 MB | CSV |
| raw | reviews | 17 GB | CSV |
| raw | categories/ | 4.3 MB | CSV |
| engineered | apps | 3.8 MB | CSV |
| engineered | reviews | 21.9 GB | CSV |
| engineered | vocabulary | 530.5 MB | CSV |
{
"title":"application name/title",
"app_id":"application unique identifier",
"url":"application url at Google PlayStore",
"icon":"url for image object",
"developer":"developer name",
"developer_id":"developer unique identifier",
"summary":"short description of the application",
"rating":"application accumulated rating"
}
{
"at":"review datetime",
"content":"review text",
"replied_at":"developer reply datetime",
"reply_content":"developer reply content",
"review_created_version":"user application version during the time of review",
"review_id":"review unique identifier",
"rating":"user rating",
"thumbs_up_count":"number of users that agree with the reviewer",
"user_name":"user display name",
"app_id":"application unique identifier"
}
Same as apps.csv in raw data with the following additions:
{
"reviews_count":"number of reviews for the application",
"categories":"list of application categories",
"categories_count":"number of application categories"
}
Same as reviews.csv in raw data with the following additions:
{
"tokenized_review":"list of review words tokenized on white-space",
"words_count":"number of words in review"
}
{
"word":"term text",
"length":"word characters count",
"frequency":"word occurrences in the reviews dataset",
"has_noise":"true or false if word contains anything non-arabic alphanumeric",
"noise":"list of noise (anything non-arabic alphanumeric) in the word",
"has_digits":"true or false if word contains arabic or hindi digits",
"digits":"list of digits in the word"
}
data
βββ raw
βββ apps.csv
βββ reviews.csv
βββ categories/
βββ engineered
βββ apps.csv
βββ reviews.csv
βββ vocabulary.csv
If you use this dataset please cite as:
@article{alghamdi2024glare,
title={GLARE: Google Apps Arabic Reviews Dataset},
author = {AlGhamdi, Fatima and
Mohammed, Reem and
Al-Khalifa, Hend and
Alowisheq, Areeb},
journal={arXiv preprint arXiv:2412.15259},
year={2024},
}
@dataset{alghamdi_fatima_2022_6457824,
author = {AlGhamdi, Fatima and
Mohammed, Reem and
Al-Khalifa, Hend and
Alowisheq, Areeb},
title = {GLARE: Google Apps Arabic Reviews Dataset},
month = apr,
year = 2022,
publisher = {Zenodo},
version = {1.0},
doi = {10.5281/zenodo.6457824},
url = {https://doi.org/10.5281/zenodo.6457824}
}
This work is licensed under a Creative Commons Attribution 4.0 International License.