IRDec 14, 2020

CODE: Contrastive Pre-training with Adversarial Fine-tuning for Zero-shot Expert Linking

arXiv:2012.11336v27 citations
AI Analysis

This work aims to improve the quality of expert finding services for online platforms by enabling zero-shot linking of external experts to existing databases like AMiner, which is an incremental improvement for existing services.

This paper addresses zero-shot expert linking by pre-training a model with contrastive learning on AMiner to capture expert representations and matching patterns without supervised signals. The model is then fine-tuned adversarially between AMiner and external sources to improve transferability, demonstrating superior performance on two genres of external sources.

Expert finding, a popular service provided by many online websites such as Expertise Finder, LinkedIn, and AMiner, is beneficial to seeking candidate qualifications, consultants, and collaborators. However, its quality is suffered from lack of ample sources of expert information. This paper employs AMiner as the basis with an aim at linking any external experts to the counterparts on AMiner. As it is infeasible to acquire sufficient linkages from arbitrary external sources, we explore the problem of zero-shot expert linking. In this paper, we propose CODE, which first pre-trains an expert linking model by contrastive learning on AMiner such that it can capture the representation and matching patterns of experts without supervised signals, then it is fine-tuned between AMiner and external sources to enhance the models transferability in an adversarial manner. For evaluation, we first design two intrinsic tasks, author identification and paper clustering, to validate the representation and matching capability endowed by contrastive learning. Then the final external expert linking performance on two genres of external sources also implies the superiority of the adversarial fine-tuning method. Additionally, we show the online deployment of CODE, and continuously improve its online performance via active learning.

Code Implementations2 repos
Foundations

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

Your Notes