<!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>Developments in Deep Learning-based Author</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Francesca Cappelli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giovanni Colavizza</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Silvio Peroni</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Classical Philology and Italian Studies, University of Bologna</institution>
          ,
          <addr-line>Bologna</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Communication, University of Copenhagen</institution>
          ,
          <addr-line>Copenhagen</addr-line>
          ,
          <country country="DK">Denmark</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Digital Humanities Advanced Research Center (DHARC), University of Bologna</institution>
          ,
          <addr-line>Bologna</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Research Centre for Open Scholarly Metadata, University of Bologna</institution>
          ,
          <addr-line>Bologna</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Author Name Disambiguation (AND) is a critical task for digital libraries aiming to link existing authors with their respective publications. Due to the lack of persistent identifiers used by researchers and the presence of intrinsic linguistic challenges, such as homonymy, the development of Deep Learning algorithms to address this issue has become widespread. Many AND deep learning methods have been developed, and surveys exist comparing the approaches in terms of techniques, complexity, performance. However, none explicitly addresses AND methods in the context of deep learning in the latest years (i.e. timeframe 2016-2024). In this paper, we provide a systematic review of state-of-the-art AND techniques based on deep learning, highlighting recent improvements, challenges, and open issues in the field. We find that DL methods have significantly impacted AND by enabling the integration of structured and unstructured data, and hybrid approaches effectively balance supervised and unsupervised learning.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Author name disambiguation</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Deep learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Author Name Disambiguation (AND) is a critical task for digital libraries where correctly associating
publications with their respective authors is fundamental. This issue occurs when a set of publications
contains ambiguous author names, e.g. when an author appears with different names (synonyms) in
various papers or when several authors share the same name (homonyms) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. However, AND presents
significant challenges, primarily due to the high number of authors sharing the same names and the
presence of typographical errors in bibliographic metadata. Indeed, the implications of name ambiguity are
extensive, impacting the reliability of, for instance, bibliometric analyses and the precision of
citation-based metrics [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Reliable AND enables the creation of robust links between authors and their works, ensuring that
research information about the authors is correctly attributed and enhancing the discoverability of
academic output. Although identifiers such as ORCID could theoretically solve this problem, their
limited adoption among researchers and the lack of their systematic use also in significant collections of
bibliographic metadata (e.g. in OpenCitations [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) often obliges to rely on analysing bibliographic
metadata to disambiguate author entities [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. These metadata can include the list of authors, their
affiliations, the publication venue, and publication date/year, that are used in the context of approaches that
leverage information coming from different bibliographic metadata repositories.
      </p>
      <p>
        AND can be distinguished between two sub-problems[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]: author assignment (AA) and author
grouping (AG). The AA task links new publications to known author profiles, while the AG task
clusters publications that belong to the same author. These sub-problems highlight the dual nature
of AND, where the main challenge lies in managing both existing authors (usually identified with
supervised techniques) and new, previously unregistered authors (usually detected with unsupervised
techniques). Name ambiguity is particularly evident in specific contexts, such as among authors with
common surnames or working in regions where writing systems exploit different linguistic strategies (e.g.
Chinese characters). The impact of these factors on machine learning approaches to AND has been widely
demonstrated with emphases on the need for methods tailored to specific linguistic and cultural contexts [5].
      </p>
      <p>
        In the past, existing published reviews on AND provided taxonomies and valuable insights into
traditional methods or graph-based approaches. For instance, Ferreira et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] propose a taxonomy for
characterising the current AND methods described in the literature. The survey categorises automatic
methods based on two main features: the evidence explored in the disambiguation task (web information,
citation relationships, etc.) and the primary exploited approach type (author grouping and assignment
methods). Sanyal et al. [6] focus on AND challenges in PubMed (https://pubmed.ncbi.nlm.nih.gov), the
publication repository of the Life Science community. The survey proposes a taxonomy that
classifies methods based on evidence explored (only co-authorship information or multiple metadata) and
techniques used to generate similarity profiles (supervised, graph-based, and heuristic-based). De Bonis et
al. [7], instead, focus on graph-based approaches for AND. Their work comprehensively reviews popular
graph-based methods, introduces a framework for comparing these approaches, and compiles a list of
Scholarly Knowledge Graph (SKG) benchmarks used in the reviewed studies. They identify a
taxonomy that classifies AND approaches based on three macro features: the learning strategy, the
evidence explored, and the node representation strategy.
      </p>
      <p>However, the above reviews do not focus on deep learning approaches within 2016-2024. The
work introduced in this paper aims to present a literature review to fill this gap by systematically
analysing deep learning methods applied to the AND task within the selected timeframe. It provides a
comprehensive overview of the state-of-the-art methodologies, identifies their limitations, and highlights
emerging trends. In particular, it focuses on how various approaches address metadata diversity across
digital libraries, integrate structured and unstructured information, and improve performance in AA and
AG tasks.</p>
      <p>Within the scope of our systematic literature review, we aim to address the following research
questions:
• How have deep learning approaches impacted AND resolution during recent years?
• What limitations arise from deep learning AND algorithms?</p>
      <p>The rest of this paper is organised as follows. Section 2 provides Background on the Author Name
Disambiguation (AND) task, discussing key challenges, existing approaches, and gaps in the literature.
Section 3 outlines the methodology adopted to search and select relevant literature and to classify the
gathered data. Section 4 presents the results of our analysis where all the identified AND approaches have
been categorised according to the particular deep learning technique adopted (supervised, unsupervised, and
hybrid). Finally, Section 5 discusses key findings, focusing on dataset limitations and the impact of
imbalanced data on AND models, and Section 6 concludes the paper and suggests future research
directions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Background</title>
      <p>The AND task is inherently challenging due to various factors, including name variations (e.g.
abbreviations, translations, pseudonyms), transcription errors, and incomplete or incorrect metadata. For
instance, the complexity of name polysemy highlights how personal names and organisations can appear in
multiple forms—shortened, initialized, or abbreviated—leading to increased ambiguity [8]. In this
context, we refer to name synonymity when we have two different structural representations of names
indicating the same person (i.e. J.F. Kennedy and John Fitzgerald Kennedy) and to homonymous names
when we have two identical names representing two different real people [9]. Similarly, differences in
language and scripts may result in diverse representations of the same name (e.g., 毛 rendered as Mao
Zedong or Mao Tse-tung), complicating automated retrieval and disambiguation processes [10].</p>
      <p>Another prominent issue is the scarcity of high-quality data. Errors in metadata, missing names, or
pseudonyms create significant obstacles to constructing accurate predictive models, particularly for
deep learning (DL) based approaches, which require large amounts of high-quality labelled data. While DL
methods have shown potential in overcoming limitations of traditional or machine learning (ML) based
approaches, thanks to their ability to integrate structured (e.g. author profiles) and unstructured (e.g.
publication metadata) data and to model complex relationships, challenges remain. These include
handling metadata heterogeneity across platforms and addressing imbalanced datasets, which often
hinder the generalisability of algorithms.</p>
      <p>Moreover, the lack of standard and reliable annotated datasets and shared resources for systematic
evaluation limits the ability to compare methodologies and develop consolidated benchmarks directly.
One of the key challenges in AND research is establishing benchmarks to evaluate and compare
performance with state-of-the-art methods. These datasets use unique author identifiers to link authors with
their publications independently of metadata-provided names. By offering both the ground truth for the
AND task (e.g. identifiers and associated names) and contextual information (e.g. co-authors), these
datasets enable the development and evaluation of advanced disambiguation methods.</p>
      <p>Despite the availability of labelled datasets for training supervised or semi-supervised methods,
existing datasets have notable limitations. Many are manually created, which is time-intensive and
prone to quality issues. Additionally, most datasets are small in scale or domain-specific (e.g.
SCADzbMATH for mathematics), failing to capture the complexity of name ambiguities in large, real-world
databases (Zhang, Li &amp; Lu, Wei &amp; Yang, Jinqing. (2021). Biases in datasets, such as overrepresentation of
certain ethnicities or insufficient handling of name variations, further limit their applicability (Sanyal,
D. K., Bhowmick, P. K., &amp; Das, P. P. (2021). These challenges underscore the need for robust datasets
and methods to improve AND systems.</p>
      <p>The methods analysed and revised in this survey take advantage of different benchmarks in the
literature. Most of them rely on datasets derived from AMiner (https://www.AMiner.org), a free online
service used to index, search, and mine big scientific data designated to identify connections between
researchers, conferences, and publications. These benchmarks include:
• AMiner-WhoIsWho: the largest manually labeled AND benchmark [11]. It features over
1,000,000 articles across three dataset versions, offering high-quality labels and extensive metadata. This
dataset provides a robust foundation for evaluating state-of-the-art AND algorithms at scale.
• AMiner-534K [12]: a knowledge graph extracted from an AMiner benchmark. Structural triples of
the knowledge graph are split into training, testing, and validation for applying representation
learning methods.</p>
      <p>Other datasets used for testing methodologies to address the AND task are:
• CiteSeerX (https://citeseerx.ist.psu.edu), a digital library and search engine for scientific literature,
primarily in computer and information sciences. It provides metadata for publications, including
author names, abstracts, and citations, making it a valuable resource for developing and testing
AND algorithms.
• DBLP (https://dblp.org), a computer science bibliography that offers detailed metadata for millions of
publications, including author names, titles, venues, and co-authorship networks. Its structured format
and wide domain coverage make it a popular dataset for AND research, particularly for exploring
co-author relationships.
• PubMed (https://pubmed.ncbi.nlm.nih.gov) is a comprehensive database for life sciences and
biomedical literature. It provides metadata such as author names, titles, abstracts, and affiliations. Its
focus on biomedical research allows AND studies to address domain-specific challenges,
including highly similar author names and complex collaboration networks.
• Scopus (https://elsevier.com/products/scopus) is an indexing and abstract database resource with
fulltext links produced by Elsevier Co [13].</p>
      <p>A significant challenge in AND lies in the problems of over-merging and over-splitting.
Oversplitting means that the same authors’ papers are incorrectly assigned into two or more clusters.
Over-merging denotes that different authors’ papers are assigned into one cluster. Existing AND
methods used clustering or classification but ignored these two factors. As a result, over-splitting and
over-merging problems will severely restrict the performance of a downstream algorithm tasks [14].
Existing approaches for these tasks substantially rely on complex clustering-like architectures, and they
usually assume the number of clusters is known beforehand or predict the number by applying another
model, which involves increasingly complex and time-consuming architectures [15].</p>
      <p>In summary, AND remains a dynamic and evolving area of research where integrating ML and DL
approaches represents a significant step toward improving performance. Nevertheless, substantial
challenges persist, including the need to handle heterogeneous data and address uncertainties related to
the representation of real-world authors. These challenges highlight the importance of innovative and
collaborative solutions to enhance the effectiveness of disambiguation techniques.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>The literature review was conducted following a systematic and structured approach to ensure the
inclusion of relevant, high-quality academic studies addressing AND. This process included defining
inclusion and exclusion criteria, employing targeted search strategies, and constructing a comprehensive table
to organize and analyze the selected resources.</p>
      <sec id="sec-3-1">
        <title>3.1. Research Preparation</title>
        <p>To guide the selection of academic works, specific inclusion criteria and exclusion criteria were defined.
Studies were considered eligible for inclusion if they:
• Primarily addressed AND as a core component of their research.
• Were published between 2016 and 2024, ensuring the inclusion of recent advancements in the
field.
• Were published in peer-reviewed journals or conferences and made available in major
bibliographic repositories.</p>
        <p>These criteria ensured the review focused on impactful and high-quality contributions within the
field.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Literature Research Strategies</title>
        <p>The search for relevant studies was conducted in multiple stages using a combination of keyword-based and
citation-based approaches, integrating both data collection and selection processes:
1. Google Scholar keyword search:
• The keywords "author name disambiguation" + "deep learning" were used to retrieve relevant
studies with a time filter from 2016 to 2024.
• We selected only the top 50 results returned by the query.
• After reviewing the abstracts and assessing alignment with the inclusion criteria, 40 studies were
selected for further analysis.
2. First iteration with PURE Suggest:
• The PURE Suggest tool was applied to the 40 selected studies, leveraging citation-based
recommendations.
• Through abstract screening and inclusion criteria evaluation, 11 additional studies were
identified and added to the dataset, increasing the total to 51 studies.
3. Second iteration with PURE Suggest:
• A second iteration of PURE Suggest was performed on the updated set of 51 studies.
• This process resulted in the selection of one additional study, bringing the total number of
collected studies to 52.
4. Full-text assessment and final selection:
• A full-text review was conducted on all 52 studies.</p>
        <p>• After the full-text assessment, a total of 28 studies were included in the final analysis.</p>
        <p>After a final evaluation, 28 studies were selected for in-depth analysis. We chose Google Scholar as
our primary search tool to enhance the reproducibility of our literature review methodology. Unlike
paywalled bibliographic databases, Google Scholar provides free and unrestricted access to researchers around
the world. This choice ensures that our methodology remains accessible and can be replicated by other
scholars, regardless of their institutional affiliations.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Table Construction</title>
        <p>A structured table was created to analyse and compare the selected studies systematically. This table
included the following columns, designed to capture essential details and provide a basis for qualitative
evaluation:
• Title: Title of the resource.
• Abstract: Abstract of the paper resource.
• Year: Year of publishing.
• DOI: The publication year and DOI to ensure traceability.
• Comparability: Filter on resources comparability based on Datasets and Evaluation Metrics
used.
• Type of Approach: Whether the study addressed AND through assignment, grouping, or a
combination of both.
• Learning Strategy: The classification of the methodological approach based on the learning
paradigm adopted (whether supervised, unsupervised or using a mixed approach).
• Dataset Selected: Details about the dataset(s) used in the study.
• DL Structure Summary: A concise summary of the deep learning architecture implemented in
the study.
• Limitations: Identified limitations or challenges discussed in the study.
• Evaluation Metrics: The metrics used to evaluate the performance of the proposed
methodologies, such as accuracy, precision, recall, or F1 score.</p>
        <p>This structured approach allowed for a systematic evaluation of the selected works, facilitating
comparisons and highlighting trends, strengths, and gaps in the methodologies applied to AND. The
search result returned 52 documents, of which 28 were considered relevant after abstract scraping.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results and Analysis</title>
      <p>The literature analysis within the selected timeframe highlights the dominant role of deep learning
methodologies in author name disambiguation tasks. Specifically, the use of neural network-based
models has become prevalent in addressing the challenges of disambiguation in complex academic
networks. To better understand the diverse strategies employed, we categorize the various approaches based
on their learning paradigm: supervised, unsupervised and some methods combining these
approaches in hybrid setups. The rationale for this classification lies in the type of input data available in
each study and whether the dataset contains disambiguated information about author entities and
their publications. Supervised approaches typically rely on labelled datasets where author identities are
explicitly annotated, enabling models to train with clear ground truth. Conversely, unsupervised
methods operate in settings where such labelled data is unavailable, requiring clustering or other
heuristic techniques to infer relationships. Given the difficulty of obtaining large-scale annotated
datasets for training, hybrid systems have emerged as a promising solution. These methods aim to
maximize the benefits of supervision while effectively leveraging available disambiguated data, often
blending supervised learning with unsupervised strategies to enhance performance.</p>
      <p>In Section 4.1, Section 4.2 and Section 4.3 we provide a detailed examination of each category,
discussing the methodologies employed, key contributions, and proposed solutions in the context of
author name disambiguation. In Section 4.4 we compare selected studies based on comparable criteria and
Table 1 summarizes these results.</p>
      <sec id="sec-4-1">
        <title>4.1. Supervised AND Techniques</title>
        <p>Deep learning supervised techniques make use of labelled training data manually created or collected
from annotated databases, usually inputted into a classifier. In this setting, the inputs may for
example include a set of publication features like co-authors, title words, year of publications and venue
information, and the output is usually an author identifier/class.</p>
        <p>Capsule Neural Networks (CapsNets): Firdaus et al. (2021) [16] proposed a CapsNet model for
author classification using bibliographic data from DBLP. CapsNets encode author attributes, including
name, co-authors, venue, title, and year, into activation vectors that capture entities’ properties and
spatial relationships. This enriched representation outperformed traditional neural networks, achieving an
impressive 99.83% accuracy on test data, highlighting the efficacy of CapsNets for AND.</p>
        <p>WhoIs Model: Boukhers et al. (2022) [17] introduced the WhoIs model, a deep neural network
designed for author disambiguation. The model uses Char2Vec embeddings to capture orthographic
similarities between author names and BERT to generate contextualized embeddings for publication
titles and sources. By training separate networks for each atomic name variant (e.g., initials and surname) and
integrating co-author and research field information, WhoIs improves disambiguation accuracy.</p>
        <p>Bib2Auth Model: Boukhers et al. (2021) [18] also proposed Bib2Auth, a neural network model with
two input layers. The first encodes the concatenation of co-author and content embeddings, where the
content embedding is the average of title and source embeddings. The second input layer encodes the
target author embedding. Author and co-author embeddings are generated using Char2Vec, which
positions similar words closely in the representation space. Title and source embeddings are generated using
BERT, providing contextualized word representations. Separating the inputs addresses content sparsity
and enhances feature focus.</p>
        <p>Hybrid Deep Pairwise Classification: Kim et al. (2019) [19] developed a hybrid approach combining
structural and global features. Structural features, such as cosine similarities of attributes, are combined with
global semantic features extracted via a DNN. Using Gradient Boosted Trees (GBT) for pairwise
classification, the model determines whether two mentions belong to the same author, demonstrating the
strength of hybrid frameworks in balancing feature complexity and classification efficiency.</p>
        <p>CONNA: Zhao et al. (2022) [20] introduced CONNA, a framework designed for real-time AND as
new articles are added to a system. It combines embedding techniques with pairwise classification to
either assign publications to existing author profiles or create new ones. Notably, CONNA incorporates a
"NIL" candidate for cases where an author is absent from the system and uses a multi-field profile
(MFP) to capture attributes such as affiliations and publication venues.</p>
        <p>Co-Attention-Based Pairwise Learning: Wang et al. (2023) [21] proposed a novel approach
focusing on pairwise comparisons between author names using co-attention mechanisms. Their model
integrates textual, categorical, and co-authorship attributes to capture the relationships between
bibliographic features effectively. Self-attention and co-attention mechanisms ensure the model prioritizes the
most relevant input features, enhancing disambiguation performance.</p>
        <p>Toward a New Paradigm for AND: Manzoor et al.( 2022) [9] leveraged Convolutional Neural
Networks (CNNs) for semantic name disambiguation using the PubMed dataset. The model processes
sequences of words from attributes such as co-authors, affiliations, and publication titles, extracting
meaningful semantic relationships. While the CNN architecture is not detailed, the study emphasizes
the network’s ability to capture patterns within bibliographic metadata.</p>
        <p>Deep Neural Network Structure to Improve Individual Performance based Author
Classification: Firdaus et al. (2019) [22] apply a DNN to a dataset of 125 Scopus publications from nine
Indonesian authors, addressing both homonymy and synonymy. Data pairs were labeled (1 for the
same author, 0 otherwise) and processed using Levenshtein distance with Z-score normalization. The best
results (99.6% accuracy) were achieved with 2–5 hidden layers using ReLU and Sigmoid activation
functions.</p>
        <p>Identification of Indonesian Authors Using Deep Neural Networks: Firdaus et al., (2022)
[23] developed a custom dataset consisting of 125 publications from 9 Indonesian authors with the following
attributes; author name, title, year, source, author affiliation, co-authors name instances extracted from
Scopus to address AND for Indonesian authors. Preprocessing steps included normalization, label
encoding, and PCA for dimensionality reduction. The DNN classifier incorporated ReLU activation
functions in hidden layers and a softmax output layer. The result shows that the level of accuracy is
99.6%on average.</p>
        <p>Strong Baselines for Author Name Disambiguation with and Without Neural Networks:
Zhang, Yu, Liu, &amp; Wang, 2020 [15] This study introduces a robust pipeline combining pre-merging
strategies (PMS) based on co-authorship, simple neural networks (SNN) for title-based semantic
similarity, and post-blocking strategies (PBS) for cluster refinement. By integrating these techniques, the
model efficiently clusters publications and improves disambiguation accuracy.</p>
        <p>Multiple Features Driven Author Name Disambiguation: Zhou, Chen, Wang, Xu, Zhao,
(2021) [24] construct six similarity graphs (using the raw document and fusion feature) for each
ambiguous author name. The structural information (global and local) extracted from these graphs is
inputted into a novel encoder called R3JG, which integrates and reconstructs the information for an
author. An author is therefore associated with four types of information: the raw document feature, the
publication embedding based on the raw feature, the local structural information from the neighborhood,
and the global structural information of the graph. Each node is embedded by using the random walk.
The goal of the framework is to learn the latent information to enhance the generalization ability of the
MFAND. Then, the integrated and reconstructed information is fed into a binary classification model for
disambiguation.</p>
        <p>Towards Effective Author Name Disambiguation by Hybrid Attention: In Zhou et al.,
2024 [25] the Feature Extraction Model (EX) is composed of three hybrid attention mechanism layers, and
each layer contains three key modules, i.e., a local structural perception, a global structural perception, and a
feature extractor. Local structural perception consists of five hybrid GAT layers, whereas global structural
perception consists of GCN and a single layer feedforward neural network. In the Decision Model (DI)
generated triplets are fed into an MLP classifier for disambiguation between each publication pair.</p>
        <p>Pairwise Learning for Name Disambiguation in Large-Scale Heterogeneous Academic
Networks: Sun et al., 2020 [26] introduce Multi-view Attention-based Pairwise Recurrent Neural Network
(MA-PairRNN) to solve the name disambiguation problem combining heterogeneous graph embedding
learning and pairwise similarity learning into a framework. In addition to attribute and structure
information, MA-PairRNN also exploits semantic information by meta-path and generates node
representation in an inductive way. Furthermore, a semantic-level attention mechanism is adopted to fuse
multiple meta-path based representations. A Pseudo-Siamese network consisting of two RNNs takes
two paper sequences in publication time order as input and outputs their similarity.</p>
        <p>Name Disambiguation Scheme Based on Heterogeneous Academic Sites: Choi et al.,
2023 [27] propose a name disambiguation framework combining rule-based methods with deep learning.
The rule-based component evaluates key attributes such as affiliation, publication year, and co-authors,
assigning weights to attribute matches (e.g., exact title matches receive the highest weight). The deep
learning component leverages a Graph Convolutional Network (GCN) to analyze vector representations of
titles, keywords, and abstracts, effectively handling incomplete or inconsistent metadata. The GCN was
performed using the created adjacency and feature matrices. Ultimately, based on the learned feature
vectors, HAC was carried out for name disambiguation. A multi-classifier selects the most suitable
approach based on available metadata, trained on labeled data and adaptable to future disambiguation
schemes.</p>
        <p>Author Name Disambiguation Using Multiple Graph Attention Networks: Zhang et al.
(2021) [28] explore the use of multiple Graph Attention Networks (GATs) for author name
disambiguation. The academic network is represented as a heterogeneous graph, which is transformed
into multiple homogeneous graphs based on meta-paths such as co-authorship and shared venues. Node
features, including textual data from titles and abstracts, are processed with Word2Vec embeddings. GAT
layers apply a multi-head attention mechanism to model the importance of neighboring nodes, and
the resulting embeddings are fused using a fully connected layer. Clustering is performed using spectral
clustering.</p>
        <p>Semantic Author Name Disambiguation with Word Embeddings: Müller, MC. (2017) [29]
presents a supervised AND system that combines three models: co-author similarity, content similarity
(using word embeddings for title matching), and metadata similarity. Each model is supervised, relying on
labeled data for training. These models are integrated into a multi-layer neural network for final
classification. For the clustering task, the system uses binary classifiers, adjusting the minimum positive
confidence (mpc) threshold to control the precision and recall trade-off.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Unsupervised AND Techniques</title>
        <p>Unsupervised approaches do not require labelled data and typically focus on clustering or embedding
methods to disambiguate names. These methods are particularly useful when labelled datasets are
unavailable or limited.</p>
        <p>BOND: Bootstrapping From-Scratch Name Disambiguation with Multi-task
Promoting: The BOND method [30] constructs multi-relational graphs to exploit higher-order
information, jointly learning local and global representations within an end-to-end framework. This
approach employs a Graph Attention Network (GAT) as an encoder to learn publication representations
and integrates the DBSCAN clustering algorithm to optimize both local metric learning and global
clustering within a unified structure.</p>
        <p>A Knowledge Graph Embeddings-based Approach for Author Name Disambiguation
Using Literals: Santini et al. (2022) [12] propose a framework that leverages multimodal knowledge
graph embeddings. The approach utilizes the LiteralE model to integrate literal information, such as
publication titles and dates, into entity representations. Two variants are explored: LAND-glin, which
incorporates textual embeddings derived from titles using a linear transformation, and LAND-ggru, which
combines textual information and numeric literals via a Gated Recurrent Unit (GRU).</p>
        <p>Learning Semantic and Relationship Joint Embedding for Author Name
Disambiguation: Xiong et al. (2021) [31] aim to bridge the gap between semantic and relational
information in author name disambiguation. Their method encodes both semantic and relational
information into a shared low-dimensional space, leveraging their complementarity and correlation to
enhance performance. [...]</p>
        <p>Unsupervised Author Disambiguation Using Heterogeneous Graph Convolutional
Network Embedding: Qiao et al. (2019) [32] propose the use of Heterogeneous Graph Convolutional
Networks (HGCN) to address author name disambiguation. Academic data are represented as a
heterogeneous graph, where nodes correspond to publications and edges capture relationships such as
coauthorship and shared venues. Initial node features are derived using Doc2Vec embeddings, while
the HGCN employs relation-specific transformations and meta-path-guided random walks to learn
embeddings that integrate structural and semantic information. Clustering is performed using a
graphenhanced hierarchical agglomerative clustering algorithm.</p>
        <p>Exploiting Higher Order Multi-dimensional Relationships with Self-attention for
Author Name Disambiguation: Pooja, Mondal, &amp; Chandra, (2022) [33] propose an unsupervised
approach based on graph convolutional networks (GCN) with a dual-level attention mechanism. The first
level weighs the importance of relationships between documents (e.g., co-authorship or content), while
the second level considers graph proximities. Multi-hop information is integrated to enhance node
representations, improving the accuracy of author name disambiguation.</p>
      </sec>
      <sec id="sec-4-3">
        <title>Mixed AND Techniques</title>
        <p>Mixed AND approaches incorporate both supervised and unsupervised methods within their pipelines.
Labeled data is used to train the supervised system, while these labels remain hidden from the unsupervised
system. This type of approach leverages the availability of annotated data while addressing the
challenge that such data is rarely available in large quantities.</p>
        <p>Name Disambiguation in AMiner: Clustering, Maintenance, and Human in the Loop:
Zhang, Y., Zhang, F., Yao, P., &amp; Tang, J., 2018 [34] This framework tackles large-scale author name
disambiguation by combining supervised and unsupervised methods. Supervised global metric learning
uses a triplet- loss neural network to create unified document embeddings, while unsupervised local
linkage learning refines these embeddings through a graph autoencoder. A supervised RNN estimates cluster
sizes using pseudo-labeled data, and human feedback further enhances clustering accuracy. This hybrid
approach balances labeled data usage with unsupervised refinement.</p>
        <p>MORE: Toward Improving Author Name Disambiguation in Academic Knowledge
Graphs (AOG-BERT): Gong, Fang, Peng, et al. (2024) [14] propose the MORE framework that integrates
multiple neural models, including OAG-BERT, SimCSE, LightGBM, and iHGAT, leveraging both
supervised and unsupervised learning. The framework effectively combines semantic and structural features,
achieving state-of-the-art performance for AND. The supervised components drive representation learning
and cluster alignment, while the clustering process remains unsupervised.</p>
        <p>A Graph-Based Author Name Disambiguation Method and Analysis via Information
Theory: Ma, Y., Wu, Y., &amp; Lu, C. (2020) [35] presents a hybrid approach for author name
disambiguation, combining representation learning with both supervised and unsupervised techniques.
Initially, word2vec is used for feature embedding, followed by a Graph Auto-Encoder (GAE) and Graph
Embedding model for representation learning. The GAE and embedding model refine document
representations based on document attributes and author relationships. Supervised learning fine-tunes
the embeddings using labeled data, while unsupervised methods handle feature extraction and
clustering. The framework integrates these methods to improve author disambiguation accuracy.</p>
        <p>Author Name Disambiguation via Heterogeneous Network Embedding from
Structural and Semantic Perspectives: Xie et al. (2022) [36] introduce a method that considers both
structural and semantic perspectives to embed publications into vectors. From the structural
perspective, the approach uses weighted meta-path walks to sample context publications, capturing the
heterogeneity of different meta-paths. Meta-path-level attention is employed to weigh various meta-paths
and jointly learn overall structural representations. From the semantic perspective, Doc2Vec technology is
applied to derive text embeddings of publications. These representations are combined and clustered
using an adaptive clustering method.</p>
        <p>Bibliographic Name Disambiguation with Graph Convolutional Network: Yan, Peng,
Li, Li, &amp; Wang (2019) [37] adopt an unsupervised model utilizing two customized GCNs: one for
document embeddings (Document-GCN) and one for author embeddings (Person-GCN). Input graphs
include relationships between authors (co-authorship), documents (keyword and metadata similarity),
and bipartite connections between authors and documents. A triplet loss function ensures that embeddings
bring related entities closer while pushing unrelated ones further apart. Clustering is performed using a
hierarchical agglomerative clustering algorithm.</p>
        <p>Leveraging Knowledge Graph Embeddings to Disambiguate Author Names in Scientific
Data: Rettig et al., (2022) [38] combines text and graph embeddings to enhance document representation and
clustering. Named entity similarity derived from knowledge graphs is used as an additional source of
information, integrating semantic insights from external sources such as knowledge graphs to improve
disambiguation when co-authorship data is scarce.</p>
      </sec>
      <sec id="sec-4-4">
        <title>Method comparison</title>
        <p>The ideal way to compare state-of-the-art methods in deep learning is following these two criteria:
• Studies must evaluate their results on the same or comparable datasets.</p>
        <p>• Studies must evaluate their results with the same evaluation metrics.</p>
        <p>Most of the studies selected by this review rely on datasets derived from AMiner and evaluate their
results with Precision, Recall and F1 metrics. For this reason we provide a detailed confrontation of
them below.</p>
        <p>The results from the studies analyzed show significant variation in performance, with the highest
F1score achieved by Xie, Liu, Wang, and Jia (2022) [36], reaching an impressive 89.7, followed by Cheng, Chen,
Zhang, and Tang (2024) [30] with an F1-score of 87.72. Zhao et al. (2020) [20] achieved a score of 86.22
using the CONNA model with fine-tuning, while Xiong, Bao, and Wu (2021) [31] achieved
84.7. Sun et al. (2020) [26] recorded an F1-score of 82.53, and Yan, Peng, Li, Li, and Wang (2020) [39]
reached 81.3. The study by Gong, Fang, Peng, et al. (2024) [14] showed an F1-score of 76.21, while
Pooja, Mondal, and Chandra (2022) [33] achieved 75.6. At the lower end, Zhou, Chen, Wang, Xu, and
Zhao (2021) [24] obtained a score of 74.96, followed by Zhang et al. (2021) [28] with 73.13. Ma, Wu, and Lu
(2020) [35] recorded 72.40, while Zhang, Yu, Liu, and Wang (2020) [15] had a score of 70.19. Rettig,
Baumann, Sigloch, and Cudré-Mauroux (2022) [38] achieved 70.0, and Kim et al. (2019) [19] reached
69.14. Zhang, Y., Zhang, F., Yao, P., and Tang, J. (2018) [34] scored 67.79, while Santini et al. (2022) [12] had
two models with F1-scores of 64.18 (LAND-glin) and 63.07 (LAND-ggru). Table 1 summarises the
collected results for AMiner.</p>
        <p>
          Among those based on the DBLP dataset, we have [16] with an F1 score of 0.98 and B[18] with a
score of 0.975, [31] with a score of 0.875, and [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] with a score of 0.737.
        </p>
        <p>Among the methods based on the CiteSeerX dataset, we have [36] with an F1 score of 71.9, [17] with a
score of 71.3, [32] with a score of 69.8, and [31] with a score of 68.1.</p>
        <p>For the methods based on the PubMed dataset, [9] achieves the highest F1 score of 95.95, followed by
[19] with a score of 89.29.</p>
        <p>Methods based on the Scopus dataset exploit [22] that achieves the highest F1 score of 99.6, followed by
[23] with a score of 96.92.</p>
        <p>For other datasets,[21] achieves an F1 score of 90.0 on the Dutch Central Catalogue
(https://picarta.on.worldcat.org/discovery). Meanwhile, [27], which collects documents from vari- ous
heterogeneous academic search services—including research papers, national R&amp;D reports, patents, and
research reports—achieves an impressive score of 99.0.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Discussion</title>
      <p>Deep learning approaches have significantly advanced Author Name Disambiguation (AND) by utilizing
neural network-based models to process complex academic data. These methods integrate both
structured metadata (e.g., co-authorships, affiliations) and unstructured text (e.g., titles, abstracts), enabling the
development of robust models for both author assignment and grouping tasks [36, 30, 31, 17, 28, 18]. However,
deep learning in AND has several limitations, including the lack of annotated datasets and data
imbalance. In our review, the heavy reliance on AMiner as the primary dataset complicates the
evaluation of these methods’ generalizability, and this limitation also impacts the scalability of these
models. Overall, most studies analyzed in this review rely heavily on the AMiner dataset or its subsets.
While this dataset is widely used, it comes with certain limitations. One notable issue is its selective
concentration of Chinese names, which makes it particularly effective for disambiguating oriental
names but less accurate when dealing with non-oriental names. Additionally, AMiner stands out for its
reliability, as the data is automatically labelled and manually reviewed by human annotators. However,
this high quality comes at the cost of significant human effort, limiting the availability of similar datasets for
research. Looking at 1, among the five top-performing models, the best result is achieved by a hybrid
system, while the remaining approaches operate in either supervised or unsupervised settings.</p>
      <p>Article
Xie, Liu, Wang,
(2022)[36]
Cheng, Chen, Zhang, &amp;
Tang (2024)[30]
Zhao et al. (2020)[20]</p>
      <p>&amp; Jia
Xiong, Bao, &amp; Wu (2021)[31]
Sun et al. (2020)[26]
Yan, Peng, Li, Li, &amp; Wang
(2020)[37]
Qiao, Du, Fu, Wang, &amp; Zhou
(2019)[32]
Gong, Fang, Peng, et al.
(2024)[14]
Pooja, Mondal,
Chandra(2022)[33]
Zhou, Chen, Wang, Xu, &amp;
Zhao (2021)[24]
Zhang et al. (2021)[28]
Ma, Y., Wu, Y., &amp; Lu, C.
(2020)[35]
Zhang, Yu, Liu, &amp; Wang
(2020)[15]
Rettig, Baumann, Sigloch, &amp;
Cudré-Mauroux (2022)[38]
Kim et al. (2019)[19]
Zhang, Y., Zhang, F., Yao, P.,
&amp; Tang, J. (2018)[15]
Santini et al. (2022)[12]
&amp;
2022
2024
2020
2020
2020
2019
2019
2022
2022
2021
2021
2020
2020
2022
2019
2018
2022</p>
      <sec id="sec-5-1">
        <title>AMiner-WhoIsWho</title>
        <p>v3
AMiner
AMiner + DBLP +
CiteSeerX
AMiner + Semantic
Scholar</p>
      </sec>
      <sec id="sec-5-2">
        <title>AMiner</title>
      </sec>
      <sec id="sec-5-3">
        <title>AMiner + CiteSeerX</title>
      </sec>
      <sec id="sec-5-4">
        <title>AMiner-WhoIsWho + OAG</title>
      </sec>
      <sec id="sec-5-5">
        <title>AMiner</title>
      </sec>
      <sec id="sec-5-6">
        <title>OAG-WhoIsWho AMiner-AND AMiner +</title>
      </sec>
      <sec id="sec-5-7">
        <title>AMiner</title>
      </sec>
      <sec id="sec-5-8">
        <title>AMiner</title>
      </sec>
      <sec id="sec-5-9">
        <title>AMiner + SNSF</title>
      </sec>
      <sec id="sec-5-10">
        <title>AMiner + PubMed</title>
      </sec>
      <sec id="sec-5-11">
        <title>AMiner</title>
      </sec>
      <sec id="sec-5-12">
        <title>AMiner + OC U S U</title>
        <p>S
U
U
S
S
S+U
S+U
S+U
S+U
S+U
S
U
S+U
The top three methods in our review demonstrate distinct methodologies in addressing AND, each
suited to specific challenges in the task. Xie, Liu, Wang, &amp; Jia (2022) [36] employs a hybrid approach,
integrating supervised and unsupervised techniques. It combines structural features, using
meta-pathbased attention, with semantic embeddings derived from textual data, creating a balanced method that
excels in handling heterogeneous datasets with diverse data types. Cheng, Chen, Zhang, &amp; Tang (2024)
[30] takes an entirely unsupervised approach, focusing on scalability. By leveraging multi-relational
graphs and clustering algorithms like DBSCAN, it avoids reliance on labeled data, making it particularly
effective for large-scale datasets where annotations are scarce. Zhao et al. (2020) [20] , in contrast,
adopts a supervised strategy, designed for real-time AND. Its strength lies in its dynamic capabilities,
leveraging pairwise classification to assign publications to existing profiles or create new ones. A
notable innovation is the introduction of a "NIL" candidate mechanism, allowing the system to handle
previously unseen authors effectively.</p>
        <p>Interestingly, despite the availability of AMiner’s labeled data, the use of supervised settings does
not appear to guarantee a significant boost in performance. This suggests that other factors, such as
the method’s design or the dataset’s characteristics, may play a more critical role in achieving optimal
results. Combining supervised and unsupervised deep learning approaches in a hybrid setup proves
effective, as it retains the advantages of using labeled data for supervision while avoiding an increase in
computational complexity [14, 18, 34].</p>
        <p>Although Large Language Models (LLMs) architectures were not included in this study, their potential use
could enhance Author Name Disambiguation (AND) systems. By processing vast amounts of
unstructured text, LLMs can improve scalability and accuracy, particularly for multilingual datasets.
Additionally, LLMs could reduce the need for manually labeled data, addressing a key limitation in
current methods [40]. However, as AND systems evolve with more advanced models like LLMs, it is
crucial to consider their ethical implications. AND impacts research assessment by influencing academic
visibility, career progression, and funding opportunities. Biases in AND algorithms, such as imbalanced
datasets, can result in misidentification or underrepresentation of authors, which may skew evaluation
fairness and exacerbate disparities. Addressing these biases is critical for equitable research assessment
practices.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>In this survey, we presented a comprehensive comparative study of deep learning-based AND methods
developed between 2016 and 2024. Key challenges were highlighted, alongside significant advancements
enabled by deep learning. These methods have become central to addressing the complexities of
AND, leveraging structured metadata and unstructured text to achieve superior performance over
traditional approaches. To reflect the diversity in learning strategies, we classified the approaches into
supervised, unsupervised, and hybrid techniques. Notably, hybrid methods that combine supervised and
unsupervised learning demonstrated state-of-the-art results by balancing the benefits of labeled data
with scalability across diverse scenarios.</p>
      <p>However, the study revealed a heavy reliance on AMiner as the primary dataset, which raises concerns
about the generalizability of the evaluated methods. Data imbalances and the scarcity of annotated
datasets further limit scalability, underscoring the pressing need for more diverse and standardized
benchmarks.</p>
      <p>In addressing the posed research questions, we conclude that deep learning has significantly advanced
AND, particularly through the adoption of hybrid methods. Nonetheless, the lack of dataset diversity
and standardized evaluation frameworks remains a critical challenge. Future work should prioritize the
creation of comprehensive benchmarks and the development of richer datasets to ensure robust and
generalizable solutions for academic name disambiguation.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work has been partially funded by the European Union’s Horizon Europe framework programme
under grant agreement No. 101095129 (GraspOS Project).
[5] J. Kim, J. Kim, Effect of forename string on author name disambiguation, J. Assoc. Inf. Sci. Technol.</p>
      <p>71 (2020) 839–855. URL: https://doi.org/10.1002/asi.24298. doi:10.1002/asi.24298.
[6] D. K. Sanyal, P. K. Bhowmick, P. P. Das, A review of author name disambiguation techniques
for the PubMed bibliographic database, Journal of Information Science 47 (2021) 227–254. URL:
https://doi.org/10.1177/0165551519888605. doi:10.1177/0165551519888605, publisher: SAGE
Publications Ltd.
[7] M. De Bonis, F. Falchi, P. Manghi, Graph-based methods for Author Name Disambiguation: a
survey, PeerJ Computer Science 9 (2023) e1536. URL: https://peerj.com/articles/cs-1536. doi:10.
7717/peerj-cs.1536.
[8] S. Milojevic, Accuracy of simple, initials-based methods for author name disambiguation, ArXiv
abs/1308.0749 (2013). URL: https://api.semanticscholar.org/CorpusID:16417347.
[9] A. Manzoor, S. Asghar, T. Amjad, Toward a New Paradigm for Author Name Disambiguation,
IEEE Access 10 (2022) 76055–76068. URL: https://ieeexplore.ieee.org/document/9826729/. doi:10.
1109/ACCESS.2022.3190088.
[10] J. Kim, J. Kim, J. Kim, Effect of chinese characters on machine learning for chinese author name
disambiguation: A counterfactual evaluation, Journal of Information Science 49 (2023) 711–725.
doi:10.1177/01655515211018171.
[11] B. Chen, J. Zhang, F. Zhang, T. Han, Y. Cheng, X. Li, Y. Dong, J. Tang, Web-scale academic
name disambiguation: the whoiswho benchmark, leaderboard, and toolkit, in: KDD 23: Proceedings
of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data, ACM, 2023, pp. 3817–
3828. doi:10.1145/3580305.3599930.
[12] C. Santini, G. A. Gesese, S. Peroni, A. Gangemi, H. Sack, M. Alam, A Knowledge Graph Embeddings
based Approach for Author Name Disambiguation using Literals, 2022. URL: http://arxiv.org/abs/
2201.09555. doi:10.48550/arXiv.2201.09555, arXiv:2201.09555 [cs].
[13] J. F. Burnham, Scopus database: a review, Biomedical Digital Libraries 3 (2006) 1. URL: https:
//doi.org/10.1186/1742-5581-3-1. doi:10.1186/1742-5581-3-1.
[14] J. Gong, X. Fang, J. Peng, Y. Zhao, J. Zhao, C. Wang, Y. Li, J. Zhang, S. Drew, MORE: Toward
Improv- ing Author Name Disambiguation in Academic Knowledge Graphs, International Journal
of Ma- chine Learning and Cybernetics 15 (2024) 37–50. URL: https://doi.org/10.1007/s13042-022-01686-5.
doi:10.1007/s13042-022-01686-5.
[15] Z. Zhang, Y. Bowen, T. Liu, D. Wang, Strong baselines for author name disambiguation with and
without neural networks, Advances in Knowledge Discovery and Data Mining 12084 (2020) 369 –
381. URL: https://api.semanticscholar.org/CorpusID:218586707.
[16] Firdaus, W. Alqarni, S. Nurmaini, A. Darmawahyuni, A. I. Sapitri, M. N. Rachmatullah, S. D. Lestari,
Author classification on bibliographic data using capsule networks architecture, in: 2022 9th
International Conference on Electrical Engineering, Computer Science and Informatics (EECSI),
2022, pp. 101–105. doi:10.23919/EECSI56542.2022.9946586.
[17] Z. Boukhers, N. B. Asundi, Whois? Deep Author Name Disambiguation Using Bibliographic
Data, in: G. Silvello, O. Corcho, P. Manghi, G. M. Di Nunzio, K. Golub, N. Ferro, A. Poggi
(Eds.), Linking Theory and Practice of Digital Libraries, Springer International Publishing, Cham,
2022,
pp. 201–215. doi:10.1007/978-3-031-16802-4_16.
[18] Z. Boukhers, N. Bahubali, A. T. Chandrasekaran, A. Anand, S. M. G. Prasadand, S. Aralappa,
Bib2Auth: Deep Learning Approach for Author Disambiguation using Bibliographic Data, 2021.</p>
      <p>URL: http://arxiv.org/abs/2107.04382. doi:10.48550/arXiv.2107.04382, arXiv:2107.04382 [cs].
[19] K. Kim, S. Rohatgi, C. L. Giles, Hybrid Deep Pairwise Classification for Author Name
Disambiguation, in: Proceedings of the 28th ACM International Conference on Information and Knowledge
Management, ACM, Beijing China, 2019, pp. 2369–2372. URL: https://dl.acm.org/doi/10.1145/
3357384.3358153. doi:10.1145/3357384.3358153.
[20] B. Chen, J. Zhang, J. Tang, L. Cai, Z. Wang, S. Zhao, H. Chen, C. Li, CONNA: Addressing
Name Disambiguation on the Fly, IEEE Transactions on Knowledge and Data Engineering 34 (2022)
3139– 3152. URL: https://ieeexplore.ieee.org/document/9184992/. doi:10.1109/TKDE.2020.3021256.
[21] S. Wang, Q. Li, R. Koopman, Co-attention-Based Pairwise Learning for Author Name
Disambiguation, in: D. H. Goh, S.-J. Chen, S. Tuarob (Eds.), Leveraging Generative Intelligence in Digital
Libraries: Towards Human-Machine Collaboration, Springer Nature, Singapore, 2023, pp. 240–249.
doi:10.1007/978-981-99-8088-8_21.
[22] F. Firdaus, M. Anshori, S. P. Raflesia, A. Zarkasi, M. Afrina, S. Nurmaini, Deep Neural Network
Structure to Improve Individual Performance based Author Classification, Computer Engineering and
Applications Journal 8 (2019) 77–83. URL: https://comengapp.unsri.ac.id/index.php/comengapp/
article/view/264. doi:10.18495/comengapp.v8i1.264, number: 1.
[23] F. Firdaus, I. Fahreza, S. Nurmaini, A. Darmawahyuni, A. I. Sapitri, M. N. Rachmatullah, S. D. Lestari,
M. Fachrurrozi, M. Afrina, B. W. Putra, Identification of Indonesian Authors Using Deep Neural
Networks, Computer Engineering and Applications Journal 11 (2022) 15–24. URL: https://comengapp.
unsri.ac.id/index.php/comengapp/article/view/398. doi:10.18495/comengapp.v11i1.398.
[24] Q. Zhou, W. Chen, W. Wang, J. Xu, L. Zhao, Multiple features driven author name disambiguation,
in: 2021 IEEE International Conference on Web Services (ICWS), 2021, pp. 506–515. doi:10.1109/
ICWS53863.2021.00071.
[25] Q. Zhou, W. Chen, P.-P. Zhao, A. Liu, J.-J. Xu, J.-F. Qu, L. Zhao, Towards Effective Author
Name Disambiguation by Hybrid Attention, Journal of Computer Science and Technology 39
(2024) 929–950. URL: https://doi.org/10.1007/s11390-023-2070-z. doi:10.1007/s11390-023-2070-z.
[26] Q. Sun, H. Peng, J. Li, S. Wang, X. Dong, L. Zhao, P. S. Yu, L. He, Pairwise Learning for
Name Disambiguation in Large-Scale Heterogeneous Academic Networks, in: 2020 IEEE
International Conference on Data Mining (ICDM), IEEE, Sorrento, Italy, 2020, pp. 511–520. URL:
https://ieeexplore.ieee.org/document/9338259/. doi:10.1109/ICDM50108.2020.00060.
[27] D. Choi, J. Jang, S. Song, H. Lee, J. Lim, K. Bok, J. Yoo, Name Disambiguation Scheme Based on
Heterogeneous Academic Sites, Applied Sciences 14 (2024) 192. URL: https://www.mdpi.com/
20763417/14/1/192. doi:10.3390/app14010192, number: 1 Publisher: Multidisciplinary Digital Publishing
Institute.
[28] Z. Zhang, C. Wu, Z. Li, J. Peng, H. Wu, H. Song, S. Deng, B. Wang, Author Name
Disambiguation Using Multiple Graph Attention Networks, in: 2021 International Joint Conference
on Neural Net- works (IJCNN), IEEE, Shenzhen, China, 2021, pp. 1–8. URL:
https://ieeexplore.ieee.org/document/ 9534125/. doi:10.1109/IJCNN52387.2021.9534125.
[29] M.-C. Müller, F. Reitz, N. Roy, Data sets for author name disambiguation: an empirical
analysis and a new resource, Scientometrics 111 (2017) 1467–1500. URL: https://doi.org/10.1007/
s11192017-2363-5. doi:10.1007/s11192-017-2363-5.
[30] Y. Cheng, B. Chen, F. Zhang, J. Tang, BOND: Bootstrapping From-Scratch Name Disambiguation
with Multi-task Promoting, in: Proceedings of the ACM Web Conference 2024, WWW ’24,
Association for Computing Machinery, New York, NY, USA, 2024, pp. 4216–4226. URL: https:
//dl.acm.org/doi/10.1145/3589334.3645580. doi:10.1145/3589334.3645580.
[31] B. Xiong, P. Bao, Y. Wu, Learning semantic and relationship joint embedding for author name
disambiguation, Neural Computing and Applications 33 (2021) 1987–1998. URL: https://doi.org/10.
1007/s00521-020-05088-y. doi:10.1007/s00521-020-05088-y.
[32] Z. Qiao, Y. Du, Y. Fu, P. Wang, Y. Zhou, Unsupervised Author Disambiguation using Heterogeneous
Graph Convolutional Network Embedding, 2019, pp. 910–919. doi:10.1109/BigData47090.
2019.9005458.
[33] K. Pooja, S. Mondal, J. Chandra, Exploiting Higher Order Multi-dimensional Relationships with
Self-attention for Author Name Disambiguation, ACM Transactions on Knowledge Discovery
from Data 16 (2022) 1–23. URL: https://dl.acm.org/doi/10.1145/3502730. doi:10.1145/3502730.
[34] Y. Zhang, F. Zhang, P. Yao, J. Tang, Name Disambiguation in AMiner: Clustering, Maintenance,
and Human in the Loop., in: Proceedings of the 24th ACM SIGKDD International Conference on
Knowledge Discovery &amp; Data Mining, ACM, London United Kingdom, 2018, pp. 1002–1011. URL:
https://dl.acm.org/doi/10.1145/3219819.3219859. doi:10.1145/3219819.3219859.
[35] Y. Ma, Y. Wu, C. Lu, A Graph-Based Author Name Disambiguation Method and Analysis via
Information Theory, Entropy 22 (2020) 416. URL: https://www.mdpi.com/1099-4300/22/4/416.
doi:10.3390/e22040416.
[36] W. Xie, S. Liu, X. Wang, T. Jia, Author Name Disambiguation via Heterogeneous Network
Embedding from Structural and Semantic Perspectives, in: 2022 IEEE 34th International Conference on
Tools with Artificial Intelligence (ICTAI), IEEE, Macao, China, 2022, pp. 245–250. URL: https:
//ieeexplore.ieee.org/document/10098083/. doi:10.1109/ICTAI56018.2022.00043.
[37] H. Yan, H. Peng, C. Li, J. Li, L. Wang, Bibliographic Name Disambiguation with Graph Convolutional
Network, in: R. Cheng, N. Mamoulis, Y. Sun, X. Huang (Eds.), Web Information Systems
Engineering – WISE 2019, volume 11881, Springer International Publishing, Cham, 2019, pp. 538–551. URL:
https://link.springer.com/10.1007/978-3-030-34223-4_34. doi:10.1007/978-3-030-34223-4_ 34, series
Title: Lecture Notes in Computer Science.
[38] L. Rettig, K. Baumann, S. Sigloch, P. Cudre-Mauroux, Leveraging Knowledge Graph Embeddings
to Disambiguate Author Names in Scientific Data, in: 2022 IEEE International Conference on
Big Data (Big Data), IEEE, Osaka, Japan, 2022, pp. 5549–5557. URL: https://ieeexplore.ieee.org/
document/10020229/. doi:10.1109/BigData55660.2022.10020229.
[39] Q. Yan, AsirAsir, Synergizing Large Language Models and Tree-based Algorithms for Author</p>
      <p>Name Disambiguation, 2024. URL: https://openreview.net/forum?id=VEz1sq66pi.
[40] R. Zhao, Y. Chen, Scholar name disambiguation with search-enhanced LLM across language, CoRR
abs/2411.17102 (2024). URL: https://doi.org/10.48550/arXiv.2411.17102. doi:10.48550/ARXIV.
2411.17102. arXiv:2411.17102.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferreira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gonçalves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Laender</surname>
          </string-name>
          ,
          <article-title>A Brief Survey of Automatic Methods for Author Name Disambiguation</article-title>
          ,
          <source>ACM SIGMOD Record</source>
          <volume>41</volume>
          (
          <year>2012</year>
          )
          <fpage>15</fpage>
          -
          <lpage>26</lpage>
          . doi:
          <volume>10</volume>
          .1145/2350036.2350040.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Strotmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <article-title>Author name disambiguation: What difference does it make in author-based citation analysis?</article-title>
          ,
          <source>Journal of the American Society for Information Science and Technology</source>
          <volume>63</volume>
          (
          <year>2012</year>
          )
          <fpage>1820</fpage>
          -
          <lpage>1833</lpage>
          . URL: https://onlinelibrary.wiley.com/doi/abs/10.1002/asi.22695. doi:
          <volume>10</volume>
          .1002/ asi.22695, _eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/asi.22695.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Peroni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Shotton</surname>
          </string-name>
          ,
          <article-title>Opencitations, an infrastructure organization for open scholarship</article-title>
          ,
          <source>Quantitative Science Studies</source>
          <volume>1</volume>
          (
          <year>2020</year>
          )
          <fpage>428</fpage>
          -
          <lpage>444</lpage>
          . doi:
          <volume>10</volume>
          .1162/qss_a_
          <fpage>00023</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Baglioni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mannocci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Manghi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Atzori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. L.</given-names>
            <surname>Bruzzo</surname>
          </string-name>
          ,
          <article-title>Reflections on the Misuses of ORCID iDs (????).</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>