DLDBIRFeb 5, 2021

A fast and integrative algorithm for clustering performance evaluation in author name disambiguation

arXiv:2102.03251v116 citations
Originality Incremental advance
AI Analysis

This work provides a faster and more efficient way for researchers to evaluate the performance of their author name disambiguation algorithms, particularly for large datasets.

This paper introduces a unified framework for calculating various author name disambiguation evaluation metrics, significantly reducing computation time. The integrative approach allows for the evaluation of millions of name instances within seconds, and it reveals that B-cubed and K-metric yield identical precision and recall scores.

Author name disambiguation results are often evaluated by measures such as Cluster-F, K-metric, Pairwise-F, Splitting & Lumping Error, and B-cubed. Although these measures have distinctive evaluation schemes, this paper shows that they can be calculated in a single framework by a set of common steps that compare truth and predicted clusters through two hash tables recording information about name instances with their predicted cluster indices and frequencies of those indices per truth cluster. This integrative calculation reduces greatly calculation runtime, which is scalable to a clustering task involving millions of name instances within a few seconds. During the integration process, B-cubed and K-metric are shown to produce the same precision and recall scores. In this framework, especially, name instance pairs for Pairwise-F are counted using a heuristic, surpassing a state-of-the-art algorithm in speedy calculation. Details of the integrative calculation are described with examples and pseudo-code to assist scholars to implement each measure easily and validate the correctness of implementation. The integrative calculation will help scholars compare similarities and differences of multiple measures before they select ones that characterize best the clustering performances of their disambiguation methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes