inversedMixup: Data Augmentation via Inverting Mixed Embeddings
Fanshuang Kong, Richong Zhang, Qiyu Sun, Zhijie Nie, Ting Deng, Chunming Hu
TL;DR
In NLP data augmentation, a core challenge is balancing the controllability of embedding-level Mixup with the interpretability of token-level text generation. InversedMixup merges Mixup with LLM inversion by learning an adaptor that aligns the task model's embedding space with the LLM's input space, enabling mixed embeddings to be decoded into human-readable sentences. The method introduces a three-stage training process—adaptor alignment on unlabeled data, supervised warming-up on labeled data, and inverting mixed embeddings—to produce high-quality synthetic samples and study manifold intrusion, proposing hard-labeling as a remedy. Empirical results across multiple datasets and settings show notable improvements in both few-shot and fully supervised scenarios, indicating strong generalization and practical impact for data-efficient NLP modeling.
Abstract
Mixup generates augmented samples by linearly interpolating inputs and labels with a controllable ratio. However, since it operates in the latent embedding level, the resulting samples are not human-interpretable. In contrast, LLM-based augmentation methods produce sentences via prompts at the token level, yielding readable outputs but offering limited control over the generation process. Inspired by recent advances in LLM inversion, which reconstructs natural language from embeddings and helps bridge the gap between latent embedding space and discrete token space, we propose inversedMixup, a unified framework that combines the controllability of Mixup with the interpretability of LLM-based generation. Specifically, inversedMixup adopts a three-stage training procedure to align the output embedding space of a task-specific model with the input embedding space of an LLM. Upon successful alignment, inversedMixup can reconstruct mixed embeddings with a controllable mixing ratio into human-interpretable augmented sentences, thereby improving the augmentation performance. Additionally, inversedMixup provides the first empirical evidence of the manifold intrusion phenomenon in text Mixup and introduces a simple yet effective strategy to mitigate it. Extensive experiments demonstrate the effectiveness and generalizability of our approach in both few-shot and fully supervised scenarios.
