Challenge: Existing kNN-based augmentation techniques blindly incorporate all samples, but MiniMax-kNN uses a subset of augmented samples to maximize KL-divergence between teacher and student models.
Approach: They propose a semi-supervised approach to augmented data augmentation using kNN.
Outcome: The proposed method outperforms existing kNN-based augmentation techniques on several classification tasks and requires fewer augmented examples and less computation to achieve superior performance.

Similar Papers

On Retrieval Augmentation and the Limitations of Language Model Training (2024.naacl-short)

Copied to clipboard

Challenge: Recent efforts to improve the performance of language models (LMs) have focused on scaling up model and training data size, though with steep accompanying energy and compute resource costs.
Approach: They propose to augment a language model with k-nearest neighbors retrieval on its training data to reduce its perplexity.
Outcome: The proposed model reduces storage costs by over 25x compared to traditional retrieval methods for GPT-2 and Mistral 7B .
A Survey of Data Augmentation Approaches for NLP (2021.findings-acl)

Copied to clipboard

Challenge: Data augmentation is a field of research that has been underexplored due to the discrete nature of language data.
Approach: They present a comprehensive survey of data augmentation for NLP by summarizing the literature in a structured manner.
Outcome: The proposed methods are used for popular NLP applications and tasks and highlight current challenges and directions for future research.
An Empirical Survey of Data Augmentation for Limited Data Learning in NLP (2023.tacl-1)

Copied to clipboard

Challenge: Existing methods for enhancing data efficiency in limited labeled data are limited.
Approach: They propose to use data augmentation methods to increase the efficiency of limited data learning in NLP.
Outcome: The proposed methods perform well on topics/news classification, inference tasks, paraphrasing tasks, and single-sentence tasks.
Nearest Neighbor Zero-Shot Inference (2022.emnlp-main)

Copied to clipboard

Challenge: Using non-parametric memory for retrieval-augmented language models yields significant performance boosts over strong zeroshot baselines.
Approach: They propose a retrieval-augmented language model with fuzzy verbalizers that expands the verbalizes that define different end-task class labels.
Outcome: The proposed model outperforms non-retrieval-augmented language models on perplexity-based evaluations but gains transfer marginally . the main challenge is to achieve coverage of the verbalizer tokens that define the different end-task class labels.
Rescue Implicit and Long-tail Cases: Nearest Neighbor Relation Extraction (2022.emnlp-main)

Copied to clipboard

Challenge: Existing RE models are incapable of handling implicit expressions and long-tail relation types due to language complexity and data sparsity.
Approach: They propose a method to enhance relation extraction using k nearest neighbors (kNN-RE) kNN is a nearest-neighbor search tool that allows the model to consult training relations at test time .
Outcome: The proposed model outperforms the best model to date on ACE05, SciERC, and Wiki80 datasets and outperformed the best on i2b2 and Wik80 dataset.
BERT-kNN: Adding a kNN Search Component to Pretrained Language Models for Better QA (2020.findings-emnlp)

Copied to clipboard

Challenge: Pretrained language models (PLMs) capture a diverse range of linguistic and factual knowledge without the use of finetuning.
Approach: They combine BERT with a traditional information retrieval step and a kNN search to improve the recall of facts encountered during training.
Outcome: The proposed approach outperforms baselines on cloze-style QA by large margins without further training.
Contrastive Learning-Enhanced Nearest Neighbor Mechanism for Multi-Label Text Classification (2022.acl-short)

Copied to clipboard

Challenge: Existing methods for multi-label text classification neglect the knowledge from the existing similar instances when predicting labels of a specific text.
Approach: They propose a k nearest neighbor mechanism which retrieves several neighbor instances and interpolates the model output with their labels.
Outcome: Extensive experiments show that the proposed method can bring significant performance improvements to multiple MLTC models including state-of-the-art pretrained and non-pretrained ones.
kNN-BOX: A Unified Framework for Nearest Neighbor Generation (2024.eacl-demo)

Copied to clipboard

Challenge: kNN-BOX enables quick development and visualization for novel generation paradigm . Currently, knn-BOx has provided implementation of seven popular kN-MT variants .
Approach: They propose a framework which decomposes the datastore-augmentation approach into three modules . they apply kNN-BOX to machine translation and three other tasks .
Outcome: The proposed framework decomposes the datastore-augmentation approach into three modules . it provides implementation of seven popular kNN-MT variants, covering research from performance enhancement to efficiency optimization.
Adaptation Approaches for Nearest Neighbor Language Models (2023.findings-acl)

Copied to clipboard

Challenge: Semi-parametric Nearest Neighbor Language Models (kNN-LMs) have produced impressive gains over purely parametric LMs, however, there has been little investigation into adapting such models for new domains.
Approach: They propose to adapt kNN-LMs to expand neighborhood retrieval over an additional adaptation datastore and adapt the weights of retrieved neighbors using a learned Rescorer module.
Outcome: The proposed approach outperforms purely parametric adaptation and zero-shot models and achieves perplexity improvements of 17.1% and 16% across domains.
Combating Label Sparsity in Short Text Topic Modeling via Nearest Neighbor Augmentation (2024.findings-acl)

Copied to clipboard

Challenge: Existing topic models suffer from poor performance when applied to short text contents due to the limited length of a single topic.
Approach: They propose a neural short text topic model that augments reconstruction labels with k-nearest documents to complement relevant but unobserved words.
Outcome: The proposed model outperforms the state-of-the-art models on multiple public short-text datasets and can derive high-quality topics and document representations.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations