Commit
•
012b642
1
Parent(s):
d78f985
fix typo (#6)
Browse files- fix typo (219eba651ebf59d9b9bfedcb9361ebdfe750ef8b)
Co-authored-by: Julien Chaumond <julien-c@users.noreply.huggingface.co>
README.md
CHANGED
@@ -106,7 +106,7 @@ There is only one split, `train`, that contains 141,047,697 documents.
|
|
106 |
|
107 |
### Discussion of Biases
|
108 |
|
109 |
-
A subset of this dataset `train`, of ~50k was evaluated using the Data
|
110 |
> nPMI scores for a word help to identify potentially problematic associations, ranked by how close the association is.
|
111 |
> nPMI bias scores for paired words help to identify how word associations are skewed between the selected selected words (Aka et al., 2021).
|
112 |
> You can select from gender and sexual orientation identity terms that appear in the dataset at least 10 times.
|
|
|
106 |
|
107 |
### Discussion of Biases
|
108 |
|
109 |
+
A subset of this dataset `train`, of ~50k was evaluated using the Data Measurements Tool, with a particular focus on the nPMI metric
|
110 |
> nPMI scores for a word help to identify potentially problematic associations, ranked by how close the association is.
|
111 |
> nPMI bias scores for paired words help to identify how word associations are skewed between the selected selected words (Aka et al., 2021).
|
112 |
> You can select from gender and sexual orientation identity terms that appear in the dataset at least 10 times.
|