blinoff commited on
Commit
caf8256
1 Parent(s): 9da67d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -10,9 +10,16 @@ task_categories:
10
  - sentiment-classification
11
  ---
12
 
13
- Some movie reviews from Kinopoisk (TOP250 & BOTTOM100 rank lists).
14
 
15
- With python load like:
 
 
 
 
 
 
 
16
  ```python3
17
  import pandas as pd
18
  df = pd.read_json('kinopoisk.jsonl', lines=True)
 
10
  - sentiment-classification
11
  ---
12
 
13
+ Kinopoisk movie reviews dataset (TOP250 & BOTTOM100 rank lists).
14
 
15
+ In total it contains 36,591 reviews from July 2004 to November 2012.
16
+
17
+ With following distribution along the 3-point sentiment scale:
18
+ - Good 27,264
19
+ - Bad 4,751
20
+ - Neutral 4,576
21
+
22
+ Load with python like:
23
  ```python3
24
  import pandas as pd
25
  df = pd.read_json('kinopoisk.jsonl', lines=True)