Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
yuvalr commited on
Commit
fb1c1d2
·
1 Parent(s): 39c51f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +103 -0
README.md CHANGED
@@ -81,3 +81,106 @@ pretty_name: MultiNLI
81
  size_categories:
82
  - 100K<n<1M
83
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  size_categories:
82
  - 100K<n<1M
83
  ---
84
+
85
+ # Dataset Card for Bias-amplified Splits for MultiNLI
86
+
87
+ ## Table of Contents
88
+ - [Table of Contents](#table-of-contents)
89
+ - [Dataset Description](#dataset-description)
90
+ - [Dataset Summary](#dataset-summary)
91
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
92
+ - [Dataset Structure](#dataset-structure)
93
+ - [Data Instances](#data-instances)
94
+ - [Data Fields](#data-fields)
95
+ - [Data Splits](#data-splits)
96
+ - [Dataset Creation](#dataset-creation)
97
+ - [Curation Rationale](#curation-rationale)
98
+ - [Source Data](#source-data)
99
+ - [Annotations](#annotations)
100
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
101
+ - [Social Impact of Dataset](#social-impact-of-dataset)
102
+ - [Discussion of Biases](#discussion-of-biases)
103
+ - [Additional Information](#additional-information)
104
+ - [Dataset Curators](#dataset-curators)
105
+ - [Citation Information](#citation-information)
106
+
107
+ ## Dataset Description
108
+
109
+ - **Repository:** [Fighting Bias with Bias repo](https://github.com/schwartz-lab-nlp/fight-bias-with-bias)
110
+ - **Paper:** [arXiv](https://arxiv.org/abs/2305.18917)
111
+ - **Original Dataset's Paper:** [arXiv](https://arxiv.org/abs/2305.18917)
112
+ - **Point of Contact:** [Yuval Reif](mailto:[email protected])
113
+
114
+ ### Dataset Summary
115
+
116
+ [More Information Needed]
117
+
118
+ ### Supported Tasks and Leaderboards
119
+
120
+ [More Information Needed]
121
+
122
+ ## Dataset Structure
123
+
124
+ ### Data Instances
125
+
126
+ [More Information Needed]
127
+
128
+ ### Data Fields
129
+
130
+ [More Information Needed]
131
+
132
+ ### Data Splits
133
+
134
+ [More Information Needed]
135
+
136
+ ## Dataset Creation
137
+
138
+ ### Curation Rationale
139
+
140
+ [More Information Needed]
141
+
142
+ ### Annotations
143
+
144
+ [More Information Needed]
145
+
146
+ ## Considerations for Using the Data
147
+
148
+ ### Social Impact of Dataset
149
+
150
+ [More Information Needed]
151
+
152
+ ### Discussion of Biases
153
+
154
+ [More Information Needed]
155
+
156
+ ## Additional Information
157
+
158
+ ### Dataset Curators
159
+
160
+ [More Information Needed]
161
+
162
+ ### Citation Information
163
+
164
+ ```
165
+ @misc{reif2023fighting,
166
+ title = "Fighting Bias with Bias: Promoting Model Robustness by Amplifying Dataset Biases",
167
+ author = "Yuval Reif and Roy Schwartz",
168
+ month = may,
169
+ year = "2023",
170
+ url = "https://arxiv.org/pdf/2305.18917",
171
+ }
172
+ ```
173
+
174
+ Source dataset:
175
+ ```
176
+ @misc{liu-etal-2022-wanli,
177
+ title = "WANLI: Worker and AI Collaboration for Natural Language Inference Dataset Creation",
178
+ author = "Liu, Alisa and
179
+ Swayamdipta, Swabha and
180
+ Smith, Noah A. and
181
+ Choi, Yejin",
182
+ month = jan,
183
+ year = "2022",
184
+ url = "https://arxiv.org/pdf/2201.05955",
185
+ }
186
+ ```