# Shallow Domain Adaptive Embeddings for Sentiment Analysis

**Authors:** Prathusha K Sarma, Yingyu Liang, William A Sethares

arXiv: 1908.06082 · 2019-08-20

## TL;DR

This paper introduces a shallow domain adaptation layer that combines generic and domain-specific embeddings to improve text classification in small datasets, enhancing existing encoder-based models.

## Contribution

It presents a novel shallow adaptation layer for domain-specific embedding integration, effective for modest datasets without retraining deep neural networks.

## Key findings

- Improves classification accuracy on binary and multi-class tasks.
- Effective with various encoder architectures, including state-of-the-art methods.
- Suitable for small datasets where deep retraining is impractical.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.06082/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1908.06082/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1908.06082/full.md

---
Source: https://tomesphere.com/paper/1908.06082