Skip to main content
Erschienen in: Journal of Economic Interaction and Coordination 2/2022

Open Access 01.07.2021 | Regular Article

A network approach to expertise retrieval based on path similarity and credit allocation

verfasst von: Xiancheng Li, Luca Verginer, Massimo Riccaboni, P. Panzarasa

Erschienen in: Journal of Economic Interaction and Coordination | Ausgabe 2/2022

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

With the increasing availability of online scholarly databases, publication records can be easily extracted and analysed. Researchers can promptly keep abreast of others’ scientific production and, in principle, can select new collaborators and build new research teams. A critical factor one should consider when contemplating new potential collaborations is the possibility of unambiguously defining the expertise of other researchers. While some organisations have established database systems to enable their members to manually produce a profile, maintaining such systems is time-consuming and costly. Therefore, there has been a growing interest in retrieving expertise through automated approaches. Indeed, the identification of researchers’ expertise is of great value in many applications, such as identifying qualified experts to supervise new researchers, assigning manuscripts to reviewers, and forming a qualified team. Here, we propose a network-based approach to the construction of authors’ expertise profiles. Using the MEDLINE corpus as an example, we show that our method can be applied to a number of widely used data sets and outperforms other methods traditionally used for expertise identification.
Hinweise

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

1 Introduction

The increasing complexity of research problems calls for innovative solutions which combine knowledge from different scientific disciplines (Van Rijnsoever and Hessels 2011). As a result, many researchers become involved in interdisciplinary projects, and collaborate with people with a variety of expertise. When facing the task of finding collaborators, scholars need to answer two inter-related questions: (1) How to identify an expert, i.e., how to find someone who is competent in a given field; and (2) how to profile an expert, i.e., how to identify the fields in which a given scholar is an expert. In general, both questions jointly describe the objective of expertise retrieval (Balog et al. 2012). Indeed figuring out the research area associated with an individual represents a challenging research problem. Search engines such as Google Scholar or DBLP are of great help for finding documents (Hertzum and Pejtersen 2000). However, these engines only return scientific documents, not the specific expertise of people. Even in an academic environment, researchers still have to rely on their social networks to identify the expertise of others (Hofmann et al. 2010).
Identifying experts is crucial for academic groups when they need to involve a collaborator with specific expertise. In organisational settings, knowing the expertise of relevant researchers facilitates the assignment of important roles and jobs. For example, conference organisers may search for moderators, session chairs and keynote speakers with the proper expertise. And universities may want to recruit researchers with expertise in a particular fast-developing area to improve their reputation. A good method for expertise retrieval is therefore fundamental to provide the necessary knowledge for such activities.
Expertise retrieval is challenging for many reasons. First, expertise is a relatively abstract concept, and there is currently no consensus on how to define it. Besides, expertise is a particular kind of knowledge stored in one’s mind and thus hard to identify. The only way to access people’s expertise is through their works, e.g., documents, books, articles. Second, experts’ names are often ambiguous. A single name may belong to multiple people, and the name of the same expert can vary in different databases. Indeed name disambiguation has recently become a specific and independent area of enquiry, and many studies have been carried out in this field (Smalheiser and Torvik 2009). Finally, it is difficult to evaluate the strength of the association between an expert and the works he or she has been involved in, especially because an increasing amount of scientific production is co-authored by multiple individuals. Those challenges have made expertise retrieval a multifaceted research area. In particular, since we learn about researchers’ expertise mainly from their publications, the task of expertise retrieval has mainly been articulated into identifying the knowledge areas or topics in the text corpus and assigning them to the researchers (Silva et al. 2018).
Inspired by previous approaches to dealing with credit allocation (Shen and Barabási 2014) and by recent studies on finding node similarity in heterogeneous information networks (HINs) (Shi et al. 2014), we formalise the topics and expertise extracted from a given scientific publication as credit to be assigned to the co-authors of the publication and propose a new method to allocate them to the co-authors based on their publication histories. Traditional approaches to the identification of the knowledge areas within the text corpus use topic-modelling methods such as Latent Dirichlet Allocation (LDA) based on controlled vocabulary from well-known classification systems such as the Medical Subject Headings (MeSH) in MEDLINE1 and the topic tags in Microsoft Academic Graph (MAG).2
Our work focuses on the process of evaluating the degree of each co-author’s contribution to a collaborative work. We propose a new method for properly assigning the expertise to each co-author according to his or her contribution. Our method differs from traditional ones where the contribution of authors is assumed to be equal or assessed simply based on the order of authors in the byline. Moreover, our method can deal with large-scale data sets and produces results that vary dynamically as the data set is updated over time. Unlike some citation-based approaches to the assessment of contributions, which require a certain time to account for the citations that accumulate over time, our method is experience-based and the update of authors’ expertise is determined once the new records are added into the data set.
The rest of the article is organised as follows. In Sect. 2, we review strengths and limitations of existing literature on expertise identification and motivate our work. In Sect. 3, we introduce the data used in our study. In Sects. 4 and 5, we present our new method and different selection strategies. In Sect. 6, we provide some extensions to account for weights and time. In Sect. 7, we report results obtained using the MEDLINE corpus and various examples. Section 8 summarises the findings of this work and outlines their implications for research and practice.

2 Literature review

Previous work on expert profiling has primarily focused on identifying and ranking topics for a given expert (Balog and De Rijke 2007; Serdyukov et al. 2011). However, only few studies have considered the temporal aspects of expertise. The work by Tsatsaronis et al. (2011) was one of the first studies which focused on the evolution of authors’ expertise over time. Their work was based on co-authorship information and proposed evolution indices to measure the dynamics of authors’ expertise. Inspired by their work, Rybak et al. (2014) constructed temporal hierarchical expertise profiles using topic models. Typically, the underlying question of expert profiling is: What topics does a person know about? (Balog and De Rijke 2007; Rybak et al. 2014). Indeed the word “topic” is commonly used in the various definitions of expertise because the traditional approaches to expertise profiling rely on topic models and Natural Language Processing (NLP) techniques (Van Gysel et al. 2016). The main purpose of using those models is to classify documents into a number of topics and find a better match between authors and topics according to the topics extracted from their documents. As most of the machine learning algorithms belong to unsupervised learning, the topics are simply collections of words and thus not always appropriate for identifying expertise (Silva et al. 2018).
Since the main focus of expertise retrieval tasks is on the analysis of the documents, NLP techniques have commonly been applied. Traditional approaches to the expert profiling tasks are based on the LDA algorithm. LDA is a generative statistical model, first proposed in 2003, which considers each document as a mixture of a small number of topics and according to which the presence of each word is attributable to one of the topics of the document (Blei et al. 2003). LDA is a powerful tool to analyse documents and pinpoint topics, but it was not designed to address the task of identifying expertise. There is no better solution but to treat an author as a bigger document by combining all documents he or she has published. To include authorship information, Rosen-Zvi et al. (2004) extended LDA and proposed the author-topic model for identifying the interests of authors. To make LDA suitable for different tasks in various contexts, many extensions have been proposed over the years. Some examples are the Author-Conference Topic model (Tang et al. 2008), the Author-Conference Topic-Connection model (Wang et al. 2012), and the Author-Topic over Time model (Xu et al. 2014). Some of these have been applied to practice as a part of a new search engine Aminer3 (Tang 2016).
However, classic LDA algorithms have several characteristics that are not ideal for such tasks. First, LDA requires a manual choice of the topic number. But one can hardly tell whether the choice is good or not since the performance of an LDA model is evaluated by perplexity, a metric proposed by Blei et al. (2003). Therefore it is difficult to decide and evaluate the number of topics. When such number is too large or too small, the research areas (corresponding to the topics) provided by LDA may become too general or too specific (Berendsen et al. 2013). Second, since LDA is an unsupervised learning algorithm, topics generated from LDA are just distributions of words without labels which can be hard to interpret. Additionally, the academic research areas are always connected and have a hierarchical structure. However, LDA generates independent topics without any kind of relationships between them (Silva et al. 2018).
While most studies are concerned with better solutions to address the flaws of topic models, few have highlighted the importance of author-document connections in the tasks of expertise retrieval. In 2012, Duan et al. (2012) first integrated community discovery with topic modelling and proposed the Mutual Enhanced Infinite Community-Topic model which finds communities and the topics they discuss in text-augmented social networks. Lately, more studies have started using information networks to avoid the problems of the LDA models. Gerlach et al. (2018) represent the data as a bipartite network of words and documents and convert the task into finding communities in such a network. Some different approaches that focus on topic modelling using HINs have been proposed (Sun et al. 2009b). Subsequently, a pioneer algorithm called Rankclus was designed. It uses a generative model that operates on bipartite topologies and simultaneously clusters and ranks nodes in a HIN (Sun et al. 2009a). More recently, different community detection methods, such as generative model and modularity optimisation, have been applied to the creation of hierarchical expert profiles (Wang et al. 2015; Silva et al. 2018).
Despite the efforts of many scholars to find better ways for extracting individuals’ interests from the works they produced, most studies have paid little attention to the unequal contributions of authors in collaborative works. Authors that publish with other co-authors in several fields can be associated with multiple topics found in their publications. Identifying the expert on a specific field associated with a paper requires the identification of the different contributions of authors in collaborative works, and therefore, identifying one or more people as experts bears a resemblance to a credit allocation problem.
In the last decade, as the complexity and interdisciplinarity of modern research have steadily risen, collaborations among researchers have been playing an increasingly important role (Newman 2004). The multidisciplinary nature of research requires expertise from different scientific fields  (Lawrence 2007). In turn, as a result of the increasing size of the newly formed scientific groups, the scientific credit system has come under mounting pressure (Koopman et al. 2010). As a matter of fact, the interdisciplinarity of modern science not only endangers the current credit allocation system, but also poses more obstacles to expertise retrieval. In such interdisciplinary collaborations, authors from different fields work together to produce one result (e.g., an article), but each author contributes only partly to the publication. It can therefore be difficult to quantitatively discern the individual co-authors’ contributions to a multi-authored publication (Bao and Zhai 2017). Most topic models for expertise retrieval cannot solve this problem, and new approaches to allocating scientific credit to co-authors are therefore required.
Current approaches to credit allocation fall in several major categories. The first and classic one is to view each co-author as the sole author contributing a copy of the same publication. The second is to distribute the contribution to all co-authors evenly, and the third according to the order in the publication byline or to the role of the co-authors (Hirsch 2005, 2007; Stallings et al. 2013). The first two categories are obviously biased to some degree, and the third is based on some acquiescent agreements according to disciplines which may not be easily acceptable by others. Recently, scholars have been working on allocating credit based on the specific contribution of each author (Foulkes and Neylon 1996; Tscharntke et al. 2007). Shen and Barabási (2014) proposed a new method which focuses on the co-citations. This method is based on the intuition that the more an author appears in a co-cited paper, the more credit he or she should receive. And they managed to capture the contribution of co-authors as perceived by the scientific community and successfully tested their method using the Nobel Prize publications. Considering that the novelty of a paper and the attention paid to it tend to fade with time, Bao and Zhai (2017) extended their idea and proposed a dynamic credit allocation algorithm.
As science can be regarded as a complex, self-organising and evolving network of scholars, projects, papers and ideas (Fortunato et al. 2018), another way to deal with the unequal contributions of multiple authors to collaborative works is to use the similarity between a node representing a given topic and a node representing a given author to assess the contribution that the author made to the focal document with respect to the topic. Information networks are networks consisting of data items linked in some way. The best known example is the World Wide Web where the nodes are web pages consisting of texts, pictures or other information, and the links are hyperlinks that allow us to navigate from one page to another. There are some networks which could be considered information networks and also have social connotations. Examples include the networks of email communication and online social networks such as Twitter and Facebook (Xiong et al. 2015).
An information network is defined as a directed graph \(G = (V, E)\) with an object type mapping function \(\phi : V \rightarrow A \) and a link type mapping function \(\psi (e): E \rightarrow R\), where each object \(v \in V\) belongs to one particular object type \(\phi (v) \in A\), and each link \(e \in E\) belongs to a particular relation \(\psi (e) \in R \). Unlike the traditional network definition, we explicitly distinguish object types and relationship types in the network. Notice that, if there exists a relation from type A to type B, denoted as \(A\xrightarrow []{R}B\), the inverse relation \(R^{-1}\) holds naturally for \(B\xrightarrow []{R^{-1}}A\). Most of the time, R and its inverse \(R^{-1}\) are not equal, unless the two types are the same and R is symmetric. When the types of objects \(|A| > 1\) or the types of relations \(|R| > 1\), the network is called HIN; otherwise, it is a homogeneous information network. In real-world networks, multiple-typed objects are often interconnected, forming HINs (Shi et al. 2012). A bibliographic information network is a typical HIN, containing objects from several types of entities. The most common entities are papers (P), venues (conferences, journals) (V), authors (A), affiliations (aff), and terms (T). Fig. 1 shows two typical examples of HINs based on the DBLP and ACM data (Shi et al. 2014). There are links connecting different-typed objects and the link types are defined by the relations between two object types. For a bibliographic network, links can exist between nodes of the same or different types. For example, there are links between authors and papers denoting the “write” or “written-by” relations, and links between papers denoting “cite” and “cited-by” relations.
In a heterogeneous network, two objects can be connected via different paths. For example, two authors can be connected via the “author-paper-author” path, the “author-paper-venue-paper-author” path, and so forth. Formally, these paths are called meta-paths. In a graph \(TG = (A, R)\), where A is the set of node types and R is the set of relation types, a meta path P is a path denoted in the form of \(A_1\overset{R_1}{\rightarrow }A_2\overset{R_2}{\rightarrow }\cdots \overset{R_l}{\rightarrow }A_{l+1}\), which defines a composite relation \(R = R_1 \circ R_2 \circ \cdots \circ R_l \) between type \(A_1\) and \(A_{l+1}\), where \(\circ \) denotes the composition operator on relations (Shi et al. 2014).
Similarity search is a primitive operation in large-scale HINs that consist of multi-typed, interconnected objects, such as the bibliographic networks and social media networks. Traditional similarity measures (e.g., cosine similarity) are computed between vector representations of features, using numerical data types (Nguyen and Bai 2010). In information networks, however, the interconnections between objects are sometimes more important than the features of the objects themselves.
To capture the information contained in the links, Lin et al. (2006) proposed a link-based similarity measure PageSim and applied it to the identification of similar web pages. PageSim only works on networks with one type of nodes (e.g., homogeneous information networks), but many networks are heterogeneous. Considering the semantics in meta paths constituted by different-typed objects, Sun et al. (2011) first proposed the path-based similarity measure PathSim to evaluate the similarity of same-typed objects based on symmetric paths. Following their work, Yao et al. (2014) extended PathSim by incorporating richer information, such as transitive similarity, temporal dynamics, and supportive attributes. A path-based similarity join method JoinSim was proposed to return the top k-similar pairs of objects based on user-specified join paths (Begum et al. 2016). Wang et al. (2016) defined a meta-path-based relation similarity measure, RelSim, to examine the similarity between relation instances in schema-rich HINs. In order to evaluate the relevance of different-typed objects, Shi et al. (2014) proposed HeteSim to measure the relevance of any object pair under arbitrary meta path. To overcome the problem related to the high computational and memory requirements of HeteSim, Meng et al. (2014) proposed the AvgSim measure that evaluates the similarity scores, respectively, through two random walk processes along the given meta path and the reverse meta path.
The idea of node similarity can be useful in expertise retrieval because, if we can measure the similarity between a given author and a field, we can assess the author’s expertise in that field. HeteSim has been designed to evaluate the relevance of different-typed objects and thus has the potential to be applied to the task of expertise retrieval. However, this task needs to explicitly account for the uneven contribution of various authors to collaborative efforts and therefore cannot be carried out merely by applying simple measures of similarity between nodes. For this reason, we decided to draw on HeteSim and propose a properly adjusted method for capturing authors’ expertise in evolving networks.
As a result of the increasing interest in extracting relevant topics from scientific publications, many widely used online data sets provide external controlled vocabulary to classify publications. Some examples are the MeSH classification system in MEDLINE and the topic tags in MAG. Those systems have used a variety of techniques to improve the reliability of the classifications, and some scholars have started to use them as ground truth or baseline in their works (AlShebli et al. 2018). Our method simplifies the process of topic extraction from documents by using the MEDLINE corpus as an example and focuses on how to allocate expertise to co-authors that unevenly contribute to collaborative efforts.
The method for collective credit allocation in science developed by Shen and Barabási (2014) is conceptually similar to our method. Yet, it differs from ours in one important aspect: it focuses on citations to appropriately allocate the credit of a given paper to each of the co-authors. In particular, it uses the co-citations to the given paper and other papers published by the co-authors to determine the proportion to be assigned to each co-author of the paper. If more papers have cited at the same time the focal paper and other papers published by a given co-author, a larger proportion of the credit will be allocated to this co-author, indicating a larger contribution is made by the co-author in this work. However, at the time when a paper is published and therefore has no citations, contributions to this paper are equally allocated across co-authors. Moreover, because the citations vary over the years, so does the credit allocated to each co-author by this method. Clearly, one shortcoming of this method lies on the fact that the contribution of an author to a paper should be unambiguously defined once the paper is published and should therefore be assessed according to the experience or background of each co-author rather than based on future citations.

3 Data

The MEDLINE is a bibliographic database of life sciences and biomedical information, maintained and curated by the US National Library of Medicine. It includes bibliographic information on articles from academic journals covering medicine, nursing, pharmacy, dentistry, veterinary medicine and healthcare. The database contains records from more than 5000 selected journals covering biomedicine and health from 1946 to the present. The database is freely accessible via the PubMed interface.4
In addition, PubMed provides an online scientific publication search engine that associates each paper with several MeSH terms. These terms are similar to keywords of papers, except that a controlled vocabulary is used to classify publications. Since the MeSH terms of a paper are not given by the authors, they are not subject to subjective biases and can be considered as labels which indicate the major topics discussed in the paper. PubMed also constructed tree structures for MeSH terms5 so that one can look for the research field of each MeSH term.
In particular, in PubMed, each MeSH term has one MeSH Unique ID (starting with letter ‘D’ followed by 6 digits) and at least one MeSH Tree ID (starting with a letter followed by digits separated by dots). For example, the MeSH Tree ID of ‘Anatomic Landmarks’ is ‘A01.111’ and its MeSH Unique ID is ‘D059925’. The first letter of the MeSH Tree ID of a MeSH term indicates which one of the 16 categories the MeSH term belongs to.6 However, the MeSH terms in the raw data are indexed by the MeSH Unique ID rather than the MeSH Tree ID. To map each MeSH Unique ID with the corresponding MeSH Tree ID, we downloaded detailed information about each MeSH Unique ID and used Regular Expression (Regex) to search the match between each MeSH Unique ID and the corresponding MeSH Tree ID.7 The MeSH Tree ID can have a different depth (the depth of a node is the number of edges from the node to the tree’s root node). Some MeSH IDs have corresponding MeSH Tree IDs of depth five (e.g., ‘A15.378.316.378’), others only have depth of two (e.g., ‘B02’). To ensure that all MeSH IDs can be mapped to the same depth of MeSH Tree IDs, we converted all MeSH Tree IDs to depth two by cutting the numbers after the first point. As a result, all MeSH IDs have been mapped to 127 MeSH Tree IDs of depth two.
To disambiguate authors’ names we used the data set provided by Torvik and Smalheiser (2009). The data set provides the disambiguated authors’ names appearing in the MEDLINE data set up to the year 2008. In our work, we used the first decade of publications in MEDLINE, from 1948 to 1957, to test the method we developed and make a comparison between a baseline (BL) method and our method. We opted to start our analysis from 1948 since in the MEDLINE data set there are too few publications before that year.

4 HeteAlloc: an algorithm based on path similarity

4.1 The method

Based on the idea described above, the task of expertise profiling can be transformed into a dynamic MeSH terms allocation problem: given a time T, an author A and a MeSH term M, what is the expertise of author A on MeSH term M at time T? To answer this question, we have developed a method based on the idea of credit allocation, using the author-paper and paper-MeSH connections. Notice that what we care about is the effort devoted by an author to a MeSH term (measured by the number of papers published with that MeSH term, or possibly by the reputation or impact factor of the journals, research venues and outlets where these papers have appeared), rather than the reputation of the author (measured by the citations received).
Problem description We focus on a subset of the HIN which contains three types of nodes: Papers, Authors and MeSH terms. A simple example of this HIN is shown in Fig. 2. In this network, the MeSH terms are indexed by MeSH tree IDs, and the links between papers and MeSH terms show which MeSH terms the papers are associated with. Our problem is how to allocate credit to single authors. The input to this question is the link lists of every year between 1948 to 1957, and the output is a vector for each author with a value for each of the 127 MeSH categories indicating the author’s expertise in those MeSH categories.
We developed a dynamic credit allocation algorithm based on path similarity which we shall call HeteAlloc. Based on the HIN with three types of nodes (i.e., Author, Paper and MeSH term), our task is to assign the credit of each MeSH term in a paper to the corresponding authors and to use the whole publication history of authors to find their expertise. Our method will calculate the similarity between an author and a MeSH term, and assign a value to each author based on the similarity. It is based on HeteSim (Shi et al. 2014) as this method is able to measure the similarity between different types of nodes, i.e., authors and MeSH terms in this case.
Heterogeneous Similarity (HeteSim) HeteSim is a measurement of the relatedness of heterogeneous objects based on an arbitrary search path. The properties of HeteSim (e.g., symmetric and self-maximum) make it suitable for a number of applications. We define HeteSim as follows:
HeteSim Given a relevance path \(P = R_1 \circ R_2 \circ \cdots R_l\), the HeteSim score between two objects s and t (\(s\in R_{1}.S\) and \(t\in R_{l}.T\)) is
$$\begin{aligned} \begin{aligned}&\textit{HeteSim}(s,t|R_1 \circ R_2 \circ \cdots R_l) \\&\quad =\frac{1}{\left| O(s|R_1)) \right| \left| I(t|R_l)) \right| }\sum _{i = 1}^{O(s|R_1)}\sum _{j=1}^{I(t|R_l)} \hbox {HS}(O_i(s|R_1),I_j(t|R_l)|R_2 \circ \cdots R_{l-1}), \end{aligned}\nonumber \\ \end{aligned}$$
(1)
where \(O(s|R_1\)) is the out-neighbours of s based on relation \(R_1\), and \(I(t|R_l)\) is the in-neighbours of t based on relation \(R_l\).
Transition probability matrix The adjacent matrix \(\mathbf{W }_\mathrm{AB}\) is defined for all links from nodes of type A to nodes of type B. The transition probability matrix \(\mathbf{U }_\mathrm{AB}\) is the normalised matrix of \(\mathbf{W }_\mathrm{AB}\) along the row vectors.
Reachable probability matrix Given a network \(G = (V, E)\) following a network schema \(S = (A,R)\), a reachable probability matrix PM for a path \(P = A_{1}A_{2}\ldots A_{l+1}\) is defined as \(\mathbf{PM} _P= \mathbf{U }_\mathrm{A_{1}A_{2}}~\mathbf{U }_\mathrm{A_{2}A_{3}}\ldots \mathbf{U }_\mathrm{A_lA_{l+1}}\). \(\mathbf{PM} _P(i, j)\) represents the probability of object \(i \in A_1\) of reaching object \(j \in A_{l+1}\) under the path P.
Using the reachable probability matrices (Ramage et al. 2009), the HeteSim between two nodes a and b can be written in a matrix form as
$$\begin{aligned} \textit{HeteSim}(a,b|P) = \mathbf{PM} _{P_L}(a,:)\mathbf{PM} '_{P_{R^{-1}}}(b,:), \end{aligned}$$
(2)
where PM is the reachable probability matrix, \(\mathbf{PM}_P(a,:)\) refers to the a-th row in \(\mathbf{PM}_P\), and \(P = P_LP_R\) is a decomposition of path \( P = A_{1}A_{2} \ldots A_{l+1}\), where \(P_L = A_{1}A_{2} \ldots A_{m}\), and \(P_R = A_{m+1} \ldots A_{l+1}\).
Finally, Eq. 3 provides the normalised version of HeteSim, which ensures that the similarity between a node and itself is equal to one
$$\begin{aligned} \textit{HeteSim}(a,b|P) = \frac{\mathbf{PM }_{P_L}(a,:)\mathbf{PM} '_{P_{R^{-1}}}(b,:)}{\sqrt{\left\| \mathbf{PM} '_{P_{R^{-1}}}(b,:) \right\| \left\| \mathbf{PM} _{P_L}(a,:) \right\| }} \end{aligned}$$
(3)
HeteSim in MeSH term assignment The definition of HeteSim in Eq. 3 can be directly applied to our network. For a node \(a_0\) of type Author (A) and a node \(m_0\) of type MeSH term (M), the HeteSim between \(a_0\) and \(m_0\) is
$$\begin{aligned} \textit{HeteSim}(a_0,m_0 | a_0\in A,m_0 \in M) = \frac{\mathbf{M }_\mathrm{{AP}}[a_0,:]\cdot \mathbf{M }'_\mathrm{{MP}}[m_0,:]}{\sqrt{\left\| \mathbf{M }_\mathrm{{AP}}[a_0,:] \right\| }\cdot \sqrt{\left\| \mathbf{M }'_\mathrm{{MP}}[m_0,:] \right\| }}, \end{aligned}$$
(4)
where \(\mathbf{M }_\mathrm{{AP}}\) and \(\mathbf{M }_\mathrm{{MP}}\) are adjacency matrices between type Author and type Paper, and between type MeSH term and type Paper, respectively. In Eq. 4, the adjacency matrix is used instead of the reachable probability matrix to make our method more interpretable. It can be shown that the formalisation of HeteSim using the adjacency matrix can be the same in an unweighted network as the formalisation of HeteSim based on the reachable probability matrix. Note that \(\mathbf{M }_\mathrm{{MP}}=\mathbf{M }_\mathrm{{PM}}^{'}\), the matrix product resulting by multiplying \(\mathbf{M }_\mathrm{{AP}}\) and \(\mathbf{M }_\mathrm{{PM}}^{'}\), is the weighted reachable matrix between type Author and type MeSH term. Formally, we have
$$\begin{aligned} N_{\mathrm{{papers\ published \ by \ }} a_0 \mathrm{{ which \ include \ }}m_0}=\ \mathbf{M }_\mathrm{{AP}}[a_0,:]\cdot \mathbf{M }'_\mathrm{{MP}}[m_0,:], \end{aligned}$$
(5)
where N means ‘the number of’.
Note that all elements in \(\mathbf{M }_\mathrm{{MP}}\) and \(\mathbf{M }_\mathrm{{AP}}\) are either 1 or 0, and thus we have
$$\begin{aligned} \left\| \mathbf{M }_\mathrm{{AP}}[a_0,:] \right\| = \sum \mathbf{M }_\mathrm{{AP}}[a_0,:]. \end{aligned}$$
(6)
Thus,
$$\begin{aligned} \sqrt{\left\| \mathbf{M }_\mathrm{{AP}}[a_0,:] \right\| }=\ \sqrt{\sum {\mathbf{M }_\mathrm{{AP}}\left[ a_0,:\right] }}=\sqrt{N_{\mathrm{{papers\ published\ by \ author \ }}a_0}}. \end{aligned}$$
(7)
In the same way,
$$\begin{aligned} \sqrt{\left\| \mathbf{M }'_\mathrm{{MP}}[a_0,:] \right\| }=\ \sqrt{\sum {\mathbf{M }'_\mathrm{{MP}}\left[ a_0,:\right] }}=\sqrt{N_{\mathrm{{papers\ which\ include\ the \ MeSH\ term \ }}m_0}}. \end{aligned}$$
(8)
Equation 4 can therefore be rewritten as
$$\begin{aligned} { HeteSim}(a_0,m_0 | a_0\in A,m_0 \in M) = \frac{\mathbf{M }_\mathrm{{AP}}[a_0,:]\cdot \mathbf{M }'_\mathrm{{MP}}[m_0,:]}{\sqrt{\sum \mathbf{M }_\mathrm{{AP}}[a_0,:]}\cdot \sqrt{ \sum \mathbf{M }'_\mathrm{{MP}}[m_0,:]}}, \end{aligned}$$
(9)
and interpreted as
$$\begin{aligned} \begin{aligned}&{ HeteSim}(a_0,m_0| a_0\in A,m_0 \in M) \\&\quad =\frac{N_{\text {papers published by author }a_0 \text { which include the \textit{MeSH} }\text { term } m_0}}{\sqrt{N_{\text {papers published by author }a_0}}\cdot \sqrt{N_{\text {papers\ which \ include\ the \ MeSH \ term }m_0}}}. \end{aligned} \end{aligned}$$
(10)
Though HeteSim is quite suitable for our task, there are some disadvantages. The most important one is that HeteSim is a “global” measure in a sense. When the similarity between an author and a MeSH term is calculated, all papers are taken into consideration, even those which have no connection with the target author. For example, if someone published a paper with a MeSH term M1, the similarity of all authors with M1 will decrease even if none of them has ever worked with him or her. As a matter of fact, the original HeteSim measures the contribution of each author to the total knowledge (limited in the data set) of a MeSH term. However, the expertise we want to examine refers to the MeSH term where an author conducted most of his or her work. In a real-world situation, one can only contribute to several hundreds of papers at most. And if we compare this fraction of papers to the tremendous overall amount of papers available in online databases, the similarity will be significantly small and the original HeteSim will have a poor performance.
Modification of HeteSim (HeteAlloc) To address this shortcoming of HeteSim, here we propose a modified version, namely HeteAlloc. The underlying idea is to limit the calculation to a subset of papers, which can be selected according to the context. Formally, we have
$$\begin{aligned} \begin{aligned}&{{{{ HeteAlloc}(a}}},{{\;m }}\left| {{{a\;}} \in {{A}},{{\;m\;}} \in {{M}}} \right. ) \\&\quad =\frac{{\mathbf{M }_\mathrm{{AP}}}\left[ {a,:} \right] \cdot ({\mathbf{M }_\mathrm{{sub}}}\left[ {a,:} \right] \odot \mathbf{M }_\mathrm{{MP}}\left[ {m,:} \right] )'}{{\sqrt{\left\| {\mathbf{M }_\mathrm{{AP}}}\left[ {a,:} \right] \right\| } \; \cdot \;\sqrt{\left\| {\mathbf{M }_\mathrm{{sub}}}\left[ {a,:} \right] \odot {\mathbf{M }_\mathrm{{MP}}}\left[ {m,:} \right] \right\| } }}, \end{aligned} \end{aligned}$$
(11)
where the operation \(\odot \) is the element-wise product, and \(\mathbf{M}_\mathrm{{sub}}\) is the subset selection matrix with
$$\begin{aligned} \begin{aligned}&\mathbf{M }_\mathrm{{sub}}\left[ a,n\right] \\&\quad = {\left\{ \begin{array}{ll} 1 &{} \text {if the } n\text {-th}\ \text {paper is in the selected subset of target author { a}} \\ 0 &{} \text { otherwise } \end{array}\right. } \end{aligned} \end{aligned}$$
(12)
Like the original HeteSim, our method is based on the cosine of two vectors. As Pirotte et al. (2007) pointed out, the angle between the node vectors is a much more predictive measure than the distance between the nodes. The only difference is that the second vector is filtered by a row of subset selection matrix. The selection of the subset is the essential part of our method and requires a considerable amount of effort towards the design and computation of the matrix multiplication.
In what follows, we shall present three subset selection strategies and then show how to compute the measure, discuss the advantages and disadvantages of each strategy, and finally provide interpretations.

5 Subset selection strategies

5.1 Subset of co-authors’ papers

The basic idea of this strategy is that only those who have co-authored with the focal author should be entitled to influence the assignment of his or her expertise. The HeteSim measure should therefore be limited to the subset of papers published either by our target author or by those who have co-authored with this author. To find the subset, we provide the following definition:
Binary reachable matrix of path length i Given relation \(A \overset{R}{\rightarrow }B\) and the adjacency matrix \(\mathbf{W }_{\mathrm{AB}}\) between nodes of type A and nodes of type B, the binary reachable matrix of path length i from A to B following meta-path \(AB^{i}\) is
$$\begin{aligned} \mathbf{RM} _{\mathrm{AB}}^{(i)}\left( m,n\right) = {\left\{ \begin{array}{ll} 0 &{} \text { if } \mathbf{M }^{(i)}_{\mathrm{AB}}(m,n)=0 \\ 1 &{} \text {otherwise } \end{array}\right. } \end{aligned}$$
(13)
where \(\mathbf{M }^{(i)}_{\mathrm{AB}}= \mathbf{W }_{\mathrm{AB}}\cdot (\mathbf{W }_{\mathrm{BA}}\cdot \mathbf{W }_{\mathrm{AB}})^{(i-1)}\).
The selected subset, \(\mathbf{RM }_\mathrm{{AP}}^{2}\), follows the meta-path ‘APAP’, which, for each author, creates the subset of papers published by the author or his/her co-authors. To be more specific, the n-th row of \(\mathbf{RM }_\mathrm{{AP}}^{2}\) is a vector where the m-th value is 1 if, for the n-th author, MeSH term m is included in the subset. To this end, we define HeteAlloc
$$\begin{aligned} \begin{aligned}&{{ { HeteAlloc}(a}},{{\;m }}\left| {{{a\;}} \in {{A}},{{\;m\;}} \in {{M}}}) \right. \\&\quad =\frac{{\mathbf{M }_\mathrm{{AP}}}\left[ {a,:} \right] \cdot (\mathbf{RM _\mathrm{{AP}}^{(2)}}\left[ {a,:} \right] \odot \mathbf{M }_\mathrm{{MP}}\left[ {m,:} \right] )'}{{\sqrt{\left\| {\mathbf{M }_\mathrm{{AP}}}\left[ {a,:} \right] \right\| } \; \cdot \;\sqrt{\left\| \mathbf{RM _\mathrm{{AP}}^{(2)}}\left[ {a,:} \right] \odot {\mathbf{M }_\mathrm{{MP}}}\left[ {m,:} \right] \right\| } }}, \end{aligned} \end{aligned}$$
(14)
which can be interpreted as
$$\begin{aligned} \begin{aligned}&{ HeteAlloc}(a,m) \\&\quad =\frac{N_{\text {papers of }a \text { which include }m}}{\sqrt{N_{{\text {papers of }}a} } \cdot \sqrt{N_{\text {papers of { a}'s co-authors which include }m}}}. \end{aligned} \end{aligned}$$
(15)
The advantage of this selection strategy is that the similarity between an author and any MeSH term will not be influenced by an irrelevant global change of the data set. The subset matrix is constant for all target MeSH terms. However, this selection does not reflect on which specific MeSH term an author has collaborated with another author and simply includes the papers of all co-authors into the subset.

5.2 Subset of co-authors’ papers in a target MeSH term

The basic idea of this strategy is to add the target MeSH term as another constraint for selecting the subset. The subset includes all papers published by the target author and by the authors who have co-authored with him or her in the target MeSH term. Since this subset varies according to MeSH terms, we use the reachable vector of a and m to replace \(\mathbf{RM} _\mathrm{{sub}} [a,:]\)
$$\begin{aligned}&{{ { HeteAlloc}(a}},{{ \;m }}\left| {{{a\;}} \in {{ A}},{{\;m\;}} \in {{M}}} \right. ) \nonumber \\&\quad =\frac{{\mathbf{M }_\mathrm{{AP}}}\left[ {a,:} \right] \cdot (\mathbf{RV _\mathrm{{sub}}^{(a,m)}} \odot \mathbf{M }_\mathrm{{MP}}\left[ {m,:} \right] )'}{{\sqrt{\left\| {\mathbf{M }_\mathrm{{AP}}}\left[ {a,:} \right] \right\| } \; \cdot \;\sqrt{\left\| \mathbf{RV _\mathrm{{sub}}^{(a,m)}}\odot {\mathbf{M }_\mathrm{{MP}}}\left[ {m,:} \right] \right\| } }} \end{aligned}$$
(16)
$$\begin{aligned}&\mathbf{RV} _\mathrm{{sub}}^{(a,m)}\left( {1,n} \right) = {\left\{ \begin{array}{ll} 0 &{} \text { if } {\mathbf{V }_\mathrm{{sub}}^{(a,m)}\left( {1,n} \right) = 0} \\ 1 &{} \text { otherwise } \end{array}\right. } \end{aligned}$$
(17)
where
$$\begin{aligned} \mathbf{V }_\mathrm{{sub}}^{(a,m)} = ({\mathbf{W }_\mathrm{{AP}}}\left( {a,:} \right) \odot {\mathbf{W }_\mathrm{{MP}}}\left( {m,:} \right) ) \cdot {\mathbf{W }_{\mathrm{PA}}} \cdot {\mathbf{W }_\mathrm{{AP}}}. \end{aligned}$$
(18)
Equation 16 can be interpreted as
$$\begin{aligned} \textit{HeteAlloc}(a,m) = \frac{N_{\text {papers of }a\, \text {which include }m}}{\sqrt{N_{\text {papers of }a}}\cdot \sqrt{N_{\text {papers of } a\text {'s co-authors which include }m}}}. \end{aligned}$$
(19)
The advantage of this selection strategy is that the similarity between an author and any MeSH term will not be influenced by any irrelevant global changes of the data set. The similarity is MeSH-sensitive, and the subset vector can filter out co-authors who had no experience on the target MeSH term. However, this selection will lead to a low score for those who have worked with very experienced authors.

5.3 Subset of all papers published by the co-authors of the focal paper

For each paper p, the subset includes all papers published by the co-authors of p. And for each pair, author a and MeSH term m, the calculation is conducted for every paper p of author a which includes the MeSH term m, and the average or the sum of all papers is used as the final score. The sum can be considered as a method for credit allocation and the average as a similarity measure. Here we shall use the sum as an example:
$$\begin{aligned} { HeteAlloc}(a,m)= & {} \sum _{p\in P_{a}} HeteAlloc(a,p,m) \end{aligned}$$
(20)
$$\begin{aligned} { HeteAlloc}(a,p,m)= & {} \frac{{\mathbf{M }_\mathrm{{AP}}}\left[ {a,:} \right] \cdot (\mathbf{RV _\mathrm{{sub}}^{(a,p)}} \odot \mathbf{M }_\mathrm{{MP}}\left[ {m,:} \right] )'}{{\sqrt{\left\| {\mathbf{M }_\mathrm{{AP}}}\left[ {a,:} \right] \right\| } \; \cdot \;\sqrt{\left\| \mathbf{RV _\mathrm{{sub}}^{(a,p)}}\odot {\mathbf{M }_\mathrm{{MP}}}\left[ {m,:} \right] \right\| } }} \end{aligned}$$
(21)
$$\begin{aligned} \mathbf{RV} _\mathrm{{sub}}^{(a,p)}\left( {1,n} \right)= & {} {\left\{ \begin{array}{ll} 0 &{} \text { if } {\mathbf{V }_\mathrm{{sub}}^{(a,p)}\left( {1,n} \right) = 0} \\ 1 &{} \text { otherwise } \end{array}\right. } \end{aligned}$$
(22)
where
$$\begin{aligned} \mathbf{V }_\mathrm{{sub}}^{(a,p)} = {\mathrm{\;}}{\mathbf{W }_\mathrm{{AP}}}\left( {a,:} \right) \odot {\mathbf{W }_{\mathrm{PA}}} \cdot {\mathbf{W }_\mathrm{{AP}}}(p,:). \end{aligned}$$
(23)
Equation 21 can be interpreted as:
$$\begin{aligned} \begin{aligned}&{ HeteAlloc}(a,m) \\&\quad =\sum _{\text {all papers of }a} \frac{N_{\text {papers of }a \text { which include }m}}{\sqrt{N_{\text {papers of }a}}\cdot \sqrt{N_{\text {papers of co-authors of paper }p}}}. \end{aligned} \end{aligned}$$
(24)
This similarity avoids a significant decrease when the target author has a more experienced co-author in the target MeSH term. The similarity retains the property of having a MeSH-sensitive subset. Notice that this method works better when applied to calculate the absolute value of expertise.

6 Extensions of HeteAlloc

6.1 Weighted version of HeteAlloc

The formalisation above is based on an unweighted network. Yet, one may want to capture the concentration of an author’s effort on a specific topic (MeSH term). For example, let us suppose that all papers of author A1 only contain one MeSH term M1 and all papers of another author A2 contain two MeSH terms, M1 and M2. In this case, one may argue that A1 concentrates more than A2 on M1 since A1 has worked exclusively on this topic while A2 on the additional topic M2. According to this idea, we propose a weighted version of HeteAlloc which accounts for the weights of the links between papers and MeSH terms. The weight of a link between a paper and a MeSH term is inversely proportional to the number of MeSH terms associated with the paper. HeteAlloc can be applied to a weighted network by using \(\mathbf{U }_\mathrm{{MP}}\) instead of \(\mathbf{M }_\mathrm{{MP}}\), where \(\mathbf{U }_\mathrm{{MP}}\) is a normalised matrix of \(\mathbf{M }_\mathrm{{MP}}\) along the column vector.
The weighted HeteAlloc can capture authors’ concentration on specific topics and identify the authors whose papers are more focused on smaller MeSH sets. However, this characteristic is not necessarily an advantage, but simply a different strategy to deal with the number of MeSH terms in a paper. There may exist different views about the similarity between an author and a given MeSH term. For example, one may believe that an author is entirely devoted to a given research topic, if each of his or her papers contains the corresponding MeSH term. In this case, the similarity between the author and the MeSH term would be equal to one (i.e., the idea behind the unweighted version). However, others may believe that the similarity between the author and the MeSH term should never be equal to one unless an author’s work is exclusively about this MeSH term (i.e., the idea behind the weighted version). The decision should be made after careful examination of the context and should also be based on the assumptions made by potential users of the method (e.g., researchers or funding agencies).
Here we shall provide our personal recommendation and blueprint. For smaller MeSH term numbers, the weighted version will work better since it is not common for researchers to work in a completely different MeSH term (say, Finance and Chemistry). However, when the division of topics is too fragmented and most papers have many MeSH terms, the weighted version may not work well, and the unweighted version would be recommended.

6.2 Iterative calculations over the years

The original HeteSim is designed for a “static” measurement of similarity. However, authors keep publishing papers over the years, and their expertise may change over time. When expertise is measured at year T, only the papers published before this year should be considered. To make our method HeteAlloc applicable to dynamic calculation, we distinguish the links connecting Author and Paper between the experience/history links before year T and the update links at year T. This can be done by using two adjacency matrices: \(\mathbf{M _{update}}\) and \(\mathbf{M _{experience}}\). Since it is difficult to identify the time ordering of publications published in the year T, we assume that papers of year T were published at the same time. The formalisation of HeteAlloc needs to be modified and the calculation, based on the modified measure, can be conducted iteratively over the years.
We shall refer to the modified algorithm as DynamicHeteAlloc (DHA), and the corresponding formalisation is
$$\begin{aligned} \hbox { DHA}(a,m) = \sum _{p_i\in \mathbf{M}_{update}[a, :]\odot \mathbf{M}_\mathrm{{MP}} } \hbox { DHA}(a,p_i,m) \end{aligned}$$
(25)
and
$$\begin{aligned} \hbox { DHA}(a,p_i,m) = \frac{(\mathbf{M }_{experience}[a,:] + \mathbf{I }_{nn}[p_i,:])\cdot (\mathbf{V }_{subset}(p_i)\odot \mathbf{M }_\mathrm{{MP}}[m,:]) }{\sqrt{\left\| \mathbf{M }_{experience}[a,:] + \mathbf{I }_{nn}[p_i,:] \right\| \left\| \mathbf{V }_{subset}(p_i)\odot \mathbf{M }_\mathrm{{MP}}[m,:] \right\| }},\nonumber \\ \end{aligned}$$
(26)
where
$$\begin{aligned} \mathbf{V }_{subset}(p_i) = \mathbf{M }_{update}'[p_i,:]*\mathbf{M }_{experience }+ \mathbf{I }_{nn}'[p_i,:]. \end{aligned}$$
(27)
For each paper, we add \(\mathbf{I }_{nn}[p_i,:]\) to \(\mathbf{M }_{experience}[a,:]\) in Eq. 26 to include the current paper in the experience paper set so as to avoid the case where \(\mathbf{M }_{experience}\) is a zero matrix.
According to the formalisation of DHA, we have implemented Algorithm 1:
An example of this method using illustrative networks is provided in the “Appendix”.8 The results are given in the form of expertise matrices, where the value corresponding to row i and column j indicates the expertise of \(Author_i\) on \(MeSH_j\). In the example, we use the publication lists of 4 authors from year 1 to year 10 and calculate the expertise matrices for each author at each year. We also show the result using the BL method, which equally attributes every MeSH term of a paper to all co-authors. In this case, the expertise of a focal author is therefore computed through the cumulative counts of MeSH terms associated with all publications of the author. Thus, in the expertise matrix calculated using the BL method for a year t, the value in row i and column j is equal to the number of papers published by \(Author_i\) with \(MeSH_j\) before year t.

7 Results

To compare the performance of different subset selection strategies, we have calculated the similarity between all pairs extracted from the pair set \(\left\{ a,m|a\in Author,m\in MeSH \right\} \) based on three small examples of networks using the BL method mentioned above, the original HeteSim, the HeteAlloc with the subset of co-authors’ papers (HA1), the HeteAlloc with the subset of co-authors’ papers in a target MeSH term (HA2), the HeteAlloc with the subset of all papers published by the co-authors of the focal paper (HA3) and the corresponding weighted versions of HA1, HA2, HA3 (i.e., WHA1, WHA2, WHA3).
In the first example in Fig. 3, BL, HA2 and HA3 perform well (see Table 1; the similarities characterised by better performance have been highlighted in bold). These methods can uncover the difference between Sim(A1, M1) and Sim(A1, M2). To be more specific, A1 published two papers with M1 and just one paper with M2, and the similarity between A1 and M1 should be higher than that between A1 and M2. Since each paper contains only one MeSH term, the weighted versions in this example degenerate to the unweighted ones.
Table 1
Results based on example network 1
Pair\(\backslash {}\)method
Baseline
Original
Unweighted
Weighted
BL
HeteSim
HA1
HA2
HA3
WHA1
WHA2
WHA3
(A1, M1)
0.577
0.577
0.577
0.577
0.577
0.577
0.577
0.577
(A1, M2)
0.816
0.577
0.577
0.816
0.816
0.577
0.816
0.816
(A2, M1)
0.577
0.577
0.577
0.577
0.577
0.577
0.577
0.577
(A2, M2)
0.816
0.577
0.577
0.816
0.816
0.577
0.816
0.816
The similarities characterised by better performance have been highlighted in bold
In the second example network in Fig. 4, HA3 performs well (see Table 2; the similarities characterised by better performance have been highlighted in bold). It shows that author A1 is more experienced than A3 in M1. To be more specific, A1 published a paper with M1 alone and another with a very experienced author, A2. A3 published a paper with M1 alone and another paper with M2 alone. The similarity between A1 and M1 should be greater than that between A3 and M1. Compared to other methods, only HA3 gives a higher similarity for Sim(A1, M1), and a higher score for the expert A2 with M1. Since each paper contains only one MeSH term, the weighted versions in this example degenerate to the unweighted ones.
For the third example shown in Fig. 5, the weighted methods differentiate between Sim(A1, M1) and Sim(A2, M1), while the unweighted methods are unable to distinguish between them (see Table 3; the similarities characterised by better performance have been highlighted in bold). To be more specific, both A1 and A2 published two papers with M1, and the only difference between A1 and A2 in M1 is that paper P3 published by A2 contains M2 as well. As mentioned in Sect. 6.1, the weighted version can capture the concentration of research efforts in some MeSH terms and is biased in favour of the authors whose papers are more concentrated on a smaller MeSH set.
Table 2
Results based on example network 2
Pair\(\backslash {}\)method
Baseline
Original
Unweighted
Weighted
BL
HeteSim
HA1
HA2
HA3
WHA1
WHA2
WHA3
(A1, M1)
1
0.577
0.632
0.632
0.816
0.632
0.632
0.816
(A1, M2)
0
0
0
0
0
0
0
0
(A2, M1)
1
0.816
0.894
0.894
0.973
0.894
0.894
0.973
(A2, M2)
0
0
0
0
0
0
0
0
(A3, M1)
0.707
0.288
0.707
0.707
0.707
0.707
0.707
0.707
(A3, M2)
0.707
0.707
0.707
0.707
0.707
0.707
0.707
0.707
The similarities characterised by better performance have been highlighted in bold
Table 3
Results based on example network 3
Pair\(\backslash {}\)method
Baseline
Original
Unweighted
Weighted
BL
HeteSim
HA1
HA2
HA3
WHA1
WHA2
WHA3
(A1, M1)
1
0.943
0.816
0.816
0.908
0.943
0.943
0.971
(A1, M2)
0
0
0
0
0
0
0
0
(A2, M1)
0.816
0.707
0.816
0.816
0.908
0.707
0.707
0.828
(A2, M2)
0.577
0.236
0.5
0.5
0.5
0.316
0.316
0.316
(A3, M1)
0
0
0
0
0
0
0
0
(A3, M2)
1
0.943
0.816
0.816
0.908
0.943
0.943
0.971
(A4, M1)
0.577
0.236
0.5
0.5
0.5
0.316
0.316
0.316
(A4, M2)
0.816
0.707
0.816
0.816
0.908
0.707
0.707
0.828
The similarities characterised by better performance have been highlighted in bold
From the three examples above, the third subset selection strategy (i.e., subset of all papers published by the co-authors of the focal paper) outperforms the other two strategies. Moreover, by taking the sum of all scores (i.e., similarity measures) obtained from all publications of the focal author, this method enables us to evaluate the global expertise of an author based on his of her entire scientific production.
In what follows, we will use the third selection strategy and perform a comparison between our method (DHA) and the BL method applied to the MEDLINE data set. As in our data set most publications are associated with multiple MeSH terms, we chose to use the unweighted version of our method.
The output of both methods consists of vectors associated with authors representing their expertise in terms of each topic (i.e., MeSH term). To compare the two methods, for each author we consider the following measures: (1) the ratio between maximum and minimum values of the author’s expertise; (2) the author’s maximum normalised expertise (i.e., obtained by dividing all values in a vector by its norm); and (3) the normalised maximum expertise of authors that have published more than 10 papers at the time of the assessment of expertise (i.e., criterion 2 applied only to the subset of productive authors). Moreover, for every year, we calculate the mean and standard deviation of the values produced by the above assessment measures, and compare them across methods.
Table 4
Comparison between DHA and BL based on the first 10 years of the MEDLINE data set
Year
Measure
            (1)
            (2)
            (3)
Method
DHA
BL
DHA
BL
DHA
BL
1948
Mean
2.05
1.45
0.60
0.58
0.57
0.52
Std
3.54
1.13
0.17
0.17
0.14
0.12
1949
Mean
2.72
1.66
0.60
0.58
0.59
0.54
Std
6.24
1.63
0.16
0.16
0.14
0.12
1950
Mean
3.48
1.84
0.60
0.57
0.60
0.55
Std
9.59
2.09
0.16
0.15
0.14
0.12
1951
Mean
4.37
2.06
0.59
0.56
0.61
0.56
Std
13.85
2.65
0.15
0.14
0.14
0.12
1952
Mean
5.22
2.24
0.59
0.56
0.61
0.56
Std
18.36
3.15
0.15
0.14
0.14
0.12
1953
Mean
6.05
2.39
0.59
0.55
0.61
0.56
Std
23.02
3.60
0.15
0.14
0.14
0.11
1954
Mean
6.85
2.53
0.59
0.55
0.61
0.56
Std
28.05
4.01
0.15
0.13
0.14
0.11
1955
Mean
7.65
2.66
0.59
0.54
0.61
0.55
Std
33.04
4.41
0.15
0.13
0.14
0.11
1956
Mean
8.41
2.78
0.59
0.54
0.61
0.55
Std
38.16
4.79
0.15
0.13
0.14
0.11
1957
Mean
9.14
2.88
0.59
0.54
0.61
0.55
Std
43.32
5.13
0.15
0.13
0.14
0.11
(1) The ratio between maximum and minimum values of the author’s expertise; (2) the author’s maximum normalised expertise (i.e., obtained by dividing all values in a vector by its norm); and (3) the normalised maximum expertise of authors that have published more than 10 papers at the time of the assessment of expertise
The results reported in Table 4 show that the mean and standard deviation of the ratio between maximum and minimum values of author’s expertise obtained with the DHA method are higher than the mean and standard deviation obtained with the BL method, which suggests that DHA can better distinguish authors according to their expertise areas, whereas BL considers all authors involved in works relevant to multiple topics as interdisciplinary authors (i.e., with the same expertise on all MeSH terms, thus producing smaller ratios of maximum to minimum values of expertise). The results based on normalised maximum expertise of DHA are similar to those of BL when all authors are considered, but they differ when the methods are applied only to a restricted subset of productive authors, which suggests that our method has the potential to identify authors’ main areas of expertise precisely when they are most likely to work in multiple areas.
Figure 6 shows the frequency of productive authors with normalised maximum expertise ranging from 0 to 1. The BL method shows no authors with maximum expertise higher than 0.9, which suggests that there is no researcher dedicated to one single area and the maximum expertise of most authors lies in the middle. However, the results obtained with our method clearly highlight its ability to identify specialised authors that preferentially focus on one area (i.e., with high maximum expertise) and at the same time interdisciplinary authors whose work spans different areas (i.e., those with low maximum expertise).

8 Conclusions

In this work, we have proposed a new method based on path similarity and a number of subset selection strategies to identify authors’ expertise. Our method differs from previous works as it assigns expertise to a focal author by accounting for co-authors’ contributions to the works they were involved with. We have shown that our method can be applied to the HIN constructed from the MEDLINE corpus. However, the applicability of our method is not limited to just one data set. Indeed if we replace MeSH terms with the topic tags in MAG, our method can be directly applied to MAG. In this case, it can retrieve authors’ expertise based on topics as classified in MAG, and it can be suitably adjusted to reflect the depth and granularity required by users. In more general cases, users can generate their own topics from documents using topic modelling or other methods. By linking the generated topics and the corresponding documents, users can produce similar networks as those shown in Fig. 2, and they can then apply our method by selecting an appropriate subset. Our work can also be used to integrate standard approaches, for example in conjunction with topic modelling for documents or by using topic classification systems.
The lack of a ground truth does not enable a definitive validation of our method. While this represents a limitation of our work, it also opens up new avenues for future work. For example, to mitigate this limitation, we could check the Contributor Roles Taxonomy (CRediT) author statement available from several journals9 to identify which author was involved in which part of the research. However, CRediT statements are self-declared and not verifiable, which again highlights the need for methods such as the one we proposed in this article. Moreover, the CRediT author statements are not detailed enough to unambiguously indicate which specific expertise (e.g., MeSH term) should be associated with which author. Another possibility is to handpick some very interdisciplinary papers (i.e., with many MeSH terms). By reading the CV of the authors or searching for relevant information about them, we might be able to infer the MeSH terms associated with each author and then compare our prior knowledge with the results obtained using our method. This test represents a “sanity check”, and an example is given in the “Appendix”.
Our method has a number of important implications for research and practice. Understanding the composition of a team and being able to associate each co-author of a paper to one or several fields of expertise can spur new studies of the interdisciplinarity of research teams. For example, our method will enable us to distinguish between interdisciplinary papers co-authored by researchers with overlapping expertise, and equally interdisciplinary papers in which the co-authors have non-overlapping research profiles. This, in turn, could shed further light on the impact of team diversity on scientific success and knowledge creation. Moreover, being able to identify expertise facilitates a comparative assessment of two equally interdisciplinary studies, one pursued by an individual and the other by a group or researchers. In particular, our method enables us to distinguish between research solely pursued by one individual scholar with a highly interdisciplinary background and research pursued by an interdisciplinary group comprising of several highly specialised scholars. This variation in type and sources of interdisciplinarity is likely to be a critical nuance with non-trivial implications for innovation, research performance and the long-term impact of publications.
Our method has also practical implications for funding agencies, research institutions and scientists. First, it can assist funding agencies in the identification of appropriate reviewers with the right competence to evaluate research proposals. In turn, it may also assist reviewers in uncovering possible gaps between a proposed research and the combined expertise of the pool of applicants. Second, our method can also help research institutions to develop effective recruitment policies targeted at strengthening specific research fields or at developing new and fast-developing areas that require a prompt investment of resources. Finally, the identification of special expertise can help scientists in identifying potential collaborators and shaping successful research groups.
Open AccessThis article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://​creativecommons.​org/​licenses/​by/​4.​0/​.

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Anhänge

Appendix

Example of DHA using illustrative networks

Here we show how our method works out in full using illustrative networks, and we then compare the results with those obtained using the BL method. Figure 7 shows the illustrative networks from year 1 to year 5 (identical networks for five years). Figure 8 shows the illustrative networks from year 6 to year 10 (identical networks for 5 years). Before year 5, the four authors worked separately. A1 worked on M2 and M3 equally. A2 mainly worked on M1 and had some works related to M3. A3 mainly worked on M2 and had some works related to M3. A4 worked on M1 and M3 equally. From year 6, they started to collaborate. Specifically, A1 and A2 collaborated on papers related to M2 and M3, A2 and A3 collaborated on M1 and M2, A3 and A4 collaborated on M1 and M3. The publication lists can be found in Tables 5 and 6.
Based on their experience, it is not likely for A2 to have many contributions on M2 in P1 from year 6 to year 10 since he or she did not have any previous experience on that MeSH category. Similarly, it is not likely for A3 to have many contributions on M1 in P2 from year 6 to year 10. But they may acquire some experience from those collaborations. Thus, a good method should be able to allocate the credit of those collaborative works to those collaborators with corresponding experience.
Equations 2833 listed the expertise matrices given by BL and DHA, respectively. The results are similar between year 1 and year 5 and begin to differentiate from year 6.
At the end of year 5, both methods suggest that all four authors had similar expertise on M3, whereas A2 and A3 were experts on M1 and M2, respectively. BL simply counts the number of papers each author published on every MeSH term and adds them together. Following this idea, A2 gained the same amount of credit as A1 on M2 from P1 and as A3 from P2 from year 6 to year 10 although A2 never worked on M2 before year 6. As a result, at the end of year 10, A2 was recognised as an expert on M2, with the same expertise as A3.
However, under most circumstances, the contribution each scholar makes to the joint work is likely to relate to the specific topics or fields in which his or her expertise lies. Specifically, it is more reasonable to think that during the collaboration of P2 from year 6 to year 10, A2 contributed on M1 and A3 contributed on M2 based on their expertise. Therefore, A2 should gain the credit of M1 and A3 should gain the credit of M2. And the results obtained using DHA gave the expected result, i.e., A2 is an expert on M1 and A3 is an expert on M2 (see values in bold in Eq. 37).
$$\begin{aligned} \mathbf{M }_{t_1}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 1 &{} 1\\ 2 &{} 0 &{} 1\\ 0 &{} 2 &{} 1\\ 1 &{} 0 &{} 1 \end{array} \right] },\quad \mathbf{M }_{t_1}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 1 &{} 1\\ 2 &{} 0 &{} 1\\ 0 &{} 2 &{} 1\\ 1 &{} 0 &{} 1 \end{array} \right] } \end{aligned}$$
(28)
$$\begin{aligned} \mathbf{M }_{t_2}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 2 &{} 2\\ 4 &{} 0 &{} 2\\ 0 &{} 4 &{} 2\\ 2 &{} 0 &{} 2 \end{array} \right] },\quad \mathbf{M }_{t_2}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 1.95 &{} 1.95\\ 3.95 &{} 0 &{} 1.84\\ 0 &{} 3.95 &{} 1.84\\ 3.95 &{} 0 &{} 1.84 \end{array} \right] } \end{aligned}$$
(29)
$$\begin{aligned} \mathbf{M }_{t_3}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 3 &{} 3\\ 6 &{} 0 &{} 3\\ 0 &{} 6 &{} 3\\ 3 &{} 0 &{} 3 \end{array} \right] },\quad \mathbf{M }_{t_3}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 2.86 &{} 2.86\\ 5.88 &{} 0 &{} 2.61\\ 0 &{} 5.88 &{} 2.61\\ 2.86 &{} 0 &{} 2.86 \end{array} \right] } \end{aligned}$$
(30)
$$\begin{aligned} \mathbf{M }_{t_4}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 4 &{} 4\\ 8 &{} 0 &{} 4\\ 0 &{} 8 &{} 4\\ 4 &{} 0 &{} 4 \end{array} \right] },\quad \mathbf{M }_{t_4}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 3.76 &{} 3.76\\ 7.82 &{} 0 &{} 3.33\\ 0 &{} 7.82 &{} 3.33\\ 3.76 &{} 0 &{} 3.76 \end{array} \right] } \end{aligned}$$
(31)
$$\begin{aligned} \mathbf{M }_{t_5}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 5 &{} 5\\ 10 &{} 0 &{} 5\\ 0 &{} 10 &{} 5\\ 5 &{} 0 &{} 5 \end{array} \right] },\quad \mathbf{M }_{t_5}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 4.64 &{} 4.64\\ 9.75 &{} 0 &{} 4.02\\ 0 &{} 9.75 &{} 4.02\\ 4.64 &{} 0 &{} 4.64 \end{array} \right] } \end{aligned}$$
(32)
$$\begin{aligned} \mathbf{M }_{t_6}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 7 &{} 7\\ 12 &{} 4 &{} 7\\ 4 &{} 12 &{} 7\\ 7 &{} 0 &{} 7 \end{array} \right] },\quad \mathbf{M }_{t_6}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 5.94 &{} 5.79\\ 11.15 &{} 0.34 &{} 4.86\\ 0.34 &{} 11.15 &{} 4.86\\ 5.94 &{} 0 &{} 5.79 \end{array} \right] } \end{aligned}$$
(33)
$$\begin{aligned} \mathbf{M }_{t_7}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 9 &{} 9\\ 14 &{} 8 &{} 9\\ 8 &{} 14 &{} 9\\ 9 &{} 0 &{} 9 \end{array} \right] },\quad \mathbf{M }_{t_7}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 7.22 &{} 6.93\\ 12.54 &{} 0.72 &{} 5.69\\ 0.72 &{} 12.54 &{} 5.69\\ 7.22 &{} 0 &{} 6.93 \end{array} \right] } \end{aligned}$$
(34)
$$\begin{aligned} \mathbf{M }_{t_8}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 11 &{} 11\\ 16 &{} 12 &{} 11\\ 12 &{} 16 &{} 11\\ 11 &{} 0 &{} 11 \end{array} \right] },\quad \mathbf{M }_{t_8}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 8.50 &{} 8.05\\ 13.92 &{} 1.14 &{} 6.52\\ 1.14 &{} 13.92 &{} 6.52\\ 8.50 &{} 0 &{} 8.05 \end{array} \right] } \end{aligned}$$
(35)
$$\begin{aligned} \mathbf{M }_{t_9}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 13 &{} 13\\ 18 &{} 16 &{} 13\\ 16 &{} 18 &{} 13\\ 13 &{} 0 &{} 13 \end{array} \right] },\quad \mathbf{M }_{t_9}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 9.76 &{} 9.15\\ 15.3 &{} 1.61 &{} 7.33\\ 1.61 &{} 15.3 &{} 7.33\\ 9.76 &{} 0 &{} 9.15 \end{array} \right] } \end{aligned}$$
(36)
$$\begin{aligned} \mathbf{M }_{t_{10}}^\mathrm{{BL}}= & {} { \left[ \begin{array}{ccc} 0 &{} 15 &{} 15\\ 20 &{} 20 &{} 15\\ 20 &{} 20 &{} 15\\ 15 &{} 0 &{} 15 \end{array} \right] },\quad \mathbf{M }_{t_{10}}^\mathrm{{DHA}}={ \left[ \begin{array}{ccc} 0 &{} 11.02 &{} 10.25\\ \mathbf{16} .\mathbf{66} &{} \mathbf{2} .\mathbf{12} &{} 8.14\\ \mathbf{2} .\mathbf{12} &{} \mathbf{16} .\mathbf{66} &{} 8.14\\ 10.25 &{} 0 &{} 11.02 \end{array} \right] } \end{aligned}$$
(37)
Table 5
Publication list in the illustrative networks from year 1 to year 5
Author
Paper
MeSH
Year
A1
P1
M2, M3
1, 2, 3, 4, 5
A2
P2
M1, M3
1, 2, 3, 4, 5
A2
P3
M1
1, 2, 3, 4, 5
A3
P4
M2, M3
1, 2, 3, 4, 5
A3
P5
M2
1, 2, 3, 4, 5
A4
P6
M1, M3
1, 2, 3, 4, 5
Table 6
Publication list in the illustrative networks from year 6 to year 10
Author
Paper
MeSH
Year
A1, A2
P1
M2, M3
6, 7, 8, 9, 10
A1, A2
P1
M2, M3
6, 7, 8, 9, 10
A2, A3
P2
M1, M2
6, 7, 8, 9, 10
A2, A3
P2
M1, M2
6, 7, 8, 9, 10
A3, A4
P3
M1, M3
6, 7, 8, 9, 10
A3, A4
P3
M1, M3
6, 7, 8, 9, 10

An example based on real data

Here we provide an example based on a focal paper and show the results obtained using our method. The title of this focal paper is: “Calcium Levels and Calciuria in Decalcification in Acromegaly”.10 It was published in 1956, co-authored by five authors: S. De Sèze, A. Lichtwitz, D. Hioco, M. Delaville, H. Gille. Table 7 shows the MeSH terms associated with this paper, the relevant MeSH Tree ID and the corresponding category names. Table 8 shows the expertise of the five co-authors on the MeSH terms associated with the focal paper before the year 1956. The first author, Stanislas de Sèze, was a pioneering scholar of French rheumatology.11 He was already an expert in two categories: Musculoskeletal Disease, Nervous System Diseases and Humans (included in the category Eukaryota). This was indicated by the high values in his expertise vector: 90 for B01, 42 for C05 and 12 for C10. The second author, Alfred Lichtwitz, mainly worked on D06, B01 and C19. The third author, Denis Hioco, mainly worked on D01, D06, A12. The fourth author, M.Delaville, mainly worked on B01, D06, D01. The last author, Halvor Gille, was a new author, and this paper was his first publication.
Although there were some overlaps among those co-authors’ profiles, each of those co-authors (except the new author) had some major background knowledge in selected research areas. The desired method should be able to add appropriate value to the co-authors’ expertise vectors and update the expertise vectors so that they can better represent the evolution of the co-authors’ expertise.
The results are given in Table 9. Upon publication of this paper, Stanislas de Sèze obtains 0.762 on B01, 0.371 on C05 and 0.106 on C10, since he was the most experienced author in these three categories. Similarly, D. Hioco obtains 0.315 on D01 and 0.265 on A12; A. Lichtwitz obtains 0.193 on D01 and 0.211 on C19. However, M. Delaville does not achieve a high score as he was not the most experienced author in any of these categories. As for the new author, he gains some experience in nearly every category, especially those in which no one had much experience. In this example, he obtained 0.535 on D23, 0.424 on G02 and 0.366 on G03. In general, our method clearly returns a reasonable result which meets our expectation.
Table 7
MeSH terms associated with the focal paper, relevant MeSH Tree ID and corresponding category names
MeSH term
Relevant MeSH Tree ID
Categories
Acromegaly
[C05, C10, C19]
[Musculoskeletal diseases; nervous system diseases; endocrine system diseases]
Calcium
[D01, D23]
[Inorganic chemicals; biological dactors]
Hormones
[D06, D27]
[Hormones, hormone substitutes, and hormone antagonists; chemical actions and uses]
Humans
[B01]
[Eukaryota]
Osteoporosis
[C05, C18]
[Musculoskeletal diseases; nutritional and metabolic diseases]
Phosphorus
[D01]
[Inorganic chemicals]
Urine
[A12]
[Fluids and secretions]
Water–electrolyte balance
[G02, G03, G07]
[Chemical phenomena; metabolism; physiological phenomena]
Table 8
Expertise of co-authors on the MeSH terms associated with the focal paper before year 1956
 
D06
D27
B01
D01
D23
A12
C05
C10
C19
G02
G03
G07
C18
M. Delaville
4.860
2.477
10.200
3.235
0.188
0.915
1.472
0.211
2.758
0.456
0.089
1.010
0.971
H. Gille
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.000
0.000
A. Lichtwitz
7.139
3.963
22.821
3.141
1.295
0.987
4.754
1.064
6.219
2.074
2.406
2.576
2.821
D. Hioco
3.283
2.543
1.172
3.887
0.863
2.338
0.444
0.289
0.973
0.000
0.816
0.131
2.014
De Sèze
3.514
0.682
90.230
0.417
0.196
0.157
42.682
12.108
0.390
0.213
0.000
0.133
0.697
Table 9
Expertise acquired from the focal paper
 
D06
D27
B01
D01
D23
A12
C05
C10
C19
G02
G03
G07
C18
M. Delaville
0.185
0.097
0.084
0.141
0.041
0.048
0.005
0.006
0.092
0.038
0.027
0.051
0.038
H. Gille
0.101
0.183
0.011
0.165
0.535
0.347
0.023
0.082
0.144
0.424
0.366
0.339
0.263
A. Lichtwitz
0.193
0.113
0.206
0.066
0.053
0.025
0.020
0.006
0.211
0.083
0.092
0.096
0.087
D. Hioco
0.140
0.162
0.003
0.315
0.110
0.265
0.003
0.011
0.033
0.050
0.072
0.041
0.157
De Sèze
0.012
0.002
0.762
0.002
0.005
0.003
0.371
0.106
0.001
0.004
0.003
0.003
0.003
Note: The value corresponding to the MeSH category in which each author is most experienced has been highlighted in bold.

Summary

In “Appendix A.1”, we showed how our method works out in full using illustrative networks and then compared the results with those obtained with the BL method. In this example, four authors with their publication lists of 10 years are given. By checking the publication history of those authors, indeed we can confirm that the second and the third authors are experts in different topics. Our method was able to correctly identify the expertise of each author. However, the BL method gave a result according to which the research profiles of the two authors were the same. This example and the comparison between methods thus showed that our method outperformed the BL one.
In “Appendix A.2”, we gave an example of a handpicked paper, and provided the results obtained using our method. We showed that our method correctly assigned expertise to the most experienced author on most MeSH terms. And authors would not acquire much experience in categories that they were not familiar with. The result showed that our method was able to add appropriate value to the co-authors’ expertise vectors and update them so that they could better represent the evolution of co-authors’ expertise.
Despite the lack of ground truth data to definitively validate the performance of our method, the examples in the “Appendix” provide some possible ways to test our method. The results showed that our method can provide a reasonable assessment of authors’ expertise.
Fußnoten
6
The following are the 16 most general categories: (A) Anatomy; (B) Organisms; (C) Diseases; (D) Chemicals and Drugs; (E) Analytical, Diagnostic and Therapeutic Techniques and Equipment; (F) Psychiatry and Psychology; (G) Phenomena and Processes; (H) Disciplines and Occupations; (I) Anthropology, Education, Sociology and Social Phenomena; (J) Technology, Industry, Agriculture; (K) Humanities; (L) Information Science; (M) Named Groups; (N) Health Care; (V) Publication Characteristics; (Z) Geographicals.
 
7
In cases where the MeSH Unique ID has two MeSH Tree IDs, we kept both MeSH Tree IDs.
 
8
The data and code necessary to replicate the results here presented are available at: https://​github.​com/​XianchengLI/​JEIC_​expertise/​
 
Literatur
Zurück zum Zitat AlShebli BK, Rahwan T, Woon WL (2018) The preeminence of ethnic diversity in scientific collaboration. Nat Commun 9(1):5163CrossRef AlShebli BK, Rahwan T, Woon WL (2018) The preeminence of ethnic diversity in scientific collaboration. Nat Commun 9(1):5163CrossRef
Zurück zum Zitat Balog K, De Rijke M et al (2007) Determining expert profiles (with an application to expert finding). IJCAI 7:2657–2662 Balog K, De Rijke M et al (2007) Determining expert profiles (with an application to expert finding). IJCAI 7:2657–2662
Zurück zum Zitat Balog K, Fang Y, de Rijke M, Serdyukov P, Si L et al (2012) Expertise retrieval. Found Trends® Inf Retr 6(2–3):127–256CrossRef Balog K, Fang Y, de Rijke M, Serdyukov P, Si L et al (2012) Expertise retrieval. Found Trends® Inf Retr 6(2–3):127–256CrossRef
Zurück zum Zitat Bao P, Zhai C (2017) Dynamic credit allocation in scientific literature. Scientometrics 112(1):595–606CrossRef Bao P, Zhai C (2017) Dynamic credit allocation in scientific literature. Scientometrics 112(1):595–606CrossRef
Zurück zum Zitat Begum SSF, Rajesh A, Vinnarasi M (2016) Meta path based top-k similarity join in heterogeneous information networks. arXiv:1610.09769 [csSI] Begum SSF, Rajesh A, Vinnarasi M (2016) Meta path based top-k similarity join in heterogeneous information networks. arXiv:​1610.​09769 [csSI]
Zurück zum Zitat Berendsen R, De Rijke M, Balog K, Bogers T, Van Den Bosch A (2013) On the assessment of expertise profiles. J Am Soc Inf Sci Technol 64(10):2024–2044CrossRef Berendsen R, De Rijke M, Balog K, Bogers T, Van Den Bosch A (2013) On the assessment of expertise profiles. J Am Soc Inf Sci Technol 64(10):2024–2044CrossRef
Zurück zum Zitat Blei DM, Ng AY, Jordan MI (2003) Latent dirichlet allocation. J Mach Learn Res 3(Jan):993–1022 Blei DM, Ng AY, Jordan MI (2003) Latent dirichlet allocation. J Mach Learn Res 3(Jan):993–1022
Zurück zum Zitat Duan D, Li Y, Li R, Lu Z, Wen A (2012) MEI: mutual enhanced infinite community-topic model for analyzing text-augmented social networks. Comput J 56(3):336–354CrossRef Duan D, Li Y, Li R, Lu Z, Wen A (2012) MEI: mutual enhanced infinite community-topic model for analyzing text-augmented social networks. Comput J 56(3):336–354CrossRef
Zurück zum Zitat Fortunato S, Bergstrom CT, Börner K, Evans JA, Helbing D, Milojević S, Petersen AM, Radicchi F, Sinatra R, Uzzi B et al (2018) Science of science. Science 359(6379):eaao0185CrossRef Fortunato S, Bergstrom CT, Börner K, Evans JA, Helbing D, Milojević S, Petersen AM, Radicchi F, Sinatra R, Uzzi B et al (2018) Science of science. Science 359(6379):eaao0185CrossRef
Zurück zum Zitat Foulkes W, Neylon N (1996) Redefining authorship. Relative contribution should be given after each author’s name. Br Med J 312(7043):1423CrossRef Foulkes W, Neylon N (1996) Redefining authorship. Relative contribution should be given after each author’s name. Br Med J 312(7043):1423CrossRef
Zurück zum Zitat Gerlach M, Peixoto TP, Altmann EG (2018) A network approach to topic models. Sci Adv 4(7):eaaq1360CrossRef Gerlach M, Peixoto TP, Altmann EG (2018) A network approach to topic models. Sci Adv 4(7):eaaq1360CrossRef
Zurück zum Zitat Hertzum M, Pejtersen AM (2000) The information-seeking practices of engineers: searching for documents as well as for people. Inf Process Manag 36(5):761–778CrossRef Hertzum M, Pejtersen AM (2000) The information-seeking practices of engineers: searching for documents as well as for people. Inf Process Manag 36(5):761–778CrossRef
Zurück zum Zitat Hirsch JE (2005) An index to quantify an individual’s scientific research output. Proc Natl Acad Sci USA 102(46):16569–16572CrossRef Hirsch JE (2005) An index to quantify an individual’s scientific research output. Proc Natl Acad Sci USA 102(46):16569–16572CrossRef
Zurück zum Zitat Hirsch JE (2007) Does the H index have predictive power? Proc Natl Acad Sci USA 104(49):19193–19198CrossRef Hirsch JE (2007) Does the H index have predictive power? Proc Natl Acad Sci USA 104(49):19193–19198CrossRef
Zurück zum Zitat Hofmann K, Balog K, Bogers T, De Rijke M (2010) Contextual factors for finding similar experts. J Am Soc Inf Sci Technol 61(5):994–1014CrossRef Hofmann K, Balog K, Bogers T, De Rijke M (2010) Contextual factors for finding similar experts. J Am Soc Inf Sci Technol 61(5):994–1014CrossRef
Zurück zum Zitat Koopman R, Powers W, Wang Z, Wei SJ (2010) Give credit where credit is due: tracing value added in global production chains. Technical report. National Bureau of Economic Research Koopman R, Powers W, Wang Z, Wei SJ (2010) Give credit where credit is due: tracing value added in global production chains. Technical report. National Bureau of Economic Research
Zurück zum Zitat Lawrence PA (2007) The mismeasurement of science. Curr Biol 17(15):R583–R585CrossRef Lawrence PA (2007) The mismeasurement of science. Curr Biol 17(15):R583–R585CrossRef
Zurück zum Zitat Lin Z, Lyu MR, King I (2006) PageSim: a novel link-based measure of web page similarity. In: Proceedings of the 15th International Conference on World Wide Web. ACM, pp 1019–1020 Lin Z, Lyu MR, King I (2006) PageSim: a novel link-based measure of web page similarity. In: Proceedings of the 15th International Conference on World Wide Web. ACM, pp 1019–1020
Zurück zum Zitat Meng X, Shi C, Li Y, Zhang L, Wu B (2014) Relevance measure in large-scale heterogeneous networks. In: Asia-Pacific Web Conference. Springer, Berlin, pp 636–643 Meng X, Shi C, Li Y, Zhang L, Wu B (2014) Relevance measure in large-scale heterogeneous networks. In: Asia-Pacific Web Conference. Springer, Berlin, pp 636–643
Zurück zum Zitat Newman ME (2004) Coauthorship networks and patterns of scientific collaboration. Proc Natl Acad Sci USA 101(suppl 1):5200–5205CrossRef Newman ME (2004) Coauthorship networks and patterns of scientific collaboration. Proc Natl Acad Sci USA 101(suppl 1):5200–5205CrossRef
Zurück zum Zitat Nguyen HV, Bai L (2010) Cosine similarity metric learning for face verification. In: Asian Conference on Computer Vision. Springer, Berlin, pp 709–720 Nguyen HV, Bai L (2010) Cosine similarity metric learning for face verification. In: Asian Conference on Computer Vision. Springer, Berlin, pp 709–720
Zurück zum Zitat Pirotte A, Renders JM, Saerens M et al (2007) Random-walk computation of similarities between nodes of a graph with application to collaborative recommendation. IEEE Trans Knowl Data Eng 3:355–369 Pirotte A, Renders JM, Saerens M et al (2007) Random-walk computation of similarities between nodes of a graph with application to collaborative recommendation. IEEE Trans Knowl Data Eng 3:355–369
Zurück zum Zitat Ramage D, Rafferty AN, Manning CD (2009) Random walks for text semantic similarity. In: Proceedings of the 2009 workshop on graph-based methods for natural language processing. Association for Computational Linguistics, pp 23–31 Ramage D, Rafferty AN, Manning CD (2009) Random walks for text semantic similarity. In: Proceedings of the 2009 workshop on graph-based methods for natural language processing. Association for Computational Linguistics, pp 23–31
Zurück zum Zitat Rosen-Zvi M, Griffiths T, Steyvers M, Smyth P (2004) The author-topic model for authors and documents. In: Proceedings of the 20th Conference on Uncertainty in Artificial Intelligence. AUAI Press, pp 487–494 Rosen-Zvi M, Griffiths T, Steyvers M, Smyth P (2004) The author-topic model for authors and documents. In: Proceedings of the 20th Conference on Uncertainty in Artificial Intelligence. AUAI Press, pp 487–494
Zurück zum Zitat Rybak J, Balog K, Nørvåg K (2014) Temporal expertise profiling. In: European Conference on Information Retrieval. Springer, Berlin, pp 540–546 Rybak J, Balog K, Nørvåg K (2014) Temporal expertise profiling. In: European Conference on Information Retrieval. Springer, Berlin, pp 540–546
Zurück zum Zitat Serdyukov P, Taylor M, Vinay V, Richardson M, White RW (2011) Automatic people tagging for expertise profiling in the enterprise. In: European Conference on Information Retrieval. Springer, Berlin, pp 399–410 Serdyukov P, Taylor M, Vinay V, Richardson M, White RW (2011) Automatic people tagging for expertise profiling in the enterprise. In: European Conference on Information Retrieval. Springer, Berlin, pp 399–410
Zurück zum Zitat Shen HW, Barabási AL (2014) Collective credit allocation in science. Proc Natl Acad Sci 111(34):12325–12330CrossRef Shen HW, Barabási AL (2014) Collective credit allocation in science. Proc Natl Acad Sci 111(34):12325–12330CrossRef
Zurück zum Zitat Shi C, Kong X, Yu PS, Xie S, Wu B (2012) Relevance search in heterogeneous networks. In: Proceedings of the 15th International Conference on Extending Database Technology. ACM, pp 180–191 Shi C, Kong X, Yu PS, Xie S, Wu B (2012) Relevance search in heterogeneous networks. In: Proceedings of the 15th International Conference on Extending Database Technology. ACM, pp 180–191
Zurück zum Zitat Shi C, Kong X, Huang Y, Philip SY, Wu B (2014) HeteSim: a general framework for relevance measure in heterogeneous networks. IEEE Trans Knowl Data Eng 26(10):2479–2492CrossRef Shi C, Kong X, Huang Y, Philip SY, Wu B (2014) HeteSim: a general framework for relevance measure in heterogeneous networks. IEEE Trans Knowl Data Eng 26(10):2479–2492CrossRef
Zurück zum Zitat Silva J, Ribeiro P, Silva F (2018) Hierarchical expert profiling using heterogeneous information networks. In: International Conference on Discovery Science. Springer, Berlin, pp 344–360 Silva J, Ribeiro P, Silva F (2018) Hierarchical expert profiling using heterogeneous information networks. In: International Conference on Discovery Science. Springer, Berlin, pp 344–360
Zurück zum Zitat Smalheiser NR, Torvik VI (2009) Author name disambiguation. Ann Rev Inf Sci Technol 43(1):1–43CrossRef Smalheiser NR, Torvik VI (2009) Author name disambiguation. Ann Rev Inf Sci Technol 43(1):1–43CrossRef
Zurück zum Zitat Stallings J, Vance E, Yang J, Vannier MW, Liang J, Pang L, Dai L, Ye I, Wang G (2013) Determining scientific impact using a collaboration index. Proc Natl Acad Sci USA 110(24):9680–9685CrossRef Stallings J, Vance E, Yang J, Vannier MW, Liang J, Pang L, Dai L, Ye I, Wang G (2013) Determining scientific impact using a collaboration index. Proc Natl Acad Sci USA 110(24):9680–9685CrossRef
Zurück zum Zitat Sun Y, Han J, Zhao P, Yin Z, Cheng H, Wu T (2009a) RankClus: integrating clustering with ranking for heterogeneous information network analysis. In: Proceedings of the 12th International Conference on Extending Database Technology: Advances in Database Technology. ACM, pp 565–576 Sun Y, Han J, Zhao P, Yin Z, Cheng H, Wu T (2009a) RankClus: integrating clustering with ranking for heterogeneous information network analysis. In: Proceedings of the 12th International Conference on Extending Database Technology: Advances in Database Technology. ACM, pp 565–576
Zurück zum Zitat Sun Y, Yu Y, Han J (2009b) Ranking-based clustering of heterogeneous information networks with star network schema. In: Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. ACM, pp 797–806 Sun Y, Yu Y, Han J (2009b) Ranking-based clustering of heterogeneous information networks with star network schema. In: Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. ACM, pp 797–806
Zurück zum Zitat Sun Y, Han J, Yan X, Yu PS, Wu T (2011) PathSim: meta path-based top-k similarity search in heterogeneous information networks. Proc VLDB Endow 4(11):992–1003CrossRef Sun Y, Han J, Yan X, Yu PS, Wu T (2011) PathSim: meta path-based top-k similarity search in heterogeneous information networks. Proc VLDB Endow 4(11):992–1003CrossRef
Zurück zum Zitat Tang J (2016) AMiner: toward understanding big scholar data. In: Proceedings of the ninth ACM International Conference on Web Search and Data Mining. ACM, pp 467–467 Tang J (2016) AMiner: toward understanding big scholar data. In: Proceedings of the ninth ACM International Conference on Web Search and Data Mining. ACM, pp 467–467
Zurück zum Zitat Tang J, Jin R, Zhang J (2008) A topic modeling approach and its integration into the random walk framework for academic search. In: Eighth IEEE International Conference on Data Mining. IEEE, pp 1055–1060 Tang J, Jin R, Zhang J (2008) A topic modeling approach and its integration into the random walk framework for academic search. In: Eighth IEEE International Conference on Data Mining. IEEE, pp 1055–1060
Zurück zum Zitat Torvik VI, Smalheiser NR (2009) Author name disambiguation in medline. ACM Trans Knowl Discov Data (TKDD) 3(3):11 Torvik VI, Smalheiser NR (2009) Author name disambiguation in medline. ACM Trans Knowl Discov Data (TKDD) 3(3):11
Zurück zum Zitat Tsatsaronis G, Varlamis I, Torge S, Reimann M, Nørvåg K, Schroeder M, Zschunke M (2011) How to become a group leader? Or modeling author types based on graph mining. In: International Conference on Theory and Practice of Digital Libraries. Springer, Berlin, pp 15–26 Tsatsaronis G, Varlamis I, Torge S, Reimann M, Nørvåg K, Schroeder M, Zschunke M (2011) How to become a group leader? Or modeling author types based on graph mining. In: International Conference on Theory and Practice of Digital Libraries. Springer, Berlin, pp 15–26
Zurück zum Zitat Tscharntke T, Hochberg ME, Rand TA, Resh VH, Krauss J (2007) Author sequence and credit for contributions in multiauthored publications. PLoS Biol 5(1):e18CrossRef Tscharntke T, Hochberg ME, Rand TA, Resh VH, Krauss J (2007) Author sequence and credit for contributions in multiauthored publications. PLoS Biol 5(1):e18CrossRef
Zurück zum Zitat Van Gysel C, de Rijke M, Worring M (2016) Unsupervised, efficient and semantic expertise retrieval. In: Proceedings of the 25th International Conference on World Wide Web. International World Wide Web Conferences Steering Committee, pp 1069–1079 Van Gysel C, de Rijke M, Worring M (2016) Unsupervised, efficient and semantic expertise retrieval. In: Proceedings of the 25th International Conference on World Wide Web. International World Wide Web Conferences Steering Committee, pp 1069–1079
Zurück zum Zitat Van Rijnsoever FJ, Hessels LK (2011) Factors associated with disciplinary and interdisciplinary research collaboration. Res Policy 40(3):463–472CrossRef Van Rijnsoever FJ, Hessels LK (2011) Factors associated with disciplinary and interdisciplinary research collaboration. Res Policy 40(3):463–472CrossRef
Zurück zum Zitat Wang C, Liu J, Desai N, Danilevsky M, Han J (2015) Constructing topical hierarchies in heterogeneous information networks. Knowl Inf Syst 44(3):529–558CrossRef Wang C, Liu J, Desai N, Danilevsky M, Han J (2015) Constructing topical hierarchies in heterogeneous information networks. Knowl Inf Syst 44(3):529–558CrossRef
Zurück zum Zitat Wang C, Sun Y, Song Y, Han J, Song Y, Wang L, Zhang M (2016) RelSim: relation similarity search in schema-rich heterogeneous information networks. In: Proceedings of the 2016 SIAM International Conference on Data Mining. SIAM, pp 621–629 Wang C, Sun Y, Song Y, Han J, Song Y, Wang L, Zhang M (2016) RelSim: relation similarity search in schema-rich heterogeneous information networks. In: Proceedings of the 2016 SIAM International Conference on Data Mining. SIAM, pp 621–629
Zurück zum Zitat Wang J, Hu X, Tu X, He T (2012) Author-conference topic-connection model for academic network search. In: Proceedings of the 21st ACM International Conference on Information and Knowledge Management. ACM, pp 2179–2183 Wang J, Hu X, Tu X, He T (2012) Author-conference topic-connection model for academic network search. In: Proceedings of the 21st ACM International Conference on Information and Knowledge Management. ACM, pp 2179–2183
Zurück zum Zitat Xiong Y, Zhu Y, Philip SY (2015) Top-k similarity join in heterogeneous information networks. IEEE Trans Knowl Data Eng 27(6):1710–1723CrossRef Xiong Y, Zhu Y, Philip SY (2015) Top-k similarity join in heterogeneous information networks. IEEE Trans Knowl Data Eng 27(6):1710–1723CrossRef
Zurück zum Zitat Xu S, Shi Q, Qiao X, Zhu L, Jung H, Lee S, Choi SP (2014) Author-topic over time (AToT): a dynamic users’ interest model. In: James J. (Jong Hyuk) Park et al (eds) Mobile, Ubiquitous, and Intelligent Computing, 239 Lecture Notes in Electrical Engineering 274. Springer, Berlin, pp 239–245 Xu S, Shi Q, Qiao X, Zhu L, Jung H, Lee S, Choi SP (2014) Author-topic over time (AToT): a dynamic users’ interest model. In: James J. (Jong Hyuk) Park et al (eds) Mobile, Ubiquitous, and Intelligent Computing, 239 Lecture Notes in Electrical Engineering 274. Springer, Berlin, pp 239–245
Zurück zum Zitat Yao K, Mak HF, et al (2014) PathSimExt: revisiting PathSim in heterogeneous information networks. In: International Conference on Web-Age Information Management Springer, Berlin, pp 38–42 Yao K, Mak HF, et al (2014) PathSimExt: revisiting PathSim in heterogeneous information networks. In: International Conference on Web-Age Information Management Springer, Berlin, pp 38–42
Metadaten
Titel
A network approach to expertise retrieval based on path similarity and credit allocation
verfasst von
Xiancheng Li
Luca Verginer
Massimo Riccaboni
P. Panzarasa
Publikationsdatum
01.07.2021
Verlag
Springer Berlin Heidelberg
Erschienen in
Journal of Economic Interaction and Coordination / Ausgabe 2/2022
Print ISSN: 1860-711X
Elektronische ISSN: 1860-7128
DOI
https://doi.org/10.1007/s11403-020-00315-0

Weitere Artikel der Ausgabe 2/2022

Journal of Economic Interaction and Coordination 2/2022 Zur Ausgabe