Skip to content

Natural Language Inference

Natural Language Inference (NLI), also called Recognizing Textual Entailment (RTE) or textual entailment, is the task of determining whether one text (the "hypothesis") logically follows from another text (the "premise"). The relationship can be entailment (logically follows), contradiction (logically inconsistent), or neutral (neither follows nor contradicts). NLI is fundamental to fact verification and question answering tasks where evidence sentences must be reasoned over to determine claim validity.

Key papers