|
--- |
|
language: |
|
- ar |
|
license: apache-2.0 |
|
size_categories: |
|
- 1K<n<10K |
|
task_categories: |
|
- text-classification |
|
- text2text-generation |
|
- text-generation |
|
- sentence-similarity |
|
- zero-shot-classification |
|
dataset_info: |
|
features: |
|
- name: text |
|
dtype: string |
|
- name: raw_text |
|
dtype: string |
|
- name: label |
|
dtype: int64 |
|
splits: |
|
- name: train |
|
num_bytes: 513249 |
|
num_examples: 2415 |
|
download_size: 240223 |
|
dataset_size: 513249 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
# Arabic Reviews of SHEIN Online Store |
|
|
|
## Description: |
|
This dataset contains Arabic-language reviews of products from the SHEIN online store. The reviews cover various aspects of the products and overall customer satisfaction. |
|
**The goal of collecting the dataset** is to include a wide range of common phrases and terms used in daily conversation, reflecting the diversity of the dialects of the Arabic language, especially in Saudi Arabia. |
|
## Languages |
|
Arabic |
|
## Data Columns: |
|
**Comment**: The text of the review written by the customer. |
|
**Cleaned_Comment**:Removing emojis and repeated characters from the text of the review written by the customer. |
|
**Rating**: The numerical rating given by the customer, indicating their satisfaction level with the product. |
|
|
|
``` |
|
@misc{Ruqiya/Arabic_Reviews_of_SHEIN, |
|
title = {Arabic_Reviews_of_SHEIN}, |
|
author = {Ruqiya Bin Safi}, |
|
howpublished = {\url{https://huggingface.co/datasets/Ruqiya/Arabic_Reviews_of_SHEIN}}, |
|
year = {2024}, |
|
publisher = {Hugging Face} |
|
} |
|
``` |