CLAILGApr 2, 2024

Evaluating Large Language Models Using Contrast Sets: An Experimental Approach

arXiv:2404.01569v29 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This addresses the need for more robust evaluation methods in NLI to prevent models from relying on pattern recognition, though it is incremental as it builds on existing datasets and techniques.

The study tackled the problem of evaluating large language models' genuine language comprehension in Natural Language Inference (NLI) by generating a contrast set for the SNLI dataset through automated synonym substitution, resulting in a 17% accuracy drop for the ELECTRA-small model and an improvement to 85.5% after fine-tuning.

In the domain of Natural Language Inference (NLI), especially in tasks involving the classification of multiple input texts, the Cross-Entropy Loss metric is widely employed as a standard for error measurement. However, this metric falls short in effectively evaluating a model's capacity to understand language entailments. In this study, we introduce an innovative technique for generating a contrast set for the Stanford Natural Language Inference (SNLI) dataset. Our strategy involves the automated substitution of verbs, adverbs, and adjectives with their synonyms to preserve the original meaning of sentences. This method aims to assess whether a model's performance is based on genuine language comprehension or simply on pattern recognition. We conducted our analysis using the ELECTRA-small model. The model achieved an accuracy of 89.9% on the conventional SNLI dataset but showed a reduced accuracy of 72.5% on our contrast set, indicating a substantial 17% decline. This outcome led us to conduct a detailed examination of the model's learning behaviors. Following this, we improved the model's resilience by fine-tuning it with a contrast-enhanced training dataset specifically designed for SNLI, which increased its accuracy to 85.5% on the contrast sets. Our findings highlight the importance of incorporating diverse linguistic expressions into datasets for NLI tasks. We hope that our research will encourage the creation of more inclusive datasets, thereby contributing to the development of NLI models that are both more sophisticated and effective.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes