You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/benchmark.ipynb
+7-4
Original file line number
Diff line number
Diff line change
@@ -1491,6 +1491,7 @@
1491
1491
]
1492
1492
},
1493
1493
{
1494
+
"attachments": {},
1494
1495
"cell_type": "markdown",
1495
1496
"metadata": {},
1496
1497
"source": [
@@ -1513,11 +1514,13 @@
1513
1514
"| SAME | ✖ | ✖ | ✖ | ✔ |\n",
1514
1515
"| Generalized WEAT | ✖ | ✖ | ✖ | ✔ |\n",
1515
1516
"\n",
1516
-
"The table exclusively focuses on metrics that directly compute from word embeddings (WE) using predefined word sets. As a result, it omits metrics that are not compatible with the wefe interface such as: \n",
1517
+
"The table exclusively focuses on metrics that directly compute from word embeddings\n",
1518
+
"(WE) using predefined word sets. As a result, it omits the following metrics:\n",
1517
1519
"\n",
1518
-
"- IndirectBias, a metric that accepts as input only two words and the gender direction, previously calculated in a distinct operation.\n",
1519
-
"- GIPE, PMN, and Proximity Bias, which evaluate WE models before and after debiasing with auxiliary mitigation methods.\n",
1520
-
"- SemBias, which is an analogy evaluation dataset."
1520
+
"- IndirectBias, a metric that accepts as input only two words and the gender\n",
1521
+
" direction, previously calculated in a distinct operation.\n",
1522
+
"- GIPE, PMN, and Proximity Bias, which evaluate WE models before and after debiasing\n",
0 commit comments