Siki-77 commited on
Commit
9e3ccd1
·
verified ·
1 Parent(s): f966d27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -39,3 +39,22 @@ configs:
39
  - split: test
40
  path: data/test-*
41
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  - split: test
40
  path: data/test-*
41
  ---
42
+
43
+ ## label
44
+ 0 - Negative (from stars 0 and 1)
45
+ 1 - Neutral (from star 2)
46
+ 2 - Positive (from stars 3 and 4)
47
+
48
+
49
+ ## example
50
+ ```
51
+ {'label': 0,
52
+ 't_label': 'Negative',
53
+ 'text': 'dr. goldberg offers everything i look for in a general practitioner. he's nice and easy to talk to without being patronizing; he's always on time in seeing his patients; he's affiliated with a top-notch hospital (nyu) which my parents have explained to me is very important in case something happens and you need surgery; and you can get referrals to see specialists without having to see him first. really, what more do you need? i'm sitting here trying to think of any complaints i have about him, but i'm really drawing a blank.'}
54
+ ```
55
+ ## source
56
+ Yelp
57
+ cited from :
58
+ Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015).
59
+
60
+