IRCLLGAug 16, 2019

Shallow Domain Adaptive Embeddings for Sentiment Analysis

arXiv:1908.06082v11000 citations
AI Analysis

This work addresses the challenge of adapting text classification algorithms for domains with limited data, making it incremental by building on existing encoder-classifier frameworks.

The paper tackled the problem of text classification in domains with strong language semantics by proposing a shallow domain adaptation layer that combines generic and domain-specific word embeddings, resulting in improved performance on binary and multi-class classification tasks using popular encoder architectures.

This paper proposes a way to improve the performance of existing algorithms for text classification in domains with strong language semantics. We propose a domain adaptation layer learns weights to combine a generic and a domain specific (DS) word embedding into a domain adapted (DA) embedding. The DA word embeddings are then used as inputs to a generic encoder + classifier framework to perform a downstream task such as classification. This adaptation layer is particularly suited to datasets that are modest in size, and which are, therefore, not ideal candidates for (re)training a deep neural network architecture. Results on binary and multi-class classification tasks using popular encoder architectures, including current state-of-the-art methods (with and without the shallow adaptation layer) show the effectiveness of the proposed approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes