Difference between revisions of "Li et al IJCAI 11"

From Cohen Courses
Jump to navigationJump to search
Line 38: Line 38:
 
* Root Mean Squared Error (RMSE)
 
* Root Mean Squared Error (RMSE)
  
[File:Li_IJCAI11_metrics.jpg]
+
[[File:Li_IJCAI11_metrics.jpg]]
  
 
'''Baselines''':
 
'''Baselines''':

Revision as of 05:01, 27 September 2012

This a Paper that appeared at the International joint conference on Artificial Intelligence 2011

Citation

Incorporating reviewer and product information for review rating prediction Li, F. and Liu, N. and Jin, H. and Zhao, K. and Yang, Q. and Zhu, X. Proceedings of the Twenty-Second international joint conference on Artificial Intelligence-Volume Volume Three pages 1820--1825 year 2011

Online version

Incorporating reviewer and product information for review rating prediction

Summary

This Paper is using Tensor Analysis in order to do Review classification in cases where a word in a review might have different sentiment coloring, depending on the particular reviewer. To that end, the authors model the problem as a three dimensional Tensor, where the three dimensions dimensions correspond to a reviewer, a product and a term respectively, thus incorporating additional information, about which specific reviewer wrote what, to the traditional Bag of Words model.

Another point to note is that the authors are not doing Binary Classification to the reviews, but wish to rate each review on a scale from 1-5 (similar to what Amazon does for example). In order to come up with a rating scheme, the authors use a Linear Regression function. Based on that function, they derive a decomposition of the reviewer-by-product-by-term tensor into three, compact factor matrices (each of which corresponds to the respective dimension), and using those matrices, they are able to infer the missing rating scores.

Evaluation

Datasets:

For evaluation, the authors conduct experiments on two different, real datasets:

A description of the data is shown in the table below:

Li IJCAI11 datasets.png

Metrics: The authors use the following measures in order to evaluate the performance of their approach:

  • Mean Absolute Error (MAE)
  • Root Mean Squared Error (RMSE)

Li IJCAI11 metrics.jpg

Baselines:

For comparison with current state of the art approaches, the authors use the following baselines:


Results:

Related Papers

  • The wikipage input value is empty (e.g. <code>SomeProperty::, [[]]</code>) and therefore it cannot be used as a name or as part of a query condition.

Study Plan

Papers/articles/blogs/videos you may want to read to understand this paper.