Instance-Based Domain Adaptation in NLP via In-Target-Domain Logistic Approximation

Abstract

In the field of NLP, most of the existing domain adaptation studies belong to the feature-based adaptation, while the research of instance-based adaptation is very scarce. In this work, we propose a new instance-based adaptation model, called in-target-domain logistic approximation (ILA). In ILA, we adapt the source-domain data to the target domain by a logistic approximation. The normalized in-target-domain probability is assigned as an instance weight to each of the source-domain training data. An instance-weighted classification model is trained finally for the cross-domain classification problem. Compared to the previous techniques, ILA conducts instance adaptation in a dimensionality-reduced linear feature space to ensure efficiency in high-dimensional NLP tasks. The instance weights in ILA are learnt by leveraging the criteria of both maximum likelihood and minimum statistical distance. The empirical results on two NLP tasks including text categorization and sentiment classification show that our ILA model beats the state-of-the-art instance adaptation methods significantly, in cross-domain classification accuracy, parameter stability and computational efficiency.

Cite

Text

Xia et al. "Instance-Based Domain Adaptation in NLP via In-Target-Domain Logistic Approximation." AAAI Conference on Artificial Intelligence, 2014. doi:10.1609/AAAI.V28I1.8931

Markdown

[Xia et al. "Instance-Based Domain Adaptation in NLP via In-Target-Domain Logistic Approximation." AAAI Conference on Artificial Intelligence, 2014.](https://mlanthology.org/aaai/2014/xia2014aaai-instance/) doi:10.1609/AAAI.V28I1.8931

BibTeX

@inproceedings{xia2014aaai-instance,
  title     = {{Instance-Based Domain Adaptation in NLP via In-Target-Domain Logistic Approximation}},
  author    = {Xia, Rui and Yu, Jianfei and Xu, Feng and Wang, Shumei},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2014},
  pages     = {1600-1606},
  doi       = {10.1609/AAAI.V28I1.8931},
  url       = {https://mlanthology.org/aaai/2014/xia2014aaai-instance/}
}