SOTAVerified

Natural Language Inference

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:

Papers

Showing 110 of 1961 papers

TitleStatusHype
LRCTI: A Large Language Model-Based Framework for Multi-Step Evidence Retrieval and Reasoning in Cyber Threat Intelligence Credibility Verification0
DS@GT at CheckThat! 2025: Evaluating Context and Tokenization Strategies for Numerical Fact VerificationCode0
ARAG: Agentic Retrieval Augmented Generation for Personalized Recommendation0
When Does Meaning Backfire? Investigating the Role of AMRs in NLI0
Thunder-NUBench: A Benchmark for LLMs' Sentence-Level Negation Understanding0
Explainable Compliance Detection with Multi-Hop Natural Language Inference on Assurance Case Structure0
Theorem-of-Thought: A Multi-Agent Framework for Abductive, Deductive, and Inductive Reasoning in Language ModelsCode0
A MISMATCHED Benchmark for Scientific Natural Language InferenceCode0
CLATTER: Comprehensive Entailment Reasoning for Hallucination Detection0
Drop Dropout on Single-Epoch Language Model PretrainingCode0
Show:102550
← PrevPage 1 of 197Next →

Benchmark Results

#ModelMetricClaimedVerifiedStatus
1StructBERTRoBERTa ensembleAccuracy99.2Unverified
2ALBERTAccuracy99.2Unverified
3ALICEAccuracy99.2Unverified
4MT-DNN-SMARTAccuracy99.2Unverified
5RoBERTa (ensemble)Accuracy98.9Unverified
6T5-11BAccuracy96.7Unverified
7T5-3BAccuracy96.3Unverified
8DeBERTaV3largeAccuracy96Unverified
9ELECTRAAccuracy95.4Unverified
10DeBERTa (large)Accuracy95.3Unverified