Natural Language Inference processes pairs of sentences to extract their semantic relations. Pair sentences are annotated with three classes (Contradictions, Entailment, Neutral).

1- Entailment: A and B intersect (A ∩ B ≠ ∅, A ∪ B ≠ Universe) or one may contain another ((A ∁ B) OR (B ∁ A)). 2- Contradiction: A, and B cannot be together, if A is True then B is False (A ∩ B = ∅, and A ∪ B = Universe). 3- Neutral: A, and B have no semantic relations. Each one of them is a different set in the universe. No intersection and their union is a subset of the universe, not all universe (A ∩ B = ∅ and A ∪ B ≠Universe)

Papers


Paper Code Results Date Stars

Dataset Loaders


No data loaders found. You can submit your data loader here.

Tasks


License


  • Unknown

Modalities


Languages