Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 954 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 954 Bytes

The Stanford Natural Language Inference (SNLI) Corpus

[Original Paper] [Original Dataset] [Dataset Download]

The SNLI corpus (version 1.0) is a collection of 570k human-written English sentence pairs manually labeled for balanced classification with the labels entailment, contradiction, and neutral, supporting the task of natural language inference (NLI), also known as recognizing textual entailment (RTE).

Citation

@inproceedings{snli:emnlp2015,
	Author = {Bowman, Samuel R. and Angeli, Gabor and Potts, Christopher, and Manning, Christopher D.},
	Booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
	Publisher = {Association for Computational Linguistics},
	Title = {A large annotated corpus for learning natural language inference},
	Year = {2015}
}