CLJul 14, 2023

Unsupervised Domain Adaptation using Lexical Transformations and Label Injection for Twitter Data

arXiv:2307.10210v1221 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses domain adaptation for natural language processing tasks like POS tagging on social media data, but it is incremental as it builds on existing dataset modification approaches.

The paper tackled unsupervised domain adaptation for Twitter data by modifying the source dataset with lexical transformations to reduce domain shift, achieving a part-of-speech tagging accuracy of 92.14% from 81.54% zero-shot, close to supervised performance of 94.45%.

Domain adaptation is an important and widely studied problem in natural language processing. A large body of literature tries to solve this problem by adapting models trained on the source domain to the target domain. In this paper, we instead solve this problem from a dataset perspective. We modify the source domain dataset with simple lexical transformations to reduce the domain shift between the source dataset distribution and the target dataset distribution. We find that models trained on the transformed source domain dataset performs significantly better than zero-shot models. Using our proposed transformations to convert standard English to tweets, we reach an unsupervised part-of-speech (POS) tagging accuracy of 92.14% (from 81.54% zero shot accuracy), which is only slightly below the supervised performance of 94.45%. We also use our proposed transformations to synthetically generate tweets and augment the Twitter dataset to achieve state-of-the-art performance for POS tagging.

Foundations

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

Your Notes