add readme
Browse files- .gitattributes +0 -0
- README.md +8 -0
- dev.jsonl +0 -0
- test.jsonl +0 -0
- 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
|