Improving Robustness and Generality of NLP Models Using Disentangled Representations
Jiawei Wu, Xiaoya Li, Xiang Ao, Yuxian Meng, Fei Wu, Jiwei Li

TL;DR
This paper introduces a disentangled representation learning approach for NLP models, improving their robustness and domain generalization by mapping inputs to multiple independent representations and combining their predictions.
Contribution
The paper proposes novel methods to enhance NLP model robustness and generality through disentangled representations, including regularization techniques like L2 and Total Correlation within the variational information bottleneck framework.
Findings
Models with disentangled representations outperform baseline models in robustness.
Disentangled models show improved domain adaptation capabilities.
Proposed methods enhance stability against input perturbations.
Abstract
Supervised neural networks, which first map an input to a single representation , and then map to the output label , have achieved remarkable success in a wide range of natural language processing (NLP) tasks. Despite their success, neural models lack for both robustness and generality: small perturbations to inputs can result in absolutely different outputs; the performance of a model trained on one domain drops drastically when tested on another domain. In this paper, we present methods to improve robustness and generality of NLP models from the standpoint of disentangled representation learning. Instead of mapping to a single representation , the proposed strategy maps to a set of representations while forcing them to be disentangled. These representations are then mapped to different logits s, the ensemble of which is used to make…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Adversarial Robustness in Machine Learning
