sileod commited on
Commit
9b32389
1 Parent(s): 7c9693b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -28,7 +28,35 @@ dataset_info:
28
  num_examples: 243460
29
  download_size: 401416382
30
  dataset_size: 2950613347.5817003
 
 
 
 
 
 
 
31
  ---
32
  # Dataset Card for "doc-nli"
33
 
34
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  num_examples: 243460
29
  download_size: 401416382
30
  dataset_size: 2950613347.5817003
31
+ license: bsd
32
+ task_categories:
33
+ - text-classification
34
+ language:
35
+ - en
36
+ tags:
37
+ - natural-language-inference
38
  ---
39
  # Dataset Card for "doc-nli"
40
 
41
+ https://github.com/salesforce/DocNLI/tree/main
42
+
43
+ ```
44
+ @inproceedings{yin-etal-2021-docnli,
45
+ title = "{D}oc{NLI}: A Large-scale Dataset for Document-level Natural Language Inference",
46
+ author = "Yin, Wenpeng and
47
+ Radev, Dragomir and
48
+ Xiong, Caiming",
49
+ editor = "Zong, Chengqing and
50
+ Xia, Fei and
51
+ Li, Wenjie and
52
+ Navigli, Roberto",
53
+ booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
54
+ month = aug,
55
+ year = "2021",
56
+ address = "Online",
57
+ publisher = "Association for Computational Linguistics",
58
+ url = "https://aclanthology.org/2021.findings-acl.435",
59
+ doi = "10.18653/v1/2021.findings-acl.435",
60
+ pages = "4913--4922",
61
+ }
62
+ ```