Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 506 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 506 Bytes

Lyrics Emotion Detection

The main goal of this project is to explore emotion detection in music using lyrics. Firstly, 1,160 song lyrics are hand-annotated using 9 categories of the Geneva Emotional Music Scales (GEMS) (Zentner et al., 2008) emotions. Using the generated dataset, we developed single-label and multi-label classifiers using unigram, bigram, term frequency-inverse document frequency (tfidf) BOW features to detect emotions in lyrics, which achieved 0.65 and 0.82 F1 scores respectively.