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
1PaLM 540B (finetuned)Accuracy100Unverified
2Vega v2 6B (KD-based prompt transfer)Accuracy99.2Unverified
3ST-MoE-L 4.1B (fine-tuned)Accuracy98.2Unverified
4ST-MoE-32B 269B (fine-tuned)Accuracy98Unverified
5Turing NLR v5 XXL 5.4B (fine-tuned)Accuracy97.6Unverified
6DeBERTa-1.5BAccuracy97.2Unverified
7T5-XXL 11B (fine-tuned)Accuracy96.8Unverified
8T5-Large 770M (fine-tuned)Accuracy94.4Unverified
9T5-Base 220M (fine-tuned)Accuracy94Unverified
10PaLM 2-L (one-shot)Accuracy87.5Unverified