blinoff commited on
Commit
09bbbc8
1 Parent(s): caf8256

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -10,6 +10,8 @@ task_categories:
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.
@@ -24,4 +26,17 @@ Load with python like:
24
  import pandas as pd
25
  df = pd.read_json('kinopoisk.jsonl', lines=True)
26
  df.sample(5)
27
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - sentiment-classification
11
  ---
12
 
13
+ ### Dataset Summary
14
+
15
  Kinopoisk movie reviews dataset (TOP250 & BOTTOM100 rank lists).
16
 
17
  In total it contains 36,591 reviews from July 2004 to November 2012.
 
26
  import pandas as pd
27
  df = pd.read_json('kinopoisk.jsonl', lines=True)
28
  df.sample(5)
29
+ ```
30
+
31
+ ### Citation
32
+ ```
33
+ @article{blinov2013research,
34
+ title={Research of lexical approach and machine learning methods for sentiment analysis},
35
+ author={Blinov, PD and Klekovkina, Maria and Kotelnikov, Eugeny and Pestov, Oleg},
36
+ journal={Computational Linguistics and Intellectual Technologies},
37
+ volume={2},
38
+ number={12},
39
+ pages={48--58},
40
+ year={2013}
41
+ }
42
+ ```