Sentiment learning on product reviews via sentiment ontology tree

From AcaWiki
Jump to: navigation, search

Citation: Wei Wei and Jon Atle Gulla (2010) Sentiment learning on product reviews via sentiment ontology tree. Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (RSS)
Internet Archive Scholar (search for fulltext): Sentiment learning on product reviews via sentiment ontology tree
Download: http://dl.acm.org/citation.cfm?id1858681.1858723
Tagged: Computer Science (RSS) ontologies (RSS), product reviews (RSS), sentiment analysis (RSS)

Summary

This paper points out that product reviews contain domain-specific knowledge. To capture the hierarchical relationships between product attributes, they introduce a new approach: "hierarchical learning with sentiment ontology tree" (HL-SOT) in order to:

  1. identify attributes
  2. identify which attributes have sentiment attached to them

This would enable searching for particular attributes in reviews.


Here is a sample sentiment ontology tree: Sentiment-ontology-tree.png

Their algorithm is based on H-RLS from Incremental algorithms for hierarchical classification. Evaluations are conducted against a human-labeled data set.


Selected references