Unsupervised Natural Language Inference Using PHL Triplet Generation
Neeraj Varshney, Pratyay Banerjee, Tejas Gokhale, Chitta Baral

TL;DR
This paper introduces an unsupervised approach for Natural Language Inference that generates training triplets through sentence transformations, achieving competitive accuracy without human-labeled data and enhancing performance with minimal supervised fine-tuning.
Contribution
It proposes a procedural data generation method for unsupervised NLI using sentence transformations, eliminating the need for human-annotated training data.
Findings
Achieves up to 66.75% accuracy in unsupervised settings
Outperforms existing unsupervised baselines
Fine-tuning with minimal data improves accuracy by 12.2%
Abstract
Transformer-based models achieve impressive performance on numerous Natural Language Inference (NLI) benchmarks when trained on respective training datasets. However, in certain cases, training samples may not be available or collecting them could be time-consuming and resource-intensive. In this work, we address the above challenge and present an explorative study on unsupervised NLI, a paradigm in which no human-annotated training samples are available. We investigate it under three settings: PH, P, and NPH that differ in the extent of unlabeled data available for learning. As a solution, we propose a procedural data generation approach that leverages a set of sentence transformations to collect PHL (Premise, Hypothesis, Label) triplets for training NLI models, bypassing the need for human-annotated training data. Comprehensive experiments with several NLI datasets show that the…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
