<!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>Madrid, Spain
* Corresponding author.
$ machinelearning@avature.net (L. Gasco)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Luis Gasco</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hermenegildo Fabregat</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>Laura García-Sardiña</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paula Estrella</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniel Deniz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alvaro Rodrigo</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rabih Zbib</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Avature Machine Learning</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>NLP &amp; IR Group at UNED</institution>
          ,
          <addr-line>Madrid</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>This paper presents a condensed overview of TalentCLEF 2025, the first community evaluation initiative focused on job and skill intelligence in multilingual settings. The campaign attracted 15 participating teams and 280 system submissions from academia and industry across four continents. Analysis of methodological trends reveals a strong reliance on retrieval-based approaches, with selective integration of prompting, re-ranking, and external knowledge. This report highlights key participation insights and methodological patterns that may inform the design of future community challenges in natural language processing for labor market intelligence. TalentCLEF 2025 corpus: https://doi.org/10.5281/zenodo.14002665</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Natural Language Processing</kwd>
        <kwd>Human Capital Management</kwd>
        <kwd>Human Resources</kwd>
        <kwd>Multilinguality</kwd>
        <kwd>Cross-linguality</kwd>
        <kwd>Skill Predictions</kwd>
        <kwd>Job Title Ranking</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        This brief lab report complements the main TalentCLEF 2025 lab overview [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] by providing a focused
analysis of participation trends and methodological choices. Rather than revisiting motivation, corpus
creation, or evaluation setup in detail, our goal is to identify overarching patterns and extract insights
that may inform future shared tasks in this space.
      </p>
      <p>
        As language technologies have become a strategic component of Human Capital Management
(HCM), they are increasingly used to develop systems that semantically analyze resumes and job
descriptions [
        <xref ref-type="bibr" rid="ref2 ref3 ref4">2, 3, 4</xref>
        ]. Despite the growing relevance of NLP in this field, progress has been partially
limited by the absence of shared benchmarks and standardized evaluation procedures. Open and
comparable evaluation frameworks are critical to advance the state of the art, especially in light of
persistent challenges such as multilingualism, domain adaptation, and algorithmic bias [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>TalentCLEF aims to address this gap. As the first community evaluation campaign focused on job
and skill intelligence in multilingual contexts, it introduces two tasks that capture the complexity of
real-world labor data while emphasizing fairness and cross-lingual applicability. The sections that follow
provide a brief overview of task definitions, analyze participation trends, and examine methodological
strategies between teams, highlighting key lessons that may guide future shared evaluation initiatives
in this area.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Tasks</title>
      <p>Task A – Multilingual Job Title Matching Participants were asked to retrieve and rank relevant job
titles similar to a given job title, in English, Spanish, German, and Chinese. The evaluation covered
monolingual and cross-lingual scenarios, as well as gender-based evaluation. The oficial evaluation
metrics are Mean Average Precision (MAP) and Rank Biased Overlap (RBO).</p>
      <p>Task B – Job Title-Based Skill Prediction Given a job title, the systems had to detect relevant
skills using a subset of ESCO skills. In this task only English was considered and the oficial evaluation
metric was the Mean Average Precision.</p>
      <p>Both corpora were built from real job ofers and applications, manually annotated, and are publicly
available in Zenodo1. The oficial benchmark results can be accessed via the task website 2, and the
evaluation platform remains available on Codabench for Task A 3 and Task B 4.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Participation</title>
      <p>TalentCLEF 2025 included 15 teams that developed a total of 280 system runs for the task. In particular,
Task A had 12 participants and Task B had 8 teams.</p>
      <p>Figure 1 shows a global map with the location of participating institutions, as well as their participation
in Task A and/or B. Teams came from Europe, America, Africa, and Asia. Most of them came from
universities and research centers, which shows that there is a strong interest from academia in working
with NLP applied to Human Resources. However, with the exception of TechWolf, industry participation
was limited, indicating that companies may still be reluctant to engage openly in this kind of shared
evaluation initiative.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Methodologies</title>
      <p>
        An analysis of the technologies used in the submitted systems highlights the central role of
retrievalbased methods in both Task A and Task B for identifying relevant elements given a query, despite the
order not being relevant in the evaluation. As shown in Figure 2, almost all participating teams relied on
retrieval mechanisms, while only a subset incorporated complementary techniques such as prompting
with large language models (LLM) or re-ranking strategies. This trend underscores the foundational
role of retrieval in these relevance tasks as used in previously published literature [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ]. Although the
tasks did not explicitly provide contextual information, many participants opted to enrich their systems
using external knowledge sources, such as controlled vocabularies like ESCO. Moreover, some teams
used large language models to generate synthetic data, in order to enhance the retrieval of relevant
elements and improve overall performance.
      </p>
      <p>(a) Methods used in Task A
(b) Methods used in Task B</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions</title>
      <p>The first edition of TalentCLEF can be considered a success in terms of participation, attracting interest
from both academia, driven by the development of NLP technologies in underexplored areas, and
industry, which showed a willingness to openly share how their systems perform in open benchmark
settings. This level of involvement provides a strong foundation for organizing future editions of
TalentCLEF, with opportunities to further advance complex tasks such as Task B and to introduce new
challenges aimed at evaluating higher-risk systems, including those based on generative AI techniques.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>The authors express their sincere gratitude to the members of the scientific committee who contributed
to the dissemination and visibility of the TalentCLEF initiative. Their support was instrumental in
reaching a diverse audience in academia and industry and in promoting the development of robust and
impactful NLP technologies for the labor market. The scientific committee members of this task are:
• Eneko Agirre – Full Professor at the University of the Basque Country (UPV/EHU), ACL Fellow
• David Camacho – Full Professor at the Technical University of Madrid (UPM)
• Maria R. Costa-Jussà – Research Scientist at Meta AI
• Debora Nozza – Assistant Professor at Bocconi University
• Jens-Joris Decorte – Lead AI Scientist at TechWolf
• David Graus – Lead Data Scientist at Randstad Group
• Mesutt Kayaa – Postdoctoral Researcher at Jobindex A/S and IT University of Copenhagen
• Jan Luts – Senior Data Scientist at NTT Data and ESCO
• Elena Montiel-Ponsoda – Professor at the Technical University of Madrid (UPM), AI4Labour
project
• Javier Huertas Tato – Assistant Professor at the Technical University of Madrid (UPM)
• Patricia Martín Chozas – Postdoctoral Researcher at the Ontology Engineering Group (UPM),</p>
      <p>AI4Labour project</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used GPT-4o to: Grammar and spelling check. After
using this tool, the authors reviewed and edited the content as needed and take full responsibility for
the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L.</given-names>
            <surname>Gasco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fabregat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>García-Sardiña</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Estrella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Deniz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rodrigo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zbib</surname>
          </string-name>
          ,
          <article-title>Overview of the TalentCLEF 2025: Skill and Job Title Intelligence for Human Capital Management, in: International Conference of the Cross-Language Evaluation Forum for European Languages</article-title>
          , Springer,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>F.</given-names>
            <surname>Retyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fabregat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Aizpuru</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Taglio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zbib</surname>
          </string-name>
          ,
          <article-title>Résumé parsing as hierarchical sequence labeling: An empirical study</article-title>
          , in: M.
          <string-name>
            <surname>Kaya</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Bogers</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Graus</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Johnson</surname>
          </string-name>
          , J. Decorte (Eds.),
          <source>Proceedings of the 3rd Workshop on Recommender Systems for Human Resources (RecSys in HR</source>
          <year>2023</year>
          )
          <article-title>co-located with the 17th ACM Conference on Recommender Systems (RecSys</article-title>
          <year>2023</year>
          ), Singapore, Singapore,
          <fpage>18th</fpage>
          -22nd
          <source>September</source>
          <year>2023</year>
          , volume
          <volume>3490</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2023</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3490</volume>
          /RecSysHR2023-paper_10.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F.</given-names>
            <surname>Retyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gascó</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. P.</given-names>
            <surname>Carrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Deniz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zbib</surname>
          </string-name>
          ,
          <article-title>MELO: an evaluation benchmark for multilingual entity linking of occupations</article-title>
          , in: M.
          <string-name>
            <surname>Kaya</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Bogers</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Graus</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Johnson</surname>
          </string-name>
          , J. Decorte, T. D. Bie (Eds.),
          <source>Proceedings of the 4th Workshop on Recommender Systems for Human Resources</source>
          (
          <article-title>RecSys-in-HR 2024) co-located with the 18th ACM Conference on Recommender Systems (RecSys</article-title>
          <year>2024</year>
          ), Bari, Italy,
          <fpage>14th</fpage>
          -18th
          <source>October</source>
          <year>2024</year>
          , volume
          <volume>3788</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2024</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3788</volume>
          /RecSysHR2024-paper_2.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>H.</given-names>
            <surname>Fabregat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Poves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. L.</given-names>
            <surname>Alvarez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Retyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>García-Sardiña</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zbib</surname>
          </string-name>
          ,
          <article-title>Inductive graph neural network for job-skill framework analysis</article-title>
          ,
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>73</volume>
          (
          <year>2024</year>
          )
          <fpage>83</fpage>
          -
          <lpage>94</lpage>
          . URL: http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6602.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>L.</given-names>
            <surname>Gasco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fabregat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>García-Sardiña</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Deniz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rodrigo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Estrella</surname>
          </string-name>
          , R. Zbib, TalentCLEF at CLEF2025:
          <article-title>Skill and Job Title Intelligence for Human Capital Management</article-title>
          ,
          <source>in: European Conference on Information Retrieval</source>
          , Springer,
          <year>2025</year>
          , pp.
          <fpage>479</fpage>
          -
          <lpage>486</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Deniz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Retyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>García-Sardiña</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fabregat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gascó</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zbib</surname>
          </string-name>
          ,
          <article-title>Combined unsupervised and contrastive learning for multilingual job recommendation</article-title>
          , in: M.
          <string-name>
            <surname>Kaya</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Bogers</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Graus</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Johnson</surname>
          </string-name>
          , J. Decorte, T. D. Bie (Eds.),
          <source>Proceedings of the 4th Workshop on Recommender Systems for Human Resources</source>
          (
          <article-title>RecSys-in-HR 2024) co-located with the 18th ACM Conference on Recommender Systems (RecSys</article-title>
          <year>2024</year>
          ), Bari, Italy,
          <fpage>14th</fpage>
          -18th
          <source>October</source>
          <year>2024</year>
          , volume
          <volume>3788</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2024</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3788</volume>
          /RecSysHR2024-paper_3.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>R.</given-names>
            <surname>Zbib</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. L.</given-names>
            <surname>Alvarez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Retyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Poves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Aizpuru</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fabregat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Simkus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. G.</given-names>
            <surname>Casademont</surname>
          </string-name>
          ,
          <article-title>Learning job titles similarity from noisy skill labels</article-title>
          ,
          <source>CoRR abs/2207</source>
          .00494 (
          <year>2022</year>
          ). URL: https: //doi.org/10.48550/arXiv.2207.00494. doi:
          <volume>10</volume>
          .48550/ARXIV.2207.00494. arXiv:
          <volume>2207</volume>
          .
          <fpage>00494</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>