The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/Fatima-Gh/GLARE/GLARE.py or any data file in the same directory. Couldn't find 'Fatima-Gh/GLARE' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in Fatima-Gh/GLARE. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1508, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/Fatima-Gh/GLARE/GLARE.py or any data file in the same directory. Couldn't find 'Fatima-Gh/GLARE' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in Fatima-Gh/GLARE.

Need help to make the dataset viewer work? Open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

CC BY 4.0 DOI

GLARE: Google Apps Arabic Reviews

Dataset and Code of "GLARE: Google Apps Arabic Reviews" paper.

You can download the paper via: [Github]

Paper Summary

We introduce GLARE: Google Apps Arabic Reviews dataset. A collection of 76M reviews from 9,980 Android apps collected from Google PlayStore Saudi store.

Preparation

Below is details about each file, please ensure that you have enough storage before downloading the data.

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

File Specifications

  • apps.csv: File that contains apps metadata.
  • reviews.csv: File that contains reviews and reviews metadata.
  • categories/: Folder that contains 59 CSV files, each file corresponds to one category with apps and apps metadata scrapped from top 200 free apps for that category.
  • vocabulary.csv: File that contains vocabulary set generated from reviews with additional engineered features (word length, word frequency, has noise or digits, ..etc.)

Raw Data

Apps Metadata

{
    "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"
 }

Reviews Metadata


{
   "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"
}

Engineered Data

Apps Metadata

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"

}

Reviews Metadata

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"
}

Vocabulary


{
   "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"
}

Folders Structure

data
└── raw
   β”œβ”€β”€ apps.csv
   β”œβ”€β”€ reviews.csv
   └── categories/
└── engineered
   β”œβ”€β”€ apps.csv
   β”œβ”€β”€ reviews.csv
   └── vocabulary.csv

Citation

If you use this dataset please cite as:

@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}
}

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

Downloads last month
2
Edit dataset card