risqaliyevds
commited on
Commit
•
fedc41d
1
Parent(s):
52d5a73
Update README.md
Browse files
README.md
CHANGED
@@ -30,13 +30,13 @@ size_categories:
|
|
30 |
---
|
31 |
# Uzum Market Sentiment Analysis Dataset
|
32 |
|
33 |
-
##
|
34 |
|
35 |
-
|
36 |
|
37 |
-
##
|
38 |
|
39 |
-
|
40 |
|
41 |
```json
|
42 |
{
|
@@ -45,7 +45,7 @@ Ma'lumotlar quyidagi formatda JSON tuzilishida keltirilgan:
|
|
45 |
}
|
46 |
```
|
47 |
|
48 |
-
|
49 |
|
50 |
```python
|
51 |
rating_to_label = {
|
@@ -56,23 +56,24 @@ rating_to_label = {
|
|
56 |
5: 'excellent'
|
57 |
}
|
58 |
```
|
59 |
-
## Tayyorlanish yo'riqnomasi
|
60 |
|
61 |
-
|
62 |
|
63 |
-
|
64 |
-
2. Har bir reyting turli xil sifat ko'rsatkichlari (yaxshi, o'rtacha, yomon va boshqalar) bilan belgilangan.
|
65 |
|
66 |
-
|
|
|
67 |
|
68 |
-
|
69 |
|
70 |
-
|
|
|
|
|
71 |
- **rating:** [5, 1]
|
72 |
|
73 |
-
##
|
74 |
|
75 |
-
|
76 |
|
77 |
```python
|
78 |
from datasets import load_dataset
|
@@ -80,11 +81,11 @@ from datasets import load_dataset
|
|
80 |
dataset = load_dataset("risqaliyevds/sentiment-analysis-uzbek")
|
81 |
```
|
82 |
|
83 |
-
##
|
84 |
|
85 |
-
|
86 |
|
87 |
-
##
|
88 |
|
89 |
-
|
90 |
LinkedIn: [Riskaliev Murad](https://www.linkedin.com/in/risqaliyevds/)
|
|
|
30 |
---
|
31 |
# Uzum Market Sentiment Analysis Dataset
|
32 |
|
33 |
+
## About the Dataset
|
34 |
|
35 |
+
This dataset is created for performing sentiment analysis on comments from Uzum Market. The dataset allows for evaluating the sentiments in the comments and categorizing them into various ratings.
|
36 |
|
37 |
+
## Data Structure
|
38 |
|
39 |
+
The data is provided in JSON format with the following structure:
|
40 |
|
41 |
```json
|
42 |
{
|
|
|
45 |
}
|
46 |
```
|
47 |
|
48 |
+
Ratings are defined as follows:
|
49 |
|
50 |
```python
|
51 |
rating_to_label = {
|
|
|
56 |
5: 'excellent'
|
57 |
}
|
58 |
```
|
|
|
59 |
|
60 |
+
## Preparation Guidelines
|
61 |
|
62 |
+
The following guidelines were followed in preparing this dataset:
|
|
|
63 |
|
64 |
+
1. Normalized review texts and their ratings were extracted.
|
65 |
+
2. Each rating is associated with different quality indicators (good, average, bad, etc.).
|
66 |
|
67 |
+
## Examples
|
68 |
|
69 |
+
Here are some examples from the dataset:
|
70 |
+
|
71 |
+
- **normalized_review_text:** ["The product is very good, I recommend it!", "The service quality is bad, not satisfied."]
|
72 |
- **rating:** [5, 1]
|
73 |
|
74 |
+
## Download
|
75 |
|
76 |
+
You can download this dataset using the following code:
|
77 |
|
78 |
```python
|
79 |
from datasets import load_dataset
|
|
|
81 |
dataset = load_dataset("risqaliyevds/sentiment-analysis-uzbek")
|
82 |
```
|
83 |
|
84 |
+
## License
|
85 |
|
86 |
+
This dataset is provided as open source and is available for free use by all users.
|
87 |
|
88 |
+
## Contact
|
89 |
|
90 |
+
If you have any questions or need more information, please contact us.
|
91 |
LinkedIn: [Riskaliev Murad](https://www.linkedin.com/in/risqaliyevds/)
|