unify-emotion-datasets
unify-emotion-datasets copied to clipboard
A Survey and Experiments on Annotated Corpora for Emotion Classification in Text
Paper [https://pdfs.semanticscholar.org/6e12/6777a4ca6b7c3721b11144a4f27be3be99e1.pdf](url)
In the paper, it is mentioned that "anticipation" is also a label in the ssec data but in the unified-dataset, "anticipation" is marked 'None'. For instance, {'id': 25918, 'VAD': {'valence':...
Here is a great dataset for multilabel emotion classification. It would be great to add it to this repository. Link: https://competitions.codalab.org/competitions/17751#learn_the_details-datasets
caught by Wolfgang Tessadri
Changed the following line, specifically sklearn to scikit-learn old: pip3 install regex docopt numpy sklearn scipy new: pip3 install regex docopt numpy scikit-learn scipy