Difference between revisions of "Choi, ACL 2010"

From Cohen Courses
Jump to navigationJump to search
(Created page with '== Citation == Choi, Y., and C. Cardie. Hierarchical Sequential Learning for Extracting Opinions and their Attributes. ACL-2010 == Online version == [http://aclweb.org/antholo…')
 
Line 9: Line 9:
 
== Summary ==
 
== Summary ==
  
This is an early and influential [[Category::paper]].... I am currently working on it....  
+
This [[Category::paper]] apply a hierarchical parameter sharing technique using Conditional Random Field (CRF) to fine grained opinion analysis. It aim to jointly identify the boundaries of opinion expression as well as to determine two of their key attributes - polarity and intensity.
  
 
== Brief description of the method ==
 
== Brief description of the method ==
  
 +
They used following features:
 +
 +
* Prior-polarity & Prior-intensity
 +
* EXP-Polarity, Exp-Intensity & EXP-Span: Expression level attributes
 +
* Per-Token Features
 +
** Common Per-Token Features
 +
** Polarity Per-Token Features
 +
** Intensity Per-Token Features
 +
* Transition Features
 +
** Polarity Transition Features
 +
** Intensity Transition Features
  
 
== Experimental Result ==
 
== Experimental Result ==
 
 
 
== Related papers ==
 

Revision as of 18:22, 25 September 2011

Citation

Choi, Y., and C. Cardie. Hierarchical Sequential Learning for Extracting Opinions and their Attributes. ACL-2010

Online version

[1]

Summary

This paper apply a hierarchical parameter sharing technique using Conditional Random Field (CRF) to fine grained opinion analysis. It aim to jointly identify the boundaries of opinion expression as well as to determine two of their key attributes - polarity and intensity.

Brief description of the method

They used following features:

  • Prior-polarity & Prior-intensity
  • EXP-Polarity, Exp-Intensity & EXP-Span: Expression level attributes
  • Per-Token Features
    • Common Per-Token Features
    • Polarity Per-Token Features
    • Intensity Per-Token Features
  • Transition Features
    • Polarity Transition Features
    • Intensity Transition Features

Experimental Result