AlexSham commited on
Commit
fcf9de5
1 Parent(s): 44c07b7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ https://archive.ics.uci.edu/dataset/331/sentiment+labelled+sentences
2
+
3
+ This dataset was created for the Paper 'From Group to Individual Labels using Deep Features', Kotzias et. al,. KDD 2015
4
+ Please cite the paper if you want to use it :)
5
+
6
+ It contains sentences labelled with positive or negative sentiment, extracted from reviews of products, movies, and restaurants
7
+
8
+ =======
9
+ Format:
10
+ =======
11
+ sentence \t score \n
12
+
13
+
14
+ =======
15
+ Details:
16
+ =======
17
+ Score is either 1 (for positive) or 0 (for negative)
18
+ The sentences come from three different websites/fields:
19
+
20
+ imdb.com
21
+ amazon.com
22
+ yelp.com
23
+
24
+ For each website, there exist 500 positive and 500 negative sentences. Those were selected randomly for larger datasets of reviews.
25
+ We attempted to select sentences that have a clearly positive or negative connotaton, the goal was for no neutral sentences to be selected.
26
+
27
+
28
+
29
+ For the full datasets look:
30
+
31
+ imdb: Maas et. al., 2011 'Learning word vectors for sentiment analysis'
32
+ amazon: McAuley et. al., 2013 'Hidden factors and hidden topics: Understanding rating dimensions with review text'
33
+ yelp: Yelp dataset challenge http://www.yelp.com/dataset_challenge