Opinion Target Extraction Using Partially-Supervised Word Alignment Model

Abstract

Mining opinion targets from online reviews is an important and challenging task in opinion mining. This paper proposes a novel approach to extract opinion targets by using partial-supervised word alignment model (PSWAM). At first, we apply PSWAM in a monolingual scenario to mine opinion relations in sentences and estimate the associations between words. Then, a graph-based algorithm is exploited to estimate the confidence of each candidate, and the candidates with higher confidence will be extracted as the opinion targets. Compared with existing syntax-based methods, PSWAM can effectively avoid parsing errors when dealing with informal sentences in online reviews. Compared with the methods using alignment model, PSWAM can capture opinion relations more precisely through partial supervision from partial alignment links. Moreover, when estimating candidate confidence, we make penalties on higher-degree vertices in our graph-based algorithm in order to decrease the probability of the random walk running into the unrelated regions in the graph. As a result, some errors can be avoided. The experimental results on three data sets with different sizes and languages show that our approach outperforms state-of-the-art methods.

Cite

Text

Liu et al. "Opinion Target Extraction Using Partially-Supervised Word Alignment Model." International Joint Conference on Artificial Intelligence, 2013.

Markdown

[Liu et al. "Opinion Target Extraction Using Partially-Supervised Word Alignment Model." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/liu2013ijcai-opinion/)

BibTeX

@inproceedings{liu2013ijcai-opinion,
  title     = {{Opinion Target Extraction Using Partially-Supervised Word Alignment Model}},
  author    = {Liu, Kang and Xu, Heng Li and Liu, Yang and Zhao, Jun},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2013},
  pages     = {2134-2140},
  url       = {https://mlanthology.org/ijcai/2013/liu2013ijcai-opinion/}
}