CLLGMay 10, 2022

Sibylvariant Transformations for Robust Text Classification

arXiv:2205.05137v1640 citationsh-index: 50
Originality Incremental advance
AI Analysis

This work addresses the problem of limited input space coverage in text classification for NLP researchers and practitioners, offering a novel framework that is not incremental but introduces a new paradigm.

The authors tackled the limitation of label-preserving text transformations in NLP by introducing sibylvariance, which relaxes this constraint to create more diverse input distributions, resulting in improved generalization, defect detection, and adversarial robustness across six benchmark datasets.

The vast majority of text transformation techniques in NLP are inherently limited in their ability to expand input space coverage due to an implicit constraint to preserve the original class label. In this work, we propose the notion of sibylvariance (SIB) to describe the broader set of transforms that relax the label-preserving constraint, knowably vary the expected class, and lead to significantly more diverse input distributions. We offer a unified framework to organize all data transformations, including two types of SIB: (1) Transmutations convert one discrete kind into another, (2) Mixture Mutations blend two or more classes together. To explore the role of sibylvariance within NLP, we implemented 41 text transformations, including several novel techniques like Concept2Sentence and SentMix. Sibylvariance also enables a unique form of adaptive training that generates new input mixtures for the most confused class pairs, challenging the learner to differentiate with greater nuance. Our experiments on six benchmark datasets strongly support the efficacy of sibylvariance for generalization performance, defect detection, and adversarial robustness.

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