| { |
| "paper_id": "P11-1007", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T08:48:11.925431Z" |
| }, |
| "title": "Domain Adaptation by Constraining Inter-Domain Variability of Latent Feature Representation", |
| "authors": [ |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Saarland University Saarbruecken", |
| "location": { |
| "country": "Germany" |
| } |
| }, |
| "email": "titov@mmci.uni-saarland.de" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We consider a semi-supervised setting for domain adaptation where only unlabeled data is available for the target domain. One way to tackle this problem is to train a generative model with latent variables on the mixture of data from the source and target domains. Such a model would cluster features in both domains and ensure that at least some of the latent variables are predictive of the label on the source domain. The danger is that these predictive clusters will consist of features specific to the source domain only and, consequently, a classifier relying on such clusters would perform badly on the target domain. We introduce a constraint enforcing that marginal distributions of each cluster (i.e., each latent variable) do not vary significantly across domains. We show that this constraint is effective on the sentiment classification task (Pang et al., 2002), resulting in scores similar to the ones obtained by the structural correspondence methods (Blitzer et al., 2007) without the need to engineer auxiliary tasks.", |
| "pdf_parse": { |
| "paper_id": "P11-1007", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We consider a semi-supervised setting for domain adaptation where only unlabeled data is available for the target domain. One way to tackle this problem is to train a generative model with latent variables on the mixture of data from the source and target domains. Such a model would cluster features in both domains and ensure that at least some of the latent variables are predictive of the label on the source domain. The danger is that these predictive clusters will consist of features specific to the source domain only and, consequently, a classifier relying on such clusters would perform badly on the target domain. We introduce a constraint enforcing that marginal distributions of each cluster (i.e., each latent variable) do not vary significantly across domains. We show that this constraint is effective on the sentiment classification task (Pang et al., 2002), resulting in scores similar to the ones obtained by the structural correspondence methods (Blitzer et al., 2007) without the need to engineer auxiliary tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Supervised learning methods have become a standard tool in natural language processing, and large training sets have been annotated for a wide variety of tasks. However, most learning algorithms operate under assumption that the learning data originates from the same distribution as the test data, though in practice this assumption is often violated. This difference in the data distributions normally results in a significant drop in accuracy. To address this problem a number of domain-adaptation methods has recently been proposed (see e.g., (Daum\u00e9 and Marcu, 2006; Blitzer et al., 2006; Bickel et al., 2007) ). In addition to the labeled data from the source domain, they also exploit small amounts of labeled data and/or unlabeled data from the target domain to estimate a more predictive model for the target domain.", |
| "cite_spans": [ |
| { |
| "start": 547, |
| "end": 570, |
| "text": "(Daum\u00e9 and Marcu, 2006;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 571, |
| "end": 592, |
| "text": "Blitzer et al., 2006;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 593, |
| "end": 613, |
| "text": "Bickel et al., 2007)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper we focus on a more challenging and arguably more realistic version of the domainadaptation problem where only unlabeled data is available for the target domain. One of the most promising research directions on domain adaptation for this setting is based on the idea of inducing a shared feature representation (Blitzer et al., 2006) , that is mapping from the initial feature representation to a new representation such that (1) examples from both domains 'look similar' and (2) an accurate classifier can be trained in this new representation. Blitzer et al. (2006) use auxiliary tasks based on unlabeled data for both domains (called pivot features) and a dimensionality reduction technique to induce such shared representation. The success of their domain-adaptation method (Structural Correspondence Learning, SCL) crucially depends on the choice of the auxiliary tasks, and defining them can be a non-trivial engineering problem for many NLP tasks (Plank, 2009) . In this paper, we investigate methods which do not use auxiliary tasks to induce a shared feature representation.", |
| "cite_spans": [ |
| { |
| "start": 324, |
| "end": 346, |
| "text": "(Blitzer et al., 2006)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 559, |
| "end": 580, |
| "text": "Blitzer et al. (2006)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 967, |
| "end": 980, |
| "text": "(Plank, 2009)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We use generative latent variable models (LVMs) learned on all the available data: unlabeled data for both domains and on the labeled data for the source domain. Our LVMs use vectors of latent features to represent examples. The latent variables encode regularities observed on unlabeled data from both domains, and they are learned to be predictive of the labels on the source domain. Such LVMs can be regarded as composed of two parts: a mapping from initial (normally, word-based) representation to a new shared distributed representation, and also a classifier in this representation. The danger of this semi-supervised approach in the domain-adaptation setting is that some of the latent variables will correspond to clusters of features specific only to the source domain, and consequently, the classifier relying on this latent variable will be badly affected when tested on the target domain. Intuitively, one would want the model to induce only those features which generalize between domains. We encode this intuition by introducing a term in the learning objective which regularizes inter-domain difference in marginal distributions of each latent variable.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Another, though conceptually similar, argument for our method is coming from theoretical results which postulate that the drop in accuracy of an adapted classifier is dependent on the discrepancy distance between the source and target domains (Blitzer et al., 2008; Mansour et al., 2009; Ben-David et al., 2010) . Roughly, the discrepancy distance is small when linear classifiers cannot distinguish between examples from different domains. A necessary condition for this is that the feature expectations do not vary significantly across domains. Therefore, our approach can be regarded as minimizing a coarse approximation of the discrepancy distance.", |
| "cite_spans": [ |
| { |
| "start": 243, |
| "end": 265, |
| "text": "(Blitzer et al., 2008;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 266, |
| "end": 287, |
| "text": "Mansour et al., 2009;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 288, |
| "end": 311, |
| "text": "Ben-David et al., 2010)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The introduced term regularizes model expectations and it can be viewed as a form of a generalized expectation (GE) criterion (Mann and McCallum, 2010) . Unlike the standard GE criterion, where a model designer defines the prior for a model expectation, our criterion postulates that the model expectations should be similar across domains.", |
| "cite_spans": [ |
| { |
| "start": 126, |
| "end": 151, |
| "text": "(Mann and McCallum, 2010)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In our experiments, we use a form of Harmonium Model (Smolensky, 1986 ) with a single layer of binary latent variables. Though exact inference with this class of models is infeasible we use an efficient approximation (Bengio and Delalleau, 2007) , which can be regarded either as a mean-field approximation to the reconstruction error or a deterministic version of the Contrastive Divergence sampling method (Hinton, 2002) . Though such an estimator is biased, in practice, it yields accurate models. We explain how the introduced regularizer can be integrated into the stochastic gradient descent learning algorithm for our model.", |
| "cite_spans": [ |
| { |
| "start": 53, |
| "end": 69, |
| "text": "(Smolensky, 1986", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 217, |
| "end": 245, |
| "text": "(Bengio and Delalleau, 2007)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 408, |
| "end": 422, |
| "text": "(Hinton, 2002)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We evaluate our approach on adapting sentiment classifiers on 4 domains: books, DVDs, electronics and kitchen appliances (Blitzer et al., 2007) . The loss due to transfer to a new domain is very significant for this task: in our experiments it was approaching 9%, in average, for the non-adapted model. Our regularized model achieves 35% average relative error reduction with respect to the nonadapted classifier, whereas the non-regularized version demonstrates a considerably smaller reduction of 26%. Both the achieved error reduction and the absolute score match the results reported in (Blitzer et al., 2007) for the best version 1 of the SCL method (SCL-MI, 36%), suggesting that our approach is a viable alternative to SCL.", |
| "cite_spans": [ |
| { |
| "start": 121, |
| "end": 143, |
| "text": "(Blitzer et al., 2007)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 591, |
| "end": 613, |
| "text": "(Blitzer et al., 2007)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The rest of the paper is structured as follows. In Section 2 we introduce a model which uses vectors of latent variables to model statistical dependencies between the elementary features. In Section 3 we discuss its applicability in the domain-adaptation setting, and introduce constraints on inter-domain variability as a way to address the discovered limitations. Section 4 describes approximate learning and inference algorithms used in our experiments. In Section 5 we provide an empirical evaluation of the proposed method. We conclude in Section 6 with further examination of the related work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The adaptation method advocated in this paper is applicable to any joint probabilistic model which uses distributed representations, i.e. vectors of latent variables, to abstract away from hand-crafted features. These models, for example, include Restricted Boltzmann Machines (Smolensky, 1986; Hinton, 2002) and Sigmoid Belief Networks (SBNs) (Saul et al., 1996) for classification and regression tasks, Factorial HMMs (Ghahramani and Jordan, 1997) for sequence labeling problems, Incremental SBNs for parsing problems (Titov and Henderson, 2007a) , as well as different types of Deep Belief Networks (Hinton and Salakhutdinov, 2006) . The power of these methods is in their ability to automatically construct new features from elementary ones provided by the model designer. This feature induction capability is especially desirable for problems where engineering features is a labor-intensive process (e.g., multilingual syntactic parsing (Titov and Henderson, 2007b) ), or for multitask learning problems where the nature of interactions between the tasks is not fully understood (Collobert and Weston, 2008; Gesmundo et al., 2009) .", |
| "cite_spans": [ |
| { |
| "start": 277, |
| "end": 294, |
| "text": "(Smolensky, 1986;", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 295, |
| "end": 308, |
| "text": "Hinton, 2002)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 344, |
| "end": 363, |
| "text": "(Saul et al., 1996)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 420, |
| "end": 449, |
| "text": "(Ghahramani and Jordan, 1997)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 520, |
| "end": 548, |
| "text": "(Titov and Henderson, 2007a)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 602, |
| "end": 634, |
| "text": "(Hinton and Salakhutdinov, 2006)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 942, |
| "end": 970, |
| "text": "(Titov and Henderson, 2007b)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 1084, |
| "end": 1112, |
| "text": "(Collobert and Weston, 2008;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 1113, |
| "end": 1135, |
| "text": "Gesmundo et al., 2009)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this paper we consider classification tasks, namely prediction of sentiment polarity of a user review (Pang et al., 2002) , and model the joint distribution of the binary sentiment label y \u2208 {0, 1} and the multiset of text features x, x i \u2208 X . The hidden variable vector z (z i \u2208 {0, 1}, i = 1, . . . , m) encodes statistical dependencies between components of x and also dependencies between the label y and the features x. Intuitively, the model can be regarded as a logistic regression classifier with latent features.", |
| "cite_spans": [ |
| { |
| "start": 105, |
| "end": 124, |
| "text": "(Pang et al., 2002)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The model assumes that the features and the latent variable vector are generated jointly from a globallynormalized model and then the label y is generated from a conditional distribution dependent on z. Both of these distributions, P (x, z) and P (y|z), are parameterized as log-linear models and, consequently, our model can be seen as a combination of an undirected Harmonium model (Smolensky, 1986) and a directed SBN model (Saul et al., 1996) . The formal definition is as follows:", |
| "cite_spans": [ |
| { |
| "start": 384, |
| "end": 401, |
| "text": "(Smolensky, 1986)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 427, |
| "end": 446, |
| "text": "(Saul et al., 1996)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "(1) Draw (x, z) \u223c P (x, z|v), (2) Draw label y \u223c \u03c3(w 0 + m i=1 w i z i ),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "where v and w are parameters, \u03c3 is the logistic sigmoid function, \u03c3(t) = 1/(1 + e \u2212t ), and the joint distribution of (x, z) is given by the Gibbs distribution: The parameters of this model \u03b8 = (v, w) can be estimated by maximizing joint likelihood L(\u03b8) of labeled data for the source domain and unlabeled data for the source and target domain {x (l) } l\u2208S U \u222aT U , where S U and T U stand for the unlabeled datasets for the source and target domains, respectively. However, given that, first, amount of unlabeled data |S U \u222a T U | normally vastly exceeds the amount of labeled data |S L | and, second, the number of features for each example |x (l) | is usually large, the label y will have only a minor effect on the mapping from the initial features x to the latent representation z (i.e. on the parameters v). Consequently, the latent representation induced in this way is likely to be inappropriate for the classification task in question. Therefore, we follow (McCallum et al., 2006) and use a multi-conditional objective, a specific form of hybrid learning, to emphasize the importance of labels y:", |
| "cite_spans": [ |
| { |
| "start": 646, |
| "end": 649, |
| "text": "(l)", |
| "ref_id": null |
| }, |
| { |
| "start": 966, |
| "end": 989, |
| "text": "(McCallum et al., 2006)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "P (x, z|v) \u221d exp( |x| j=1 v x j 0 + n i=1 v 0i z i + |x|,n j,i=1 v x j i z i ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "{x (l) , y (l) } l\u2208S L ... ...", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "L(\u03b8, \u03b1) = \u03b1 l\u2208S L log P (y (l) |x (l) , \u03b8)+ l\u2208S U \u222aT U \u222aS L log P (x (l) |\u03b8),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "where \u03b1 is a weight, \u03b1 > 1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Direct maximization of the objective is problematic, as it would require summation over all the 2 m latent vectors z. Instead we use a meanfield approximation. Similarly, an efficient approximate inference algorithm is used to compute arg max y P (y|x, \u03b8) at testing time. The approximations are described in Section 4.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "As we discussed in the introduction, our goal is to provide a method for domain adaptation based on semi-supervised learning of models with distributed representations. In this section, we first discuss the shortcomings of domain adaptation with the above-described semi-supervised approach and motivate constraints on inter-domain variability of the induced shared representation. Then we propose a specific form of this constraint based on the Kullback-Leibler (KL) divergence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constraints on Inter-Domain Variability", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Each latent variable z i encodes a cluster or a combination of elementary features x j . At least some of these clusters, when induced by maximizing the likelihood L(\u03b8, \u03b1) with sufficiently large \u03b1, will be useful for the classification task on the source domain. However, when the domains are substantially different, these predictive clusters are likely to be specific only to the source domain. For example, consider moving from reviews of electronics to book reviews: the cluster of features related to equipment reliability and warranty service will not generalize to books. The corresponding latent variable will always be inactive on the books domain (or always active, if negative correlation is induced during learning). Equivalently, the marginal distribution of this variable will be very different for both domains. Note that the classifier, defined by the vector w, is only trained on the labeled source examples {x (l) , y (l) } l\u2208S L and therefore it will rely on such latent variables, even though they do not generalize to the target domain. Clearly, the accuracy of such classifier will drop when it is applied to target domain examples. To tackle this issue, we introduce a regularizing term which penalizes differences in the marginal distributions between the domains.", |
| "cite_spans": [ |
| { |
| "start": 929, |
| "end": 932, |
| "text": "(l)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for the Constraints", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "In fact, we do not need to consider the behavior of the classifier to understand the rationale behind the introduction of the regularizer. Intuitively, when adapting between domains, we are interested in representations z which explain domain-independent regularities rather than in modeling inter-domain differences. The regularizer favors models which focus on the former type of phenomena rather than the latter.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for the Constraints", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Another motivation for the form of regularization we propose originates from theoretical analysis of the domain adaptation problems (Ben-David et al., 2010; Mansour et al., 2009; Blitzer et al., 2007) . Under the assumption that there exists a domainindependent scoring function, these analyses show that the drop in accuracy is upper-bounded by the quantity called discrepancy distance. The discrepancy distance is dependent on the feature represen-tation z, and the input distributions for both domains P S (z) and P T (z), and is defined as", |
| "cite_spans": [ |
| { |
| "start": 132, |
| "end": 156, |
| "text": "(Ben-David et al., 2010;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 157, |
| "end": 178, |
| "text": "Mansour et al., 2009;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 179, |
| "end": 200, |
| "text": "Blitzer et al., 2007)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for the Constraints", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "d z (S,T )=max f,f |E P S [f (z) =f (z)]\u2212E P T [f (z) =f (z)]|,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for the Constraints", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where f and f are arbitrary linear classifiers in the feature representation z. The quantity E P [f (z) =f (z)] measures the probability mass assigned to examples where f and f disagree. Then the discrepancy distance is the maximal change in the size of this disagreement set due to transfer between the domains. For a more restricted class of classifiers which rely only on any single feature 2 z i , the distance is equal to the maximum over the change in the distributions P (z i ). Consequently, for arbitrary linear classifiers we have:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for the Constraints", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "d z (S,T ) \u2265 max i=1,...,m |E P S [z i = 1] \u2212 E P T [z i = 1]|.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for the Constraints", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "It follows that low inter-domain variability of the marginal distributions of latent variables is a necessary condition for low discrepancy distance. Minimizing the difference in the marginal distributions can be regarded as a coarse approximation to the minimization of the distance. However, we have to concede that the above argument is fairly informal, as the generalization bounds do not directly apply to our case: (1) our feature representation is learned from the same data as the classifier, (2) we cannot guarantee that the existence of a domainindependent scoring function is preserved under the learned transformation x\u2192z and (3) in our setting we have access not only to samples from P (z|x, \u03b8) but also to the distribution itself.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for the Constraints", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Though the above argument suggests a specific form of the regularizing term, we believe that the penalizer should not be very sensitive to small differences in the marginal distributions, as useful variables (clusters) are likely to have somewhat different marginal distributions in different domains, but it should severely penalize extreme differences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "To achieve this goal we instead propose to use the symmetrized Kullback-Leibler (KL) divergence between the marginal distributions as the penalty. The derivative of the symmetrized KL divergence is large when one of the marginal distributions is concentrated at 0 or 1 with another distribution still having high entropy, and therefore such configurations are severely penalized. 3 Formally, the regularizer G(\u03b8) is defined as", |
| "cite_spans": [ |
| { |
| "start": 380, |
| "end": 381, |
| "text": "3", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "G(\u03b8) = m i=1 D(P S (z i |\u03b8)||P T (z i |\u03b8)) +D(P T (z i |\u03b8)||P S (z i |\u03b8)),", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where P S (z i ) and P T (z i ) stand for the training sample estimates of the marginal distributions of latent features, for instance:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "P T (z i = 1|\u03b8) = 1 |T U | l\u2208T U P (z i = 1|x (l) , \u03b8).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We augment the multi-conditional log-likelihood L(\u03b8, \u03b1) with the weighted regularization term G(\u03b8) to get the composite objective function:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "L R (\u03b8, \u03b1, \u03b2) = L(\u03b8, \u03b1) \u2212 \u03b2G(\u03b8), \u03b2 > 0.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Note that this regularization term can be regarded as a form of the generalized expectation (GE) criteria (Mann and McCallum, 2010) , where GE criteria are normally defined as KL divergences between a prior expectation of some feature and the expectation of this feature given by the model, where the prior expectation is provided by the model designer as a form of weak supervision. In our case, both expectations are provided by the model but on different domains.", |
| "cite_spans": [ |
| { |
| "start": 106, |
| "end": 131, |
| "text": "(Mann and McCallum, 2010)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Note that the proposed regularizer can be trivially extended to support the multi-domain case (Mansour et al., 2008) by considering symmetrized KL divergences for every pair of domains or regularizing the distributions for every domain towards their average.", |
| "cite_spans": [ |
| { |
| "start": 94, |
| "end": 116, |
| "text": "(Mansour et al., 2008)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "More powerful regularization terms can also be motivated by minimization of the discrepancy distance but their optimization is likely to be expensive, whereas L R (\u03b8, \u03b1, \u03b2) can be optimized efficiently.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "3 An alternative is to use the Jensen-Shannon (JS) divergence, however, our preliminary experiments seem to suggest that the symmetrized KL divergence is preferable. Though the two divergences are virtually equivalent when the distributions are very similar (their ratio tends to a constant as the distributions go closer), the symmetrized KL divergence stronger penalizes extreme differences and this is important for our purposes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Expectation Criterion", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In this section we describe an approximate learning algorithm based on the mean-field approximation. Though we believe that our approach is independent of the specific learning algorithm, we provide the description for completeness. We also describe a simple approximate algorithm for computing P (y|x, \u03b8) at test time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Learning and Inference", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The stochastic gradient descent algorithm iterates over examples and updates the weight vector based on the contribution of every considered example to the objective function L R (\u03b8, \u03b1, \u03b2). To compute these updates we need to approximate gradients of \u2207 \u03b8 log P (y (l) ", |
| "cite_spans": [ |
| { |
| "start": 264, |
| "end": 267, |
| "text": "(l)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Learning and Inference", |
| "sec_num": "4" |
| }, |
| { |
| "text": "|x (l) , \u03b8) (l \u2208 S L ), \u2207 \u03b8 log P (x (l) |\u03b8) (l \u2208 S L \u222a S U \u222a T U )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Learning and Inference", |
| "sec_num": "4" |
| }, |
| { |
| "text": "as well as to estimate the contribution of a given example to the gradient of the regularizer \u2207 \u03b8 G(\u03b8). In the next sections we will describe how each of these terms can be estimated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Learning and Inference", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We start by explaining the mean-field approximation of log P (y|x, \u03b8). First, we compute the means \u00b5 = (\u00b5 1 , . . . , \u00b5 m ):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Likelihood Term", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "\u00b5 i = P (z i = 1|x, v) = \u03c3(v 0i + |x| j=1 v x j i ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Likelihood Term", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Now we can substitute them instead of z to approximate the conditional probability of the label:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Likelihood Term", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "P (y = 1|x, \u03b8) = z P (y|z, w)P (z|x, v) \u221d \u03c3(w 0 + m i=1 w i \u00b5 i ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Likelihood Term", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We use this estimate both at testing time and also to compute gradients \u2207 \u03b8 log P (y (l) |x (l) , \u03b8) during learning. The gradients can be computed efficiently using a form of back-propagation. Note that with this approximation, we do not need to normalize over the feature space, which makes the model very efficient at classification time. This approximation is equivalent to the computation of the two-layer perceptron with the soft-max activation function (Bishop, 1995) . However, the above derivation provides a probabilistic interpretation of the hidden layer.", |
| "cite_spans": [ |
| { |
| "start": 460, |
| "end": 474, |
| "text": "(Bishop, 1995)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conditional Likelihood Term", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "In this section, we describe how the unlabeled likelihood term is optimized in our stochastic learning algorithm. First, we note that, given the directed nature of the arcs between z and y, the weights w do not affect the probability of input x, that is P (x|\u03b8) = P (x|v).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unlabeled Likelihood Term", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Instead of directly approximating the gradient \u2207 v log P (x (l) |v), we use a deterministic version of the Contrastive Divergence (CD) algorithm, equivalent to the mean-field approximation of the reconstruction error used in training autoassociaters (Bengio and Delalleau, 2007) . The CD-based estimators are biased estimators but are guaranteed to converge. Intuitively, maximizing the likelihood of unlabeled data is closely related to minimizing the reconstruction error, that is training a model to discover such mapping parameters u that z encodes all the necessary information to accurately reproduce x (l) from z for every training example x (l) . Formally, the meanfield approximation to the negated reconstruction error is defined a\u015d", |
| "cite_spans": [ |
| { |
| "start": 250, |
| "end": 278, |
| "text": "(Bengio and Delalleau, 2007)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 649, |
| "end": 652, |
| "text": "(l)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unlabeled Likelihood Term", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "L(x (l) , v) = log P (x (l) |\u00b5, v),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unlabeled Likelihood Term", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "where the means, \u00b5 i = P (z i = 1|x (l) , v), are computed as in the preceding section. Note that when computing the gradient of \u2207 vL , we need to take into account both the forward and backward mappings: the computation of the means \u00b5 from x (l) and the computation of the log-probability of x (l) given the means \u00b5:", |
| "cite_spans": [ |
| { |
| "start": 36, |
| "end": 39, |
| "text": "(l)", |
| "ref_id": null |
| }, |
| { |
| "start": 243, |
| "end": 246, |
| "text": "(l)", |
| "ref_id": null |
| }, |
| { |
| "start": 295, |
| "end": 298, |
| "text": "(l)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unlabeled Likelihood Term", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "dL dv ki = \u2202L \u2202v ki + \u2202L \u2202\u00b5 i d\u00b5 i dv ki .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unlabeled Likelihood Term", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The criterion G(\u03b8) is also independent of the classifier parameters w, i.e. G(\u03b8) = G(v), and our goal is to compute the contribution of a considered example l to the gradient", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "\u2207 v G(v).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The regularizer G(v) is defined as in equation 1and it is a function of the sample-based domainspecific marginal distributions of latent variables P S and P T :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "P T (z i = 1|\u03b8) = 1 |T U | l\u2208T U \u00b5 (l) i ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "where the means \u00b5 (l) i = P (z i = 1|x (l) , v); P S can be re-written analogously. G(v) is dependent on the parameters v only via the mean activations of the latent variables \u00b5 (l) , and contribution of each example l can be computed by straightforward differentiation:", |
| "cite_spans": [ |
| { |
| "start": 178, |
| "end": 181, |
| "text": "(l)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "dG (l) (v) dv ki = (log p p \u2212log 1 \u2212 p 1 \u2212 p \u2212 p p + 1 \u2212 p 1 \u2212 p ) d\u00b5 (l) i dv ki ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "where p = P S (z i = 1|\u03b8) and p = P T (z i = 1|\u03b8) if l is from the source domain, and, inversely, p = P T (z i = 1|\u03b8) and p = P S (z i = 1|\u03b8), otherwise. One problem with the above expression is that the exact computation of P S and P T requires recomputation of the means \u00b5 (l) for all the examples after each update of the parameters, resulting in O(|S L \u222a S U \u222a T U | 2 ) complexity of each iteration of stochastic gradient descent. Instead, we shuffle examples and use amortization; we approximate P S at update t by:", |
| "cite_spans": [ |
| { |
| "start": 275, |
| "end": 278, |
| "text": "(l)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "P (t) S (z i = 1) = (1\u2212\u03b3)P (t\u22121) S (z i = 1)+\u03b3\u00b5 (l) i , l\u2208S L \u222aS \u00db P (t\u22121) S (z i = 1), otherwise,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "where l is an example considered at update t. The approximationP T is computed analogously.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Regularization Term", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "In this section we empirically evaluate our approach on the sentiment classification task. We start with the description of the experimental set-up and the baselines, then we present the results and discuss the utility of the constraint on inter-domain variability.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Empirical Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "To evaluate our approach, we consider the same dataset as the one used to evaluate the SCL method (Blitzer et al., 2007) . The dataset is composed of labeled and unlabeled reviews of four different product types: books, DVDs, electronics and kitchen appliances. For each domain, the dataset contains 1,000 labeled positive reviews and 1,000 labeled negative reviews, as well as several thousands of unlabeled examples (4,919 reviews per domain in average: ranging from 3,685 for DVDs to 5,945 for kitchen appliances). As in Blitzer et al. (2007) , we randomly split each labelled portion into 1,600 examples for training and 400 examples for testing. We evaluate the performance of our domainadaptation approach on every ordered pair of domains. For every pair, the semi-supervised methods use labeled data from the source domain and unlabeled data from both domains. We compare them with two supervised methods: a supervised model (Base) which is trained on the source domain data only, and another supervised model (Indomain) which is learned on the labeled data from the target domain. The Base model can be regarded as a natural baseline model, whereas the In-domain model is essentially an upper-bound for any domainadaptation method. All the methods, supervised and semi-supervised, are based on the model described in Section 2.", |
| "cite_spans": [ |
| { |
| "start": 98, |
| "end": 120, |
| "text": "(Blitzer et al., 2007)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 524, |
| "end": 545, |
| "text": "Blitzer et al. (2007)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental setting", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Instead of using the full set of bigram and unigram counts as features (Blitzer et al., 2007) , we use a frequency cut-off of 30 to remove infrequent ngrams. This does not seem to have an adverse effect on the accuracy but makes learning very efficient: the average training time for the semi-supervised methods was about 20 minutes on a standard PC.", |
| "cite_spans": [ |
| { |
| "start": 71, |
| "end": 93, |
| "text": "(Blitzer et al., 2007)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental setting", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "We coarsely tuned the parameters of the learning methods using a form of cross-validation. Both the parameter of the multi-conditional objective \u03b1 (see Section 2) and the weighting for the constraint \u03b2 (see Section 3.2) were set to 5. We used 25 iterations of stochastic gradient descent. The initial learning rate and the weight decay (the inverse squared variance of the Gaussian prior) were set to 0.01, and both parameters were reduced by the factor of 2 every iteration the objective function estimate went down. The size of the latent representation was equal to 10.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental setting", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The stochastic weight updates were amortized with the momentum (\u03b3) of 0.99. We trained the model both without regularization of the domain variability (NoReg, \u03b2 = 0), and with the regularizing term (Reg). For the SCL method to produce an accurate classifier for the target domain it is necessary to train a classifier using both the induced shared representation and the initial nontransformed representation. In our case, due to joint learning and non-convexity of the learning problem, this approach would be problematic. 4 Instead, we combine predictions of the semi-supervised models Reg and NoReg with the baseline out-of-domain model (Base) using the product-of-experts combination (Hinton, 2002) , the corresponding methods are called Reg+ and NoReg+, respectively.", |
| "cite_spans": [ |
| { |
| "start": 524, |
| "end": 525, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 688, |
| "end": 702, |
| "text": "(Hinton, 2002)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental setting", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "In all our models, we augmented the vector z with an additional component set to 0 for examples in the source domain and to 1 for the target domain examples. In this way, we essentially subtracted a unigram domain-specific model from our latent variable model in the hope that this will further reduce the domain dependence of the rest of the model parameters. In preliminary experiments, this modification was beneficial for all the models including the non-constrained one (NoReg).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental setting", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The results of all the methods are presented in Figure 2. The 4 leftmost groups of results correspond to a single target domain, and therefore each of them is an average over experiments on 3 domainpairs, for instance, the group Books represents an average over adaptation experiments DVDs\u2192books, electronics\u2192books, kitchen\u2192books. The rightmost group of the results corresponds to the average over all 12 experiments. First, observe that the total drop in the accuracy when moving to the target domain is 8.9%: from 84.6% demonstrated by the In-domain classifier to 75.6% shown by the non-adapted Base classifier. For convenience, we also present the errors due to transfer in a separate Table 1 : our best method (Reg+) achieves 35% relative reduction of this loss, decreasing the gap to 5.7%. Now, let us turn to the question of the utility of the constraints. First, observe that the non-regularized version of the model (NoReg) often fails to outperform the baseline and achieves the scores considerably worse than the results of the regularized version (2.6% absolute difference). We believe that this happens because the clusters induced when optimizing the non-regularized learning objective are often domain-specific. The regularized model demonstrates substantially better results slightly beating the baseline in most cases. Still, to achieve a larger decrease of the domain-adaptation error, it was necessary to use the combined models, Reg+ and NoReg+. Here, again, the regularized model substantially outperforms the non-regularized one (35% against 26% relative error reduction for Reg+ and NoReg+, respectively).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 48, |
| "end": 54, |
| "text": "Figure", |
| "ref_id": null |
| }, |
| { |
| "start": 688, |
| "end": 695, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Discussion", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "In Table 1 , we also compare the results of our method with the results of the best version of the SCL method (SCL-MI) reported in Blitzer et al. (2007) . The average error reductions for our method Reg+ and for the SCL method are virtually equal. However, formally, these two numbers are not directly comparable. First, the random splits are different, though this is unlikely to result in any significant difference, as the split proportions are the same and the test sets are sufficiently large. Second, the absolute scores achieved in Blitzer et al. (2007) are slightly worse than those demonstrated in our experiments both for supervised and semi-supervised methods. In absolute terms, our Reg+ method outperforms the SCL method by more than 1%: 75.6% against 74.5%, in average. This is probably due to the difference in the used learning methods: optimization of the Huber loss vs. 10.6 8.0 6.6 5.7 5.8 Table 1 : Drop in the accuracy score due to the transfer for the 4 domains: (B)ooks, (D)VD, (E)electronics and (K)itchen appliances, and in average over the domains. our latent variable model. 5 This comparison suggests that our domain-adaptation method is a viable alternative to SCL. Also, it is important to point out that the SCL method uses auxiliary tasks to induce the shared feature representation, these tasks are constructed on the basis of unlabeled data. The auxiliary tasks and the original problem should be closely related, namely they should have the same (or similar) set of predictive features. Defining such tasks can be a challenging engineering problem. On the sentiment classification task in order to construct them two steps need to be performed: (1) a set of words correlated with the sentiment label is selected, and, then (2) prediction of each such word is regarded a distinct auxiliary problem. For many other domains (e.g., parsing (Plank, 2009) ) the construction of an effective set of auxiliary tasks is still an open problem.", |
| "cite_spans": [ |
| { |
| "start": 131, |
| "end": 152, |
| "text": "Blitzer et al. (2007)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 539, |
| "end": 560, |
| "text": "Blitzer et al. (2007)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1871, |
| "end": 1884, |
| "text": "(Plank, 2009)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 3, |
| "end": 10, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 909, |
| "end": 916, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Discussion", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "There is a growing body of work on domain adaptation. In this paper, we focus on the class of methods which induce a shared feature representation. Another popular class of domain-adaptation techniques assume that the input distributions P (x) for the source and the target domain share support, that is every example x which has a non-zero probability on the target domain must have also a non-zero probability on the source domain, and vice-versa. Such methods tackle domain adaptation by instance re-weighting (Bickel et al., 2007; Jiang and Zhai, 2007) , or, similarly, by feature re-weighting (Satpal and Sarawagi, 2007) . In NLP, most features are word-based and lexicons are very different for different domains, therefore such assumptions are likely to be overly restrictive.", |
| "cite_spans": [ |
| { |
| "start": 513, |
| "end": 534, |
| "text": "(Bickel et al., 2007;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 535, |
| "end": 556, |
| "text": "Jiang and Zhai, 2007)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 598, |
| "end": 625, |
| "text": "(Satpal and Sarawagi, 2007)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Various semi-supervised techniques for domainadaptation have also been considered, one example being self-training (McClosky et al., 2006) . However, their behavior in the domain-adaptation setting is not well-understood. Semi-supervised learning with distributed representations and its application to domain adaptation has previously been considered in (Huang and Yates, 2009) , but no attempt has been made to address problems specific to the domain-adaptation setting. Similar approaches has also been considered in the context of topic models (Xue et al., 2008) , however the preference towards induction of domain-independent topics was not explicitly encoded in the learning objective or model priors.", |
| "cite_spans": [ |
| { |
| "start": 115, |
| "end": 138, |
| "text": "(McClosky et al., 2006)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 355, |
| "end": 378, |
| "text": "(Huang and Yates, 2009)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 548, |
| "end": 566, |
| "text": "(Xue et al., 2008)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "A closely related method to ours is that of (Druck and McCallum, 2010) which performs semi-supervised learning with posterior regularization (Ganchev et al., 2010) . Our approach differs from theirs in many respects. First, they do not focus on the domain-adaptation setting and do not attempt to define constraints to prevent the model from learning domain-specific information. Second, their expectation constraints are estimated from labeled data, whereas we are trying to match expectations computed on unlabeled data for two domains.", |
| "cite_spans": [ |
| { |
| "start": 44, |
| "end": 70, |
| "text": "(Druck and McCallum, 2010)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 141, |
| "end": 163, |
| "text": "(Ganchev et al., 2010)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "This approach bears some similarity to the adaptation methods standard for the setting where labelled data is available for both domains (Chelba and Acero, 2004; Daum\u00e9 and Marcu, 2006) . However, instead of ensuring that the classifier parameters are similar across domains, we favor models resulting in similar marginal distributions of latent variables.", |
| "cite_spans": [ |
| { |
| "start": 137, |
| "end": 161, |
| "text": "(Chelba and Acero, 2004;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 162, |
| "end": 184, |
| "text": "Daum\u00e9 and Marcu, 2006)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In this paper we presented a domain-adaptation method based on semi-supervised learning with distributed representations coupled with constraints favoring domain-independence of modeled phenomena. Our approach results in competitive domainadaptation performance on the sentiment classification task, rivalling that of the state-of-the-art SCL method (Blitzer et al., 2007) . Both of these methods induce a shared feature representation but un-like SCL our method does not require construction of any auxiliary tasks in order to induce this representation. The primary area of the future work is to apply our method to structured prediction problems in NLP, such as syntactic parsing or semantic role labeling, where construction of auxiliary tasks proved problematic. Another direction is to favor domaininvariability not only of the expectations of individual variables but rather those of constraint functions involving latent variables, features and labels.", |
| "cite_spans": [ |
| { |
| "start": 350, |
| "end": 372, |
| "text": "(Blitzer et al., 2007)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and Conclusions", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Among the versions which do not exploit labeled data from the target domain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We consider only binary features here.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The latent variables are not likely to learn any useful mapping in the presence of observable features. Special training regimes may be used to attempt to circumvent this problem.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The drop in accuracy for the SCL method inTable 1is is computed with respect to the less accurate supervised in-domain classifier considered inBlitzer et al. (2007), otherwise, the computed drop would be larger.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The author acknowledges the support of the Cluster of Excellence on Multimodal Computing and Interaction at Saarland University and thanks the anonymous reviewers for their helpful comments and suggestions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A theory of learning from different domains", |
| "authors": [ |
| { |
| "first": "Shai", |
| "middle": [], |
| "last": "Ben-David", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Blitzer", |
| "suffix": "" |
| }, |
| { |
| "first": "Koby", |
| "middle": [], |
| "last": "Crammer", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Kulesza", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [ |
| "Wortman" |
| ], |
| "last": "Vaughan", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Machine Learning", |
| "volume": "79", |
| "issue": "", |
| "pages": "151--175", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shai Ben-David, John Blitzer, Koby Crammer, Alex Kulesza, Fernando Pereira, and Jennifer Wortman Vaughan. 2010. A theory of learning from different domains. Machine Learning, 79:151-175.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Justifying and generalizing contrastive divergence", |
| "authors": [ |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| }, |
| { |
| "first": "Olivier", |
| "middle": [], |
| "last": "Delalleau", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoshua Bengio and Olivier Delalleau. 2007. Justify- ing and generalizing contrastive divergence. Techni- cal Report TR 1311, Department IRO, University of Montreal, November.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Discriminative learning for differing training and test distributions", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bickel", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Br\u00fceckner", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Scheffer", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the International Conference on Machine Learning (ICML)", |
| "volume": "", |
| "issue": "", |
| "pages": "81--88", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Bickel, M. Br\u00fceckner, and T. Scheffer. 2007. Dis- criminative learning for differing training and test dis- tributions. In Proc. of the International Conference on Machine Learning (ICML), pages 81-88.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Neural Networks for Pattern Recognition", |
| "authors": [ |
| { |
| "first": "Christopher", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bishop", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christopher M. Bishop. 1995. Neural Networks for Pat- tern Recognition. Oxford University Press, Oxford, UK.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Domain adaptation with structural correspondence learning", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Blitzer", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proc. of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Blitzer, Ryan McDonald, and Fernando Pereira. 2006. Domain adaptation with structural correspon- dence learning. In Proc. of EMNLP.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Biographies, bollywood, boom-boxes and blenders: Domain adaptation for sentiment classification", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Blitzer", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Dredze", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. 45th Meeting of Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Blitzer, Mark Dredze, and Fernando Pereira. 2007. Biographies, bollywood, boom-boxes and blenders: Domain adaptation for sentiment classification. In Proc. 45th Meeting of Association for Computational Linguistics (ACL), Prague, Czech Republic.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Learning bounds for domain adaptation", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Blitzer", |
| "suffix": "" |
| }, |
| { |
| "first": "Koby", |
| "middle": [], |
| "last": "Crammer", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Kulesza", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Wortman", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. Advances In Neural Information Processing Systems (NIPS '07)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Blitzer, Koby Crammer, Alex Kulesza, Fernando Pereira, and Jennifer Wortman. 2008. Learning bounds for domain adaptation. In Proc. Advances In Neural Information Processing Systems (NIPS '07).", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Adaptation of maximum entropy capitalizer: Little data can help a lot", |
| "authors": [ |
| { |
| "first": "Ciprian", |
| "middle": [], |
| "last": "Chelba", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Acero", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of the Conference on Empirical Methods for Natural Language Processing (EMNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "285--292", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ciprian Chelba and Alex Acero. 2004. Adaptation of maximum entropy capitalizer: Little data can help a lot. In Proc. of the Conference on Empirical Meth- ods for Natural Language Processing (EMNLP), pages 285-292.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A unified architecture for natural language processing: Deep neural networks with multitask learning", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Collobert", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Weston", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "International Conference on Machine Learning, ICML", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Collobert and J. Weston. 2008. A unified architecture for natural language processing: Deep neural networks with multitask learning. In International Conference on Machine Learning, ICML.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Domain adaptation for statistical classifiers", |
| "authors": [ |
| { |
| "first": "Hal", |
| "middle": [], |
| "last": "Daum\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Journal of Artificial Intelligence", |
| "volume": "26", |
| "issue": "", |
| "pages": "101--126", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hal Daum\u00e9 and Daniel Marcu. 2006. Domain adaptation for statistical classifiers. Journal of Artificial Intelli- gence, 26:101-126.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Highperformance semi-supervised learning using discriminatively constrained generative models", |
| "authors": [ |
| { |
| "first": "Gregory", |
| "middle": [], |
| "last": "Druck", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of the International Conference on Machine Learning (ICML)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gregory Druck and Andrew McCallum. 2010. High- performance semi-supervised learning using discrim- inatively constrained generative models. In Proc. of the International Conference on Machine Learning (ICML), Haifa, Israel.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Posterior regularization for structured latent variable models", |
| "authors": [ |
| { |
| "first": "Kuzman", |
| "middle": [], |
| "last": "Ganchev", |
| "suffix": "" |
| }, |
| { |
| "first": "Joao", |
| "middle": [], |
| "last": "Graca", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Gillenwater", |
| "suffix": "" |
| }, |
| { |
| "first": "Ben", |
| "middle": [], |
| "last": "Taskar", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "", |
| "issue": "", |
| "pages": "2001--2049", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kuzman Ganchev, Joao Graca, Jennifer Gillenwater, and Ben Taskar. 2010. Posterior regularization for struc- tured latent variable models. Journal of Machine Learning Research (JMLR), pages 2001-2049.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Latent variable model of synchronous syntactic-semantic parsing for multiple languages", |
| "authors": [ |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Gesmundo", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Paola", |
| "middle": [], |
| "last": "Merlo", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "CoNLL 2009 Shared Task", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrea Gesmundo, James Henderson, Paola Merlo, and Ivan Titov. 2009. Latent variable model of syn- chronous syntactic-semantic parsing for multiple lan- guages. In CoNLL 2009 Shared Task.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Factorial hidden Markov models", |
| "authors": [ |
| { |
| "first": "Zoubin", |
| "middle": [], |
| "last": "Ghahramani", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "I" |
| ], |
| "last": "Jordan", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Machine Learning", |
| "volume": "29", |
| "issue": "", |
| "pages": "245--273", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zoubin Ghahramani and Michael I. Jordan. 1997. Fac- torial hidden Markov models. Machine Learning, 29:245-273.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Reducing the dimensionality of data with neural networks", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "E" |
| ], |
| "last": "Hinton", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "R" |
| ], |
| "last": "Salakhutdinov", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Science", |
| "volume": "313", |
| "issue": "", |
| "pages": "504--507", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. E. Hinton and R. R. Salakhutdinov. 2006. Reducing the dimensionality of data with neural networks. Sci- ence, 313:504-507.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Training Products of Experts by Minimizing Contrastive Divergence", |
| "authors": [ |
| { |
| "first": "Geoffrey", |
| "middle": [ |
| "E" |
| ], |
| "last": "Hinton", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Neural Computation", |
| "volume": "14", |
| "issue": "", |
| "pages": "1771--1800", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Geoffrey E. Hinton. 2002. Training Products of Experts by Minimizing Contrastive Divergence. Neural Com- putation, 14:1771-1800.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Distributional representations for handling sparsity in supervised sequence labeling", |
| "authors": [ |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Yates", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fei Huang and Alexander Yates. 2009. Distributional representations for handling sparsity in supervised se- quence labeling. In Proceedings of the Annual Meet- ing of the Association for Computational Linguistics (ACL).", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Instance weighting for domain adaptation in nlp", |
| "authors": [ |
| { |
| "first": "Jing", |
| "middle": [], |
| "last": "Jiang", |
| "suffix": "" |
| }, |
| { |
| "first": "Chengxiang", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "264--271", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jing Jiang and ChengXiang Zhai. 2007. Instance weight- ing for domain adaptation in nlp. In Proc. of the Annual Meeting of the ACL, pages 264-271, Prague, Czech Republic, June. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Generalized expectation criteria for semi-supervised learning with weakly labeled data", |
| "authors": [ |
| { |
| "first": "Gideon", |
| "middle": [ |
| "S" |
| ], |
| "last": "Mann", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "11", |
| "issue": "", |
| "pages": "955--984", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gideon S. Mann and Andrew McCallum. 2010. General- ized expectation criteria for semi-supervised learning with weakly labeled data. Journal of Machine Learn- ing Research, 11:955-984.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Domain adaptation with multiple sources", |
| "authors": [ |
| { |
| "first": "Yishay", |
| "middle": [], |
| "last": "Mansour", |
| "suffix": "" |
| }, |
| { |
| "first": "Mehryar", |
| "middle": [], |
| "last": "Mohri", |
| "suffix": "" |
| }, |
| { |
| "first": "Afshin", |
| "middle": [], |
| "last": "Rostamizadeh", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yishay Mansour, Mehryar Mohri, and Afshin Ros- tamizadeh. 2008. Domain adaptation with multiple sources. In Advances in Neural Information Process- ing Systems.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Domain adaptation: Learning bounds and algorithms", |
| "authors": [ |
| { |
| "first": "Yishay", |
| "middle": [], |
| "last": "Mansour", |
| "suffix": "" |
| }, |
| { |
| "first": "Mehryar", |
| "middle": [], |
| "last": "Mohri", |
| "suffix": "" |
| }, |
| { |
| "first": "Afshin", |
| "middle": [], |
| "last": "Rostamizadeh", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of The 22nd Annual Conference on Learning Theory", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yishay Mansour, Mehryar Mohri, and Afshin Ros- tamizadeh. 2009. Domain adaptation: Learning bounds and algorithms. In Proceedings of The 22nd Annual Conference on Learning Theory (COLT 2009), Montreal, Canada.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Multi-conditional learning: Generative/discriminative training for clustering and classification", |
| "authors": [ |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Pal", |
| "suffix": "" |
| }, |
| { |
| "first": "Greg", |
| "middle": [], |
| "last": "Druck", |
| "suffix": "" |
| }, |
| { |
| "first": "Xuerui", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "AAAI", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew McCallum, Chris Pal, Greg Druck, and Xuerui Wang. 2006. Multi-conditional learning: Genera- tive/discriminative training for clustering and classifi- cation. In AAAI.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Reranking and self-training for parser adaptation", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Mcclosky", |
| "suffix": "" |
| }, |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Charniak", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proc. of the Annual Meeting of the ACL and the International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David McClosky, Eugene Charniak, and Mark Johnson. 2006. Reranking and self-training for parser adapta- tion. In Proc. of the Annual Meeting of the ACL and the International Conference on Computational Lin- guistics, Sydney, Australia.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Thumbs up? Sentiment classification using machine learning techniques", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Pang", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Vaithyanathan", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "B. Pang, L. Lee, and S. Vaithyanathan. 2002. Thumbs up? Sentiment classification using machine learning techniques. In Proceedings of the Conference on Em- pirical Methods in Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Structural correspondence learning for parse disambiguation", |
| "authors": [ |
| { |
| "first": "Barbara", |
| "middle": [], |
| "last": "Plank", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Student Research Workshop at EACL 2009", |
| "volume": "", |
| "issue": "", |
| "pages": "37--45", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Barbara Plank. 2009. Structural correspondence learning for parse disambiguation. In Proceedings of the Stu- dent Research Workshop at EACL 2009, pages 37-45, Athens, Greece, April. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Domain adaptation of conditional probability models via feature subsetting", |
| "authors": [ |
| { |
| "first": "Sandeepkumar", |
| "middle": [], |
| "last": "Satpal", |
| "suffix": "" |
| }, |
| { |
| "first": "Sunita", |
| "middle": [], |
| "last": "Sarawagi", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of 11th European Conference on Principles and Practice of Knowledge Discovery in Databases (PKDD)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sandeepkumar Satpal and Sunita Sarawagi. 2007. Do- main adaptation of conditional probability models via feature subsetting. In Proceedings of 11th European Conference on Principles and Practice of Knowledge Discovery in Databases (PKDD), Warzaw, Poland.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Mean field theory for sigmoid belief networks", |
| "authors": [ |
| { |
| "first": "Lawrence", |
| "middle": [ |
| "K" |
| ], |
| "last": "Saul", |
| "suffix": "" |
| }, |
| { |
| "first": "Tommi", |
| "middle": [], |
| "last": "Jaakkola", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "I" |
| ], |
| "last": "Jordan", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "4", |
| "issue": "", |
| "pages": "61--76", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lawrence K. Saul, Tommi Jaakkola, and Michael I. Jor- dan. 1996. Mean field theory for sigmoid belief networks. Journal of Artificial Intelligence Research, 4:61-76.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Information processing in dynamical systems: foundations of harmony theory", |
| "authors": [ |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Smolensky", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Parallel distributed processing: explorations in the microstructures of cognition", |
| "volume": "1", |
| "issue": "", |
| "pages": "194--281", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Paul Smolensky. 1986. Information processing in dy- namical systems: foundations of harmony theory. In D. Rumehart and J McCelland, editors, Parallel dis- tributed processing: explorations in the microstruc- tures of cognition, volume 1 : Foundations, pages 194- 281. MIT Press.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Constituent parsing with Incremental Sigmoid Belief Networks", |
| "authors": [ |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. 45th Meeting of Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "632--639", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ivan Titov and James Henderson. 2007a. Constituent parsing with Incremental Sigmoid Belief Networks. In Proc. 45th Meeting of Association for Computational Linguistics (ACL), pages 632-639, Prague, Czech Re- public.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Fast and robust multilingual dependency parsing with a generative latent variable model", |
| "authors": [ |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the CoNLL shared task", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ivan Titov and James Henderson. 2007b. Fast and robust multilingual dependency parsing with a generative la- tent variable model. In Proc. of the CoNLL shared task, Prague, Czech Republic.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Topicbridged PLSA for cross-domain text classification", |
| "authors": [ |
| { |
| "first": "G.-R", |
| "middle": [], |
| "last": "Xue", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Dai", |
| "suffix": "" |
| }, |
| { |
| "first": "Q", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the SIGIR Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G.-R. Xue, W. Dai, Q. Yang, and Y. Yu. 2008. Topic- bridged PLSA for cross-domain text classification. In Proceedings of the SIGIR Conference.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "num": null, |
| "text": "presents the corresponding graphical model. Note that the arcs between x and z are undirected, whereas arcs between y and z are directed.", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "num": null, |
| "text": "The latent variable model: x, z, y are random variables, dependencies between x and z are parameterized by matrix v, and dependencies between z and y -by vector w.", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Averages accuracies when transferring to books, DVD, electronics and kitchen appliances domains, and average accuracy over all 12 domain pairs.", |
| "uris": null |
| } |
| } |
| } |
| } |