CLJun 24, 2022

QAGAN: Adversarial Approach To Learning Domain Invariant Language Features

arXiv:2206.12388v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the challenge of making NLP models robust to real-world data variations, though it is incremental as it builds on existing adversarial methods.

The paper tackles the problem of domain shift in question-answering language models by using adversarial training to learn domain-invariant features, achieving a 15.2% improvement in EM score and a 5.6% boost in F1 score on out-of-domain validation datasets.

Training models that are robust to data domain shift has gained an increasing interest both in academia and industry. Question-Answering language models, being one of the typical problem in Natural Language Processing (NLP) research, has received much success with the advent of large transformer models. However, existing approaches mostly work under the assumption that data is drawn from same distribution during training and testing which is unrealistic and non-scalable in the wild. In this paper, we explore adversarial training approach towards learning domain-invariant features so that language models can generalize well to out-of-domain datasets. We also inspect various other ways to boost our model performance including data augmentation by paraphrasing sentences, conditioning end of answer span prediction on the start word, and carefully designed annealing function. Our initial results show that in combination with these methods, we are able to achieve $15.2\%$ improvement in EM score and $5.6\%$ boost in F1 score on out-of-domain validation dataset over the baseline. We also dissect our model outputs and visualize the model hidden-states by projecting them onto a lower-dimensional space, and discover that our specific adversarial training approach indeed encourages the model to learn domain invariant embedding and bring them closer in the multi-dimensional space.

Code Implementations1 repo
Foundations

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

Your Notes