TL;DR
Minimax-kNN is a novel data augmentation method for NLP that efficiently selects the most informative samples to improve knowledge distillation, outperforming existing techniques with fewer examples and less computation.
Contribution
Introduces Minimax-kNN, a dynamic sample selection strategy for kNN-based data augmentation tailored for knowledge distillation in NLP.
Findings
Outperforms strong baselines in text classification tasks.
Requires fewer augmented examples and less computation.
Achieves superior performance over state-of-the-art kNN augmentation.
Abstract
In Natural Language Processing (NLP), finding data augmentation techniques that can produce high-quality human-interpretable examples has always been challenging. Recently, leveraging kNN such that augmented examples are retrieved from large repositories of unlabelled sentences has made a step toward interpretable augmentation. Inspired by this paradigm, we introduce Minimax-kNN, a sample efficient data augmentation strategy tailored for Knowledge Distillation (KD). We exploit a semi-supervised approach based on KD to train a model on augmented data. In contrast to existing kNN augmentation techniques that blindly incorporate all samples, our method dynamically selects a subset of augmented samples that maximizes KL-divergence between the teacher and student models. This step aims to extract the most efficient samples to ensure our augmented data covers regions in the input space with…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methodsk-Nearest Neighbors · Knowledge Distillation
