Computational-Content-Analysis-2020 / Readings-Responses-Spring

Repository for organizing orienting, exemplary and fundament readings, and posting responses.
0 stars 0 forks source link

Deep Classification, Embedding & Text Generation (E1) - Ram et al 2019 #33

Open HyunkuKwon opened 4 years ago

HyunkuKwon commented 4 years ago
  1. Pathak, Ajeet Ram, Basant Agarwal, Manjusha Pandey & Siddharth Rautaray. 2019. “Application of Deep Learning Approaches for Sentiment Analysis.” Deep Learning-Based Approaches for Sentiment Analysis. Algorithms for Intelligent Systems. Springer, Singapore.
liu431 commented 4 years ago

The question I have when using sentiment analysis in the projects is that one sentiment classification (or normalized score) doesn't tell the whole story of the people who wrote the content. For example, when leaving reviews on Amazon, a consumer might write half of the paragraph on good things and the rest on complaining. The sentiment score might be neutral (0), but actually the consumer has mixed opinions about the product <0.8, -0.8>. So I am wondering how can we customize the sentiment analysis algorithms into this specific application?

DSharm commented 4 years ago

I have a question about the evaluation metrics used for sentiment analysis. We see all of the same metrics e.g. accuracy, f1, precision, recall, etc. However, all of these assume there is a "true" sentiment. Given the incredible subjectivity of sentiment, what are the best practices for getting "ground truth" sentiment in order to then compare to the predictions? Is this something that is often done by crowd sourcing?