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
1Human BenchmarkAccuracy0.92Unverified
2Golden TransformerAccuracy0.87Unverified
3ruRoberta-large finetuneAccuracy0.8Unverified
4ruT5-large-finetuneAccuracy0.75Unverified
5ruBert-large finetuneAccuracy0.7Unverified
6ruBert-base finetuneAccuracy0.7Unverified
7ruT5-base-finetuneAccuracy0.69Unverified
8RuGPT3LargeAccuracy0.65Unverified
9RuBERT plainAccuracy0.64Unverified
10RuBERT conversationalAccuracy0.64Unverified