Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,185 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
size_categories:
|
5 |
+
- 10K<n<100K
|
6 |
+
---
|
7 |
+
|
8 |
+
# Dataset Card for toxic-detection-testset-perturnations
|
9 |
+
|
10 |
+
## Table of Contents
|
11 |
+
- [Table of Contents](#table-of-contents)
|
12 |
+
- [Dataset Description](#dataset-description)
|
13 |
+
- [Dataset Summary](#dataset-summary)
|
14 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
15 |
+
- [Languages](#languages)
|
16 |
+
- [Dataset Structure](#dataset-structure)
|
17 |
+
- [Data Instances](#data-instances)
|
18 |
+
- [Data Fields](#data-fields)
|
19 |
+
- [Data Splits](#data-splits)
|
20 |
+
- [Dataset Creation](#dataset-creation)
|
21 |
+
- [Curation Rationale](#curation-rationale)
|
22 |
+
- [Source Data](#source-data)
|
23 |
+
- [Annotations](#annotations)
|
24 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
25 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
26 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
27 |
+
- [Discussion of Biases](#discussion-of-biases)
|
28 |
+
- [Other Known Limitations](#other-known-limitations)
|
29 |
+
- [Additional Information](#additional-information)
|
30 |
+
- [Dataset Curators](#dataset-curators)
|
31 |
+
- [Licensing Information](#licensing-information)
|
32 |
+
- [Citation Information](#citation-information)
|
33 |
+
- [Contributions](#contributions)
|
34 |
+
|
35 |
+
## Dataset Description
|
36 |
+
|
37 |
+
- **Homepage:**
|
38 |
+
- **Repository:**
|
39 |
+
- **Paper:**
|
40 |
+
- **Leaderboard:**
|
41 |
+
- **Point of Contact:**
|
42 |
+
|
43 |
+
### Dataset Summary
|
44 |
+
|
45 |
+
This dataset a test set for toxic detection that contains both clean data and it's perturbed version with human-written perturbations online.
|
46 |
+
In addition, our dataset can be used to benchmark misspelling correctors as well.
|
47 |
+
|
48 |
+
|
49 |
+
### Supported Tasks and Leaderboards
|
50 |
+
|
51 |
+
[More Information Needed]
|
52 |
+
|
53 |
+
### Languages
|
54 |
+
|
55 |
+
English
|
56 |
+
|
57 |
+
## Dataset Structure
|
58 |
+
|
59 |
+
### Data Instances
|
60 |
+
```
|
61 |
+
{
|
62 |
+
"clean_version": "this is pretty much exactly how i feel damn",
|
63 |
+
"perturbed_version": "this is pretty much exactly how i feel daaammnn",
|
64 |
+
"toxicity": 0.7,
|
65 |
+
"obscene": 0.7,
|
66 |
+
"sexual_explicit": 0,
|
67 |
+
"identity_attack": 0,
|
68 |
+
...
|
69 |
+
"insult": 0.2,
|
70 |
+
"quality_mean": 4
|
71 |
+
}
|
72 |
+
|
73 |
+
```
|
74 |
+
|
75 |
+
### Data Fields
|
76 |
+
|
77 |
+
This dataset is derived from the [Jigsaw data](https://www.kaggle.com/competitions/jigsaw-unintended-bias-in-toxicity-classification/data). Hence, it keeps all the useful metrics and attributes.
|
78 |
+
|
79 |
+
**Main**
|
80 |
+
* clean_version
|
81 |
+
* perturbed_version
|
82 |
+
|
83 |
+
|
84 |
+
**Metrics**
|
85 |
+
* toxicity
|
86 |
+
* severe_toxicity
|
87 |
+
* obscene
|
88 |
+
* threat
|
89 |
+
* insult
|
90 |
+
* identity_attack
|
91 |
+
* sexual_explicit
|
92 |
+
|
93 |
+
|
94 |
+
**Identity attributes**
|
95 |
+
* male
|
96 |
+
* female
|
97 |
+
* transgender
|
98 |
+
* other_gender
|
99 |
+
* heterosexual
|
100 |
+
* homosexual_gay_or_lesbian
|
101 |
+
* bisexual
|
102 |
+
* other_sexual_orientation
|
103 |
+
* christian
|
104 |
+
* jewish
|
105 |
+
* muslim
|
106 |
+
* hindu
|
107 |
+
* buddhist
|
108 |
+
* atheist
|
109 |
+
* other_religion
|
110 |
+
* black
|
111 |
+
* white
|
112 |
+
* asian
|
113 |
+
* latino
|
114 |
+
* other_race_or_ethnicity
|
115 |
+
* physical_disability
|
116 |
+
* intellectual_or_learning_disability
|
117 |
+
* psychiatric_or_mental_illness
|
118 |
+
* other_disability
|
119 |
+
|
120 |
+
|
121 |
+
### Data Splits
|
122 |
+
|
123 |
+
test: 1339
|
124 |
+
|
125 |
+
## Dataset Creation
|
126 |
+
|
127 |
+
### Curation Rationale
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
### Source Data
|
132 |
+
|
133 |
+
#### Initial Data Collection and Normalization
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
#### Who are the source language producers?
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
### Annotations
|
142 |
+
|
143 |
+
#### Annotation process
|
144 |
+
|
145 |
+
[More Information Needed]
|
146 |
+
|
147 |
+
#### Who are the annotators?
|
148 |
+
|
149 |
+
US Amazon MTurk workers with HIT Approval Rate greater than 98%, and Number of HITs approved greater than 1000.
|
150 |
+
|
151 |
+
### Personal and Sensitive Information
|
152 |
+
|
153 |
+
[More Information Needed]
|
154 |
+
|
155 |
+
## Considerations for Using the Data
|
156 |
+
|
157 |
+
### Social Impact of Dataset
|
158 |
+
|
159 |
+
[More Information Needed]
|
160 |
+
|
161 |
+
### Discussion of Biases
|
162 |
+
|
163 |
+
[More Information Needed]
|
164 |
+
|
165 |
+
### Other Known Limitations
|
166 |
+
|
167 |
+
[More Information Needed]
|
168 |
+
|
169 |
+
## Additional Information
|
170 |
+
|
171 |
+
### Dataset Curators
|
172 |
+
|
173 |
+
[More Information Needed]
|
174 |
+
|
175 |
+
### Licensing Information
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
### Citation Information
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
### Contributions
|
184 |
+
|
185 |
+
[More Information Needed]
|