First Train to Generate, then Generate to Train: UnitedSynT5 for Few-Shot NLI
Sourav Banerjee, Anush Mahajan, Ayushi Agarwal, Eishkaran Singh
TL;DR
This paper tackles the plateau in Natural Language Inference (NLI) performance on SNLI by introducing UnitedSynT5, which couples synthetic data augmentation with the Entailment Few-Shot Learning (EFL) framework. A FLAN-T5 XL generator creates premise–hypothesis pairs from SNLI data, guided by few-shot prompts, and the outputs are cleaned and converted into EFL-formatted data before training a GTR-T5-XL classifier on the expanded dataset. The approach yields new state-of-the-art results across SNLI (94.7%), E-SNLI (94.0%), and MultiNLI (92.6%), demonstrating that synthetic data and model scaling can substantially enhance NLI generalization. These findings highlight the value of data diversity and iterative refinement in NLI systems, suggesting a viable direction for advancing natural language understanding tasks in practice.
Abstract
Natural Language Inference (NLI) tasks require identifying the relationship between sentence pairs, typically classified as entailment, contradiction, or neutrality. While the current state-of-the-art (SOTA) model, Entailment Few-Shot Learning (EFL), achieves a 93.1% accuracy on the Stanford Natural Language Inference (SNLI) dataset, further advancements are constrained by the dataset's limitations. To address this, we propose a novel approach leveraging synthetic data augmentation to enhance dataset diversity and complexity. We present UnitedSynT5, an advanced extension of EFL that leverages a T5-based generator to synthesize additional premise-hypothesis pairs, which are rigorously cleaned and integrated into the training data. These augmented examples are processed within the EFL framework, embedding labels directly into hypotheses for consistency. We train a GTR-T5-XL model on this expanded dataset, achieving a new benchmark of 94.7% accuracy on the SNLI dataset, 94.0% accuracy on the E-SNLI dataset, and 92.6% accuracy on the MultiNLI dataset, surpassing the previous SOTA models. This research demonstrates the potential of synthetic data augmentation in improving NLI models, offering a path forward for further advancements in natural language understanding tasks.
