multi_nli

  • opis :

Korpus Multi-Genre Natural Language Inference (MultiNLI) to zbiór 433 000 par zdań z adnotacjami zawierającymi tekstowe implikacje. Korpus jest wzorowany na korpusie SNLI, ale różni się tym, że obejmuje szereg gatunków tekstu mówionego i pisanego oraz obsługuje charakterystyczną ocenę uogólnienia międzygatunkowego. Korpus posłużył jako podstawa do wspólnego zadania warsztatu RepEval 2017 w EMNLP w Kopenhadze.

Rozdzielać Przykłady
'train' 392702
'validation_matched' 9815
'validation_mismatched' 9832
  • Struktura funkcji :
FeaturesDict({
   
'hypothesis': Text(shape=(), dtype=string),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
   
'premise': Text(shape=(), dtype=string),
})
  • Dokumentacja funkcji :
Funkcja Klasa Kształt Typ D Opis
FunkcjeDict
hipoteza Tekst strunowy
etykieta Etykieta klasy int64
przesłanka Tekst strunowy
  • Cytat :
@InProceedings{N18-1101,
  author
= "Williams, Adina
            and Nangia, Nikita
            and Bowman, Samuel"
,
  title
= "A Broad-Coverage Challenge Corpus for
           Sentence Understanding through Inference"
,
  booktitle
= "Proceedings of the 2018 Conference of
               the North American Chapter of the
               Association for Computational Linguistics:
               Human Language Technologies, Volume 1 (Long
               Papers)"
,
  year
= "2018",
  publisher
= "Association for Computational Linguistics",
  pages
= "1112--1122",
  location
= "New Orleans, Louisiana",
  url
= "http://aclweb.org/anthology/N18-1101"
}