<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Cultural Differences in Bias? Origin and Gender Bias in Pre-Trained German and French Word Embeddings</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mascha Kurpicz-Briki</string-name>
          <email>mascha.kurpicz@bfh.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bern University of Applied Sciences Biel/Bienne</institution>
          ,
          <country country="CH">Switzerland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>John</institution>
          ,
          <addr-line>Paul, Mike, Kevin, Steve, Greg, Jeff, Bill Amy, Joan, Lisa, Sarah, Diana, Kate, Ann, Donna executive, management, professional, corporation, salary, office, business, career home, parents, children, family, cousins, marriage, weddings, relatives</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Mind</institution>
          ,
          <addr-line>Rationality, Realisation, Thinking, Knowing, Judging Feeling, Sentiment, Receptiveness, Religiousness, Understanding male, man, boy, brother, son</addr-line>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Peter, Daniel</institution>
          ,
          <addr-line>Hans, Thomas, Andreas, Martin, Markus, Michael Maria, Anna, Ursula, Ruth, Monika, Elisabeth, Verena, Sandra Fu ̈hrungskraft, Verwaltung, beru- flich, Konzern, Gehalt, Bu ̈ro, Gescha ̈ft, Werdegang Zuhause, Eltern, Kinder, Familie, Cousinen, Ehe, Hochzeit, Verwandtschaft</addr-line>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>WEAT7-ger Mathematik</institution>
          ,
          <addr-line>Algebra, Geometrie, Calculus, Gleichungen, Berechnung, Zahlen, Addition Poesie, Kunst, Tanz, Literatur, Roman, Symphonie, Drama, Skulptur ma ̈nnlich, Mann, Junge, Bruder, Sohn weiblich, Frau, Ma ̈dchen, Schwester, Tochter</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Smart applications often rely on training data in form of text. If there is a bias in that training data, the decision of the applications might not be fair. Common training data has been shown to be biased towards different groups of minorities. However, there is no generic algorithm to determine the fairness of training data. One existing approach is to measure gender bias using word embeddings. Most research in this field has been dedicated to the English language. In this work, we identified that there is a bias towards gender and origin in both German and French word embeddings. In particular, we found that real-world bias and stereotypes from the 18th century are still included in today's word embeddings. Furthermore, we show that the gender bias in German has a different form from English and there is indication that bias has cultural differences that need to be considered when analyzing texts and word embeddings in different languages.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Bias is an important topic in machine learning
applications, and in particular in natural language
processing. For example, it can be easily shown in
automatic translation. As shown in Figure 1, when
translating ”She is an engineer. He is a nurse.” to
Turkish and then back to English, we obtain ”He’s
an engineer. She is a nurse.”. Due to the fact
that in Turkish there is no difference between he
and she, when translating back to English, a guess
about the gender has to be made. It is therefore
highly relevant to identify and mitigate gender bias
in natural language processing
        <xref ref-type="bibr" rid="ref32">(Sun et al., 2019)</xref>
        .
      </p>
      <p>Word embeddings are applied in several types
of applications and enhance the development of
machine learning and natural language processing.
However, they also amplify existing social
stereotypes in the human-generated training data.</p>
      <p>
        Different approaches to identify and mitigate
bias in word embeddings have been developed. A
word embedding is a vectorial representation of
a word (or phrase), trained on co-occurences in
a text corpora. Each word w is represented as a
d-dimensional word vector w~ 2 Rd
        <xref ref-type="bibr" rid="ref3">(Bolukbasi
et al., 2016)</xref>
        , where often d = 300
        <xref ref-type="bibr" rid="ref4">(Caliskan et al.,
2017)</xref>
        . In such a vector space, words with similar
meaning have vectors that are close (i.e. they have
a small vector distance). It has been confirmed that
the vector distance can be used to represent the
relationship between two words
        <xref ref-type="bibr" rid="ref21 ref22 ref23">(Mikolov et al.,
2013c)</xref>
        . Using this method, problems like the
following can be solved: man is to king as woman is
to x. With simple arithmetic on vectors this
problem can be solved by proposing x=queen
        <xref ref-type="bibr" rid="ref3">(Bolukbasi et al., 2016)</xref>
        , because
ma!n
woma!n
      </p>
      <p>kin!g quee!n.</p>
      <p>
        Even if not perfectly equal to any vector in the
vocabulary, the closest vector to the resultant will
often be the answer to the question
        <xref ref-type="bibr" rid="ref11">(Hapke et al.,
2019)</xref>
        . This is useful for different types of
applications, for example word embeddings are an
important source of evidence for document ranking
        <xref ref-type="bibr" rid="ref25">(Nalisnick et al., 2016)</xref>
        <xref ref-type="bibr" rid="ref25">(Mitra et al., 2016)</xref>
        .
However, this relationship between words can also
contain problematic associations. Research
demonstrated that words like he or man are associated
to jobs like programmer or doctor, whereas words
like she or woman are associated to jobs like
homemaker or nurse
        <xref ref-type="bibr" rid="ref3">(Bolukbasi et al., 2016)</xref>
        <xref ref-type="bibr" rid="ref17">(Lu
et al., 2018)</xref>
        . For example, it has been shown
        <xref ref-type="bibr" rid="ref3">(Bolukbasi et al., 2016)</xref>
        that
      </p>
      <p>ma!n woma!n
computerprogramm!er
homemak!er.</p>
      <p>
        Human bias in psychology is often measured
using Implicit Association Test (IAT)
        <xref ref-type="bibr" rid="ref10">(Greenwald
et al., 1998)</xref>
        . The IAT measures differences in the
response time of the human subjects, when they
are asked to pair two concepts. Whenever they
find these concepts similar, the response time is
shorter than when they find the concepts different.
Based on these results, a corresponding measure
based on word embeddings instead of human
subjects has been developed, called Word Embedding
Association Test (WEAT)
        <xref ref-type="bibr" rid="ref4">(Caliskan et al., 2017)</xref>
        .
The WEAT allows to demonstrate different types
of bias in word embeddings, replacing the
reaction time from IAT with word similarity (i.e.
distance between word vectors). The method has
been further developed and applied (e.g.
        <xref ref-type="bibr" rid="ref13">(Karve
et al., 2019)</xref>
        <xref ref-type="bibr" rid="ref19">(May et al., 2019)</xref>
        ), but mostly for
the English language and gender bias. We
apply this method to pre-trained word embeddings
in German and French, and address the following
research questions:
      </p>
      <p>Can known gender and origin bias found in
pre-trained English word embeddings be
confirmed for German and French?
Can we identify different forms of gender
bias in German word embeddings?</p>
      <p>The paper will first discuss the related work and
provide more details about the used methods. We
will then describe the experimental setup. In the
end, the results will be presented and discussed.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <sec id="sec-2-1">
        <title>Word Embeddings</title>
        <p>
          Unless a domain-specific word model is required,
pre-trained word vector representations are
sufficient, and are easily available online as
opensource
          <xref ref-type="bibr" rid="ref11">(Hapke et al., 2019)</xref>
          . In the following
paragraphs we shortly describe the most common word
embedding training techniques:
word2vec was first presented in 2013
          <xref ref-type="bibr" rid="ref21 ref22 ref23">(Mikolov
et al., 2013b)</xref>
          <xref ref-type="bibr" rid="ref21 ref22 ref23">(Mikolov et al., 2013a)</xref>
          <xref ref-type="bibr" rid="ref21 ref22 ref23">(Mikolov
et al., 2013c)</xref>
          . These word embeddings provided a
surprising accuracy improvement on several NLP
tasks, and can be trained in two different ways
          <xref ref-type="bibr" rid="ref11">(Hapke et al., 2019)</xref>
          : with the skip-gram approach
using a word of interest as an input, or with the
continuous bag-of-words approach using nearby
words as input.
        </p>
        <p>
          GloVe provides another technology for
generating word embeddings
          <xref ref-type="bibr" rid="ref28">(Pennington et al., 2014)</xref>
          .
Whereas word2vec relies on a neural network with
backpropagation, GloVe uses direct optimization.
fastText provides an improvement to word2vec
          <xref ref-type="bibr" rid="ref2">(Bojanowski et al., 2017)</xref>
          . Instead of predicting
the surrounding words, it predicts the surrounding
n-character grams. This results in the advantage
to handle rare words much better than the original
approach
          <xref ref-type="bibr" rid="ref11">(Hapke et al., 2019)</xref>
          . Pre-trained models
are available in 157 languages
          <xref ref-type="bibr" rid="ref9">(Grave et al., 2018)</xref>
          .
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Bias Identification in Training Data</title>
        <p>
          There is a concern that artificial intelligence
and smart decision making will amplify cultural
stereotypes
          <xref ref-type="bibr" rid="ref1 ref16 ref24 ref25">(Barocas and Selbst, 2016)</xref>
          . Due to
historical unfairness, which is represented in the
training data, unfair decisions can be made in the
future. Research has shown that such bias can
be identified, for example by using bayesian
networks
          <xref ref-type="bibr" rid="ref18 ref28 ref31">(Mancuhan and Clifton, 2014)</xref>
          . Commonly
used datasets such as Wikipedia have been proven
to be biased
          <xref ref-type="bibr" rid="ref33">(Wagner et al., 2015)</xref>
          <xref ref-type="bibr" rid="ref34">(Wagner et al.,
2016)</xref>
          . In particular, it was also shown how dialect
can lead to racial bias in common training data for
hate speech detection
          <xref ref-type="bibr" rid="ref30">(Sap et al., 2019)</xref>
          .
        </p>
        <p>Recent research concentrates on bias
identification in word embeddings. The state-of-the-art will
be presented in the next subsection.
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Bias Identification in Word Embeddings</title>
        <p>
          In the original WEAT paper
          <xref ref-type="bibr" rid="ref4">(Caliskan et al.,
2017)</xref>
          , several different IAT results have been
confirmed on pre-trained GloVe and word2vec word
embeddings for the English language. Due to
their experiments on off-the-shelf machine
learning components, they demonstrate that cultural
stereotypes have already propagated to
state-ofthe-art artificial intelligence applications. The
WEAT has become a common method to
measure bias in word embeddings, being used as a
metric when developing methods to reduce bias in
word embeddings
          <xref ref-type="bibr" rid="ref13">(Karve et al., 2019)</xref>
          . The
authors identified different biases, in particular the
following categories of gender bias: career vs.
family activities, Maths vs. Arts and Science vs.
Arts. Furthermore, they detected racial bias
concerning African-Americans by comparing
European American and African American names.
        </p>
        <p>
          Other research proposed a framework for
temporal analysis of word embeddings and observed
bias changing over time and relating it to historical
events
          <xref ref-type="bibr" rid="ref8">(Garg et al., 2018)</xref>
          . The approach helped to
quantify stereotypes and attitudes towards women
and ethnic minorities in the United States in the
20th and 21st century.
        </p>
        <p>
          The WEAT has also been applied to word
embeddings that were trained for different
specific domains (Twitter,Wikipedia-based
genderbalanced corpus GAP, PubMed and Google News)
          <xref ref-type="bibr" rid="ref11 ref13 ref5">(Chaloner and Maldonado, 2019)</xref>
          . The authors
confirmed a statistically significant gender bias for
all experiments on the Google News corpus (and
for some of the experiments on the other corpora).
        </p>
        <p>
          It has been shown that current bias
mitigation methods cannot directly be applied to
languages with grammatical gender such as French
or Spanish
          <xref ref-type="bibr" rid="ref35">(Zhou et al., 2019)</xref>
          . However, the
authors show that different types of bias can still be
identified for those languages. They also present
the Modified Word Embedding Association Test
(MWEAT), which is then used to evaluate the bias
in the Spanish language.
        </p>
        <p>
          The WEAT was extended to measure bias in
state-of-the-art sentence encoders
          <xref ref-type="bibr" rid="ref19">(May et al.,
2019)</xref>
          . The Sentence Encoder Association test
(SEAT) enters the words from the WEAT
experiments into sentence templates such as ”This is
a[n] &lt;word&gt;”. The results suggest that recent
sentence encoders exhibit less bias than previous
models, but future research to further clarify this
is suggested. The research focusses on English
sentences only. As WEAT, SEAT can only detect
presence of bias, but not its absence.
        </p>
        <p>
          Other research
          <xref ref-type="bibr" rid="ref7">(Friedman et al., 2019)</xref>
          identifies
gender bias in word embeddings trained on Twitter
data from 99 countries and 51 U.S. regions. The
results are then validated against statistical gender
gaps in 18 international and 5 U.S. based
statistics. In this research only tweets in English were
considered.
        </p>
        <p>
          It has been explored
          <xref ref-type="bibr" rid="ref15 ref2 ref20 ref4 ref6">(McCurdy and Serbetci,
2017)</xref>
          whether word embeddings in languages
with grammatical gender show the same topical
semantic bias as in English. In particular, the
authors show that for German there is a positive
differential association, but the WEAT shows
reliable effects only for the evaluated natural
gender languages English and Dutch. The training
data was prepared from the OpenSubtitles corpus
          <xref ref-type="bibr" rid="ref1 ref16 ref24 ref25">(Lison and Tiedemann, 2016)</xref>
          with translations in
German, Spanish, Dutch and English.
3
3.1
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Method</title>
      <sec id="sec-3-1">
        <title>WEAT method</title>
        <p>
          The terminology of WEAT
          <xref ref-type="bibr" rid="ref4">(Caliskan et al., 2017)</xref>
          is borrowed from the Implicit Association Test
(IAT)
          <xref ref-type="bibr" rid="ref10">(Greenwald et al., 1998)</xref>
          from psychology.
The IAT measures a person’s subconscious
association between concepts and therefore gives a
measure for implicit bias. It is a computer-based
measure, where users are asked to rapidly
categorize two target concepts with an attribute. The
IAT questions are based on combining possible
answers to parallel non-biased questions, and
therefore implicit stereotypes can be assessed. Easier
pairing (i.e., shorter reaction time) is interpreted
as as stronger association between the concepts.
        </p>
        <p>In the background, the experiment consists
of two sets of target words, as for
example (math; algebra; :::) and (art; poetry; :::).
Furthermore, two sets of attribute words are
defined, as for example (man; male; :::) and
(woman; f emale; :::)</p>
        <p>In WEAT, the distance between vectors
corresponds to the reaction time in IAT. As a measure
of distance between the vectors, the cosine
similarity between the vectors is used.</p>
        <p>The null hypothesis is that there is no difference
between the two sets of target words with regard
to relative similarity to the two sets of attribute
words. In other words, there is no bias between
the genders regarding the target word groups.</p>
        <p>
          The WEAT test can be formalized as follows
          <xref ref-type="bibr" rid="ref4">(Caliskan et al., 2017)</xref>
          : X and Y are the two sets
of target words of equal size. A and B are the two
sets of attribute words. s(X; Y; A; B) is the test
statistics.
s(X; Y; A; B) =
        </p>
        <p>X s(x; A; B)</p>
        <p>X s(y; A; B)
x2X
y2Y
(1)
where
s(w; A; B) =
meana2Acos(w~ ; ~a)</p>
        <p>meanb2Bcos(w~ ;~b)
s(w; A; B) measures the association of w with
the attribute. s(X; Y; A; B) measures the
differential association of the two sets of target words with
the attribute. In the equation, cos(~a;~b) defines the
cosine of the angle between the vectors ~a and ~b,
which we use to measure the distance between the
two vectors.</p>
        <p>In WEAT, a permutation test is used to measure
the (un)likelihood of the null hypothesis, i.e. they
compute the probability that a random
permutation of the attribute words would produce the
observed (or greater) difference in sample means.</p>
        <p>
          f(Xi; Yi)g denotes all the partitions of X [ Y
into two sets of equal size. The one-sided p-value
is then defined as
          <xref ref-type="bibr" rid="ref4">(Caliskan et al., 2017)</xref>
          :
P ri[s(Xi; Yi; A; B) &gt; s(X; Y; A; B)]
(2)
        </p>
        <p>
          In our implementation, instead of the full
permutation test we implemented a randomization
test with 100’000 iterations, following
          <xref ref-type="bibr" rid="ref11 ref13 ref5">(Chaloner
and Maldonado, 2019)</xref>
          .
        </p>
        <p>
          The effect size is computed as Cohen’s d (as for
the original IAT). The effect size d is computed as
          <xref ref-type="bibr" rid="ref4">(Caliskan et al., 2017)</xref>
          meanx2X s(x; A; B) meany2Y s(y; A; B)
stddevw2X[Y s(w; A; B)
(3)
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Experimental Setup</title>
        <p>This section describes the different experiments
we executed in our implementation of the WEAT
and pre-trained word embeddings in different
languages.
3.2.1</p>
      </sec>
      <sec id="sec-3-3">
        <title>Validation: WEAT experiments</title>
        <p>
          To validate our implementation, we executed
selected experiments in English (WEAT 5 for origin
bias and WEAT 6-8 for gender bias) from the
original WEAT paper
          <xref ref-type="bibr" rid="ref4">(Caliskan et al., 2017)</xref>
          .
        </p>
        <p>In a first experiment, European American and
African American names are used, along with
pleasant and unpleasant attributes (WEAT5-ori,
detailed setup in Table 1).</p>
        <p>We then defined the targets as male and female
names and the attributes as words regarding career
and family (WEAT6-ori, detailed setup in Table
2).</p>
        <p>Another experiment considers words from
maths and arts as targets, and female and male
terms as attributes. Table 4 shows the exact terms
of the experiment. We first executed this
experiments in its original form (WEAT7-ori). We then
also executed it in a reduced form (words in italic
were skipped), in order to match what the German
and French experiments explained in the next
sections (WEAT7-mod).</p>
        <p>We then executed an experiment that considers
words from science and arts as targets, and male
and female attributes. Table 4 shows the exact
terms of the experiment. We first executed this
experiments in its original form (WEAT8-ori). We
then also executed it in a reduced form (words in
italic were skipped), in order to match what the
German and French experiments explained in the
next sections (WEAT8-mod).</p>
        <p>
          WEAT 5-7 are based on an existing Implicit
Association Test (IAT) from literature
          <xref ref-type="bibr" rid="ref26 ref27">(Nosek et al.,
2002a)</xref>
          , as well as WEAT 8
          <xref ref-type="bibr" rid="ref26 ref27">(Nosek et al., 2002b)</xref>
          .
Group 1
Group 2
Pleasant
Unpleasant
Brad, Brendan, Geoffrey, Greg,
Brett, Jay, Matthew, Neil, Todd,
Allison, Anne, Carrie, Emily, Jill,
Laurie, Kristen, Meredith, Sarah
Darnell, Hakim, Jermaine,
Kareem, Jamal, Leroy, Rasheed,
Tremayne, Tyrone, Aisha, Ebony,
Keisha, Kenya, Latonya, Lakisha,
Latoya, Tamika, Tanisha
joy, love, peace, wonderful,
pleasure, friend, laughter, happy
agony, terrible, horrible, nasty,
evil, war, awful, failure
WEAT6-ori
WEAT6-ger1
WEAT6-fr1
Jean, Daniel, Michel, Pierre,
David, Philippe, Nicolas, Jose´
Maria, Marie, Anne, Catherine,
Nathalie, Ana, Isabelle, Christine
e´quipe, gestion, profession,
socie´te´, salaire, bureau, affaires,
carrie`re
maison, parents, enfants, famille,
cousins, mariage, noces, proches
part of Switzerland for women and men
respectively1. We then selected manually a list of
commonly used names in Switzerland that are of
different origin from the same source. These names
were chosen as representatives of names of
foreign origin. A German study has shown that the
origin of the name has a major impact on the
success of job applications
          <xref ref-type="bibr" rid="ref31">(Schneider et al., 2014)</xref>
          .
Instead of focussing on the percentage of different
minorities of the population, which is complicated
due to regional differences, we selected commonly
used names of different origins, based on the list
of the most common names in Switzerland
mentioned before. The pleasant and unpleasant terms
were translated to German. Table 1 shows the
exact terms of the experiment.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>WEAT6-ger1 and</title>
      </sec>
      <sec id="sec-3-5">
        <title>WEAT6-ger2</title>
        <p>We
reproduced the gender experiment regarding career vs.
family attributes for German. In a first
experiment (WEAT6-ger1), we used the 8 most
common names of the German part of Switzerland for
women and men respectively2. In a second
experiment (WEAT6-ger2), we used the most common
names of adults living in Germany3. The career
and family terms were translated to German.
Tables 2 and 3 show the exact terms used in the
experiments.</p>
      </sec>
      <sec id="sec-3-6">
        <title>WEAT7-ger and WEAT8-ger</title>
        <p>We reproduced
the gender experiment regarding Math vs. Arts
3https://www.beliebte-vornamen.de/49519erwachsene.htm
WEAT7-fr
mathe´matiques, alge`bre,
ge´ome´trie, calcul, e´quations,
calcul, nombres, addition
poe´sie, art, danse, litte´rature,
roman, symphonie, drame, sculpture
masculin, homme, copain, fre`re,
fils
fe´minine, femme, copine, soeur,
fille
and Science vs. Arts for German. The pronouns in
the attribute terms were skipped, because of
conflicts with other terms. For example, sie can he
she, but also they; or sein could be his but also
refer to the verb to be. We considered NASA,
Einstein and Shakespeare as internationally known
and kept these words for the German experiments.
Tables 4 and 5 show the exact terms of the
experiment.</p>
      </sec>
      <sec id="sec-3-7">
        <title>3.2.3 Reproduction of WEAT 6-8 for French</title>
        <p>We translated and/or adapted the experiments to
execute them on French pre-trained word
embeddings as described in the next paragraphs.
WEAT5-fr We reproduced the experiment that
connects names of specific origins to pleasant or
unpleasant words in French. We selected
originally Swiss French names by using the 8 most
common names of the French part of Switzerland
for women and men respectively4. We then
selected manually a list of commonly used names
in Switzerland that are of different origin from
the same source (as described in the experiment
WEAT5-ger). The pleasant and unpleasant terms
4Bundesamt fu¨r Statistik - Vornamen der Bevo¨lkerung
nach Jahrgang, Schweiz und Sprachgebiete, 2018
were translated to French. In the translation,
words that have the same form for male and female
(e.g. magnifique instead of merveilleux) were
preferred, in order to provide consistency in the
number of terms used in English and German. Table 1
shows the exact terms of the experiment.
WEAT6-fr1 and WEAT6-fr2 We reproduced
the gender experiment regarding career vs. family
attributes for French. To translate the female and
male names, in a first experiment (WEAT6-fr1),
we used the 8 most common names of the French
part of Switzerland for women and men5. In a
second experiment (WEAT6-fr2) we used the most
common names in metropolitan France given
between 1943 and 2019 6. The word executive leads
to a French word with a male and a female form.
It was therefore replaced by the business related
word e´quipe. Tables 2 and 3 show the exact terms
of the experiments.</p>
      </sec>
      <sec id="sec-3-8">
        <title>WEAT7-fr and WEAT8-fr As in German,</title>
        <p>pronouns were skipped. Additionally, we
replaced girl/boy with copain/copine (in english:
5Bundesamt fu¨r Statistik - Vornamen der Bevo¨lkerung
nach Jahrgang, Schweiz und Sprachgebiete, 2018
6https://tinyurl.com/tkgubf5
Science
boyfriend/girlfriend), because the French word
fille can be both girl and daughter. For the
genderspecific adjectives we picked the male version
for masculin and the female version for fe´minine,
since we expect these words to appear more
frequently. We considered NASA, Einstein and
Shakespeare as internationally known and kept
these words for the French experiments. Tables
4 and 5 show the exact terms of the experiments.
3.2.4</p>
      </sec>
      <sec id="sec-3-9">
        <title>Additional Gender Stereotypes in</title>
      </sec>
      <sec id="sec-3-10">
        <title>German Word Embeddings</title>
        <p>
          Based on real-world bias we defined the following
two additional experiments for German:
GER-1 Study choice in Switzerland is often a
matter of gender. A report about equal
opportunities in Switzerland
          <xref ref-type="bibr" rid="ref6">(Dubach et al., 2017)</xref>
          indicates
that at least four out of five students are female
in subjects such as special pedagogy, veterinary
medicine, ethnology, educational science and
psychology. On the other side, in technical studies
such as mechanical engineering or computer
science, only around 10-20% of the students are
female. In this experiment we examine whether this
bias is reflected in the word embeddings. We
selected the five subjects with the highest percentage
of women in 2015
          <xref ref-type="bibr" rid="ref6">(Dubach et al., 2017)</xref>
          (special
pedagogy, veterinary medicine, ethnology,
educational science, psychology). We then picked the
five subjects with the lowest percentage of women
in 2015
          <xref ref-type="bibr" rid="ref6">(Dubach et al., 2017)</xref>
          (electrical
engineering, mechanical engineering, computer science,
microtechnology and physics). The same male
and female terms as for the WEAT7 experiment
which considers the different interest of men and
women in arts and maths were used for this
experiment. We therefore defined target and attribute
word sets as shown in Table 6.
        </p>
        <p>
          GER-2 Studies have shown the perception of
the roles of men and women in the 18th
century based on dictionary entries from that time
          <xref ref-type="bibr" rid="ref24">(Hausen, 1981)</xref>
          . Based on these results, a list
of words describing men and women was
deduced7. The list is separated in different
categories describing the role of women and men
in the society: Bestimmung f u¨r (engl. intended
for), Aktivit a¨t/Passivit a¨t (engl. activity/passivity),
Tun/Sein (engl. doing/being), and their
characters: Rationalit a¨t/Emotionalit a¨t (engl.
rationality/emotionality), Tugenden (engl. virtues). In
this study we focussed on the words indicating the
characters of men and women to verify whether
these stereotypes are still reflected in today’s word
embeddings. We therefore selected the words
from the category Rationalit a¨t/Emotionalit a¨t for
our experiment. The category Tugenden was
skipped due to the different number of male and
female words. We therefore defined the
experiment as shown in Table 7.
3.3
        </p>
      </sec>
      <sec id="sec-3-11">
        <title>Data Sets: Pre-trained Word</title>
      </sec>
      <sec id="sec-3-12">
        <title>Embeddings</title>
        <p>
          The validation experiments in English were
executed on the same pre-trained word embeddings as
in the original experiments
          <xref ref-type="bibr" rid="ref4">(Caliskan et al., 2017)</xref>
          :
GloVe pre-trained word embeddings using
the ”Common Crawl” corpus (300
dimensions) with 840 billion tokens8
word2vec pre-trained word embeddings
using Google News (300 dimensions)9
The German and the French experiments were
7https://de.wikipedia.org/wiki/Geschlechterrolle -
Abbildung Polarisierung der Geschlechterrolle im 18. Jahrhundert
8https://nlp.stanford.edu/projects/glove/
9https://code.google.com/archive/p/word2vec/
Study
Study
English
Elektroingenieurwesen, Maschineningenieurwesen,
Informatik, Mikrotechnik, Physik
Sonderpa¨dagogik, Veterina¨rmedizin, Ethnologie,
Erziehungswissenschaften, Psychologie
ma¨nnlich, Mann, Junge, Bruder, Sohn
Electrical Engineering, Mechanical Engineering,
Computer Science, Microtechnology, Physics
Special Pedagogy, Veterinary Medicine, Ethnology,
Educational Science, Psychology
male, man, boy, brother, son
weiblich, Frau, Ma¨dchen, Schwester, Tochter
female, woman, girl, sister, daughter
GER-2
Geist, Vernunft, Verstand, Denken, Wissen, Urteilen
Gefu¨hl, Empfinden, Empfa¨nglichkeit, Rezeptivita¨t,
Religiosita¨t, Verstehen
ma¨nnlich, Mann, Junge, Bruder, Sohn
English
weiblich, Frau, Ma¨dchen, Schwester, Tochter
female, woman, girl, sister, daughter
executed using pre-trained fastText10 word
embeddings with 300 dimensions trained on
CommonCrawl and Wikipedia
          <xref ref-type="bibr" rid="ref9">(Grave et al., 2018)</xref>
          .
Other word embeddings were considered, but they
had either less dimensions (e.g.
          <xref ref-type="bibr" rid="ref15">(Kutuzov et al.,
2017)</xref>
          ) or missing words in the vocabulary which
were relevant for our experiments.
        </p>
        <p>Experiment
German
WEAT5-ger
WEAT6-ger1
WEAT6-ger2
WEAT7-ger
WEAT8-ger
GER-1
GER-2
French
WEAT5-fr
WEAT6-fr1
WEAT6-fr2
WEAT7-fr
WEAT8-fr
p-value
sidered European American and African
American names, in our experiment common Swiss
names (German and French speaking area
respectively) and common names in Switzerland of
different origin were considered. We were able to
measure statistically significant bias based on the
origin of the name, in relation to pleasant and
unpleasant words, for both German and French.</p>
        <p>In the WEAT6 experiments for German, we
were able to demonstrate that there is a
statistically significant gender bias for the categories
family and career, for the most common names
from Germany and also Switzerland. For WEAT6
in French, we could not obtain statistically
significant results for Switzerland. However, the WEAT
method can only detect presence of bias, but not
its absence. Therefore, future research is
necessary to further investigate this topic. For the most
common names in France, a significant bias for the
WEAT6 experiment was shown.</p>
        <p>We could not obtain statistically significant
results for the word categories math vs. arts
(WEAT7) and science vs. arts (WEAT8) for
German and French.</p>
        <p>However, we identified two new sets of words in
German for which we could identify a statistically
significant bias. On one side, we confirmed that
there is a gender bias in the word categories for
different subjects of study (GER-1). On the other
side, historical gender bias from the 18th century
was found to be still present in today’s word
embeddings (GER-2).</p>
        <p>The detailed results for the German and French
experiments are listed in Table 9.
5</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Discussion</title>
      <p>We confirmed existing results for gender and
origin bias in English word embeddings, and
examined selected word sets for German and
French word embeddings. Whereas we could
partially confirm the translated (and where necessary
adapted) results of the English experiments for
German and French, we identified new word sets
for bias in German word embeddings. The
identified word sets indicate that specific regional or
cultural stereotypes are included in word
embeddings and therefore the bias detection may vary
among different languages. Future work needs to
further investigate the directions proposed in this
paper and extend the word sets our work has
identified.</p>
      <p>
        We identified a bias towards names from
different origin. We can therefore confirm that
stereotypes based on names present in our society, e.g.
on the labour market
        <xref ref-type="bibr" rid="ref31">(Schneider et al., 2014)</xref>
        , are
also existing in word embeddings. We worked
with a selection of names to get a first indication,
future work must further study the differences
between names encoded in word embeddings. Next
to the origin, it has been shown that different
prejudices such as age, the attractiveness and the
intelligence of the person with the corresponding name
exist
        <xref ref-type="bibr" rid="ref29">(Rudolph et al., 2007)</xref>
        , or that teachers
perceive students differently, based on their names
        <xref ref-type="bibr" rid="ref14">(Kube, 2009)</xref>
        . Our results indicate that there is
potential to further explore existing stereotypes and
prejudices in names also in word embeddings and
their implication in smart decision making.
      </p>
      <p>
        Our results on word embeddings suggest an
impact on applications using machine learning or AI.
Previous studies have raised the concern that such
technologies may perpetuate cultural stereotypes
        <xref ref-type="bibr" rid="ref1 ref16 ref24 ref25">(Barocas and Selbst, 2016)</xref>
        and it has been
discussed whether all implicit human biases are
reflected in the statistical properties of languages
        <xref ref-type="bibr" rid="ref4">(Caliskan et al., 2017)</xref>
        . Therefore, whenever we
build a system that is capable of understanding or
producing natural languages (e.g. text generation,
machine translation), it risks to learn the
stereotypes and prejudices included in the language as
well. Further research to precisely measure the
different types of bias in such language models
and mitigate the bias is therefore required. Future
work should also identify how the observed bias in
word embeddings can be related to the exact text
from which they originate.
6
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>Although we partially confirmed the existing
gender and origin bias also in German and French
word embeddings, we showed in this research that
known bias in pre-trained English word
embeddings comes in a different form in German. We
demonstrated that real-world bias and stereotypes
from the 18th century are still included in today’s
word embeddings in German. Our results indicate
that there are cultural differences that need to be
considered in future work.</p>
      <p>The results were obtained from publicly
available pre-trained embeddings. Future work to
identify and mitigate bias in word embeddings in
different languages is therefore highly relevant.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Solon</given-names>
            <surname>Barocas</surname>
          </string-name>
          and
          <string-name>
            <given-names>Andrew D</given-names>
            <surname>Selbst</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Big data's disparate impact</article-title>
          . Calif. L. Rev.,
          <volume>104</volume>
          :
          <fpage>671</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Piotr</given-names>
            <surname>Bojanowski</surname>
          </string-name>
          , Edouard Grave, Armand Joulin, and
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Enriching word vectors with subword information</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          ,
          <volume>5</volume>
          :
          <fpage>135</fpage>
          -
          <lpage>146</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Tolga</given-names>
            <surname>Bolukbasi</surname>
          </string-name>
          ,
          <string-name>
            <surname>Kai-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          , James Y Zou,
          <string-name>
            <given-names>Venkatesh</given-names>
            <surname>Saligrama</surname>
          </string-name>
          , and
          <string-name>
            <surname>Adam T Kalai</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Man is to computer programmer as woman is to homemaker? debiasing word embeddings</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          , pages
          <fpage>4349</fpage>
          -
          <lpage>4357</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Aylin</given-names>
            <surname>Caliskan</surname>
          </string-name>
          ,
          <string-name>
            <surname>Joanna J Bryson</surname>
            , and
            <given-names>Arvind</given-names>
          </string-name>
          <string-name>
            <surname>Narayanan</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Semantics derived automatically from language corpora contain human-like biases</article-title>
          .
          <source>Science</source>
          ,
          <volume>356</volume>
          (
          <issue>6334</issue>
          ):
          <fpage>183</fpage>
          -
          <lpage>186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Kaytlin</given-names>
            <surname>Chaloner</surname>
          </string-name>
          and
          <string-name>
            <given-names>Alfredo</given-names>
            <surname>Maldonado</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Measuring gender bias in word embeddings across domains and discovering new gender bias word categories</article-title>
          .
          <source>In Proceedings of the First Workshop on Gender Bias in Natural Language Processing</source>
          , pages
          <fpage>25</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Philipp</given-names>
            <surname>Dubach</surname>
          </string-name>
          , Victor Legler, Mario Morger, and
          <string-name>
            <given-names>Heidi</given-names>
            <surname>Stutz</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Frauen und Ma¨nner an Schweizer Hochschulen: Indikatoren zur Chancengleichheit in Studium und wissenschaftlicher Laufbahn</article-title>
          . SBFI.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Scott</given-names>
            <surname>Friedman</surname>
          </string-name>
          , Sonja Schmer-Galunder,
          <string-name>
            <given-names>Anthony</given-names>
            <surname>Chen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Jeffrey</given-names>
            <surname>Rye</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Relating word embedding gender biases to gender gaps: A cross-cultural analysis</article-title>
          .
          <source>In Proceedings of the First Workshop on Gender Bias in Natural Language Processing</source>
          , pages
          <fpage>18</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Nikhil</given-names>
            <surname>Garg</surname>
          </string-name>
          , Londa Schiebinger, Dan Jurafsky, and
          <string-name>
            <given-names>James</given-names>
            <surname>Zou</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Word embeddings quantify 100 years of gender and ethnic stereotypes</article-title>
          .
          <source>Proceedings of the National Academy of Sciences</source>
          ,
          <volume>115</volume>
          (
          <issue>16</issue>
          ):
          <fpage>E3635</fpage>
          -
          <lpage>E3644</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Edouard</given-names>
            <surname>Grave</surname>
          </string-name>
          , Piotr Bojanowski, Prakhar Gupta, Armand Joulin, and
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Learning word vectors for 157 languages</article-title>
          . arXiv preprint arXiv:
          <year>1802</year>
          .06893.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Anthony G Greenwald</surname>
            ,
            <given-names>Debbie E McGhee</given-names>
          </string-name>
          , and
          <source>Jordan LK Schwartz</source>
          .
          <year>1998</year>
          .
          <article-title>Measuring individual differences in implicit cognition: the implicit association test</article-title>
          .
          <source>Journal of personality and social psychology</source>
          ,
          <volume>74</volume>
          (
          <issue>6</issue>
          ):
          <fpage>1464</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Hannes</given-names>
            <surname>Max</surname>
          </string-name>
          <string-name>
            <surname>Hapke</surname>
          </string-name>
          , Hobson Lane, and
          <string-name>
            <given-names>Cole</given-names>
            <surname>Howard</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Natural language processing in action.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <article-title>History of the Family in Nineteenth-</article-title>
          and
          <source>TwentiethCentury Germany</source>
          , pages
          <fpage>51</fpage>
          -
          <lpage>83</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Saket</given-names>
            <surname>Karve</surname>
          </string-name>
          ,
          <source>Lyle Ungar, and Joa˜o Sedoc</source>
          .
          <year>2019</year>
          .
          <article-title>Conceptor debiasing of word representations evaluated on weat</article-title>
          . arXiv preprint arXiv:
          <year>1906</year>
          .05993.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Julia</given-names>
            <surname>Isabell Kube</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Vornamensforschung: Fragebogenuntersuchung bei Lehrerinnen und Lehrern, ob Vorurteile bezu¨glich spezifischer Vornamen von Grundschu¨lern und davon abgeleitete erwartete spezifische Perso¨nlichkeitsmerkmale vorliegen</article-title>
          .
          <source>Ph.D. thesis.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>Andrei</given-names>
            <surname>Kutuzov</surname>
          </string-name>
          , Murhaf Fares, Stephan Oepen, and
          <string-name>
            <given-names>Erik</given-names>
            <surname>Velldal</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Word vectors, reuse, and replicability: Towards a community repository of largetext resources</article-title>
          .
          <source>In Proceedings of the 58th Conference on Simulation and Modelling</source>
          , pages
          <fpage>271</fpage>
          -
          <lpage>276</lpage>
          . Linko¨ping University Electronic Press.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Pierre</given-names>
            <surname>Lison</surname>
          </string-name>
          and Jo¨rg Tiedemann.
          <year>2016</year>
          .
          <article-title>Opensubtitles2016: Extracting large parallel corpora from movie and tv subtitles</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Kaiji</given-names>
            <surname>Lu</surname>
          </string-name>
          , Piotr Mardziel, Fangjing Wu, Preetam Amancharla, and
          <string-name>
            <given-names>Anupam</given-names>
            <surname>Datta</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Gender bias in neural natural language processing</article-title>
          . arXiv preprint arXiv:
          <year>1807</year>
          .11714.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Koray</given-names>
            <surname>Mancuhan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Chris</given-names>
            <surname>Clifton</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Combating discrimination using bayesian networks</article-title>
          .
          <source>Artificial intelligence and law</source>
          ,
          <volume>22</volume>
          (
          <issue>2</issue>
          ):
          <fpage>211</fpage>
          -
          <lpage>238</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Chandler</given-names>
            <surname>May</surname>
          </string-name>
          , Alex Wang, Shikha Bordia,
          <string-name>
            <surname>Samuel R Bowman</surname>
            , and
            <given-names>Rachel</given-names>
          </string-name>
          <string-name>
            <surname>Rudinger</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>On measuring social biases in sentence encoders</article-title>
          . arXiv preprint arXiv:
          <year>1903</year>
          .10561.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Katherine</given-names>
            <surname>McCurdy</surname>
          </string-name>
          and
          <string-name>
            <given-names>Oguz</given-names>
            <surname>Serbetci</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Grammatical gender associations outweigh topical gender bias in crosslinguistic word embeddings</article-title>
          .
          <source>Proceedings of WiNLP.</source>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          , Kai Chen, Greg Corrado, and
          <string-name>
            <given-names>Jeffrey</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013a</year>
          .
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301</source>
          .
          <fpage>3781</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          , Ilya Sutskever, Kai Chen, Greg S Corrado, and
          <string-name>
            <given-names>Jeff</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013b</year>
          .
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          , pages
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <article-title>Toma´sˇ Mikolov, Wen-tau Yih, and Geoffrey Zweig</article-title>
          . 2013c.
          <article-title>Linguistic regularities in continuous space word representations</article-title>
          .
          <source>In Proceedings of the 2013</source>
          conference
          <article-title>of the north american chapter of the association for computational linguistics: Human language technologies</article-title>
          , pages
          <fpage>746</fpage>
          -
          <lpage>751</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <given-names>Karin</given-names>
            <surname>Hausen</surname>
          </string-name>
          .
          <year>1981</year>
          .
          <article-title>Family and role-division: the polarisation of sexual stereotypes in the nineteenth century-an aspect of the dissociation of work and family life</article-title>
          .
          <source>The German Family: Essays on the Social Bhaskar Mitra</source>
          , Eric Nalisnick, Nick Craswell, and
          <string-name>
            <given-names>Rich</given-names>
            <surname>Caruana</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A dual embedding space model for document ranking</article-title>
          .
          <source>arXiv preprint arXiv:1602</source>
          .
          <fpage>01137</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <given-names>Eric</given-names>
            <surname>Nalisnick</surname>
          </string-name>
          , Bhaskar Mitra, Nick Craswell, and
          <string-name>
            <given-names>Rich</given-names>
            <surname>Caruana</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Improving document ranking with dual word embeddings</article-title>
          .
          <source>In Proceedings of the 25th International Conference Companion on World Wide Web</source>
          , pages
          <fpage>83</fpage>
          -
          <lpage>84</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <given-names>Brian A Nosek</given-names>
            ,
            <surname>Mahzarin R Banaji</surname>
          </string-name>
          , and Anthony G Greenwald.
          <year>2002a</year>
          .
          <article-title>Harvesting implicit group attitudes and beliefs from a demonstration web site</article-title>
          . Group Dynamics: Theory, Research, and Practice,
          <volume>6</volume>
          (
          <issue>1</issue>
          ):
          <fpage>101</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <given-names>Brian A Nosek</given-names>
            ,
            <surname>Mahzarin R Banaji</surname>
          </string-name>
          , and Anthony G Greenwald.
          <year>2002b</year>
          . Math= male, me
          <article-title>= female, therefore math6= me</article-title>
          .
          <source>Journal of personality and social psychology</source>
          ,
          <volume>83</volume>
          (
          <issue>1</issue>
          ):
          <fpage>44</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Jeffrey</surname>
            <given-names>Pennington</given-names>
          </string-name>
          , Richard Socher, and
          <string-name>
            <given-names>Christopher D</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Glove: Global vectors for word representation</article-title>
          .
          <source>In Proceedings of the 2014 conference on empirical methods in natural language processing (EMNLP)</source>
          , pages
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <given-names>Udo</given-names>
            <surname>Rudolph</surname>
          </string-name>
          , Robert Bo¨hm, and
          <string-name>
            <given-names>Michaela</given-names>
            <surname>Lummer</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Ein vorname sagt mehr als 1000 worte</article-title>
          .
          <source>Zeitschrift fu¨r Sozialpsychologie</source>
          ,
          <volume>38</volume>
          (
          <issue>1</issue>
          ):
          <fpage>17</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <given-names>Maarten</given-names>
            <surname>Sap</surname>
          </string-name>
          , Dallas Card, Saadia Gabriel, Yejin Choi,
          <source>and Noah A Smith</source>
          .
          <year>2019</year>
          .
          <article-title>The risk of racial bias in hate speech detection</article-title>
          .
          <source>In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics</source>
          , pages
          <fpage>1668</fpage>
          -
          <lpage>1678</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <given-names>Jan</given-names>
            <surname>Schneider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Ruta</given-names>
            <surname>Yemane</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Martin</given-names>
            <surname>Weinmann</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Diskriminierung am Ausbildungsmarkt: Ausmaß, Ursachen und Handlungsperspektiven. Sachversta¨ndigenrat deutscher Stiftungen fu¨r Integration und Migration GmbH</article-title>
          . . . .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <given-names>Tony</given-names>
            <surname>Sun</surname>
          </string-name>
          , Andrew Gaut, Shirlyn Tang, Yuxin Huang,
          <string-name>
            <surname>Mai</surname>
            <given-names>ElSherief</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jieyu</surname>
            <given-names>Zhao</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Diba</given-names>
            <surname>Mirza</surname>
          </string-name>
          , Elizabeth Belding,
          <string-name>
            <surname>Kai-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          , and William Yang Wang.
          <year>2019</year>
          .
          <article-title>Mitigating gender bias in natural language processing: Literature review</article-title>
          . arXiv preprint arXiv:
          <year>1906</year>
          .08976.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <given-names>Claudia</given-names>
            <surname>Wagner</surname>
          </string-name>
          , David Garcia,
          <string-name>
            <given-names>Mohsen</given-names>
            <surname>Jadidi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Markus</given-names>
            <surname>Strohmaier</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>It's a man's wikipedia? assessing gender inequality in an online encyclopedia</article-title>
          .
          <source>In Ninth international AAAI conference on web and social media.</source>
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <given-names>Claudia</given-names>
            <surname>Wagner</surname>
          </string-name>
          , Eduardo Graells-Garrido, David Garcia,
          <string-name>
            <given-names>and Filippo</given-names>
            <surname>Menczer</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Women through the glass ceiling: gender asymmetries in wikipedia</article-title>
          .
          <source>EPJ Data Science</source>
          ,
          <volume>5</volume>
          (
          <issue>1</issue>
          ):
          <fpage>5</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <given-names>Pei</given-names>
            <surname>Zhou</surname>
          </string-name>
          , Weijia Shi,
          <string-name>
            <given-names>Jieyu</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <surname>Kuan-Hao</surname>
            <given-names>Huang</given-names>
          </string-name>
          , Muhao Chen, Ryan Cotterell, and
          <string-name>
            <given-names>KaiWei</given-names>
            <surname>Chang</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Examining gender bias in languages with grammatical gender</article-title>
          . arXiv preprint arXiv:
          <year>1909</year>
          .02224.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>