maximoss commited on
Commit
3518503
1 Parent(s): 4198834

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +120 -0
README.md CHANGED
@@ -1,3 +1,123 @@
1
  ---
2
  license: bsd-2-clause
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bsd-2-clause
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - fr
7
+ size_categories:
8
+ - n<1K
9
  ---
10
+
11
+ # Dataset Card for Dataset Name
12
+
13
+ ## Dataset Description
14
+
15
+ - **Homepage:**
16
+ - **Repository:**
17
+ - **Paper:**
18
+ - **Leaderboard:**
19
+ - **Point of Contact:**
20
+
21
+ ### Dataset Summary
22
+
23
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
24
+
25
+ ### Supported Tasks and Leaderboards
26
+
27
+ [More Information Needed]
28
+
29
+ ### Languages
30
+
31
+ [More Information Needed]
32
+
33
+ ## Dataset Structure
34
+
35
+ ### Data Instances
36
+
37
+ [More Information Needed]
38
+
39
+ ### Data Fields
40
+
41
+ [More Information Needed]
42
+
43
+ ### Data Splits
44
+
45
+ [More Information Needed]
46
+
47
+ ## Dataset Creation
48
+
49
+ ### Curation Rationale
50
+
51
+ [More Information Needed]
52
+
53
+ ### Source Data
54
+
55
+ #### Initial Data Collection and Normalization
56
+
57
+ [More Information Needed]
58
+
59
+ #### Who are the source language producers?
60
+
61
+ [More Information Needed]
62
+
63
+ ### Annotations
64
+
65
+ #### Annotation process
66
+
67
+ [More Information Needed]
68
+
69
+ #### Who are the annotators?
70
+
71
+ [More Information Needed]
72
+
73
+ ### Personal and Sensitive Information
74
+
75
+ [More Information Needed]
76
+
77
+ ## Considerations for Using the Data
78
+
79
+ ### Social Impact of Dataset
80
+
81
+ [More Information Needed]
82
+
83
+ ### Discussion of Biases
84
+
85
+ [More Information Needed]
86
+
87
+ ### Other Known Limitations
88
+
89
+ [More Information Needed]
90
+
91
+ ## Additional Information
92
+
93
+ ### Dataset Curators
94
+
95
+ [More Information Needed]
96
+
97
+ ### Licensing Information
98
+
99
+ [More Information Needed]
100
+
101
+ ### Citation Information
102
+
103
+ '''
104
+ @inproceedings{cui-etal-2022-generalized-quantifiers,
105
+ title = "Generalized Quantifiers as a Source of Error in Multilingual {NLU} Benchmarks",
106
+ author = "Cui, Ruixiang and
107
+ Hershcovich, Daniel and
108
+ S{\o}gaard, Anders",
109
+ booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
110
+ month = jul,
111
+ year = "2022",
112
+ address = "Seattle, United States",
113
+ publisher = "Association for Computational Linguistics",
114
+ url = "https://aclanthology.org/2022.naacl-main.359",
115
+ doi = "10.18653/v1/2022.naacl-main.359",
116
+ pages = "4875--4893",
117
+ abstract = "Logical approaches to representing language have developed and evaluated computational models of quantifier words since the 19th century, but today{'}s NLU models still struggle to capture their semantics. We rely on Generalized Quantifier Theory for language-independent representations of the semantics of quantifier words, to quantify their contribution to the errors of NLU models. We find that quantifiers are pervasive in NLU benchmarks, and their occurrence at test time is associated with performance drops. Multilingual models also exhibit unsatisfying quantifier reasoning abilities, but not necessarily worse for non-English languages. To facilitate directly-targeted probing, we present an adversarial generalized quantifier NLI task (GQNLI) and show that pre-trained language models have a clear lack of robustness in generalized quantifier reasoning.",
118
+ }
119
+ '''
120
+
121
+ ### Contributions
122
+
123
+ [More Information Needed]