Natural Language Inference

733 papers with code • 34 benchmarks • 77 datasets

Natural language inference (NLI) is the task of determining whether a "hypothesis" is true (entailment), false (contradiction), or undetermined (neutral) given a "premise".

Example:

Premise Label Hypothesis
A man inspects the uniform of a figure in some East Asian country. contradiction The man is sleeping.
An older and younger man smiling. neutral Two men are smiling and laughing at the cats playing on the floor.
A soccer game with multiple males playing. entailment Some men are playing a sport.

Approaches used for NLI include earlier symbolic and statistical approaches to more recent deep learning approaches. Benchmark datasets used for NLI include SNLI, MultiNLI, SciTail, among others. You can get hands-on practice on the SNLI task by following this d2l.ai chapter.

Further readings:

Libraries

Use these libraries to find Natural Language Inference models and implementations
14 papers
125,425
5 papers
2,202
4 papers
2,549
4 papers
229
See all 17 libraries.

Latest papers with no code

Multilingual Sentence-T5: Scalable Sentence Encoders for Multilingual Applications

no code yet • 26 Mar 2024

Prior work on multilingual sentence embedding has demonstrated that the efficient use of natural language inference (NLI) data to build high-performance models can outperform conventional methods.

Ontology Completion with Natural Language Inference and Concept Embeddings: An Analysis

no code yet • 25 Mar 2024

One line of work treats this task as a Natural Language Inference (NLI) problem, thus relying on the knowledge captured by language models to identify the missing knowledge.

Dermacen Analytica: A Novel Methodology Integrating Multi-Modal Large Language Models with Machine Learning in tele-dermatology

no code yet • 21 Mar 2024

The workflow integrates large language, transformer-based vision models and sophisticated machine learning tools.

Cross-Lingual Transfer for Natural Language Inference via Multilingual Prompt Translator

no code yet • 19 Mar 2024

To efficiently transfer soft prompt, we propose a novel framework, Multilingual Prompt Translator (MPT), where a multilingual prompt translator is introduced to properly process crucial knowledge embedded in prompt by changing language knowledge while retaining task knowledge.

Exploring Tokenization Strategies and Vocabulary Sizes for Enhanced Arabic Language Models

no code yet • 17 Mar 2024

This paper presents a comprehensive examination of the impact of tokenization strategies and vocabulary sizes on the performance of Arabic language models in downstream natural language processing tasks.

SIFiD: Reassess Summary Factual Inconsistency Detection with LLM

no code yet • 12 Mar 2024

Ensuring factual consistency between the summary and the original document is paramount in summarization tasks.

Cross-lingual Transfer or Machine Translation? On Data Augmentation for Monolingual Semantic Textual Similarity

no code yet • 8 Mar 2024

Rather, we find a superiority of the Wikipedia domain over the NLI domain for these languages, in contrast to prior studies that focused on NLI as training data.

Exploring Continual Learning of Compositional Generalization in NLI

no code yet • 7 Mar 2024

In this paper, we introduce the Continual Compositional Generalization in Inference (C2Gen NLI) challenge, where a model continuously acquires knowledge of constituting primitive inference tasks as a basis for compositional inferences.

VLSP 2023 -- LTER: A Summary of the Challenge on Legal Textual Entailment Recognition

no code yet • 6 Mar 2024

In this new era of rapid AI development, especially in language processing, the demand for AI in the legal domain is increasingly critical.

FENICE: Factuality Evaluation of summarization based on Natural language Inference and Claim Extraction

no code yet • 4 Mar 2024

To address these shortcomings, we propose Factuality Evaluation of summarization based on Natural language Inference and Claim Extraction (FENICE), a more interpretable and efficient factuality-oriented metric.