<!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>
      <journal-title-group>
        <journal-title>Amsterdam, Netherlands
* Corresponding author.
$ antonio.mastropietro@di.unipi.it (A. Mastropietro)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Requirements of eXplainable AI in Algorithmic Hiring</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrea Beretta</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gianmario Ercoli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alfonso Ferraro</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Riccardo Guidotti</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrea Iommi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Antonio Mastropietro</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anna Monreale</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniela Rotelli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Salvatore Ruggieri</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, University of Pisa</institution>
          ,
          <addr-line>Largo B. Pontecorvo, 3, 56127 Pisa</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>ISTI-CNR</institution>
          ,
          <addr-line>Via G. Moruzzi, 1, 56124 Pisa</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>AI models for ranking candidates to a job position are increasingly adopted. They bring a new layer of opaqueness in the way candidates are evaluated. We present preliminary research on stakeholder analysis and requirement elicitation for designing an explainability component in AI models for ranking candidates to a job position. Employee recruiting and hiring are complex and socially-sensitive processes, whose implications have been considered from managerial, psychological, sociological, legal, and computer science perspectives. Recruiting covers an organization's activities to attract applicants to a job position [1]. Hiring (or selection) covers the activities of screening, interviewing, and selecting candidates from a given pool of applicants [2]. In support of these activities, Human Resources (HR) professionals make extensive usage1 of Applicant Tracking Systems (ATSs). Such software tools are increasingly relying on Artificial Intelligence (AI) techniques, whose performances are intensifying the competition for human capital (the “war for talent” [3]). In this paper, we restrict to the AI-assisted screening task of the hiring process. In fact, due to time and resource constraints, interviews can take place only for a limited number of candidates, who are selected through a preliminary screening phase. Such a screening consists of ranking candidates in the pool of applicants based on the matching of their CVs/application documents2 with the job description, and then selecting the top candidates w.r.t. their matching score. AI models are helpful in automating the laborious, error-prone, and time-consuming task of scoring candidates. Such tools are not intended to replace HR professionals: the final judgment always rests with humans, as machines cannot accurately measure the candidate's impact, social skills, or the truthfulness of the information provided in their CVs. Nevertheless, the ranking produced by an AI model definitively influence the focus of the HR professional [ 4], and, ultimately, on the chance of a candidate being selected for interviewing.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In general, AI models can be biased in several respects [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. This also happens for AI models
used for scoring and ranking [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], and specifically in the application scenario of (algorithmic)
hiring [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. For instance, AI models can learn and replicate discriminatory patterns against
protected social groups [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. A famous case is the biased-against-women model used by Amazon [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ],
which was trained on the company’s male-dominated workforce. Another study revealed that
applicants who disclosed disabilities that would not impact their job performance received 26%
less feedback compared to those who did not disclose any disability [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Many other works
highlight the perils of employment discrimination imposed by improper design or usage of
AI [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. A strand of research applying auditing methodologies to algorithm decision-making in
hiring [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] also revealed unexpected factors that afect AI prediction, such as the CV format or
LinkedIn URLs [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The recourse to auditing instead of model’s inspection is made necessary
due to the proprietary nature of commercial ATSs, which prevents the disclosure of their exact
internal working. However, with the increasing adoption of AI in ATSs, the opaqueness of
complex and unintelligible AI models makes it impossible even for the developers of the models
to understand the models’ decision logic. This has boosted the research on methods to explain
AI models known as eXplainable AI (XAI) [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        Within the FINDHR research project (Fairness and Intersectional Non-Discrimination in Human
Recommendation, 3), we study XAI methods for explaining rankings of applicants to a job position
in output by an AI model. Adding explanations to an AI system’s output can increase users’
trust [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and mitigate bias and discrimination (see [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] specifically for hiring). From the legal
side, there is an obligation for transparency in order to provide explanations about automated
decision-making systems (e.g., GDPR art. 12, 13, and 14 [17]), as well as a right of candidates
to contest automated decisions [18]. We are considering two approaches. First, in a post-hoc
approach, the AI model is a given black-box, and we investigate ranking-specific explanations
based on local methods that describe why a specific ranking was produced ( factual explanation)
and what could have changed the ranking (counterfactual explanation). The latter is intended
to support actionable recourse [19]. Second, in an explainable-by-design approach, we design
a scoring method whose internal decision logic can directly explain the produced ranking at
various levels of comprehensibility. The latter approach relies on external knowledge about the
hiring scenario, in the style of semantic job recommender system [20, 21].
      </p>
      <p>In this paper, we discuss the preliminary phases both approaches rely on, namely stakeholder
analysis (Section 2) and requirements elicitation for XAI through a multi-stakeholder participatory
design approach (Section 3). In fact, we believe that there is the necessity of situating the problem
by a thorough understanding of the stakeholders involved and of the social context where the
AI models are deployed [22].</p>
    </sec>
    <sec id="sec-2">
      <title>2. Hiring Process and Stakeholder Analysis</title>
      <p>The phases of the recruiting and hiring process exhibit a large variability among organizations.
However, they can generally be illustrated as shown in Figure 1. See [23] for a deeper discussion
of the impact of AI-based tools in the process. The process starts with the publication of the job
ofer to attract potential candidates. The recruiting (or sourcing) activity solicits applications
Use the ATS to screen candidates for interview, possibly af- Primary
ter a preliminary screening by external Recruitment Service
Consultants (RSC). Interested in understanding how the ATS
works, particularly on the ranking factors.</p>
      <p>Managers of the organizational unit/team with the final deci- Primary
sion on hiring. Expect that screening by HRD/HRC will select
good candidates for interviewing.</p>
      <p>Responsible for integrating the ATS with the information sys- Primary
tem of the organization. May act as the ATS Software Vendors
(SV) if the product is internally developed.</p>
      <p>Interested in fair and consistent selection procedure across Secondary
time, and in the selection of good collaborators.</p>
      <p>Guarantee (e.g., through impact assessment or internal audit- Secondary
ing) that the ATS and its usage meet legal and ethical criteria
for anti-discrimination, data protection, quality standards.</p>
      <p>Handle external communication, ensuring a positive image Tertiary
w.r.t. employee selection procedures.</p>
      <p>Provide policy, risk mitigation, and strategic decisions (e.g., Tertiary
resources, job positions, etc.) for hiring. Legally responsible
for the consequences of using the ATS.</p>
      <p>External Stakeholders
Stakeholder</p>
      <p>Relation to AI-based ATS
Candidates Interact with the ATS to apply for a job position. Interested in
fair, explainable, and contestable selection procedure.</p>
      <p>Recruitment Service Consul- Use the ATS to screen candidates for further screening by the
tants (RSC) HRD or for interview with OM.</p>
      <p>ATS Software Vendors (SV) Design, develop, maintain, and run-in-the-cloud the ATS.
(Algorithmic) Auditing and Cer- Ensure the ATS meets legal or industrial requirements
tification Agencies (ACA) w.r.t. anti-discrimination law, data protection law, quality
standards, etc.</p>
      <p>Regulators, Policymakers, and Create laws, guidelines, and standards to ensure the ATS
reStandardization ofices (RPS) spects human rights and product/process quality objectives.</p>
      <p>Civil Society Organizations Exert public scrutiny and oversight over uses of ATSs and their
(CSO) potential negative efects on disadvantaged people and groups.</p>
      <p>Impact
Primary
Primary
Primary
Secondary
Tertiary</p>
      <p>Tertiary
from internal sources (application forms or a database of past applications) and external sources
(recruiting agencies, job-focused social networks, public employment services). The pool of
candidates is then scored based on the job’s prerequisites, such as technical expertise,
certifications, and professional background. We assume that the pool of candidates is much larger
than the number of available positions, for which the screening phase is necessary and (at least,
partially) automated. The top-scored candidates are invited for an interview. This phase aims
to authenticate the information provided by the candidates in their CVs. Finally, the selected
candidate is ofered the job position.</p>
      <p>The formalization of the hiring process helps analyzing the stakeholders involved (stakeholder
analysis). From a software engineering perspective [24], stakeholder mapping charts anyone who
vested interest in the ATSs, to understand their roles and inter-dependencies, their requirements,
and how much the software impacts them. From a value-sensitive design perspective, engaging
with those “who are or will be significantly implicated by the technology” [ 25] – beyond
restricting to the users of the software – helps to establish the moral values to be taken into
account at the design phase. From a XAI perspective, the identification of relevant stakeholders
helps to tailor explanations on the basis of the identified requirements and moral values, thus
dealing with constraints of diferent nature: cognitive (e.g., for job seekers with disability),
language and culture (e.g., for foreign job seekers), technical (e.g., for HR professionals), legal
(e.g., for lawyers), and abstraction-wise (e.g., explanations on single scores, on the ranking of a
pool of candidates, on the overall logic of the ranking model).</p>
      <p>Table 1 lists stakeholders that we have identified, together with the other partners of the
FINDHR project, and their relation to the AI-based ATS product, in particular concerning the
component that ranks candidates for a job position. We distinguish stakeholders internal to the
hiring organization, and external to it. Moreover, stakeholders are categorized as primary, who
have the highest influence on the process, and secondary or tertiary, who have less. Beyond
stakeholder identification, we also characterize in Figure 2 the relationships among them.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Explainability Requirements for Ranking</title>
      <p>The elicitation of explainability requirements from multiple stakeholders is being conducted
in FINDHR by following a participatory design approach. The task is ongoing, for which we
report in this section the planned and current activities, and the expected results.</p>
      <p>Participatory design, namely the participation of stakeholders in the design of a (software)
product, has a long tradition in software engineering [26]. Stakeholder participatory design
is a much younger concept in the development of AI-based software products [27]. It targets
involving the interested communities during the whole development process to prioritize AI
systems that respond to human values – an objective known as AI alignment [28] or socially
responsible AI [29]. Inclusion should go beyond framing the under-representation of social
minorities as a data scarcity problem (a form of representation bias). Instead, it should account
for preventive considerations that respond to diverse human needs and preferences. This
concept is the basis for a human-centered AI [30]. For example, these practices can help to
build socially aware language technologies that are adept for diferent language dialects [ 31].
Data-driven approaches alone are insuficient and dangerous, as data embed pre-existing biases
and implicit meanings that lift to the AI model if not properly dealt with [32]. For example,
candidates with diferent cultural backgrounds may experience issues with filling some required
ifelds in the application form or in the CV – a signal that may mislead an AI model.</p>
      <p>In the FINDHR project, we are organizing meetings with candidates and HR professionals.
Regarding the candidates, we plan to conduct Participatory Action Research (PAR)4,
consisting of in-presence meetings (21 in 7 diferent European cities) with diverse legally-protected
groups, including refugees and migrants, women of diferent ages, non-binary people, traficked
persons, young persons, women in rural and disadvantaged situations, Roma people, people
with disabilities. PAR meetings will cover both fairness and explainability subjects. From the
perspective of XAI requirements, we aim to gather answers to these questions (assuming the
case of a candidate not being selected for an interview):
• how useful is the information about CV weaknesses and strengths of the selected candidates
in redesigning future applications?
• what kind of feedback was useful in previous applications, and how it was used?
• what kind of information describing the evaluation of the CV is helpful (or demotivating)?
• what is the best way of receiving the results of an application in terms of modalities (text,
graphics, etc.) and level of detail?
These questions are intended either to clarify the relevance of comparative explanations (rejected
versus selected candidates) of the information conveyed in an explanation and its modality and
granularity or to elucidate the expected degree of actionability in counterfactual explanations.</p>
      <p>Regarding the HR professionals, we already interviewed six of them, working in two countries.
Preliminary results of the interviews are summarized as follows:
• transparency of ranking is essential to trust and rely on it, i.e., HR professional should know
what features are used and how much they weight (e.g., is experience more essential than
education?), as well as which requirements the candidates meet and which they do not;
4https://en.wikipedia.org/wiki/Participatory_action_research
• comparative explanations based on skills or other features that distinguish candidates are
useful, but they will never be followed blindly;
• understanding the score explanations might help to identify job description flaws, leading
to revising the ranking (e.g., by changing weights to features or filtering candidates) and,
for future job ofers, to a better and fairer description.</p>
      <p>The HR professionals we interviewed make extensive use of candidate filtering based on
mandatory or preferred skills or conditions (like the distance between workplace and residence).
Thus, XAI methods should adapt to these scenarios by providing explanations that dynamically
change according to the active filters.</p>
      <p>
        We conclude with a few design requirements for XAI in ranking candidates that emerge from
the preliminary interviews and from a survey of the relevant literature on XAI methods [
        <xref ref-type="bibr" rid="ref17 ref18 ref19 ref20 ref21">33–37</xref>
        ],
specifically on XAI in hiring [
        <xref ref-type="bibr" rid="ref22 ref23 ref24 ref25">38–41</xref>
        ]:
• each explanation will be tailored to a diferent stakeholder and their specific information
needs [
        <xref ref-type="bibr" rid="ref22 ref23">38, 39</xref>
        ], with special focus on protected social groups and intersectionality issues [
        <xref ref-type="bibr" rid="ref17">33</xref>
        ];
• explanations will provide the reasons (factuals) for a given score and ranking, where scores
are explained in isolation while rankings are explained by comparative approaches [
        <xref ref-type="bibr" rid="ref23 ref25">39, 41</xref>
        ];
• explanations will include actionable changes (counterfactuals) that may improve the score
of candidates [
        <xref ref-type="bibr" rid="ref23">39</xref>
        ]; the actionability may be parametric in a specified cost (time or money)
to implement the changes [
        <xref ref-type="bibr" rid="ref20">36</xref>
        ] or in user preferences [
        <xref ref-type="bibr" rid="ref21">37</xref>
        ];
• for score-based ranking, an interface to factuals and counterfactuals can be provided to
applicants before submission, thus allowing for better personalization of the application;
• explanations will allow HR professionals to perform what-if analyses;
• explanations will have a positive impact on recruiters’ trust and usage of the ATS [
        <xref ref-type="bibr" rid="ref18">34</xref>
        ];
• explanations for auditors will provide aggregate information on the past performances of
the AI model, particularly w.r.t. protected social groups;
• aggregate counterfactuals can suggest public employment policies, such as prioritize
training programmes for the job seekers [
        <xref ref-type="bibr" rid="ref24">40</xref>
        ];
• explanations will be fair, in the sense of an equal amount of useful information supplied to
diferent groups of candidates [
        <xref ref-type="bibr" rid="ref26">42</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>We have identified the stakeholders involved in the hiring process, and their relations with an
AI-based ranking of the candidates to a job position. We approach the problem of explainability
of AI models for ranking by a requirement elicitation phase built on participatory design. The
requirements will drive the design of both post-hoc methods and explainable-by-design ones.
Acknowledgments. Work supported by the European Union’s Horizon Europe research and
innovation programme for the project FINDHR (g.a. No. 101070212), and under the Excellent
Science European Research Council (ERC) programme for the XAI project (g.a. No. 834756).
Views and opinions expressed are those of the author(s) only and do not necessarily reflect
those of the European Union. Neither the European Union nor the granting authority can be
held responsible for them.</p>
      <p>Markets 32 (2022) 2207–2233. doi:10.1007/s12525-022-00600-9.
[17] European Parliament, Council of the European Union, Regulation (EU) 2016/679 of the
European Parliament and of the Council of 27 April 2016 on the protection of natural
persons with regard to the processing of personal data and on the free movement of such
data, and repealing Directive 95/46/EC (General Data Protection Regulation), Oficial
Journal of the European Union L 119 (2016). http://data.europa.eu/eli/reg/2016/679/oj.
[18] C. Henin, D. L. Métayer, Beyond explainability: Justifiability and contestability of
algorithmic decision systems, AI Soc. 37 (2022) 1397–1410. doi:10.1007/s00146-021-01251-8.
[19] A. Karimi, G. Barthe, B. Schölkopf, I. Valera, A survey of algorithmic recourse: Contrastive
explanations and consequential recommendations, ACM Comput. Surv. 55 (2023) 95:1–
95:29. doi:10.1145/3527848.
[20] X. Chen, Y. Zhang, J. Wen, Measuring "why" in recommender systems: a comprehensive
survey on the evaluation of explainable recommendation, CoRR abs/2202.06466 (2022).
[21] A. Brek, Z. Boufaïda, Semantic approaches survey for job recommender systems, in: RIF,
volume 3176 of CEUR Workshop Proceedings, CEUR-WS.org, 2022, pp. 101–111.
[22] C. Draude, G. Klumbyte, P. Lücking, P. Treusch, Situated Algorithms. A Sociotechnical
Systemic Approach to Bias, Online Information Review 44 (2019) 325–342. doi:10.1108/
OIR-10-2018-0332.
[23] L. Li, T. Lassiter, J. Oh, M. K. Lee, Algorithmic hiring in practice: Recruiter and hr
professional’s perspectives on ai use in hiring, in: Proceedings of the 2021 AAAI/ACM Conference
on AI, Ethics, and Society, 2021, pp. 166–176. doi:10.1145/3461702.3462531.
[24] F. M. Khan, J. A. Khan, M. Assam, A. S. Almasoud, A. Abdelmaboud, M. A. M. Hamza, A
comparative systematic analysis of stakeholder’s identification methods in requirements
elicitation, IEEE Access 10 (2022) 30982–31011. doi:10.1109/ACCESS.2022.3152073.
[25] B. Friedman, D. G. Hendry, Value Sensitive Design: Shaping Technology with Moral</p>
      <p>Imagination, The MIT Press, 2019. doi:10.7551/mitpress/7585.001.0001.
[26] M. L. Markus, J. Mao, Participation in development and implementation - updating an
old, tired concept for today’s IS contexts, J. Assoc. Inf. Syst. 5 (2004) 14. doi:10.17705/
1jais.00057.
[27] M. Fefer, M. Skirpan, Z. Lipton, H. Heidari, From preference elicitation to participatory
ML: A critical survey &amp; guidelines for future research, in: AIES, ACM, 2023, p. 38–48.
doi:10.1145/3600211.3604661.
[28] J. Ji, et al., AI alignment: A comprehensive survey, CoRR abs/2310.19852 (2023). doi:10.</p>
      <p>48550/arXiv.2310.19852.
[29] L. Cheng, K. R. Varshney, H. Liu, Socially responsible AI algorithms: Issues, purposes, and
challenges, J. Artif. Intell. Res. 71 (2021) 1137–1181. doi:10.1613/jair.1.12814.
[30] E. Mosqueira-Rey, E. Hernández-Pereira, D. Alonso-Ríos, J. Bobes-Bascarán, Á.
FernándezLeal, Human-in-the-loop machine learning: A state of the art, Artif. Intell. Rev. 56 (2023)
3005–3054. doi:10.1007/s10462-022-10246-w.
[31] C. Ziems, J. Chen, C. Harris, J. Anderson, D. Yang, VALUE: understanding dialect disparity
in NLU, in: ACL (1), Association for Computational Linguistics, 2022, pp. 3701–3720.
doi:10.18653/v1/2022.acl-long.258.
[32] N. Shahbazi, Y. Lin, A. Asudeh, H. V. Jagadish, Representation bias in data: A survey
on identification and resolution techniques, ACM Comput. Surv. 55 (2023) 293:1–293:39.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Breaugh</surname>
          </string-name>
          ,
          <article-title>Employee recruitment: Current knowledge and important areas for future research</article-title>
          ,
          <source>Human Resource Management Review</source>
          <volume>18</volume>
          (
          <year>2008</year>
          )
          <fpage>103</fpage>
          -
          <lpage>118</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.hrmr.
          <year>2008</year>
          .
          <volume>07</volume>
          .003.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Farr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. T.</given-names>
            <surname>Tippins</surname>
          </string-name>
          , Handbook of Employee Selection, 2 ed.,
          <year>2017</year>
          . doi:
          <volume>10</volume>
          .4324/ 9781315690193.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Black</surname>
          </string-name>
          , P. van Esch,
          <article-title>AI-enabled recruiting in the war for talent</article-title>
          ,
          <source>Business Horizons</source>
          <volume>18</volume>
          (
          <year>2021</year>
          )
          <fpage>513</fpage>
          -
          <lpage>524</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.bushor.
          <year>2021</year>
          .
          <volume>02</volume>
          .015.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Álvarez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mastropietro</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Ruggieri,</surname>
          </string-name>
          <article-title>The initial screening order problem</article-title>
          ,
          <source>CoRR abs/2307</source>
          .15398v2 (
          <year>2024</year>
          ). doi:
          <volume>10</volume>
          .48550/arXiv.2307.15398.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>E.</given-names>
            <surname>Ntoutsi</surname>
          </string-name>
          , et al.,
          <article-title>Bias in data-driven Artificial Intelligence systems - An introductory survey</article-title>
          ,
          <source>WIREs Data Mining Knowl. Discov</source>
          .
          <volume>10</volume>
          (
          <year>2020</year>
          ). doi:
          <volume>10</volume>
          .1002/widm.1356.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zehlike</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Stoyanovich</surname>
          </string-name>
          ,
          <article-title>Fairness in ranking, part I: score-based ranking</article-title>
          ,
          <source>ACM Comput. Surv</source>
          .
          <volume>55</volume>
          (
          <year>2023</year>
          )
          <volume>118</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>118</lpage>
          :
          <fpage>36</fpage>
          . doi:
          <volume>10</volume>
          .1145/3533379.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fabris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Baranowska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Dennis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hacker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Saldivar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. J. Z.</given-names>
            <surname>Borgesius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Biega</surname>
          </string-name>
          ,
          <article-title>Fairness and bias in algorithmic hiring</article-title>
          ,
          <source>CoRR abs/2309</source>
          .13933 (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>E.</given-names>
            <surname>Zschirnt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ruedin</surname>
          </string-name>
          ,
          <article-title>Ethnic discrimination in hiring decisions: a meta-analysis of correspondence tests 1990-2015</article-title>
          ,
          <source>Journal of Ethnic and Migration Studies</source>
          <volume>42</volume>
          (
          <year>2016</year>
          )
          <fpage>1115</fpage>
          -
          <lpage>1134</lpage>
          . doi:
          <volume>10</volume>
          .1080/1369183X.
          <year>2015</year>
          .
          <volume>1133279</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <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>in: Ethics of Data and Analytics</source>
          , Auerbach Publications,
          <year>2018</year>
          . doi:
          <volume>10</volume>
          .1201/ 9781003278290.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ameri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Schur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Adya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. S.</given-names>
            <surname>Bentley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>McKay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kruse</surname>
          </string-name>
          ,
          <article-title>The disability employment puzzle: A field experiment on employer hiring behavior</article-title>
          ,
          <source>ILR Review 71</source>
          (
          <year>2018</year>
          )
          <fpage>329</fpage>
          -
          <lpage>364</lpage>
          . doi:
          <volume>10</volume>
          .1177/0019793917717474.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>K. E.</given-names>
            <surname>Sonderling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. J.</given-names>
            <surname>Kelley</surname>
          </string-name>
          ,
          <string-name>
            <surname>L. Casimir,</surname>
          </string-name>
          <article-title>The promise and the peril: Artificial intelligence and employment discrimination discrimination</article-title>
          , University of Miami Law Review University of Miami Law Revie
          <volume>77</volume>
          (
          <year>2022</year>
          )
          <article-title>Article 3</article-title>
          . doi:
          <volume>10</volume>
          .1002/widm.1356.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sloane</surname>
          </string-name>
          , E. Moss,
          <string-name>
            <given-names>R.</given-names>
            <surname>Chowdhury</surname>
          </string-name>
          ,
          <article-title>A silicon valley love triangle: Hiring algorithms, pseudo-science, and the quest for auditability</article-title>
          ,
          <source>Patterns</source>
          <volume>3</volume>
          (
          <year>2022</year>
          )
          <article-title>100425</article-title>
          . doi:
          <volume>10</volume>
          .1016/j. patter.
          <year>2021</year>
          .
          <volume>100425</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>A. K. Rhea</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Markey</surname>
          </string-name>
          , L.
          <string-name>
            <surname>D'Arinzo</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Schellmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Sloane</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Squires</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Stoyanovich</surname>
          </string-name>
          ,
          <article-title>Resume format, LinkedIn URLs and other unexpected influences on AI personality prediction in hiring: Results of an audit</article-title>
          , in: AIES, ACM,
          <year>2022</year>
          , pp.
          <fpage>572</fpage>
          -
          <lpage>587</lpage>
          . doi:
          <volume>10</volume>
          .1145/3514094.3534189.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>R.</given-names>
            <surname>Guidotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Monreale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ruggieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Turini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Giannotti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Pedreschi</surname>
          </string-name>
          ,
          <article-title>A survey of methods for explaining black box models, ACM computing surveys (CSUR) 51 (</article-title>
          <year>2018</year>
          )
          <fpage>1</fpage>
          -
          <lpage>42</lpage>
          . doi:
          <volume>10</volume>
          .1145/3236009.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>McCoy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. B.</given-names>
            <surname>Rawat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. M.</given-names>
            <surname>Sadler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Amant</surname>
          </string-name>
          ,
          <article-title>Recent advances in trustworthy explainable Artificial Intelligence: Status, challenges, and perspectives</article-title>
          ,
          <source>IEEE Trans. Artif. Intell</source>
          .
          <volume>3</volume>
          (
          <year>2022</year>
          )
          <fpage>852</fpage>
          -
          <lpage>866</lpage>
          . doi:
          <volume>10</volume>
          .1109/TAI.
          <year>2021</year>
          .
          <volume>3133846</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L.</given-names>
            <surname>Hofeditz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Clausen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rieß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mirbabaie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Stieglitz</surname>
          </string-name>
          ,
          <article-title>Applying XAI to an AI-based system for candidate management to mitigate bias and discrimination in hiring</article-title>
          , Electronic doi:
          <volume>10</volume>
          .1145/3588433.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [33]
          <string-name>
            <surname>T. van Nuenen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Such</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Coté</surname>
          </string-name>
          ,
          <article-title>Intersectional experiences of unfair treatment caused by automated computational systems</article-title>
          ,
          <source>Proc. ACM Hum. Comput. Interact</source>
          .
          <volume>6</volume>
          (
          <issue>2022</issue>
          )
          <fpage>1</fpage>
          -
          <lpage>30</lpage>
          . doi:
          <volume>10</volume>
          .1145/3555546.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Rong</surname>
          </string-name>
          , et al.,
          <article-title>Towards human-centered explainable AI: A survey of user studies for model explanations</article-title>
          ,
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          (
          <year>2024</year>
          ). doi:
          <volume>10</volume>
          .1109/TPAMI.
          <year>2023</year>
          .
          <volume>3331846</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>A.</given-names>
            <surname>Anand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lyu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Idahl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wallat</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z. Zhang,</surname>
          </string-name>
          <article-title>Explainable information retrieval: A survey</article-title>
          ,
          <source>CoRR abs/2211</source>
          .02405 (
          <year>2022</year>
          ). doi:
          <volume>10</volume>
          .48550/arXiv.2211.02405.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>P.</given-names>
            <surname>Naumann</surname>
          </string-name>
          , E. Ntoutsi,
          <article-title>Consequence-aware sequential counterfactual generation</article-title>
          ,
          <source>in: ECML/PKDD (2)</source>
          , volume
          <volume>12976</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2021</year>
          , pp.
          <fpage>682</fpage>
          -
          <lpage>698</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -86520-7\_
          <fpage>42</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yetukuri</surname>
          </string-name>
          , I. Hardy, Y. Liu,
          <article-title>Towards user guided actionable recourse</article-title>
          , in: AIES, ACM,
          <year>2023</year>
          , pp.
          <fpage>742</fpage>
          -
          <lpage>751</lpage>
          . doi:
          <volume>10</volume>
          .1145/3600211.3604708.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>R.</given-names>
            <surname>Schellingerhout</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Barile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tintarev</surname>
          </string-name>
          ,
          <article-title>A co-design study for multi-stakeholder job recommender system explanations</article-title>
          ,
          <source>in: xAI (2)</source>
          , volume
          <volume>1902</volume>
          <source>of Communications in Computer and Information Science</source>
          , Springer,
          <year>2023</year>
          , pp.
          <fpage>597</fpage>
          -
          <lpage>620</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -44067-0\ _
          <fpage>30</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>M.</given-names>
            <surname>Olckers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vidler</surname>
          </string-name>
          , T. Walsh,
          <article-title>What type of explanation do rejected job applicants want? Implications for explainable AI</article-title>
          ,
          <source>CoRR abs/2205</source>
          .09649 (
          <year>2022</year>
          ). doi:
          <volume>10</volume>
          .48550/arXiv.2205. 09649.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [40]
          <string-name>
            <surname>R. M. B. de Oliveira</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Goethals</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Brughmans</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Martens</surname>
          </string-name>
          ,
          <article-title>Unveiling the potential of counterfactuals explanations in employability</article-title>
          ,
          <source>CoRR abs/2305</source>
          .10069 (
          <year>2023</year>
          ). doi:
          <volume>10</volume>
          . 48550/arXiv.2305.10069.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>V.</given-names>
            <surname>Pliatsika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Fonseca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Stoyanovich,</surname>
          </string-name>
          <article-title>ShaRP: Explaining rankings with Shapley values</article-title>
          ,
          <source>CoRR abs/2401</source>
          .16744 (
          <year>2024</year>
          ). doi:
          <volume>10</volume>
          .48550/arXiv.2401.16744.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>N.</given-names>
            <surname>Asher</surname>
          </string-name>
          , L. de Lara, S. Paul, C. Russell,
          <article-title>Counterfactual models for fair and adequate explanations</article-title>
          ,
          <source>Mach. Learn. Knowl. Extr</source>
          .
          <volume>4</volume>
          (
          <year>2022</year>
          )
          <fpage>316</fpage>
          -
          <lpage>349</lpage>
          . doi:
          <volume>10</volume>
          .3390/make4020014.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>