nreimers commited on
Commit
e51bdcd
1 Parent(s): 4a4655b

add readme

Browse files
Files changed (5) hide show
  1. .gitattributes +0 -0
  2. README.md +8 -0
  3. dev.jsonl +0 -0
  4. test.jsonl +0 -0
  5. train.jsonl +0 -0
.gitattributes CHANGED
File without changes
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Stanford Sentiment Treebank - Fine-Grained
2
+
3
+ [Stanford Sentiment Treebank](http://nlp.stanford.edu/sentiment/) with 5 labels: very positive, positive, neutral, negative, very negative
4
+
5
+ Splits are from:
6
+ [https://github.com/AcademiaSinicaNLPLab/sentiment_dataset/tree/master/data](https://github.com/AcademiaSinicaNLPLab/sentiment_dataset/tree/master/data)
7
+
8
+ Training data is on sentence level, not on phrase level!
dev.jsonl CHANGED
File without changes
test.jsonl CHANGED
File without changes
train.jsonl CHANGED
File without changes