File size: 1,468 Bytes
e53b9e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7c9693b
 
e53b9e8
7c9693b
 
e53b9e8
7c9693b
 
 
 
9b32389
 
 
 
 
 
 
e53b9e8
 
 
9b32389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: premise
    dtype: string
  - name: label
    dtype: string
  - name: hypothesis
    dtype: string
  splits:
  - name: train
    num_bytes: 1758995420.312401
    num_examples: 861708
  - name: validation
    num_bytes: 553908139.6429919
    num_examples: 210683
  - name: test
    num_bytes: 637709787.6263076
    num_examples: 243460
  download_size: 401416382
  dataset_size: 2950613347.5817003
license: bsd
task_categories:
- text-classification
language:
- en
tags:
- natural-language-inference
---
# Dataset Card for "doc-nli"

https://github.com/salesforce/DocNLI/tree/main

```
@inproceedings{yin-etal-2021-docnli,
    title = "{D}oc{NLI}: A Large-scale Dataset for Document-level Natural Language Inference",
    author = "Yin, Wenpeng  and
      Radev, Dragomir  and
      Xiong, Caiming",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.findings-acl.435",
    doi = "10.18653/v1/2021.findings-acl.435",
    pages = "4913--4922",
}
```