Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
sentiment-classification
Languages:
Russian
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,16 @@ task_categories:
|
|
10 |
- sentiment-classification
|
11 |
---
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|