Active Learning for Cross-Domain Sentiment Classification

Abstract

In the literature, various approaches have been proposed to address the domain adaptation problem in sentiment classification (also called cross-domain sentiment classification). However, the adaptation performance normally much suffers when the data distributionsin the source and target domains differ significantly. In this paper, we suggest to perform active learning for cross-domain sentiment classification by actively selecting a smallamount of labeled data in the target domain. Accordingly, we propose an novel active learning approach for cross-domain sentiment classification. First, we train two individual classifiers, i.e., the source and target classifiers with the labeled data from the source and target respectively. Then, the two classifiers are employed to select informative samples with the selection strategy of QueryBy Committee (QBC). Third, the two classifier is combined to make the classification decision. Importantly, the two classifiers are trained by fully exploiting the unlabeled data in the target domain with the label propagation(LP) algorithm. Empirical studies demonstrate the effectiveness of our active learning approach for cross-domain sentiment classification over some strong baselines.

Cite

Text

Li et al. "Active Learning for Cross-Domain Sentiment Classification." International Joint Conference on Artificial Intelligence, 2013.

Markdown

[Li et al. "Active Learning for Cross-Domain Sentiment Classification." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/li2013ijcai-active-a/)

BibTeX

@inproceedings{li2013ijcai-active-a,
  title     = {{Active Learning for Cross-Domain Sentiment Classification}},
  author    = {Li, Shoushan and Xue, Yunxia and Wang, Zhongqing and Zhou, Guodong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2013},
  pages     = {2127-2133},
  url       = {https://mlanthology.org/ijcai/2013/li2013ijcai-active-a/}
}