<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Disambiguation for Linking Domain-Specific Resources</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lucía Palacios</string-name>
          <email>lucia.palacios@upm.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Word Sense Disambiguation, Terminologies, Sense Inventories, Entity Linking, Entity Matching</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Doctoral Symposium on Natural Language Processing</institution>
          ,
          <addr-line>26</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Ontology Engineering Group (OEG), Universidad Politécnica de Madrid (UPM)</institution>
          ,
          <addr-line>Madrid</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>1938</year>
      </pub-date>
      <abstract>
        <p>Word Sense Disambiguation (WSD) is a traditional task in Natural Language Processing (NLP), which involves determining the meaning of words based on their context and diferentiating between multiple possible senses. Current approaches, reliant on general-purpose lexical resources like WordNet and Wikidata, often present limitations for domain-specific tasks. This research focuses on addressing the challenge of lexical ambiguity in specialized terminologies in Spanish, aiming to enhance the interconnection and interoperability of those resources. The proposed approach is based on accurately tagging terms with specific senses using automatically integrated sense inventories and hybrid WSD algorithms enabling the use of Entity Linking (EL) and Entity Matching (EM) techniques to facilitate the transformation of disambiguated terminologies into Linked Data formats. Ultimately, this work aims to contribute to the advancement of domain-specific applications, improving semantic analysis and knowledge extraction in specialized fields.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction and Motivation</title>
      <p>High-quality language resources are essential for achieving optimal results in the development
of any Natural Language Processing (NLP) system. General language resources are applicable
across multiple contexts, while specialized language resources focus on terminologies pertinent
to a specific domain.</p>
      <p>
        Terminologies are collections of words that encompass the relevant vocabulary and concepts
within a specific field or subfield. The meaning of each term depends on the domain of the
terminology to which it belongs, i.e. it cannot be understood in isolation. In this context, we
define a domain as a subdivision of general world knowledge, that can be further divided into
more specific subdomains [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        This research focuses on terminological resources published in Semantic Web formats,
following the Linked Data principles and contributing to the population of the Linguistic Linked Open
Data (LLOD)[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. This paradigm not only establishes connections amongst terms in the resource
but fosters their interoperability, reusability, and machine-readability. For terminologies to be
efectively linked, it is crucial to accurately tag each term with the specific sense it denotes.
This can be accomplished using Word Sense Disambiguation (WSD) techniques.
CEUR
Workshop
Proceedings
      </p>
      <p>© 2024 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>
        WSD is the process of mapping a word within a specific context to its most appropriate sense
from a predefined lexical database, known as a sense inventory [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This task is a fundamental
challenge in NLP due to its critical role in numerous applications, including Sentiment Analysis
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and Machine Translation [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] among others.
      </p>
      <p>
        Thanks to recent advances in Deep Learning (DL), several proposals have achieved remarkable
success in determining the senses of words in open-domain contexts [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ], using general-purpose
lexical resources such as WordNet1 or Wikidata.2 These computational lexicons are used as
sense inventories, which are databases that collect all possible senses of words comprising one
or more languages. They are designed for general language use but lack the specific data needed
to develop disambiguation systems tailored to terminologies and nuanced domain-specific
meanings [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        Current research directions for domain-specific WSD systems are based on domain label
inventories [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and algorithms that use existing large lexical bases to apply them to sets of
specialized literature [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. A domain inventory can be defined as a collection of domain labels.
The issue with these inventories is that they encompass only broad generic domains since
they are used to label the contents of the general lexical databases. For example, in WordNet
Domains,3 which is a widely used resource for sense inventories, the domain “law” receives
only the subdomain “state”, excluding many others such as “labor law” or “commercial law”.
      </p>
      <p>Therefore, the investigation aims to develop a system capable of resolving the lexical
ambiguity of domain-specific terminologies through the automatic generation of domain-specific sense
inventories with adjustable granularity levels by integrating specialized sources. This system
aims to assign the most suitable sense from these inventories to each target term. Moreover, this
research will focus on developing a module for the system using methods like Entity Linking
(EL) or Entity Matching (EM) to interconnect the disambiguated terminological resources in
Linked Data formats.</p>
    </sec>
    <sec id="sec-3">
      <title>2. State of the Art</title>
      <p>
        In this section, related work for the WSD task addressing domain-specific lexical ambiguity is
ifrst overviewed, followed by a review of relevant work on EL and EM systems developed for
connecting semantically associated resources. Both WSD and EL/EM tasks focus on resolving
lexical ambiguity in language. However, they difer in their approach and purpose: EL connects
textual mentions with their corresponding entities appearing in a knowledge base, which may
or may not contain the exact mention (e.g., linking “Barack” with “Barack Obama”) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. EM
consists of aligning entries from diferent structured datasets that refer to the same entity,
despite having diferent representations [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Finally, WSD assigns the correct meaning to
a word within the context, which requires an exact match with predefined meanings (e.g.,
determining whether “bank” refers to a financial institution or a river bank) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <sec id="sec-3-1">
        <title>1https://wordnet.princeton.edu/ 2https://www.wikidata.org/ 3https://wndomains.fbk.eu/</title>
        <sec id="sec-3-1-1">
          <title>2.1. Word Sense Disambiguation</title>
          <p>
            WSD tasks are crucial in advancing NLP techniques due to the pervasive nature of lexical
ambiguity in language. As a long-standing challenge, WSD has been approached from various
perspectives. Three primary methodologies have been developed to create WSD systems.
First, Knowledge-based WSD algorithms navigate through the structure of computational
lexicons to leverage the encoded semantic information, making them independent of training
corpora. Notable examples include SREF [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ] and the so-called Semantic Specialization for WSD
[
            <xref ref-type="bibr" rid="ref13">13</xref>
            ]. Another approach is the Neural Network-based WSD. These algorithms treat WSD as a
classification task. The state-of-the-art neural systems use pre-trained language models that
are fine-tuned with corpora annotated in a term-context-sense format. Typically, the training
corpora are manually or automatically [
            <xref ref-type="bibr" rid="ref14">14</xref>
            ] annotated with senses defined in a computational
lexicon. Lastly, the Hybrid WSD approach is based on the integration of language models with
knowledge graphs and it is considered the most efective approach [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ].
          </p>
          <p>
            The above-mentioned approaches make use of large sense inventories. The most widely used
are Wordnet, BabelNet4, and Wikidata. As mentioned in the previous section, they present
significant limitations for domain-specific WSD, especially granularity limitations. That is
narrow coverage in specific contexts, inconsistent updating of content, redundancy, limited
ability to customize resources for particular tasks or needs, and noise due to the integration of
too diverse and too large databases [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ].
          </p>
          <p>Early eforts to tackle the problem of large sense inventories focused on grouping all senses
associated with words sharing the same lemma [15]. In contrast, WordNet employs higher-level
categories called SuperSenses, which organize synsets based on their grammatical and broad
semantic types. However, many synsets are tagged as “ALL”, indicating a domain-general
classification. Some related work is the WordNet Domains 5 project, which is a semi-supervised
annotated domain inventory that labels WordNet synsets with 165 hierarchically organized
domains. However, a significant number of synsets are labeled as “FACTOTUM”, expressing
that they do not belong to a specific domain.</p>
          <p>
            Building on this approach, BabelDomains6 is a proposal for labeling BabelNet synsets using
42 domain types extracted from Wikipedia’s predefined categories. The main limitation of
BabelDomains is its exclusive focus on nouns and that it is not open source. The best results
have been achieved with the Coarse Sense Inventory (CSI) [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ], as shown by its outcome of almost
86 points F1 with a supervised WSD system. This inventory aims to reduce the granularity of
WordNet. It is manually annotated with 45 domain labels and demonstrates very high
interannotator agreement. However, the domain information to be tagged from WordNet is too
general to deal with very specialized terminologies and it is exclusively available in English.
          </p>
          <p>The methods presented address granularity issues to varying degrees, but none facilitate
domain-specific disambiguation tasks. Therefore, this work aims to explore automatic resource
generation techniques for domain-specific and Spanish WSD tasks. Domain information can be
extracted from various sources that have not traditionally been used for WSD. For example,</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>4https://babelnet.org/ 5https://wndomains.fbk.eu/ 6http://lcl.uniroma1.it/babeldomains/</title>
        <p>
          Bevilacqua et al. [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] proposed using Wiktionary. Other promising options include using IATE7
domain labels as suggested by Sainz et al. [16], or dictionaries curated and frequently updated by
language academies, such as the Diccionario Panhispánico de Español Jurídico8. By integrating
sources relevant to the specific domain instead of extracting domain knowledge from a general
database, a framework for domain-specific hybrid WSD can be developed with high precision
and without granularity problems.
        </p>
        <sec id="sec-3-2-1">
          <title>2.2. Entity Linking and Matching</title>
          <p>After employing WSD algorithms to tag each term with its specific sense, the next objective
is to establish connections between terms that are semantically related. The ultimate goal of
this research work is to develop a system that enables terminological resources to be integrated
into an intelligent and interconnected system (Semantic Web), where data is not only
humanreadable but also machine-interpretable. To connect the specialized terminologies, this work
will leverage EL (if the resources are in an unstructured format) or EM (if the resources are in a
structured format) techniques.</p>
          <p>EL involves connecting entities from textual sources to their corresponding entries in a
knowledge base or database. Early systems were based on rules [17] and machine-learning
[18] approaches. State-of-the-art systems are based on embedding generation [19], feature
extraction [20], or pre-trained language models [21]. As for EL systems for highly specialized
terminologies, Zhang et al. [22] presents a notable example in the biomedical domain, among
many other proposals for various domains.</p>
          <p>EM allows finding which entries across two knowledge bases refer to the same entity.
Traditional methods are based on similarity calculations concerning entity features, and later these
techniques were combined with ontological rules [23]. With the advent of DL, the focus shifted
towards Representation Learning (RL) methods that allow models to learn a low-dimensional
vector representation of entities (i.e. Knowledge Graph Embeddings), like the TransE model [24].
Those that occupy the state of the art incorporate additional information such as knowledge
graph structure information or external resources [25].</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3. Open Research Problem, Hypothesis and Research Questions</title>
      <p>The Open Research Problem (ORP) addressed by this paper can be formulated as follows: There
is a lack of adequate sense inventories to disambiguate the entities of terminological resources. As
a result, it is very complex and costly to generate interconnected linguistic resources belonging to
specific domains .</p>
      <p>Therefore, the subsequent Research Hypothesis (RH) is proposed: The automatic generation of
domain-specific sense inventories by integrating various sources would allow the development of
a system that encompasses WSD and EL/EM techniques to transform specialized terms into the
Linked Data format. Based on the identified ORP and the RH, the following Research Questions
(RQS) are proposed:
7https://iate.europa.eu/
8https://dpej.rae.es/
− RQ1: What techniques and methodologies are applicable for automating the creation of
domain-specific sense inventories?
− RQ2: How can these inventories be evaluated considering granularity levels and senses
not included in the inventory?
− RQ3: What strategies are efective in developing a system that employs sense inventories
to disambiguate and interlink terminological resources in semantic web formats?
− RQ4: What methods can be employed to establish a robust evaluation framework that
ensures specialized terminologies are accurately linked to semantically related resources?</p>
    </sec>
    <sec id="sec-5">
      <title>4. Objective and Sub-Objectives</title>
      <p>Based on the RQs presented before, this work has two objectives: (RO1) develop a system to
resolve the lexical ambiguity of domain-specific terminologies and (RO2) create a module to
interconnect disambiguated and semantically related terms to ensure their Linked Data format
employing EL or EM techniques.</p>
      <p>To achieve this objective, the following sub-objectives (SOs) are proposed:
• SO1. Identification and/or construction of corpora and sense inventories. Automatic and
rigorous generation of domain-specific resources for each domain, addressing challenging
aspects such as levels of granularity and uncommon or newly emerged senses.
• SO2. Development and evaluation of lexical disambiguation algorithms. Framework
design and implementation, selecting the best-suited method for the task, such as embedding
approaches, language models, etc.
• SO3. Implementation of EL and EM techniques for the integration and reuse of
domainspecific terminologies in semantic applications.
• SO4. Evaluation and Validation. Design and execute comprehensive tests to assess the
system’s accuracy, eficiency, and scalability. Finally, validate the results with domain
experts and make necessary adjustments to improve the system quality.</p>
    </sec>
    <sec id="sec-6">
      <title>5. Research Methodology</title>
      <p>To address the research objectives (ROs) presented, a methodology combining theoretical
research with NLP systems development is proposed. This methodology is structured into three
distinct phases (Ps), as illustrated in Figure 1. Each Phase encompasses two Sub-Phases, detailed
as follows:
• P1. Review and collection of existing work. Comprehensive literature review on
lexical disambiguation in domain-specific terminologies, EL and EM techniques, and
evaluation methods. This review serves as a theoretical basis to justify the design and
implementation of the proposed systems. After the review, this work will focus on the
following sub-stages:
– P1.1: Identification and collection of existing resources. Selecting those that produce
the best results for specialized terminologies.
– P1.2: Evaluation of existing frameworks. State-of-the-art WSD and EL/EM systems
will be evaluated to identify those that produce the best results for specialized
terminologies.
• P2. Generation of new resources and frameworks. Election of the most efective
algorithm thanks to a series of experiments that will be conducted to determine the
optimal methods for addressing the specific tasks chosen in this research. After selecting
the most appropriate frameworks:
– Automatic generation of domain-specific resources. Identification and processing
of specialized and relevant sources for their integration into domain-specific sense
inventories and corpora.
– Development of the system framework. Design, training, and tuning the system
that will address the tasks of this work.
• P3. Evaluation and Validation. Various tests will be conducted to verify the
efectiveness of the entire system.</p>
      <p>– P3.1 Automatic evaluation. Initial tests in terms of accuracy, eficiency, and scalability
using metrics such as F1 score, recall, and others.
– P3.2 Domain experts validation. Second evaluation to ratify the results obtained
with domain experts.</p>
      <p>P1: Review and collection
of existing work</p>
      <p>P1.1
Collection of
resources</p>
      <p>P1.2
Evaluation of existing
frameworks
reused
in</p>
      <p>P2: Generation of new
resources and frameworks</p>
      <p>P2.1
Automatic generation
of new resources
used</p>
      <p>in</p>
      <p>P2.2
Development of new
framework
eval.</p>
      <p>by
improves</p>
      <p>P3: Evaluation
and validation</p>
      <p>P3.1
Automatic Evaluation</p>
      <p>P3.2
Domain experts
validation</p>
    </sec>
    <sec id="sec-7">
      <title>6. Conclusions and Specific Research Elements Proposed for</title>
    </sec>
    <sec id="sec-8">
      <title>Further Discussion</title>
      <p>The goal of this work is to investigate how to develop a system that can solve WSD and
EL/EM tasks for specialized terminologies to create interconnected, machine-readable data. The
research is currently in its initial stage, which involves an in-depth study of the related work.
The purpose of this phase is to identify the challenges, methodologies, and technological gaps
in current WSD and EL/EM systems for domain-specific terminologies. Through this ongoing
literature review, preliminary future research directions have been established to evaluate the
current systems and resources that are potentially suitable for the tasks at hand. Specifically,
the key elements proposed for further discussion and research include:
• Automatic enrichment and improvement of sense inventories: Develop methods
that allow continuously updating and expanding the domain-specific sense inventories,
ensuring they remain manageable and comprehensive.
• Cross-Domain System Development: Design a versatile system that can adapt to
multiple domains beyond the initially targeted ones. Methodologies that allow the system
to handle diverse domain-specific terminologies efectively will be researched.
• Integration of NLP models: Investigation on how various NLP models can be combined
with the enriched sense inventories and corpora.</p>
      <p>It is expected that the successful development of this system would facilitate the integration
and reuse of domain-specific knowledge in various applications, contributing to advancements
in fields such as healthcare, legal, and scientific research.</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgments</title>
      <p>This work has been funded by INESData (Infraestructura para la INvestigación de ESpacios de
DAtos distribuidos en UPM) project, from Ministerio para la Transformación Digital y de la
Función Pública (PRTR, UNICO I+D CLOUD, EU NextGeneration). Also, I would like to thank
my supervisors, Elena Montiel Ponsoda and Patricia Martín Chozas.
5905–5911. URL: https://aclanthology.org/2020.lrec-1.723.
[15] M. Palmer, H. T. Dang, C. Fellbaum, Making fine-grained and coarse-grained sense
distinctions, both manually and automatically, Natural Language Engineering 13 (2006)
137 – 163. URL: https://api.semanticscholar.org/CorpusID:18376438.
[16] O. Sainz, O. L. de Lacalle, E. Agirre, G. Rigau, What do language models know about
word senses? zero-shot WSD with language models and domain inventories, in: G. Rigau,
F. Bond, A. Rademaker (Eds.), Proceedings of the 12th Global Wordnet Conference, 2023,
pp. 331–342. URL: https://aclanthology.org/2023.gwc-1.40.
[17] A. R. Aronson, Efective mapping of biomedical text to the umls metathesaurus: the
metamap program, Proceedings. AMIA Symposium (2001) 17–21. URL: https://api.
semanticscholar.org/CorpusID:14187105.
[18] W. Zhang, C. L. Tan, Y. C. Sim, J. Su, Nus-i2r: Learning a combined system for entity
linking, Theory and Applications of Categories (2010). URL: https://api.semanticscholar.
org/CorpusID:18583658.
[19] J. G. Moreno, R. Besançon, R. Beaumont, E. D’hondt, A.-L. Ligozat, S. Rosset, X. Tannier,
B. Grau, Combining word and entity embeddings for entity linking, in: The Semantic
Web: 14th International Conference, ESWC 2017, Portorož, Slovenia, May 28 – June 1,
2017, Proceedings, Part I, Springer-Verlag, Berlin, Heidelberg, 2017, p. 337–352. URL:
https://doi.org/10.1007/978-3-319-58068-5_21. doi:10.1007/978- 3- 319- 58068- 5_21.
[20] O. Adjali, R. Besançon, O. Ferret, H. L. Borgne, B. Grau, Multimodal entity linking for tweets,
Advances in Information Retrieval 12035 (2020) 463 – 478. URL: https://api.semanticscholar.
org/CorpusID:215746363.
[21] N. Heist, H. Paulheim, Nastylinker: Nil-aware scalable transformer-based entity linker, in:
The Semantic Web: 20th International Conference, ESWC 2023, Hersonissos, Crete, Greece,
May 28–June 1, 2023, Proceedings, Springer-Verlag, Berlin, Heidelberg, 2023, p. 174–191.
URL: https://doi.org/10.1007/978-3-031-33455-9_11. doi:10.1007/978- 3- 031- 33455- 9_
11.
[22] S. Zhang, H. Cheng, S. Vashishth, C. Wong, J. Xiao, X. Liu, T. Naumann, J. Gao, H. Poon,
Knowledge-rich self-supervision for biomedical entity linking, in: Findings of the
Association for Computational Linguistics: EMNLP 2022, Association for Computational
Linguistics, 2022, pp. 868–880. URL: https://aclanthology.org/2022.findings-emnlp.61.
doi:10.18653/v1/2022.findings- emnlp.61.
[23] W. Hu, J. Chen, Y. Qu, A self-training approach for resolving object coreference on the
semantic web, in: Proceedings of the 20th International Conference on World Wide Web,
WWW ’11, Association for Computing Machinery, New York, NY, USA, 2011, p. 87–96.</p>
      <p>URL: https://doi.org/10.1145/1963405.1963421. doi:10.1145/1963405.1963421.
[24] A. Bordes, N. Usunier, A. Garcia-Duran, J. Weston, O. Yakhnenko, Translating embeddings
for modeling multi-relational data, in: Advances in Neural Information Processing
Systems, volume 26, 2013. URL: https://proceedings.neurips.cc/paper_files/paper/2013/file/
1cecc7a77928ca8133fa24680a88d2f9-Paper.pdf.
[25] B. Zhu, T. Bao, R. Han, H. Cui, J. Han, L. Liu, T. Peng, An efective knowledge graph entity
alignment model based on multiple information, Neural Netw. 162 (2023) 83–98. URL:
https://doi.org/10.1016/j.neunet.2023.02.029. doi:10.1016/j.neunet.2023.02.029.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Hjørland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Albrechtsen</surname>
          </string-name>
          ,
          <article-title>Toward a new horizon in information science</article-title>
          ,
          <source>Journal of the Association for Information Science and Technology</source>
          (
          <year>1995</year>
          ). URL: https: //api.semanticscholar.org/CorpusID:215898905.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P.</given-names>
            <surname>Cimiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Chiarcos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gracia</surname>
          </string-name>
          , Linguistic Linked Open Data Cloud, Springer International Publishing, Cham,
          <year>2020</year>
          , pp.
          <fpage>29</fpage>
          -
          <lpage>41</lpage>
          . URL: https://doi.org/10.1007/ 978-3-
          <fpage>030</fpage>
          -30225-
          <issue>2</issue>
          _3. doi:
          <volume>10</volume>
          .1007/978- 3-
          <fpage>030</fpage>
          - 30225-
          <issue>2</issue>
          _
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bevilacqua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Pasini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Raganato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <article-title>Recent trends in word sense disambiguation: A survey</article-title>
          ,
          <source>in: International Joint Conference on Artificial Intelligence</source>
          ,
          <year>2021</year>
          . URL: https://api.semanticscholar.org/CorpusID:237100274.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          , E. Cambria,
          <article-title>Neuro-symbolic sentiment analysis with dynamic word sense disambiguation</article-title>
          ,
          <source>in: The 2023 Conference on Empirical Methods in Natural Language Processing</source>
          ,
          <year>2023</year>
          . URL: https://openreview.net/forum?id=
          <fpage>SQodZvCM5g</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>V.</given-names>
            <surname>Iyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Barba</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Birch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <article-title>Code-switching with word senses for pretraining in neural machine translation</article-title>
          , in: H.
          <string-name>
            <surname>Bouamor</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Pino</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          Bali (Eds.),
          <source>Findings of the Association for Computational Linguistics: EMNLP</source>
          <year>2023</year>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Singapore,
          <year>2023</year>
          , pp.
          <fpage>12889</fpage>
          -
          <lpage>12901</lpage>
          . URL: https://aclanthology.org/
          <year>2023</year>
          . findings-emnlp.
          <volume>859</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2023</year>
          .findings- emnlp.859.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>E.</given-names>
            <surname>Barba</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Pasini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <article-title>ESC: Redesigning WSD with extractive sense comprehension, in: Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          , Association for Computational Linguistics,
          <year>2021</year>
          , pp.
          <fpage>4661</fpage>
          -
          <lpage>4672</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          .naacl-main.
          <volume>371</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2021</year>
          .naacl- main.371.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Guo</surname>
          </string-name>
          , C. Liu,
          <article-title>Quantum interference model for semantic biases of glosses in word sense disambiguation</article-title>
          ,
          <source>Proceedings of the AAAI Conference on Artificial Intelligence</source>
          <volume>38</volume>
          (
          <year>2024</year>
          )
          <fpage>19551</fpage>
          -
          <lpage>19559</lpage>
          . URL: https://ojs.aaai.org/index.php/AAAI/article/view/ 29927. doi:
          <volume>10</volume>
          .1609/aaai.v38i17.
          <fpage>29927</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>C.</given-names>
            <surname>Lacerra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bevilacqua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Pasini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <article-title>Csi: A coarse sense inventory for 85% word sense disambiguation</article-title>
          ,
          <source>Proceedings of the AAAI Conference on Artificial Intelligence</source>
          <volume>34</volume>
          (
          <year>2020</year>
          )
          <fpage>8123</fpage>
          -
          <lpage>8130</lpage>
          . URL: https://ojs.aaai.org/index.php/AAAI/article/view/6324. doi:
          <volume>10</volume>
          . 1609/aaai.v34i05.
          <fpage>6324</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D.</given-names>
            <surname>Chopard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Corcoran</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Spasic</surname>
          </string-name>
          ,
          <article-title>Word sense disambiguation of acronyms in clinical narratives</article-title>
          ,
          <source>Frontiers in Digital Health</source>
          <volume>6</volume>
          (
          <year>2024</year>
          ). URL: https://api.semanticscholar.org/ CorpusID:268178900.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Moro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Raganato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <article-title>Entity Linking meets Word Sense Disambiguation: a Unified Approach, Transactions of the Association for Computational Linguistics 2 (</article-title>
          <year>2014</year>
          )
          <fpage>231</fpage>
          -
          <lpage>244</lpage>
          . URL: https://doi.org/10.1162/tacl_a_00179. doi:
          <volume>10</volume>
          .1162/tacl_a_
          <fpage>00179</fpage>
          . arXiv:https://direct.mit.edu/tacl/articlepdf/doi/10.1162/tacl_a_
          <volume>00179</volume>
          /1566870/tacl_a_00179.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Suhara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Hirota</surname>
          </string-name>
          , W.-C. Tan,
          <article-title>Deep entity matching: Challenges and opportunities</article-title>
          ,
          <source>J. Data and Information Quality</source>
          <volume>13</volume>
          (
          <year>2021</year>
          ). URL: https://doi.org/10.1145/ 3431816. doi:
          <volume>10</volume>
          .1145/3431816.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>A synset relation-enhanced framework with a try-again mechanism for word sense disambiguation</article-title>
          , in: B.
          <string-name>
            <surname>Webber</surname>
            , T. Cohn,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
          </string-name>
          , Y. Liu (Eds.),
          <source>Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>6229</fpage>
          -
          <lpage>6240</lpage>
          . URL: https:// aclanthology.org/
          <year>2020</year>
          .emnlp-main.
          <volume>504</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .emnlp- main.504.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mizuki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Okazaki</surname>
          </string-name>
          ,
          <article-title>Semantic specialization for knowledge-based word sense disambiguation</article-title>
          , in: A.
          <string-name>
            <surname>Vlachos</surname>
          </string-name>
          , I. Augenstein (Eds.),
          <source>Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics</source>
          , Association for Computational Linguistics, Dubrovnik, Croatia,
          <year>2023</year>
          , pp.
          <fpage>3457</fpage>
          -
          <lpage>3470</lpage>
          . URL: https://aclanthology.org/
          <year>2023</year>
          .eacl-main.
          <volume>251</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2023</year>
          .eacl- main.251.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>B.</given-names>
            <surname>Scarlini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Pasini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <article-title>Sense-annotated corpora for word sense disambiguation in multiple languages and domains</article-title>
          , in: N.
          <string-name>
            <surname>Calzolari</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Béchet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Blache</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Choukri</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Cieri</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Declerck</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Goggi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Isahara</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Maegaard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mariani</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Mazo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Odijk</surname>
          </string-name>
          , S. Piperidis (Eds.),
          <source>Proceedings of the Twelfth Language Resources and Evaluation Conference</source>
          , European Language Resources Association, Marseille, France,
          <year>2020</year>
          , pp.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>