snli、snli

  • 説明:

SNLI コーパス (バージョン 1.0) は、テキスト含意の認識としても知られる自然言語推論 (NLI) のタスクをサポートする、含意、矛盾、中立のラベルを使用してバランスの取れた分類のために手動でラベル付けされた、人間が作成した 570,000 の英語の文のペアのコレクションです。 (RTE)。

スプリット
'test' 10,000
'train' 550,152
'validation' 10,000
  • 機能構造:
FeaturesDict({
    'hypothesis': Text(shape=(), dtype=string),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
    'premise': Text(shape=(), dtype=string),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
仮説文章ストリング
ラベルクラスラベルint64
前提文章ストリング
  • 引用
@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}
}