BayanDuygu commited on
Commit
d9a53aa
1 Parent(s): 9b9269e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -24,20 +24,18 @@ The score field takes values between 1 and 9.9. Values are like 8, 8.1, 8.2 .. 8
24
 
25
  | star rating | count |
26
  |---|---|
27
- | 0.5 | 3.635 |
28
- | 1.0 | 2.325 |
29
- | 1.5 | 1.077 |
30
- | 2.0 | 1.902 |
31
- | 2.5 | 4.767 |
32
- | 3.0 |4.347 |
33
- | 3.5 | 6.495 |
34
- | 4.0 |9.486 |
35
- | 4.5 | 3.652 |
36
- | 5.0 | 7.594 |
37
- | total | 45.280 |
38
-
39
- The star rating looks quite balanced. This dataset offers the challenge of understanding the sentiment in a refined way, dissecting the positive sentiment into "very positive" or "okayish positive".
40
-
41
 
42
  ### Dataset Instances
43
  An instance of this dataset looks as follows:
 
24
 
25
  | star rating | count |
26
  |---|---|
27
+ | 1-2 | 2323 |
28
+ | 2-3 | 874 |
29
+ | 3-4 | 1252 |
30
+ | 4-5 | 1881 |
31
+ | 5-6 | 3484 |
32
+ | 6-7 | 6636 |
33
+ | 7-8 | 11.430 |
34
+ | 8-9 |10.412 |
35
+ | 9-9.9 | 4.622 |
36
+ | total | 42.914 |
37
+
38
+ The score values look scewed towards > 7, most of the movies rated between 7-9. If we sum up all the movies that scored under 7, it barely catches up with 7-9 scor interval. Certainly an interesting and challenging distribution!
 
 
39
 
40
  ### Dataset Instances
41
  An instance of this dataset looks as follows: