Difference between revisions of "Product Feature Extraction and Sentiment Analysis in Product Reviews"

From Cohen Courses
Jump to navigationJump to search
(Created page with '==Team Members== * Sushant Kumar * Yogesh Dalal ==Project Title== Product Feature Extraction and Sentiment Analysis in Product Reviews ==Proje…')
 
Line 19: Line 19:
  
 
==Related Papers==
 
==Related Papers==
*Pang, B., L. Lee, and S. Vaithyanathan. 2002. Thumbs up?: sentiment classification using machine learning techniques. In Proceedings of the ACL-02 conference on Empirical methods in natural language processing-Volume 10, 79–86.
+
*[[RelatedPaper::Pang_et_al_EMNLP_2002|Pang, B., L. Lee, and S. Vaithyanathan. 2002. Thumbs up?: sentiment classification using machine learning techniques. In Proceedings of the ACL-02 conference on Empirical methods in natural language processing-Volume 10, 79–86. ]]
*Turney, P. D. 2002. Thumbs up or thumbs down? Semantic orientation applied to unsupervised classification of reviews. In Proceedings of the 40th annual meeting of the Association for Computational Linguistics, 417–424.
+
*[[RelatedPaper::Turney,_ACL_2002|Turney, P. D. 2002. Thumbs up or thumbs down? Semantic orientation applied to unsupervised classification of reviews. In Proceedings of the 40th annual meeting of the Association for Computational Linguistics, 417–424.]]
*M. Hu and B. Liu. Mining Opinion Features in Customer Reviews. In Proceedings of Nineteenth National Conference on Arti?cial Intelligence. 2004.
+
*[[RelatedPaper::Hu_and_Liu,_AAAI_2004|M. Hu and B. Liu. Mining Opinion Features in Customer Reviews. In Proceedings of Nineteenth National Conference on Artificial Intelligence. 2004.]]
*Dave, K., Lawrence, S., and Pennock, D.M. 2003. Mining the peanut gallery: Opinion extraction and semantic classification of product reviews. WWW 2003.
+
*[[RelatedPaper::Dave_et._al.,_WWW_2003|Dave, K., Lawrence, S., and Pennock, D.M. 2003. Mining the peanut gallery: Opinion extraction and semantic classification of product reviews. WWW 2003.]]
*Jianxing Yu , Zheng-Jun Zha, Meng Wang, Kai Wang, Tat-Seng Chua, Domain-Assisted Product Aspect Hierarchy Generation: Towards Hierarchical Organization of Unstructured Consumer Reviews, EMNLP 2011.
+
*[[RelatedPaper::Domain-Assisted_Product_Aspect_Hierarchy_Generation:_Towards_Hierarchical_Organization_of_Unstructured_Consumer_Reviews|Jianxing Yu , Zheng-Jun Zha, Meng Wang, Kai Wang, Tat-Seng Chua, Domain-Assisted Product Aspect Hierarchy Generation: Towards Hierarchical Organization of Unstructured Consumer Reviews, EMNLP 2011.]]
*Bishan Yang  and  Claire Cardie, Extracting Opinion Expressions with semi-Markov Conditional Random Fields.
+
*[[RelatedPaper::Extracting_Opinion_Expressions_with_semi-Markov_Conditional_Random_Fields|Bishan Yang  and  Claire Cardie, Extracting Opinion Expressions with semi-Markov Conditional Random Fields.]]

Revision as of 23:50, 7 October 2012

Team Members

Project Title

Product Feature Extraction and Sentiment Analysis in Product Reviews

Project Abstract

In this project, we plan to work on product reviews of various product classes and analyze them for finding the product features and opinion of various customers about those features. Using this analysis we aim to identify feature-wise good and bad aspects of a given product. This can be a useful practical solution to allow customers to help decide how well a product satisfies his/her needs if they are only looking for few important features in a product and don't care about other features.

Datasets

Amazon product reviews data set -

  1. http://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html#datasets
  2. Amazon product review dataset for various classes

Apart from that, we have already built our own web crawlers and extracted some more product reviews from www.amazon.com to train our system.

Baseline

Related Papers