Institute Disambiguation using Author-Institution Co-Occurrence
Achal Agrawal, Jeet Mukherjee
TL;DR
The paper tackles Institute Name Disambiguation by proposing an unsupervised, context-driven clustering method that relies on author–affiliation co-occurrence rather than string matching. It constructs an Author–Affiliation Matrix and a co-occurrence graph, using thresholded connected components to form institute clusters, with TPU-accelerated matrix operations enabling scalability. The approach yields encouraging results on a 50,000-paper Indian Crossref subset and is complementary to traditional string-matching methods, suggesting practical utility when integrated with existing systems such as ROR. The work demonstrates potential for scalability, branch-level disambiguation, and open-source deployment, with future improvements including larger datasets and hybrid rules from string-matching literature.
Abstract
In this article we propose a novel method to perform unsupervised clustering of different forms of Institute names. We use only author and affiliation metadata to perform the clustering without any string or pattern matching. After analysing only 50000 articles from Crossref database, we see encouraging results which can be scaled up to provide even better results. We compare our clustering with what a well-known method using string matching does and found that the results were complementary. This can help perform institute disambiguation better when integrated with existing systems, especially to provide aliases for cases where traditional string matching fails. The code of this open-source methodology can be found at: https://github.com/Jeet009/Institute-Disambiguation-using-Author-Institution-Co-Occurrence
