Musaed1 commited on
Commit
6f04c84
·
verified ·
1 Parent(s): 15f56ec

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +194 -0
README.md ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - ar
7
+ - en
8
+ tags:
9
+ - reviews
10
+ - restaurants
11
+ - saudi-arabia
12
+ - google-maps
13
+ - sentiment
14
+ - sentiment-analysis
15
+ - arabic
16
+ - kudu
17
+ size_categories:
18
+ - 100K<n<1M
19
+ ---
20
+
21
+ # Kudu Restaurant Reviews - Google Maps Dataset
22
+
23
+ ## Dataset Description
24
+
25
+ This dataset contains **282,761 customer reviews** from **364 Kudu restaurant locations** across Saudi Arabia, scraped from Google Maps. Kudu is one of the largest fast-food chains in Saudi Arabia, and this dataset provides comprehensive customer feedback data including ratings, review text (primarily in Arabic), and detailed aspect-based ratings.
26
+
27
+ **Privacy Notice:** This dataset has been cleaned to remove personally identifiable information (PII) including reviewer names, IDs, and profile URLs to protect user privacy.
28
+
29
+ ### Dataset Summary
30
+
31
+ - **Total Reviews:** 282,761
32
+ - **Total Locations:** 364
33
+ - **Unique Reviewers:** 223,626
34
+ - **Languages:** Primarily Arabic (ar), with owner responses in both Arabic and English
35
+ - **Date Range:** December 2011 to September 2025 (13.8 years)
36
+ - **Average Rating:** 3.79/5.0
37
+
38
+ ## Dataset Structure
39
+
40
+ ### Data Fields
41
+
42
+ | Field | Type | Description |
43
+ |-------|------|-------------|
44
+ | `title` | string | Restaurant name in Arabic |
45
+ | `reviewerNumberOfReviews` | int | Total reviews by this reviewer (anonymized) |
46
+ | `isLocalGuide` | boolean | Whether reviewer is a Google Local Guide |
47
+ | `text` | string | Review text (mostly Arabic, can be null) |
48
+ | `textTranslated` | string | Translated review text (if available) |
49
+ | `publishedAtDate` | datetime | ISO 8601 timestamp of review |
50
+ | `likesCount` | int | Number of likes on the review |
51
+ | `reviewId` | string | Unique Google review ID |
52
+ | `reviewUrl` | string | Direct URL to the review |
53
+ | `reviewOrigin` | string | Origin platform (Google) |
54
+ | `stars` | int | Overall rating (1-5) |
55
+ | `rating` | null | Legacy field (unused) |
56
+ | `responseFromOwnerDate` | datetime | When owner responded (if applicable) |
57
+ | `responseFromOwnerText` | string | Owner's response to review |
58
+ | `reviewImageUrls` | list | URLs of images attached to review |
59
+ | `reviewContext` | dict | Additional context metadata |
60
+ | `reviewDetailedRating` | dict | Aspect ratings: Food (الطعام), Service (الخدمة), Atmosphere (الأجواء) |
61
+ | `visitedIn` | string | When the reviewer visited (if specified) |
62
+ | `originalLanguage` | string | Original language of review |
63
+ | `translatedLanguage` | string | Target language if translated |
64
+ | `place_id` | string | Unique Google Place ID |
65
+ | `place_name` | string | Location name (in English) |
66
+ | `place_url` | string | Google Maps URL for the location |
67
+
68
+ **Note:** Privacy-sensitive fields (reviewer names, IDs, profile URLs, and photos) have been removed from this dataset.
69
+
70
+ ### Detailed Ratings
71
+
72
+ Many reviews include aspect-based ratings (1-5 scale) for:
73
+ - **Food (الطعام):** Food quality
74
+ - **Service (الخدمة):** Service quality
75
+ - **Atmosphere (الأجواء):** Restaurant atmosphere/ambiance
76
+
77
+ ## Usage
78
+
79
+ ### Loading the Dataset
80
+
81
+ ```python
82
+ from datasets import load_dataset
83
+ # Load the dataset
84
+ dataset = load_dataset("Musaed1/kudu-google-maps-reviews")
85
+
86
+ # Access the data
87
+ df = dataset['train'].to_pandas()
88
+
89
+ print(f"Total reviews: {len(df):,}")
90
+ print(f"Average rating: {df['stars'].mean():.2f}")
91
+ ```
92
+
93
+ ### Using Parquet directly
94
+
95
+ ```python
96
+ import pandas as pd
97
+
98
+ df = pd.read_parquet("hf://datasets/YOUR_USERNAME/kudu-reviews/kudu_reviews_cleaned.parquet")
99
+ ```
100
+
101
+ ## Dataset Statistics
102
+
103
+ ### Rating Distribution
104
+ - **5 stars:** 141,454 (50.0%)
105
+ - **4 stars:** 45,316 (16.0%)
106
+ - **3 stars:** 35,590 (12.6%)
107
+ - **2 stars:** 14,665 (5.2%)
108
+ - **1 star:** 45,736 (16.2%)
109
+
110
+ ### Key Metrics
111
+ - **Reviews with text:** 50.4% (142,401 reviews)
112
+ - **Owner response rate:** 35.3% (99,948 responses)
113
+ - **Reviews from Local Guides:** High percentage
114
+ - **Average reviews per location:** 781
115
+ - **Reviews per reviewer:** 1.26 (median: 1)
116
+
117
+ ### Aspect Ratings (Average)
118
+ - **Food:** 4.3/5.0
119
+ - **Service:** 4.2/5.0
120
+ - **Atmosphere:** 4.1/5.0
121
+
122
+ ## Use Cases
123
+
124
+ This dataset is suitable for:
125
+
126
+ 1. **Sentiment Analysis:** Arabic sentiment classification on restaurant reviews
127
+ 2. **Aspect-Based Sentiment Analysis:** Understanding sentiment about specific aspects (food, service, atmosphere)
128
+ 3. **Rating Prediction:** Predicting overall ratings from review text
129
+ 4. **Arabic NLP:** Training and evaluating Arabic language models
130
+ 5. **Business Intelligence:** Understanding customer preferences and complaints
131
+ 6. **Multilingual Analysis:** Comparing Arabic reviews with English owner responses
132
+ 7. **Time Series Analysis:** Tracking rating trends and review patterns over time
133
+ 8. **Customer Service Analysis:** Studying owner response patterns and effectiveness
134
+
135
+ ## Data Collection
136
+
137
+ - **Source:** Google Maps Reviews
138
+ - **Collection Method:** Apify Google Maps Scraper API
139
+ - **Collection Date:** Sep 2025
140
+ - **Geographic Scope:** Saudi Arabia only
141
+
142
+ ## Privacy & Ethics
143
+
144
+ This dataset has been carefully processed to protect user privacy:
145
+
146
+ ### Removed Information
147
+ - **Reviewer IDs:** Google user IDs have been removed
148
+ - **Reviewer Names:** Personal names have been removed
149
+ - **Profile URLs:** Links to reviewer profiles have been removed
150
+ - **Profile Photos:** URLs to reviewer photos have been removed
151
+ - **Redundant Fields:** Human-readable date field (publishAt) removed
152
+
153
+ ### Retained Information
154
+ - **Review Content:** The actual review text and ratings remain intact for analysis
155
+ - **Aggregated Metrics:** Number of reviews per reviewer (for analyzing reviewer activity patterns)
156
+ - **Local Guide Status:** Whether reviewer is a Local Guide (for quality analysis)
157
+ - **Place Information:** Restaurant locations and identifiers remain for location-based analysis
158
+
159
+
160
+ ## Limitations
161
+
162
+ - Reviews are user-generated and may contain biases
163
+ - Some reviews lack text content (rating only)
164
+ - Text is primarily in Arabic with some mixed content
165
+ - Owner responses may follow templates
166
+ - Data represents a snapshot in time (not continuously updated)
167
+
168
+ ## License
169
+
170
+ This dataset is released under the **apache-2.0** license.
171
+
172
+ ## Citation
173
+
174
+ If you use this dataset in your research, please cite:
175
+
176
+ ```bibtex
177
+ @dataset{kudu_reviews_2025,
178
+ title={Kudu Restaurant Reviews Dataset},
179
+ author={[Your Name]},
180
+ year={2025},
181
+ publisher={HuggingFace},
182
+ url={https://huggingface.co/datasets/Musaed1/kudu-google-maps-reviews}
183
+ }
184
+ ```
185
+
186
+ ## Acknowledgments
187
+
188
+ - Data sourced from Google Maps public reviews
189
+ - Scraped using Apify platform
190
+ - Restaurant chain: Kudu (Saudi Arabia)
191
+
192
+ ## Contact
193
+
194
+ For questions or feedback, please open an issue in the dataset repository.