Transfer Learning Between Related Tasks Using Expected Label Proportions
Matan Ben Noach, Yoav Goldberg

TL;DR
This paper introduces a transfer learning method using expectation regularization to leverage label proportions from related tasks, improving aspect-based sentiment analysis without extensive labeled data.
Contribution
The paper presents a novel application of expectation regularization for transfer learning between related tasks in deep learning, with a scalable stochastic approximation method.
Findings
Outperforms fully supervised models on aspect-based sentiment classification
Enhances BERT-based models with label proportion transfer learning
Effective in large-scale deep learning scenarios
Abstract
Deep learning systems thrive on abundance of labeled training data but such data is not always available, calling for alternative methods of supervision. One such method is expectation regularization (XR) (Mann and McCallum, 2007), where models are trained based on expected label proportions. We propose a novel application of the XR framework for transfer learning between related tasks, where knowing the labels of task A provides an estimation of the label proportion of task B. We then use a model trained for A to label a large corpus, and use this corpus with an XR loss to train a model for task B. To make the XR framework applicable to large-scale deep-learning setups, we propose a stochastic batched approximation procedure. We demonstrate the approach on the task of Aspect-based Sentiment classification, where we effectively use a sentence-level sentiment predictor to train accurate…
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
TopicsTopic Modeling · Sentiment Analysis and Opinion Mining · Text and Document Classification Technologies
