https://github.com/stanfordnlp/sentiment-treebank
Updated version of SST
https://github.com/stanfordnlp/sentiment-treebank
Last synced: about 1 month ago
JSON representation
Updated version of SST
- Host: GitHub
- URL: https://github.com/stanfordnlp/sentiment-treebank
- Owner: stanfordnlp
- Created: 2019-08-29T20:02:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T06:23:49.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T01:26:32.064Z (3 months ago)
- Language: Python
- Size: 3.19 MB
- Stars: 8
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentiment-treebank
Updated version of SSTThe files are split as per the original train/test/dev splits.
fiveclass has the original very low / low / neutral / high / very high split.
binary has only low and high labels. Where trees would have neutral
labels, -1 represents lack of label. It is a direct conversion of
fiveclass, given here for convenience.