TL;DR
This paper introduces CDL-LDA, a novel cross-domain topic model that uses group-level semantic alignment and partial supervision to improve text classification across different domains.
Contribution
It proposes a new group alignment method and partial supervision mechanism integrated into a cross-domain LDA model for better domain adaptation.
Findings
Improved classification accuracy on 20Newsgroup and Reuters datasets.
Enhanced topic coherence and semantic group learning.
Effective reduction of domain discrepancy through group-level alignment.
Abstract
Cross-domain text classification aims at building a classifier for a target domain which leverages data from both source and target domain. One promising idea is to minimize the feature distribution differences of the two domains. Most existing studies explicitly minimize such differences by an exact alignment mechanism (aligning features by one-to-one feature alignment, projection matrix etc.). Such exact alignment, however, will restrict models' learning ability and will further impair models' performance on classification tasks when the semantic distributions of different domains are very different. To address this problem, we propose a novel group alignment which aligns the semantics at group level. In addition, to help the model learn better semantic groups and semantics within these groups, we also propose a partial supervision for model's learning in source domain. To this end,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Discriminant Analysis
