albertvillanova HF staff commited on
Commit
311ef87
1 Parent(s): 5f5bbb6

Fix missing tags in dataset cards (#4896)

Browse files

Commit from https://github.com/huggingface/datasets/commit/7447bf91775d94809b2313eea56c6e33bae66092

Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,8 +1,27 @@
1
  ---
 
 
 
2
  language:
3
  - en
4
- paperswithcode_id: anli
 
 
 
 
 
5
  pretty_name: Adversarial NLI
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "anli"
@@ -33,9 +52,9 @@ pretty_name: Adversarial NLI
33
 
34
  ## Dataset Description
35
 
36
- - **Homepage:** [https://github.com/facebookresearch/anli/](https://github.com/facebookresearch/anli/)
37
  - **Repository:** [https://github.com/facebookresearch/anli/](https://github.com/facebookresearch/anli/)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 17.76 MB
41
  - **Size of the generated dataset:** 73.55 MB
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ - machine-generated
5
  language:
6
  - en
7
+ language_creators:
8
+ - found
9
+ license:
10
+ - cc-by-nc-4.0
11
+ multilinguality:
12
+ - monolingual
13
  pretty_name: Adversarial NLI
14
+ size_categories:
15
+ - 100K<n<1M
16
+ source_datasets:
17
+ - original
18
+ - extended|hotpot_qa
19
+ task_categories:
20
+ - text-classification
21
+ task_ids:
22
+ - natural-language-inference
23
+ - multi-input-text-classification
24
+ paperswithcode_id: anli
25
  ---
26
 
27
  # Dataset Card for "anli"
 
52
 
53
  ## Dataset Description
54
 
55
+ - **Homepage:**
56
  - **Repository:** [https://github.com/facebookresearch/anli/](https://github.com/facebookresearch/anli/)
57
+ - **Paper:** [Adversarial NLI: A New Benchmark for Natural Language Understanding](https://arxiv.org/abs/1910.14599)
58
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
59
  - **Size of downloaded dataset files:** 17.76 MB
60
  - **Size of the generated dataset:** 73.55 MB