AlexSham commited on
Commit
6c33f42
1 Parent(s): 6ce6e84

Create README.md

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