Expert Finding

Architecture of ExpFinder:

Research Objectives:

Achievements:

Social Benefits:

Article

Yong-Bin Kang, Hung Du, Abdur Rahim Mohammad Forkan, Prem Prakash Jayaraman, Amir Aryani, Timos Sellis, ExpFinder: An Ensemble Expert Finding Model Integrating N-gram Vector Space Model and μCO-HITS, arXiv:2101.06821, 2021

Finding an expert plays a crucial role in driving successful collaborations and speeding up high-quality research development and innovations. However, the rapid growth of scientific publications and digital expertise data makes identifying the right experts a challenging problem. Existing approaches for finding experts given a topic can be categorised into information retrieval techniques based on vector space models, document language models, and graph-based models. In this paper, we propose ExpFinder, a new ensemble model for expert finding, that integrates a novel N-gram vector space model, denoted as nVSM, and a graph-based model, denoted as μCO-HITS, that is a proposed variation of the CO-HITS algorithm. The key of nVSM is to exploit recent inverse document frequency weighting method for N-gram words, and ExpFinder incorporates nVSM into μCO-HITS to achieve expert finding. We comprehensively evaluate ExpFinder on four different datasets from the academic domains in comparison with six different expert finding models. The evaluation results show that ExpFinder is an highly effective model for expert finding, substantially outperforming all the compared models in 19% to 160.2%.

Paper Download DOI GitHub Repo

Article

Hung Du, Yong-Bin Kang, An open-source framework for ExpFinder integrating N-gram vector space model and μCO-HITS, Software Impacts, Volume 8, 2021, 100069, ISSN 2665-9638, https://doi.org/10.1016/j.simpa.2021.100069.

Finding experts drives successful collaborations and high-quality product development in academic and research domains. To contribute to the expert finding research community, we have developed ExpFinder which is a novel ensemble model for expert finding by integrating an N-gram vector space model ($n$VSM) and a graph-based model (μCO-HITS). This paper provides descriptions of ExpFinder’s architecture, key components, functionalities, and illustrative examples. ExpFinder is an effective and competitive model for expert finding, significantly outperforming a number of expert finding models.

Paper Download DOI GitHub Repo