File size: 2,591 Bytes
f11ae05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd8bafc
f11ae05
 
 
 
db1149c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a8da014
db1149c
 
a8da014
db1149c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51644d8
db1149c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
language: 
  - ar
tags:
  - text-classification
  - arabic
  - app-reviews
  - nlp
dataset_info:
  features:
    - name: review
      dtype: string
    - name: appName
      dtype: string
    - name: platform
      dtype: string
    - name: label
      dtype: string
  splits:
    - name: full_dataset
      num_examples: 2900
license: mit
---

# AURA-Classification

## Dataset Description

The AURA (App User Review in Arabic) Classification dataset is a collection of 2,900 Arabic-language app reviews collected from various mobile applications. This dataset is primarily designed for text classification tasks.

### Features

The dataset includes the following fields:

- **review**: The text of the review in Arabic.

- **appName**: The name of the application being reviewed.

- **platform**: The platform (iOS or Android) where the review was posted.

- **label**: The classification label for the review, categorized as:

  - `bug_report`: The review highlights a bug or issue in the app.
  - `improvement_request`: The review suggests improvements or features.
  - `rating`: The review expresses a general rating or opinion.
  - `others`: Miscellaneous or uncategorized reviews.

### Dataset Statistics

- **Total Reviews**: 2,900
- **Platforms**: iOS, Android
- **Applications**: Multiple apps from diverse categories.
- **Labels Distribution**: The dataset is labeled into four categories for multi-class classification tasks.

### Example Entry

```json
{
  "review": "يبيله تصليحات كثير",
  "appName": "OSN - Streaming App",
  "platform": "ios",
  "label": "bug_report"
}
```

## Use Cases

This dataset is suitable for:

- Text classification (e.g., topic classification, issue identification).

- Multilingual NLP research focused on Arabic.

- Fine-tuning models for app review classification.

## Citation

If you use this dataset, please cite it as:

```
@article{Aljeezani2025arabic,
  title={Arabic App Reviews: Analysis and Classification},
  author={Aljeezani, Othman and  Alomari, Dorieh and Ahmad, Irfan},
  journal={ACM Transactions on Asian and Low-Resource Language Information Processing (TALLIP)},
  pages={1--28},
  year={to-appear},
  publisher={ACM New York, NY, USA},
}
```

## License

This dataset is shared under the [MIT License](https://opensource.org/licenses/MIT). Please ensure appropriate attribution when using this dataset.

## Acknowledgments

Special thanks to the contributors and reviewers who made this dataset possible.

## Contact

For questions or feedback, please reach out to the corresponding author (Irfan Ahmad).