<!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>Knowledge Graphs for Workforce Reskilling Guidance</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Diarmuid Cahalane</string-name>
          <email>diarmuid.cahalane@accenture.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christophe Guéret</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chan Le Van</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Patrick Moreau</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Byrne</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Accenture Labs</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>The Dock</institution>
          ,
          <addr-line>7 Hanover Quay, Dublin https://labs.accenture.com</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>and AI &amp; Analytics</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Shifting supply and demand for skills mean that mid-career reskilling of employees is an important concern for many companies and employees alike [1]. We demonstrate the potential for Knowledge Graph Embeddings to capture contextual information about skills and work for the use case of inspiring and guiding employees selecting new-skilling options.</p>
      </abstract>
      <kwd-group>
        <kwd>Knowledge Graphs</kwd>
        <kwd>Knowledge Graph Embeddings</kwd>
        <kwd>Reskilling Guidance</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Background</title>
      <p>The choice of optimal skills for an employee to learn is informed by factors including
expected future demand and how the skill relates to the employee’s existing skill set.
How closely a new skill relates to existing ones can influence the likelihood of the skill
being professionally relevant and of interest to the employee but also how much effort
may be required to develop it. Tools to help employees explore these relationships may
lead to better informed decision making. Moreover, the task of documenting the
existing skill set in the first instance, to inform recommendations, may be helped by
suggesting proximal skills.</p>
      <p>
        A knowledge graph (KG) represented enterprise data concerning employees’ skills
and industry specializations. We used AmpliGraph [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] to generate high dimensional
embedding vectors for the skills and then a low-dimensional projection of those vectors
to create a visual aid for employees to explore skills which were proximal in the
embedding space. From a separate data source, we imported categorical forecasts of future
demand for those skills and overlayed this in the visual presentation of the skill
embeddings, to further inform the employees exploration of potential new skills to develop.
Two classes of nodes and three classes of edges were used to populate a KG. The two
types of nodes represented employees and skills respectively. The “person_has_skill”
edge type denoted which existing skills an employee held. Edges of the type
“person_has_industry” linked employees to nodes representing categories of industry
expertise. Ontologies were available for both skills and industry categories, so we
assimilated these into the KG by way of “skill_has_skill_parent” and
“industry_has_industry_partent” edge types, respectively. The KG was represented as a list of &lt;subject,
predicate, object&gt; triples. AmpliGraph, a suite models for graph embedding which has
been open-sourced by Accenture, consumed the triples to generate 200 dimensional
vectors. Thus we learned vector representations for approximately 6,000 skills nodes,
1,000 industry nodes and 300,000 employees.
      </p>
      <p>
        To help employees explore the skills nearby a chosen starting skill in the embedding
space, we selected the closest neighbors of the starting skill in the embedding space
(using a Euclidean distance metric). Projecting the vectors for the starting skill and its
neighbors into a 2- or 3-dimensional space and visualizing the results gave a
presentation that may help an employee choose skills to note as “already known” or “of interest
to learn” [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The forecasted demand category for the skills was also displayed as part
of the skill label and visually by way of a color code on the skills.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Conclusions</title>
      <p>Qualitatively, the results show meaningfully related skills have nearby vectors in the
embedding space. This is true even for relationships not explicit in the input data. We
conclude that KG embeddings are a promising approach to help employees sift through
myriad skill choices and make better informed, more confident learning choices.
4</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ovanessoff</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sage-Gavin</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morvan</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,:
          <article-title>It's learning. Just not as we know it</article-title>
          . https://www.accenture.com/us-en/insights/future-workforce/transforming-learning
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Costabello</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pai</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGrath</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCarthy</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tabacof</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Ampli-Graph: a Library for Representation Learning on Knowledge Graphs (Mar</article-title>
          <year>2019</year>
          ). https://doi.org/10.5281/zenodo.2595043, https://doi.org/10.5281/zenodo.2595043
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>3. TensorBoard Embedding Projector https://github.com/tensorflow/tensorboard</mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>