<!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>Towards a Gendered Innovation in AI</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Silvana Badaloni</string-name>
          <email>Silvana.Badaloni@unipd.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francesca A. Lisi</string-name>
          <email>Francesca.Lisi@uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Bari “Aldo Moro”</institution>
          ,
          <addr-line>Via E. Orabona 4, Bari, 70125</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Padua</institution>
          ,
          <addr-line>Via 8 Febbraio 2, Padua, 35122</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <fpage>12</fpage>
      <lpage>18</lpage>
      <abstract>
        <p>In this paper we address the problem of including the gender dimension in the content of Computer Science, notably in Artificial Intelligence (AI). We analyze first the fairness of Machine Learning (ML) algorithms from a gender point of view. Due to their nature of being bottom-up data-driven algorithms, the most common biases diffused in society about gender and ethnicity can be captured, subsumed and reinforced by them, as many ML applications show. Then, to understand how to develop a new gendered (Computer) Science and promote a gendered innovation in AI, we show a formal reflection on the scientific method utilized to produce innovation and a critical analysis of the logical rules underlying it.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Gender issues</kwd>
        <kwd>Bias</kwd>
        <kwd>Fairness</kwd>
        <kwd>Trustworthy AI</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>•</p>
      <p>Create robust and gender-inclusive AI principles, guidelines and codes of ethics within the
industry.</p>
      <p>The paper is structured as follows. Section 2 addresses the problem of gender bias in ML applications
and discusses some notable cases. Section 3 proposes an approach for developing a Gendered
Innovation in AI and Section 4 concludes the paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Gender bias in Machine Learning applications</title>
      <p>
        In this section we wonder about the fairness of ML algorithms from a gender point of view. The
question is the following: are ML tools, algorithms and technologies, gender neutral? We observe that
when following the data-driven paradigm underlying ML, it is necessary to check whether the data
used to train the algorithms includes all the bias about gender and other possible areas of
discrimination - for example ethnicity - diffused in the society. The answer is positive, since for any
ML system, the output is determined by the training data, in some cases driven by literally millions of
examples. So, these kinds of algorithms – in particular, Neural Networks and Deep Learning – being
conceived as learning systems, can upload the gender bias diffused in the society as shown in many
examples reported in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The problem arises mainly because little attention is paid to how data is
collected, processed and organized. Indeed, the biases are substantially data-driven biases [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>We cite Joshua Bengio of the Montreal University who told: ‘AI can amplify discrimination and
biases, such gender or racial discrimination, because those are present in the data the technology is
trained on, reflecting people’s behavior.’ In other words: should we let data speak for itself?</p>
      <p>
        Recently many studies have shown how these ML techniques have brought to applications affected
by biases in different fields, from machine translation [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] to assessing geodiversity issues [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], from
predictors of crime recidivism [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] to predictors in medicine [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. It should be mentioned that fairness
could be guaranteed, by following two different solution approaches:
1. Data debiasing (such as in, e.g., [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ])
2. Model debiasing (such as in, e.g., [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ])
      </p>
      <p>
        A state-of-the-art survey of works on bias and fairness goes beyond the scope of this paper. The
interested reader might refer to, e.g., [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] for an overview of problems and solutions in ML
concerning these crucial aspects. For the sake of brevity, and just for illustrative purposes, in the
remainder of this section we will focus on three applications which we deem particularly
representative: face recognition, word embedding, recruiting tools.
2.1.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Face recognition</title>
      <p>
        The systems for face recognition are increasingly used. However, often they turn out to be
insufficient for the proper recognition of people of different genders and races. Interesting results
about facial recognition technology determined by Joy Buolamwini, a researcher at the M.I.T. Media
Lab, have proved how some of the biases in the real world can seep into the facial recognition
computer systems [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ]. The author has directly experimented that the face of a black person may
not be recognized unless wearing a white mask.
      </p>
      <p>The performance of three leading face recognition systems - by Microsoft, IBM and Megvii of
China - were studied by classifying how well they could guess not only the gender of an individual
but also a man or a woman with different skin tones. The average predictive accuracy percentages
obtained were the following ones:
- Lighter male 99 %
- Lighter female 93 %
- Darker male 88 %
- Darker female 65 %
The conclusion drawn by the author was: “A.I. software (we should say M.L. software) is only as
smart as the data used to train it. If there are many more white men than black women in the system, it
will be worse at identifying the black women.”</p>
      <p>The huge amount of data used to train the system has to be balanced respecting gender and racial
composition of the population.</p>
      <p>
        In a recent work [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] the problem of face recognition has been addressed by making the system
learn demographic information prior to learning the attribute detection task. The system called
InclusiveFaceNet, detects face attributes by transferring race and gender representations learned from
a held-out dataset of public race and gender identities. With this integration, the approach produces
satisfactory results.
      </p>
      <p>In 2020 there has been a policy change for facial recognition:
- IBM quits the facial-recognition business. IBM will no longer sell “general purpose”
facialrecognition technology. Reforms and policy proposals have to address racial disparities, the company
opposes using technology for mass surveillance, racial profiling and violations of human rights.</p>
      <p>- Amazon halts police use of its facial recognition technology.
2.2.</p>
    </sec>
    <sec id="sec-4">
      <title>Word embedding</title>
      <p>
        The word embedding tools show that the gender bias diffused in the society can be uploaded in the
system. In word embedding models, the representation of each word in a high dimensional vector
allows to detect the semantic relations between words as words with similar meaning occupy similar
parts of the vector space. It has been proved that these tools capture common stereotypes about
women and men [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. In fact, when asking the database “father : doctor :: mother : x”, the answer is
x=nurse. And the query “man: computer programmer :: woman : x” gives x=homemaker.
      </p>
      <p>The word embedding tools can be terribly sexist as the society is and this constitutes another
important example in which a blind application of ML algorithms can lead to a strong reinforcement
of existing social and gender biases. As already mentioned, this is due substantially to the
mechanisms on which these AI methods are rooted - mainly bottom-up and data-driven methods. It is
important to be aware that the algorithms and the tools utilized to solve different problems are not
neutral and have to be analyzed deeply in this respect before application.</p>
      <p>
        Aware of this kind of not neutrality, the word embedding biasing capability has been exploited as a
quantitative lens to study the evolution of stereotypes and attitudes toward woman and ethnic
minorities in the 20th and 21st centuries in the United States [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. This work provides an approach for
temporal analysis of word embedding and shows a new interesting intersection between ML and
social science.
      </p>
      <p>
        As proposed in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] it is possible to de-bias the database since a vector space is a mathematical
object and it can be dealt with mathematical tools. To this aim it is sufficient to clean the database
searching for the couples “he : she” that belong to a list of gender biased pairs that need to be
removed. In this work the result is a vector space in which the gender bias is significantly reduced.
“One perspective on bias in word embeddings is that it merely reflects bias in society, and therefore
one should attempt to debias society rather than word embeddings,” say Bolukbasi and co. “However,
by reducing the bias in today’s computer systems (or at least not amplifying the bias), which is
increasingly reliant on word embeddings, in a small way debiased word embeddings can hopefully
contribute to reducing gender bias in society.” That seems a worthy goal. As the Boston team
concludes: “At the very least, machine learning should not be used to inadvertently amplify these
biases.” The problem is that it is not always possible to clean the database utilizing a list of possible
biased gender couples to be compared with the complete list of couples W/M.
2.3.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Recruitment</title>
      <p>
        Recently ML specialists at Amazon uncovered a big problem: “their new recruiting engine did not
like women” [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. The company’s experimental hiring tool used ML algorithms to give job
candidates scores ranging from one to five stars - much like shoppers rate products on Amazon. The
system was trained to vet applicants by observing patterns in resumes submitted to the company over
a 10-year period. Most came from men, a reflection of male dominance across the tech industry. So
relentlessly the automatic recruitment tool preferred male candidates. The system was completely
changed and, as reported in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], “Amazon’s recruiters looked at the recommendations generated by
the tool when searching for new hires, but never relied solely on those rankings, they said.
      </p>
    </sec>
    <sec id="sec-6">
      <title>3. An approach to Gendered Innovations in Science</title>
      <p>
        Gendered Innovations harness the creative power of sex and gender analysis for innovation and
discovery. The most prominent researcher in this field, Londa Schiebinger, reports many case studies
in different disciplines, starting from the pregnant crash test dummies to machine translation, from
heart diseases in women to osteoporosis in men, from assistive technology for the elderly to urban
transport plan [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Overall, the collection provides a wide roadmap for sex and gender analysis in
order to promote reproducible, innovative and responsible research [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>Considering gender may: (i) add a valuable dimension to research, and (ii) take research in new
directions. For instance, research on heart diseases offers one of the most developed examples of
gendered innovations. It considers the fact that ischemic heart disease is the leading cause of death for
women of US and European populations.
3.1.</p>
    </sec>
    <sec id="sec-7">
      <title>Gender dimension in Science</title>
      <p>Let us see how a new gendered Science can be developed together with new interpretations of
facts with respect to a universal male-point-of-view proposed as neutral.</p>
      <p>
        In general, it is important to understand how we can re-design the scientific theories, how we can
propose new hypothesis taking into account the gender dimension, how we can formulate new
scientific questions having the awareness that another science is possible, how we can produce a
critical view of the method in re-shaping the science. According to [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], “There is a need to go
beyond stereotypical feminization of products – so called “pinking” – as female preferences can be
drivers for substantial innovation”, the “pinking” method is not sufficient to produce a new gendered
innovation.
      </p>
      <p>
        Another point to take into consideration is the difference that women and men have in their
approach to the use of technology. While women tend to be more interested in the ease of use of
technological devices and in their social benefits, many men focus on the performance of the
technology and often, technological devices can become for them quite a ‘status symbol’. Also, social
needs and life models are different for women and men: this can largely influence technology and its
products. Since women represent the mentality, the preferences and the needs of every day by more
than 50 % of the human race it is important that, as reported in [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]: “If research institutions and
industry want to create valuable and sustainable research results and technologies for people (the
market), it is recommended to include women at all stages of the research and innovation process”.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref23 ref24">23, 24</xref>
        ] we have studied this problem in the field of human-machine interaction showing that
the gender dimension influences in an important way the design of robots for assisting and interacting
with people. In scenarios where robots can assume complex behaviors, it is very important to consider
the gender factor for better results in terms of robot's robustness and efficiency in running the various
tasks.
3.2.
      </p>
    </sec>
    <sec id="sec-8">
      <title>From confirming to falsifying argument</title>
      <p>
        With these premises, let us now consider a formal reflection on the scientific method and a critical
analysis of logical rules underlying the method used in Science [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ].
      </p>
      <p>A very common belief is that, in the first instance, experiments are conducted to test the
hypothesis of a theory: if the expected observations of experiments are verified then the theory is fully
demonstrated. Formally, if the assumptions of the theory are H and O the observations, the rule
underlying the knowledge process can be the following:
H→O and</p>
      <p>O
------------</p>
      <p>H</p>
      <p>
        From the premises that H implies O and O is true, we can deduce that H is true. The logical rule
that represents this schema goes under the name of confirming argument: it seems well representing
the process of innovation in scientific research. But it is a wrong logical rule, a fallacy of the
sillogism, i.e., an error of the reasoning. It is called the fallacy of affirmation of the consequent [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ].
      </p>
      <p>It is easy to verify that, given the logical propositions p and q, the formula:</p>
      <p>( (( p → q) ∧ q ) → p )
is not a logical tautology.</p>
      <p>
        More in general, as suggested by Popper’s theory [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] and Kuhn’s thought [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], Science does not
proceed for confirming argument and does not advance according to the progressive and continuous
accumulation of truth and knowledge.
      </p>
      <p>Science proceeds thanks to the attempts of refutation of the theories proposed. In other words, we
advance if there are errors in the accepted theory. So, the right logical rule associated to the
production of innovation is called falsifying argument, represented by:</p>
      <p>H→O and</p>
      <p>¬ O
------------</p>
      <p>¬ H</p>
      <p>From the premises H→O (H implies O) and ¬O (not O, O false) it can be deduced ¬H (not H, H
false). In other words, when the consequences of a theory are not verified in the experimental context
then the theory needs to be completely re-designed. This argument corresponds to the correct logical
rule called Modus Tollens.
3.3.</p>
    </sec>
    <sec id="sec-9">
      <title>Gender in Computer Science</title>
      <p>The falsifying argument rule can be the basis of a scientific theory that takes gender into account.</p>
      <p>Suppose that a certain theory H does not consider the gender dimension (e.g., medicine vs gender
medicine). We need to put the following question: following the implication H → O, do we expect to
find the observations O foreseen by the theory true H?</p>
      <p>Evidently not, because 50% of the users of the innovations are women but, as evidenced by a large
literature, it is presumable state that the needs of this part of users are not incorporated in the theory
for innovation. Hence these observations can be false (¬ O) and the theories of departure, too (¬ H).</p>
      <p>The rule underlying the scientific method in the production of gendered innovations is just the
falsifying argument. This leads us to say that, in order to produce a new gendered science in all fields,
it is not sufficient to apply the ‘pinking method’ but it is necessary to radically change the
assumptions. Only a complete redefinition of the method and the research model with new
applications and new ways of observation can re-design the science in a gender perspective. Thus, in
order to design AI-based Computer Systems able to socially interact for facing complex challenges,
the gender dimension needs to be taken explicitly into account by re-formulating the questions that
can produce responsible research innovations.</p>
    </sec>
    <sec id="sec-10">
      <title>4. Conclusions</title>
      <p>
        The problem we addressed in this paper is surely very complex. However, it is crucial for the
implementation of a Trustworthy AI that developers and users of AI-based tools do not pursue a blind
application of data-driven AI methods [
        <xref ref-type="bibr" rid="ref29 ref30">29,30</xref>
        ].
      </p>
      <p>This is only one of the aspects that assess the vulnerability of ML algorithms to adversarial attacks
(both at training and test time). Indeed, the blind application of ML algorithms can lead to a strong
reinforcement of existing social and gender bias. So, when we use ML tools we should check whether
the data used for training the underlying algorithms includes also all the bias about gender and
ethnicity diffused in the society. In particular, in order to train systems on balanced data sets, it is very
important to apply the debiasing method, i.e. a vector space can be cleaned from bias by compiling a
list of gender biased pairs to remove this warp. This has been applied in many applications. More in
general, new methods for debiasing data should be studied in order to develop Responsible Gendered
Research Innovation.</p>
      <p>
        Aware of these problems that affect the fairness of many algorithms, the next step should be to
address the problem of how the gender dimension can be taken into account in the content of the
scientific production both from a methodological point of view and from the applicative one [
        <xref ref-type="bibr" rid="ref23 ref24 ref25">23,24,
25</xref>
        ]. We have shown on the basis of a formal reflection on the scientific method and a critical analysis
of logical rules underlying the method used in Science that new Gendered Science can be developed
formulating new scientific questions with the awareness that another science is possible.
      </p>
    </sec>
    <sec id="sec-11">
      <title>5. Acknowledgements</title>
      <p>A special thanks to Lorenza Perini of the University of Padova who contributed insights and
expertise to this research in the past.</p>
    </sec>
    <sec id="sec-12">
      <title>6. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Vinuesa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Azizpour</surname>
          </string-name>
          , I. Leite,
          <string-name>
            <given-names>M.</given-names>
            <surname>Balaam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dignum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Domisch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Felländer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. D.</given-names>
            <surname>Langhans</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tegmark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Fuso</surname>
          </string-name>
          <string-name>
            <surname>Nerini</surname>
          </string-name>
          ,
          <article-title>The role of Artificial Intelligence in achieving the Sustainable Development Goals</article-title>
          .
          <source>Nature Communications</source>
          <volume>11</volume>
          ,
          <issue>233</issue>
          (
          <year>2020</year>
          ). https://doi.org/10.1038/s41467-019-14108-y
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>European</given-names>
            <surname>Institute</surname>
          </string-name>
          for Gender Equality, https://eige.europa.eu/thesaurus/overview
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bodei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Pagli</surname>
          </string-name>
          ,
          <string-name>
            <surname>L'</surname>
          </string-name>
          <article-title>informatica non è un paese per donne</article-title>
          .
          <source>Mondo Digitale</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>UNESCO. Artificial</given-names>
            <surname>Intelligence</surname>
          </string-name>
          and
          <string-name>
            <given-names>Gender</given-names>
            <surname>Equality</surname>
          </string-name>
          .
          <article-title>Key findings of UNESCO's Global Dialogue (</article-title>
          <year>2020</year>
          ). https://en.unesco.org/AI-and
          <string-name>
            <surname>-GE-2020</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <string-name>
            <surname>L. Schiebinger.</surname>
          </string-name>
          <article-title>AI can be sexist and racist - it's time to make it fair</article-title>
          .
          <source>Nature</source>
          <volume>559</volume>
          (
          <year>2018</year>
          ):
          <fpage>324</fpage>
          -
          <lpage>326</lpage>
          , https://www.nature.com/articles/d41586-018-05707-8
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>K.</given-names>
            <surname>Hammond</surname>
          </string-name>
          ,
          <article-title>5 unexpected bias in artificial intelligence</article-title>
          .
          <source>TechTrunch</source>
          .
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>G.</given-names>
            <surname>Stanovsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. A.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <article-title>Evaluating Gender Bias in Machine Translation</article-title>
          . In A. Korhonen,
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Traum</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          <article-title>Màrquez: Proceedings of the 57th Conference of the Association for Computational Linguistics</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2019</year>
          , Florence, Italy,
          <source>July 28- August 2</source>
          ,
          <year>2019</year>
          , Volume
          <volume>1</volume>
          :
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          .
          <source>Association for Computational Linguistics</source>
          <year>2019</year>
          , ISBN 978-1-
          <fpage>950737</fpage>
          -48-2:
          <fpage>1679</fpage>
          -
          <lpage>1684</lpage>
          , https://www.aclweb.org/anthology/P19-1164/
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shankar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Halpern</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Breck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Atwood</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wilson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Sculley</surname>
          </string-name>
          ,
          <article-title>No Classification without Representation: Assessing Geodiversity Issues in Open Data Sets for the Developing World</article-title>
          ,
          <source>NIPS 2017 Workshop on Machine Learning for the Developing World</source>
          , https://arxiv.org/abs/1711.08536
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>[9] COMPAS, http://www.equivant.com/solutions/inmate-classification</mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Esteva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Kuprel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Novoa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.M.</given-names>
            <surname>Swetter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.M.</given-names>
            <surname>Blau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thrun</surname>
          </string-name>
          ,
          <article-title>Dermatologistlevel classification of skin cancer with deep neural networks</article-title>
          ,
          <source>Nature</source>
          <volume>542</volume>
          (
          <year>2017</year>
          ):
          <fpage>115</fpage>
          -
          <lpage>118</lpage>
          , https://www.nature.com/articles/nature21056
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Nozza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Volpetti</surname>
          </string-name>
          , E. Fersini:
          <article-title>Unintended Bias in Misogyny Detection</article-title>
          . In:
          <string-name>
            <surname>P. M. Barnaghi</surname>
            , G. Gottlob,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Manolopoulos</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Tzouramanis</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Vakali (Eds.): 2019 IEEE/WIC/ACM International Conference on Web Intelligence,
          <string-name>
            <surname>WI</surname>
          </string-name>
          <year>2019</year>
          , Thessaloniki, Greece,
          <source>October 14-17</source>
          ,
          <year>2019</year>
          .
          <source>ACM</source>
          <year>2019</year>
          , ISBN 978-1-
          <fpage>4503</fpage>
          -6934-3:
          <fpage>149</fpage>
          -
          <lpage>155</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Muaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , J. Won Hyun:
          <article-title>Reducing Gender Bias in Word-Level Language Models with a Gender-Equalizing Loss Function</article-title>
          . In F. E.
          <string-name>
            <surname>Alva-Manchego</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Choi</surname>
          </string-name>
          , D. Khashabi (Eds.):
          <source>Proceedings of the 57th Conference of the Association for Computational Linguistics</source>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2019</year>
          , Florence, Italy,
          <source>July 28 - August 2</source>
          ,
          <year>2019</year>
          , Volume
          <volume>2</volume>
          : Student Research Workshop. Association for Computational
          <source>Linguistics</source>
          <year>2019</year>
          , ISBN 978-1-
          <fpage>950737</fpage>
          -47-5:
          <fpage>223</fpage>
          -
          <lpage>228</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N.</given-names>
            <surname>Mehrabi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Morstatter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Saxena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lerman</surname>
          </string-name>
          , Aram Galstyan:
          <article-title>A Survey on Bias and Fairness in Machine Learning</article-title>
          . CoRR abs/
          <year>1908</year>
          .09635 (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lohr</surname>
          </string-name>
          ,
          <article-title>Facial Recognition is Accurate, if You're a White Guy</article-title>
          . The New York Times (
          <year>2018</year>
          ), https://www.nytimes.com/
          <year>2018</year>
          /02/09/technology/facial
          <article-title>-recognition-race-artificialintelligence</article-title>
          .html
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J.</given-names>
            <surname>Buolamwini</surname>
          </string-name>
          , T. Gebru, Gender Shades:
          <article-title>Intersectional Accuracy Disparities in Commercial Gender Classification</article-title>
          .
          <source>In Proc. of the 1st Conference on Fairness, Accountability and Transparency, Proceedings of Machine Learning Research</source>
          <volume>81</volume>
          :
          <fpage>77</fpage>
          -
          <lpage>91</lpage>
          (
          <year>2018</year>
          ), http://proceedings.mlr.press/v81/buolamwini18a/buolamwini18a.pdf
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>H.</given-names>
            <surname>Jung Ryu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Adam</surname>
          </string-name>
          , M. Mitchell,
          <article-title>InclusiveFaceNet: Improving Face Attribute Detection with Race and Gender Diversity</article-title>
          , ICML 2018 Workshop on Fairness, Accountability, and Transparency in Machine Learning, Stockholm, Sweden.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>T.</given-names>
            <surname>Bolukbasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.-W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.Y.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Saligrama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.T.</given-names>
            <surname>Kalai</surname>
          </string-name>
          .
          <article-title>Man is to computer programmer as woman is to homemaker? Debiasing word embeddings</article-title>
          .
          <source>Advances in Neural Information Processing Systems</source>
          , pp
          <fpage>4349</fpage>
          -
          <lpage>4357</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>N.</given-names>
            <surname>Garg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Schiebinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jurafsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <article-title>Word embeddings quantify 100 years of gender and ethnic stereotypes</article-title>
          .
          <source>Proceedings of the National Academy of Sciences of the United States of America, April</source>
          <volume>17</volume>
          ,
          <year>2018</year>
          ,
          <volume>115</volume>
          (
          <issue>16</issue>
          ) https://doi.org/10.1073/pnas.1720347115
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dastin</surname>
          </string-name>
          .
          <article-title>Amazon scraps secret AI recruiting tool that showed bias against women</article-title>
          .
          <source>Reuters</source>
          .
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>L.</given-names>
            <surname>Schiebinger</surname>
          </string-name>
          et al (eds),
          <source>Gendered innovations in Science, Health&amp;medicine, Engineering and Environment</source>
          . https://genderedinnovations.stanford.edu
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>C.</given-names>
            <surname>Tannenbaum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.P.</given-names>
            <surname>Ellis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Eyssel</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          et al.,
          <article-title>Sex and gender analysis improves science and engineering</article-title>
          .
          <source>Nature</source>
          <volume>575</volume>
          ,
          <fpage>137</fpage>
          -
          <lpage>146</lpage>
          (
          <year>2019</year>
          ). https://doi.org/10.1038/s41586-019-1657-6
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22] Sanchez de Madariaga. http://www.genderste.
          <source>eu/i_research01.html</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>S.</given-names>
            <surname>Badaloni</surname>
          </string-name>
          ,
          <string-name>
            <surname>L. Perini,</surname>
          </string-name>
          <article-title>The influence of the gender dimension in human-robot interaction</article-title>
          , in S.M.
          <string-name>
            <surname>Anzalone</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Farinelli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Finzi</surname>
          </string-name>
          , F.
          <source>Mastrogiovanni: Proceedings of the 4th Italian Workshop on Artificial Intelligence and Robotics A workshop of the XVI International Conference of the Italian Association for Artificial Intelligence (AI*IA</source>
          <year>2017</year>
          ), Bari, Italy,
          <source>November 14-15</source>
          ,
          <year>2017</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <year>2054</year>
          ,
          <article-title>CEUR-WS</article-title>
          .org
          <year>2018</year>
          , http://ceurws.org/Vol-2054/paper9.pdf
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>G.</given-names>
            <surname>Beraldo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Di</given-names>
            <surname>Battista</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Badaloni</surname>
          </string-name>
          , E. Menegatti,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pivetti</surname>
          </string-name>
          ,
          <article-title>Sex differences in expectations and perception of a social robot</article-title>
          ,
          <source>2018 IEEE Workshop on Advanced Robotics and its Social Impacts</source>
          ,
          <string-name>
            <surname>ARSO</surname>
          </string-name>
          <year>2018</year>
          , Genova, Italy,
          <source>September 27-29</source>
          ,
          <year>2018</year>
          .
          <source>IEEE 2018, ISBN 978-1-5386- 8037-7</source>
          , https://ieeexplore.ieee.org/document/8625826
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>S.</given-names>
            <surname>Badaloni</surname>
          </string-name>
          , L. Perini,
          <source>Are algorithms gender neutral? 10th Conf. on Gender Equality in Higher Education</source>
          , Dublin,
          <year>2018</year>
          . https://genderequalityconference2018.com/
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>G.</given-names>
            <surname>Federspil</surname>
          </string-name>
          .
          <article-title>Logica clinica. I principi del metodo in medicina. Mc-Graw-</article-title>
          <string-name>
            <surname>Hill</surname>
          </string-name>
          , Pub. Group Italia, Milano,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>K.R.</given-names>
            <surname>Popper</surname>
          </string-name>
          .
          <source>The Logic of Scientific Discovery. Routledge Classics</source>
          ,
          <year>1959</year>
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>T.</given-names>
            <surname>Kuhn</surname>
          </string-name>
          .
          <article-title>The Structure of Scientific Revolutions (1st ed</article-title>
          .). University of Chicago Press,
          <year>1962</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>High-Level Expert</surname>
          </string-name>
          Group on Artificial Intelligence:
          <article-title>Ethics Guidelines for Trustworthy AI</article-title>
          .
          <source>European Commission</source>
          , Brussels (
          <year>2019</year>
          ), https://ec.europa.eu/digital-singlemarket/en/news/ethics
          <article-title>-guidelines-trustworthy-ai</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>F.A.</given-names>
            <surname>Lisi</surname>
          </string-name>
          ,
          <article-title>Recent results and activities in Trustworthy Artificial Intelligence</article-title>
          . In: Book of abstracts of “The 'Good' Algorithm? - Artificial
          <string-name>
            <surname>Intelligence</surname>
          </string-name>
          , Ethics, Law, Health”,
          <string-name>
            <surname>Vatican</surname>
            <given-names>City</given-names>
          </string-name>
          , Feb.
          <fpage>26</fpage>
          -
          <lpage>28</lpage>
          ,
          <year>2020</year>
          , p.
          <volume>27</volume>
          http://www.academyforlife.va/content/pav/it/events/workshopintelligenza-artificiale.html
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>