Next Article in Journal
SLEC: A Novel Serverless RFID Authentication Protocol Based on Elliptic Curve Cryptography
Previous Article in Journal
Resonant Tunneling Diode (RTD) Terahertz Active Transmission Line Oscillator with Graphene-Plasma Wave and Two Graphene Antennas
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Expert Finding Considering Dynamic Profiles and Trust in Social Networks

1
Department of SW Convergence Technology, Wonkwang University, Iksandae 460, Iksan, Jeonbuk 54538, Korea
2
Department of Information and Communication Engineering, Chungbuk National University, Chungdae-ro 1, Seowon-Gu, Cheongju, Chungbuk 28644, Korea
*
Author to whom correspondence should be addressed.
Electronics 2019, 8(10), 1165; https://doi.org/10.3390/electronics8101165
Submission received: 24 September 2019 / Revised: 2 October 2019 / Accepted: 13 October 2019 / Published: 15 October 2019
(This article belongs to the Section Computer Science & Engineering)

Abstract

:
Recently, social network services that express individual opinions and thoughts have been significantly developed. As unreliable information is generated and shared by arbitrary users in social network services, many studies have been conducted to find users who provide reliable and professional information. In this paper, we propose an expert finding scheme to discover users who can answer users’ questions professionally in social network services. We use a dynamic profile to extract the user’s latest interest through an analysis of the user’s recent activity. To improve the accuracy of the expert finding results, we consider the user trust and response quality. We conduct a performance evaluation with the existing schemes through various experiments to verify the superiority of the proposed scheme.

1. Introduction

Due to the complexity and diversity of societies, the information distribution has changed rapidly, and the needs of users have also diversified. As the active participation of users through online services increases, Social Network Services (SNS) are being used as a media platform to deliver information among users based on human networks [1,2,3]. Recently, SNS have been changed into media to create and reprocess various types of information [4,5,6,7,8]. In SNS, inaccurate or meaningless information can be shared among users, since untrusted users can generate and distribute information indiscriminately [9,10,11,12]. Therefore, it is difficult to select the information that users want and to find users who provide the information they want among many users [13,14,15,16,17]. In addition, it is not guaranteed that a user connected to a network relationship is an expert who can provide a high quality response for user questions [18,19,20,21,22,23].
There have been studies on SNS to find experts who can provide users with high-quality information or answer users’ questions [23,24,25,26,27,28]. The existing expert finding schemes determine users with keywords of interest similar to the user’s desired information using the profile of social network users [29,30]. For example, an expert is found by comparing keywords included in a user’s question with keywords extracted from the user’s profile [15,18,19,20,31,32]. In [15], an expert finding scheme proposed to determine experts by comparing question keywords and keywords included the user’s profile. To improve the accuracy of expert finding, the schemes that analyze the user’s recent activities and compare them with question keywords have been proposed [33,34,35]. Since only the keywords of interest are extracted through user activity analysis, a social network user that creates a lot of information is determined as an expert. This does not guarantee that the user identified is an expert [36,37,38]. It is not possible to determine whether a user identified as an expert can answer the question well [39,40,41,42,43,44]. Therefore, the trust and quality of the identified user should be considered to receive reliable responses to the user’s question.
We have previously proposed a basic expert finding scheme [45]. In this paper, we propose an effective scheme to find an expert who can answer users’ questions with reliability, as the extended version of the scheme proposed in [45]. The proposed scheme analyzes the user’s recent social activities to generate a dynamic profile to express the user’s interest. To ensure the latest user’s dynamic profile, the user’s social activities are periodically collected and analyzed. The generated dynamic profile is compared with question keywords extended through ontology to extend the finding ranges to keywords with similar meanings. Since the user who created and distributed meaningless or false information can be identified as an expert, the untrusted user should be removed, and the expert who can answer the question should be identified. For this, the proposed scheme determines the trust of the social network users and considers the response quality of the users identified as experts.
This paper is organized as follows. In Section 2, related works are described. The proposed scheme that finds experts in social network environments is explained in Section 3. In Section 4, the performance of the proposed scheme is verified through various performance evaluations. Finally, the conclusion of this paper is presented in Section 5.

2. Related Work

To identify users with relevant expertise or experience for a given topic, Zhang proposed a propagation-based scheme that considers both person local information and social relationships between users [19]. To calculate an initial expert score for each user, the user location information is used. The social relationship is used to improve the accuracy of expert finding.
Fu proposed an expertise propagation scheme to find experts using social network analysis [31]. This scheme generated the social networks from email messages and web pages to discover other potential experts. A candidate can acquire extra expertise probability from a trusted expert who has a strong relationship with the candidate. Bozzon proposed an expert finding scheme considering expertise information and routes to reach experts to select top-k experts [34]. To analyze the expertise of a user, profile and social activities were considered.
Duchateau proposed three strategies for finding an acquaintance who is able to answer a given question [15]. First, the proposed scheme integrates profiles of the same user to detect the interests of a user. Each profile includes a set of tags and a set of acquaintances. Three strategies, such as simple matching, clusters, and trees, are developed to rank acquaintances. A simple matching strategy finds experts by comparing user profiles and question words, along with cluster and tree strategies, in order to improve the expert finding performance. The cluster strategy expands queries and profile information with a thesaurus, using synonyms to compare them. The tree strategy constructs semantic inclusion relationships between words as a tree, thereby finding profile information similar to the queried keywords to improve the processing speed.
Vu developed a social search engine called Odin to help users search targeted answers [26]. In this approach, a link-based latent variable model is applied to infer social relationships between users from their social network to form a strength-weighted relationship graph. User expertise is determined by mining social network data, as well as sensor data, from mobile devices. A pagerank-like algorithm considering the relationship strength and the user expertise is used to search for a user that is able to answer the question.

3. The Proposed Expert Finding Scheme

3.1. Architecture

In this paper, we propose a scheme to find experts who can provide reliable responses to users’ questions in SNS. The proposed scheme considers the trust and response quality of the user identified as an expert to improve the accuracy of the expert finding results. The existing schemes use a static profile described by users directly or generate a recent profile through analyzing social activities. In the proposed scheme, not only user created information and shared information, but also additional social activities such as comments, scraps, and recommendations, are analyzed to generate a user’s dynamic profile. The user trust is determined by using the user reputation so that an untrusted user is not extracted as an expert. The user who can provide a reliable response to the question is determined by using the dynamic profile and trust. The user who can provide a high-quality response is identified by considering the user’s past response quality. The proposed scheme employs a server that finds experts as the main server; a database storage system that manages user profiles; and ontology to solve the issues of inaccuracy for the expert finding results, as well as the time cost due to matching results in real time in existing schemes. The main server manages the database storage system and performs query processing to reduce the time cost of matching results and improve the accuracy by utilizing ontology. The database storage system analyzes recent social activities of users in social networks periodically and updates dynamic profiles to ensure up-to-date and accurate results.
Figure 1 shows the proposed expert finding system architecture. The expert finding system consists of seven modules, including social activity analysis, reputation analysis, response analysis, query analysis, clustering creation, ontology, and result generation. The social activity analysis, reputation analysis, and response analysis determine the dynamic profile, user trust, and user quality. The proposed scheme analyzes recent social activity periodically and stores dynamic profiles to solve the issues in existing schemes, which only produce a finding when they receive a question. Ontology contains the synonyms, hyponyms, and antonyms of words. In addition, a query cluster is configured using ontology, and the finding results are provided to users by matching their question with dynamic profiles in the database storage system.
Figure 2 shows the process of expert finding of the proposed scheme. The scheme periodically analyzes the social activities, reputation, and response histories to determine the dynamic profile, user trust, and user quality. When a user asks a question in an expert finding system, the server analyzes the question and extracts the keywords from the question. The extracted keywords generate a cluster using ontology to produce expanded results. The candidate experts are generated by comparing the user’s dynamic profile with the extracted keywords included in a cluster. The final experts which can provide a reliable response are recommended by using the user trust and user quality. The user evaluates the response quality of the expert and the evaluated content is used for the answer quality of the expert.

3.2. Dynamic Profile

In SNS, users build a human network and write personal information and interests in profiles to find users with similar preferences and expand human networking. In this paper, theses profiles are called static profiles. General users do not update their profiles, even if their interests change. The profile that the user directly described is written from a personal perspective and so it is difficult to use it as a way to express the user’s expertise. Therefore, the social activities are analyzed to generate a dynamic profile which represents the user’s interest in an objective perspective.
Figure 3 shows the process of social activity analysis employed to generate a dynamic profile. The social activity analysis consists of three steps, such as social information collection, social information analysis, and dynamic profile generation. The social information collection step collects the user-related documents and the other user’s social activities. The user-related documents are documents created or shared through the user’s direct social activities and the other user’s social activities are scrap posts, recommendations, comments, and the number of users included by other users in user-related documents. The social information analysis step extracts keywords from the user-related documents and calculates the influence through analyzing the other user’s social activities. The more users participate in the user-related documents, the more popular and reliable it is, and the more weight it has. The dynamic profile creation step calculates an expertise score by assigning influence and weight to keywords extracted from the document. The average value of the expertise score and the occurrence frequency of each keyword are calculated, because the same keywords can be extracted from different documents. When the social activity analysis is completed, the user’s dynamic profile is generated through the keyword list, expertise score, and occurrence frequency.
To generate a user’s dynamic profile, the scheme collects documents D = { D 1 , D 2 , , D n } created or shared over SNS during a recent time interval. In the social information analysis step, the keywords are extracted from each collected document D i by performing text mining. The influence and weight of each document are also calculated. The keyword importance S E i is calculated for the extracted keywords by considering the influence and weight. Equation (1) is the expression that is used to calculate the keyword importance S E i , where W i and S i are the weight and influence of document D i , k is the amount of activity, and b is a constant value. The amount of activity k is the number of documents created by the user. The greater the utilization, the more active the activity is determined as one user and the keyword specialty is increased. The larger the utilization, the greater the number of more active users identified and the more the keyword importance is increased.
S E i = W i S i b k
The more documents are used and recommended by many users, the more popular and reliable documents can be determined. Therefore, the proposed scheme assigns a weight considering the number of users that participated in a corresponding document. Equation (2) calculates the weight W i of document D i , where N i is the number of users that participated in document D i , while a is a constant value. In Equation (2), if more than a users are interested in a document, the document is regarded as reliable and objective; that is, a high weight is assigned if a specific document is read by many users or creates many comments.
W i = e N i a 1
If users give positive comments to specific documents or make a lot of scraps and recommendations for a specific document, the document can be judged as a document that has a great influence on other users. The influence of document D i is calculated by the number of scraps, the number of recommendations, and the number of comments. Equation (3) is an expression that calculates the influence of document D i , where ε, N S i , N R i , and N C i are a constant value, the number of scraps of D i , the number of recommendations of D i , and the comment score of D i , respectively. By analyzing the meaning of the comment, the comment score is given as 1, 0, or 0.5, depending on whether the meaning of the comment is positive, negative, or neutral. If S i is larger than the constant ε, 1 is assigned.
S i = { 1 , S i ε N S i + N C i + N R i N i , 0 S i ε
The keyword expertise K i j of the keyword j extracted from document D i is assigned the same S E i assigned to D i . In order to determine a user’s expertise, the expertise score E K j of keyword j is assigned as an average value of keyword expertise K i j of the same keyword extracted from various documents created or shared by a user. A user profile is generated by using the expertise score E K j of a keyword extracted from a document created or shard by a user. This profile is periodically updated using recent documents.
Figure 4 shows an example of how to generate a profile through keywords extracted from a document created by a user. Assuming that keywords A, B, C, D, E, F, and G are extracted from documents (Posts 1, 2, and 3) created by a user, a user’s dynamic profile is created based on the calculation of a mean of S E i that represents the expertise E K j per keyword and the frequency. In the social information analysis step, a keyword is extracted from all documents created by a user, and a keyword importance S E i per keyword is calculated to generate a dynamic profile. In the keyword sorting step, the same keywords as keywords E and G are found by sorting all keywords to calculate S E i of the same keyword. In the dynamic profile generation step, an average expertise score of the same keyword is calculated. For example, E K E of keyword E is 0.645, while E K G of keyword G is 0.385. The presence of overlapped keywords means that a user is interested in the keyword and uses it frequently, so the dynamic user profile consists of keywords, its expertise score, and its frequency.

3.3. User Trust

In SNS, the trust of users who provide information is very important because unreliable information is shared and distributed by malicious users. The existing schemes do not consider the expert trust because they simply analyze the user’s profile or recent activities to determine the user’s interest. Therefore, even if a user creates or shares a lot of wrong information in a specific field, the user can be selected as an expert. In the proposed scheme, even if the user with low trust performs a lot of activities related to a specific field, the user is not identified as an expert. For this purpose, we assume that each user can evaluate another user and use the evaluated score as a reputation for the user [44].
If user trust is evaluated using the reputation of all users in SNS, this requires many computation costs. Therefore, we use only the reputation of users in a human network path to calculate the user trust. Users give the reputation score to the user, providing the information in the process of sharing or delivering the information. This reputation score is used to calculate trust among social users using the weighted average of ratings [46]. Equation (4) calculates the trust between two users i and j , where A T i j is the sum of trust of users present in all human network paths located between i and j , and W A T i j is a value that weighs the trust of users directly connected with i .
T i j = W A T i j A T i j
Figure 5 shows an example of the process of calculating the user trust using reputation. B and C are users who have first-degree friendships with User A, while D, E, and F have second- or third-degree friendships with User A. To calculate the trust between Users A and F, paths between B and C, which are connected directly with A and F, are used. Path 1 is A-B-F, Path 2 is A-B-D-F, Path 3 is A-C-D-F, and Path 4 is A-C-D-B-F. Therefore, the trust values of the paths are 0.6, 0.833, 0.733, and 0.525, respectively. Based on this, the trust between A and F considering all paths between them is A T A F , which is 2.691, whereas W A T A F is 1.9187 and T A F is 0.713, by using Equation (4).

3.4. User Quality

Although users with a lot of domain knowledge have been selected as experts, they cannot respond to the user’s questions or perform insincere responses. Therefore, experts should provide high-quality responses to users’ questions in a short time. This scheme determines the user quality to improve the response rate to the user’s question and the quality of the response. To determine the user quality, the response frequency, the response length, the rating for the response, and the response speed are considered. Equation (5) is an expression employed for calculating the user quality of the user j , where O P j 1 , O P j 2 , O P j 3 , and O P j 4 are the response ratio, the response length ratio, the average rating ratio, and the average speed ratio performed by the user j , respectively. O P j 1 , O P j 2 , O P j 3 , and O P j 4 are calculated by Equations (6)–(9). In Equation (6), n is the number of questions asked by users and R N k indicates whether the user j has provided a response to the question, which is 1 if the user has responded to the question k , or 0 if the user has not. In Equations (7)–(9), m is the number of the responses performed by user j . M A X L , M A X R , and M A X S are the maximum length of the response, the maximum rating of the response, and the maximum speed of the response, respectively. R L r , R R r , and R S r are the user j ’s response length, the user j ’s response rating, and the user j ’s response speed for answering the question, respectively.
U A S j = O P j 1 + O P j 2 + O P j 3 + O P j 4 4
O P j 1 = k = 1 n R N k n
O P j 2 = 1 m r = 1 m R L k M A X L
O P j 3 = 1 m r = 1 m R R k M A X R
O P j 4 = 1 m r = 1 m R S k M A X S
Table 1 shows users’ qualities according to the rating criteria. All users have their own mean value according to the rating criteria. Let us assume that the number of questions, the maximum response length, and the maximum response rating are 500 bytes, and 1.0, respectively, and if these values were exceeded, they would be regarded as the maximum values for the calculation. Since the response speed has to have a higher score as the time to respond decreases, up to a 10 h response time is valid in the calculation. User A has values of 0.7, 0.734, 0.7, and 0.8. Since O P A 1 , O P A 2 , O P A 3 , and O P A 4 are 0.7, 0.734, 0.7, and 0.8, respectively, U A S A is 0.7335 using Equation (5). After the U A S j values of five users were all calculated and compared, it was found that User F had the highest score, as shown in Table 1.

3.5. Expert Finding

If a user is found to be an expert by using only the keywords included in the user’ question, the accuracy can be degraded because the user who can give a professional response cannot be found as an expert. The proposed scheme extracts the keywords included in the question and generates the query cluster including synonyms and dialects using ontology. The candidate experts are selected by comparing keywords included in the query cluster with dynamic profiles. Most users may not answer questions of users without human relations. Therefore, we identified the experts by comparing the user’s dynamic profile according to the human network. Equation (10) is an expression used for calculating the similarity between user j and query cluster Q C i of request user j . The user with high similarity through Equation (10) is generated as the final expert finding result. In Equation (10), A E R i j denotes an average expertise score which is calculated through Equation (11), T T i j denotes trust between two users i and j , and U A S j denotes the user quality of the user j . In Equation (11), N C i denotes the number of keywords that match the query cluster, Q E K i denotes the expertise score of keywords that match the query cluster, M A X F denotes the maximum number of keywords generated, and F k denotes the keyword frequency.
S I M i j = α A E R i j + β T T i j + γ U A S j
A E R i j = k = 1 n Q E K k F k M A X F N C i
Figure 6 shows a process that calculates similarity by comparing a question and a user. The first process creates a cluster in response to a question once a user asks a question and starts a search of users from first-degree friendships. It is assumed that α = 0.5, β = 0.3, and γ = 0.2, while the query cluster consists of keywords E and D, synonyms of EA and DA, and dialects of EB and DB, to calculate similarity. If the dynamic profile of User F is already created, as shown in Figure 4, keywords E and D are matched with each other while comparing the query cluster and the dynamic profile. A mean expertise score A E R i j = 0.5175 is calculated considering the number of matched keywords and frequency. The trust score in Figure 5 shows that T T i j = 0.713, and User F’s quality in Table 1 is U A S j = 0.6855, which produces the similarity of User F, S I M i j = 0.6098. The similarities of Users F, H, J, and K, who are matched with a query cluster, are calculated iteratively and outputted in order of high similarity.
Figure 7 shows the pseudo code employed for the expert finding. The input variables are QC (query cluster), NC (number of matches between the query cluster and keywords), MaxF (maximum number of keywords), F (frequency of keyword), QEK (list of expert scores matched between query cluster and keywords), and UP (set of user profiles). The output variable SS is a set of similarity scores. Once a question is inputted, regardless of whether synonyms or dialects of the question words are found, an extended query cluster of the question is created. A query cluster and a server compare periodically created dynamic user profiles and determine expert ranks in order of high similarity score, which is calculated considering trust scores, and the output is produced.

4. Performance Evaluation

In some studies, recommendation schemes using artificial neural networks have been conducted. However, most expert finding schemes have analyzed user activities or user-related documents to determine experts. Therefore, we compared the proposed scheme with the simple and cluster matching expert finding scheme proposed in [15], in terms of the finding time, accuracy of the expert finding result, Mean Reciprocal Rank (MRR), and expert finding results using weight, to show the superiority of the proposed scheme. The experimental data allows 100 users to generate up to 100 documents for one month, as shown in Table 2. However, the expert’s profile uses the scheme proposed in [34]. AlchemyAPI [47] was used to extract keywords in the generated documents, while SAS Text Miner [48] was employed to analyze comments and the influences of the documents. The performance evaluation was implemented using JAVA to easily interoperate with the results of text mining on an Intel (R) Core (TM) i3-2100 CPU 3.10 GHz, RAM 4.00 GB, and Microsoft Window 7 64-bit operating system.
Since a large number of users in social networks can use services at the same time, the processing speed of a server can be degraded. Therefore, it is necessary to determine how much more effective the proposed scheme is than the existing expert matching scheme in terms of the finding time. In this study, the time taken from the beginning of the finding request to search completion was measured according to the number of users and compared with the existing expert matching scheme to evaluate the performance of the proposed scheme. Figure 8 shows the time taken to generate a finding result when the number of users subscribed to social network changes. The simple matching scheme extracts keywords from the question and compares them with the user’s interest connected to the human networks to determine the experts. Since the simple matching scheme only performs a simple keyword comparison, its expert finding time is very fast and even if the number of users increases, the expert finding time rarely increases. In contrast, the cluster matching scheme shows a rapid increase in time cost as the number of users increases, since it extends a cluster of questions and areas of interest in profiles whenever it receives a question. The proposed scheme only creates a cluster for a question while profiles are updated periodically in the server, which is why the proposed scheme achieves about a 43% decrease in finding time compared to the cluster scheme, on average, although the computation increases as the number of users increases.
In the experimental results of the existing expert finding scheme, there was no absolute criteria to rate accuracy. Therefore, in their experiment, accuracy was judged based on how finding results could result in high rankings by deliberately creating information on a particular user expertise. Accordingly, the experimental evaluation of this paper also compares and evaluates the accuracy of the proposed scheme with existing expert finding schemes by checking whether the user with the highest expertise score is placed in the highest rank. Table 3 shows a ranking of the expert finding result. To ensure that the expert is accurately found, the user’s dynamic profile was composed of keywords in the query cluster and the expertise score was set to the highest score. The number of SNS users was set to 200. The proposed scheme and query cluster extended the range of the expert finding through ontology. Therefore, we can see that user 29 was accurately ranked as first in the ranking. On the other hand, since the simple matching technique is only based on the keywords in the profile, the user is ranked 11th, showing a low accuracy.
The expert finding result above lacked diversity and objectivity. Accordingly, the accuracy of the finding results was measured by scores according to differences in the comparison of ranks of users who satisfied specific criteria found by finding results and expected ranks through the MRR evaluation method. Figure 9 shows the accuracy of the finding result obtained through the MRR evaluation. In this study, three criteria were set using the MRR evaluation method, and scores were measured according to the difference between ranks of users who satisfied the criteria and corresponding expected ranks. According to the three criteria (a: the number of matched keywords, b: trust, and c: response quality), MRRs of 100 users were measured by assuming that eight users had scores between 0 and 1, the highest and lowest scores, and 92 users followed a normal distribution. The existing schemes had low MRRs, except for “000” and “111,” whereas the proposed scheme had high MRRs of eight users, which indicated accurate finding results.
In the proposed scheme, users may have different preferences with respect to expertise, trust, and response qualities. Every weight is distributed appropriately to satisfy all users. However, to produce experimental evaluations according to the weight distribution, a large number of experiments are required from various viewpoints, as well as an analysis of the experimental results, which is why we set this aside as future research. Performance results do not depend on computer parameters. The proposed scheme uses α, β, and γ weights to determine the final expert using Equation (10), so the performance results may vary, depending α, β, and γ. Therefore, we instead discuss how the finding results differ according to the weight distribution and the issues of this method. Figure 10, Figure 11 and Figure 12 show how the expert finding results differed according to the weight distribution of α, β, and γ in Equation (10). The 100 users previously used in the MRR measurement were assumed again, and the finding results according to the weight distribution were measured. According to the three criteria (a: the number of matched keywords, b: trust, and c: response quality), how often users with scores between the highest and lowest scores (0, 1) appeared in the finding result on average was measured, and their probabilities were calculated.
Figure 10 shows that a user with high expertise due to the highest weight α = 0.8 had a high probability of being included in the finding result. However, this figure also showed that users with low trust and qualities could be included in the finding results. Therefore, it was also verified that trust and response qualities must be considered with high weight.
Figure 11 shows that a user with high trust due to the highest weight β = 0.8 had a high probability of being included in the finding result. However, this figure also showed that users with low expertise and qualities could be included in the finding results. Therefore, it was also verified that expertise and response qualities must be considered with high weight.
Figure 12 shows that a user with a high response quality due to the highest weight γ = 0.8 had a high probability of being included in the finding result. However, this figure also showed that users with low expertise and trust could be included in the finding results. Therefore, it was also verified that expertise and trust must be considered with high weight. Such expert finding results verified that finding results can differ, depending on how weights related to expertise, trust, and response quality are distributed in Equation (10).

5. Conclusions

In this paper, we have proposed an expert finding scheme that can provide high-quality responses to users’ questions. The proposed scheme analyzes the user’s recent social activities to generate a dynamic profile and improves the accuracy of expert finding using query clustering. In order to ensure the reliability of expert responses, user trust and user quality were considered. The experimental results showed that the average time cost in SNS was reduced by about 43% compared to the existing cluster scheme. The results of the search showed that the experts have a high ranking, and the accuracy of the MRR measurements to ensure the objectivity of the search results was also confirmed. For future research, we will consider the human network characteristics of experts to improve the performance of expert finding. In addition, we will apply the proposed scheme to the actual system.

Author Contributions

Conceptualization, K.B., I.J., J.L., and J.Y.; methodology K.B., I.J., and J.Y.; software, I.J.; validation, K.B. and I.J.; formal analysis, K.B., I.J., and J.L.; data curation, I.J.; writing—original draft preparation, K.B. and I.J.; writing—review and editing, J.Y.

Funding

This work was supported by the Institute of Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Korea government (MSIT) (No. B0101-15-0266, Development of High Performance Visual BigData Discovery Platform for Large-Scale Realtime Data Analysis); by the Next-Generation Information Computing Development Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Science, ICT (No. NRF-2017M3C4A7069432); and by “Rediscovery of the Past R&D Result” through the Ministry of Trade, Industry and Energy (MOTIE) and the Korea Institute for Advancement of Technology (KIAT) (Grant No.: P0010202, Project: SNS Big data-based personalized employment content recommendation(curation) and digital certificate issuing system).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Han, X.; Wang, L.; Crespi, N.; Park, S.; Cuevas, Á. Alike people, alike interests? Inferring interest similarity in online social networks. Decis. Support Syst. 2015, 69, 92–106. [Google Scholar] [CrossRef]
  2. Dong, T.; Cheng, N.; Wu, Y.J. A study of the social networking website service in digital content industries: The Facebook case in Taiwan. Comput. Hum. Behav. 2014, 30, 708–714. [Google Scholar] [CrossRef]
  3. Kwak, H.; Lee, C.; Park, H.; Moon, S. What is Twitter, a social network or a news media? In Proceedings of the International conference on World Wide Web, Raleigh, NC, USA, 26–30 April 2010. [Google Scholar]
  4. Spirin, N.V.; He, J.; Develin, M.; Karahalios, K.G.; Boucher, M. People Search within an Online Social Network: Large Scale Analysis of Facebook Graph Search Query Logs. In Proceedings of the International Conference on Conference on Information and Knowledge Management, Shanghai, China, 3–7 November 2014. [Google Scholar]
  5. Zheng, Y.; Xie, X.; Ma, W. GeoLife: A Collaborative Social Networking Service among User, Location and Trajectory. IEEE Data Eng. Bull. 2010, 33, 32–39. [Google Scholar]
  6. Sánchez, L.Q.; Díaz-Agudo, B.; Recio-García, J.A. Development of a group recommender application in a Social Network. Knowl.-Based Syst. 2014, 71, 72–85. [Google Scholar] [CrossRef] [Green Version]
  7. Liang, B.; Liu, Y.; Zhang, M.; Ma, S.; Ru, L.; Zhang, K. Searching for people to follow in social networks. Expert Syst. Appl. 2014, 41, 7455–7465. [Google Scholar] [CrossRef]
  8. Omidvar, A.; Garakani, M.; Safarpour, H.R. Context based user ranking in forums for expert finding using WordNet dictionary and social network analysis. Inf. Technol. Manag. 2014, 15, 51–63. [Google Scholar] [CrossRef]
  9. Amato, F.; Castiglione, A.; Mercorio, F.; Mezzanzanica, M.; Moscato, V.; Picariello, A.; Sperlì, G. Multimedia story creation on social networks. Future Gener. Comput. Syst. 2018, 86, 412–420. [Google Scholar] [CrossRef]
  10. Heimbach, I.; Hinz, O. The Impact of Sharing Mechanism Design on Content Sharing in Online Social Networks. Inf. Syst. Res. 2018, 29, 592–611. [Google Scholar] [CrossRef]
  11. Guidi, B.; Conti, M.; Passarella, A.; Ricci, L. Managing social contents in Decentralized Online Social Networks: A survey. Online Soc. Netw. Media 2018, 7, 12–29. [Google Scholar] [CrossRef]
  12. Fang, G.; Su, L.; Jiang, D.; Wu, L. Group Recommendation Systems Based on External Social-Trust Networks. Wirel. Commun. Mob. Comput. 2018, 2018, 1–11. [Google Scholar] [CrossRef] [Green Version]
  13. Campana, M.G.; Delmastro, F. Recommender Systems for Online and Mobile Social Networks: A survey. Online Soc. Netw. Media 2017, 3–4, 75–97. [Google Scholar] [CrossRef]
  14. Li, M.; Wang, X.; Gao, K.; Zhang, S. A Survey on Information Diffusion in Online Social Networks: Models and Methods. Information 2017, 8, 118. [Google Scholar] [Green Version]
  15. Duchateau, F. Who can Best Answer a Query in My Social Network? In Proceedings of the International Conference on Data Engineering Workshops, Hannover, Germany, 11–16 April 2011. [Google Scholar]
  16. Lin, C.; Xie, R.; Guan, X.; Li, L.; Li, T. Personalized news recommendation via implicit social experts. Inf. Sci. 2014, 254, 1–18. [Google Scholar] [CrossRef]
  17. Yin, Z.; Wang, X.; Wu, X.; Liang, C.; Xu, C. Collaborative Ranking via Learning Social Experts. In Proceedings of the International Conference on Tools with Artificial Intelligence, Limassol, Cyprus, 10–12 November 2014. [Google Scholar]
  18. Ehrlich, K.; Shami, N.S. Searching for expertise. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, Florence, Italy, 5–10 April 2008. [Google Scholar]
  19. Zhang, J.; Tang, J.; Li, J. Expert Finding in a Social Network. In Proceedings of the International Conference on Database Systems for Advanced Applications, Bangkok, Thailand, 9–12 April 2007. [Google Scholar]
  20. Joung, Y.; Chen, S.M.; Wu, C.; Chiu, T.H. A Comparative Study of Expert Search Strategies in Online Social Networks. In Proceedings of the International Conference on Advanced Information Networking and Applications, Barcelona, Spain, 25–28 March 2013. [Google Scholar]
  21. Uddin, M.U.; Duong, T.H.; Oh, K.; Jung, J.; Jo, G. Experts Search and Rank with Social Network: An Ontology-Based Approach. Int. J. Softw. Eng. Knowl. Eng. 2013, 23, 31–50. [Google Scholar] [CrossRef]
  22. Awuor, F.M.; Wang, C.; Tsai, T. Motivating Content Sharing and Trustworthiness in Mobile Social Networks. IEEE Access 2018, 6, 28339–28355. [Google Scholar] [CrossRef]
  23. Jiménez-Díaz, G.; Gómez-Martín, P.P.; Gómez-Martín, M.A.; Sánchez-Ruiz, A.A. Similarity metrics from social network analysis for content recommender systems. AI Commun. 2017, 30, 223–234. [Google Scholar] [CrossRef]
  24. Hristoskova, A.; Tsiporkova, E.; Tourw, T.; Buelens, S.; Putman, M.; Turck, F.D. Identifying Experts through a Framework for Knowledge Extraction from Public Online Sources. In Proceedings of the Dutch-Belgian Information Retrieval Workshop, Ghent, Belgium, 23–24 February 2012. [Google Scholar]
  25. Bitton, Y.; Fire, M.; Kagan, D.; Shapira, B.; Rokach, L.; Bar-Ilan, J. Social Network Based Search for Experts. arXiv 2012, arXiv:1212.3540. [Google Scholar]
  26. Vu, T.; Baid, A. Ask, don’t search: A social help engine for online social network mobile users. In Proceedings of the IEEE Sarnoff Symposium, Newark, NJ, USA, 21–22 May 2012. [Google Scholar]
  27. Stankovic, M.; Wagner, C.; Jovanovic, J.; Laublet, P. Looking for experts? What can linked data do for you? In Proceedings of the WWW Workshop on Linked Data on the Web, Raleigh, NC, USA, 27 April 2010. [Google Scholar]
  28. Liu, D.; Wang, L.; Zheng, J.; Ning, K.; Zhang, L. Influence Analysis Based Expert Finding Model and Its Applications in Enterprise Social Network. In Proceedings of the International Conference on Services Computing, Santa Clara, CA, USA, 28 June–3 July 2013. [Google Scholar]
  29. Jeng, W.; DesAutels, S.; He, D.; Li, L. Information exchange on an academic social networking site: A multidiscipline comparison on researchgate Q&A. J. Assoc. Inf. Sci. Technol. 2017, 68, 638–652. [Google Scholar]
  30. Amjad, T.; Daud, A.; Aljohani, N.R. Ranking authors in academic social networks: A survey. Libr. Hi Tech 2018, 36, 97–128. [Google Scholar] [CrossRef]
  31. Fu, Y.; Xiang, R.; Liu, Y.; Zhang, M.; Ma, S. Finding experts using social network analysis. In Proceedings of the IEEE/WIC/ACM International Conference on Web Intelligence, Silicon Valley, CA, USA, 2–5 November 2007. [Google Scholar]
  32. Balog, K.; Azzopardi, L.; Rijke, M.D. Formal models for expert finding in enterprise corpora. In Proceedings of the Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Seattle, WA, USA, 6–11 August 2006. [Google Scholar]
  33. Horowitz, D.; Kamvar, S.D. The Anatomy of a Large-Scale Social Search Engine. In Proceedings of the International Conference on World Wide Web, Raleigh, NC, USA, 26–30 April 2010. [Google Scholar]
  34. Bozzon, A.; Brambilla, M.; Ceri, S.; Silvestri, M.; Vesci, G. Choosing the Right Crowd: Expert Finding in Social Networks. In Proceedings of the International Conference on Extending Database Technology, Genoa, Italy, 18–22 March 2013. [Google Scholar]
  35. Alkouz, A.; Luca, E.W.D.; Albayrak, S. Latent Semantic Social Graph Model for Expert Discovery in Facebook. In Proceedings of the International Conference on Innovative Internet Community Services, Deutsche Telekom Laboratories, Berlin, Germany, 15–17 June 2011. [Google Scholar]
  36. Das, R.; Kamruzzaman, J.; Karmakar, G.C. Modelling majority and expert influences on opinion formation in online social networks. World Wide Web 2018, 21, 663–685. [Google Scholar] [CrossRef]
  37. Zarrinkalam, F.; Kahani, M.; Bagheri, E. Mining user interests over active topics on social networks. Inf. Process. Manag. 2018, 54, 339–357. [Google Scholar] [CrossRef]
  38. Al-garadi, M.A.; Varathan, K.D.; Ravana, S.D.; Ahmed, E.; Shaikh, G.M.; Khan, M.U.S.; Khan, S.U. Analysis of Online Social Network Connections for Identification of Influential Users: Survey and Open Research Issues. ACM Comput. Surv. 2018, 51, 1–37. [Google Scholar] [CrossRef]
  39. Tareaf, R.B.; Berger, P.; Hennig, P.; Meinel, C. Malicious Behaviour Identification in Online Social Networks. In Proceedings of the International Conference on Distributed Applications and Interoperable Systems, Madrid, Spain, 18–21 June 2018. [Google Scholar]
  40. Abbas, F.; Rajput, U.; Oh, H. PRISM: PRivacy-Aware Interest Sharing and Matching in Mobile Social Networks. IEEE Access 2016, 4, 2594–2603. [Google Scholar] [CrossRef]
  41. Li, X.; Yang, Q.; Lin, X.; Wu, S.; Wittie, M.P. iTrust: Interpersonal trust measurements from social interactions. IEEE Netw. 2016, 30, 54–58. [Google Scholar] [CrossRef]
  42. Chang, S.E.; Liu, A.Y.; Shen, W. User trust in social networking services: A comparison of Facebook and LinkedIn. Comput. Hum. Behav. 2017, 69, 207–217. [Google Scholar] [CrossRef]
  43. Tian, H.; Liang, P. Improved Recommendations Based on Trust Relationships in Social Networks. Future Internet 2017, 9, 9. [Google Scholar] [CrossRef]
  44. Bok, K.; Yun, J.; Kim, Y.; Lim, J.; Yoo, J. User Reputation computation Method Based on Implicit Ratings on Social Media. KSII Trans. Internet Inf. Syst. 2017, 11, 1570–1594. [Google Scholar]
  45. Bok, K.; Lim, J.; Jeon, I.; Yoo, J. An Expert Search Scheme Using User Activities and Reliabilities in Social Networks. In Proceedings of the International Conference on Big Data and Smart Computing, Jeju, Korea, 9–12 February 2015. [Google Scholar]
  46. Qureshi, B.; Min, G.; Kouvatsos, D. A Distributed Reputation and Trust Management Scheme for Mobile Peer-to-Peer Networks. Comput. Commun. 2012, 35, 608–618. [Google Scholar] [CrossRef]
  47. AlchemyAPI. Available online: https://github.com/AlchemyAPI (accessed on 21 August 2017).
  48. Yu, L.; Zheng, J.; Wu, B.; Wang, B.; Shen, C.; Qian, L.; Zhang, R. BC-PDM: Data mining, social network analysis and text mining system based on cloud computing. In Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Beijing, China, 12–16 August 2012. [Google Scholar]
Figure 1. Proposed expert finding system architecture.
Figure 1. Proposed expert finding system architecture.
Electronics 08 01165 g001
Figure 2. Proposed expert finding process.
Figure 2. Proposed expert finding process.
Electronics 08 01165 g002
Figure 3. Social activity analysis process.
Figure 3. Social activity analysis process.
Electronics 08 01165 g003
Figure 4. Dynamic user profile creation process.
Figure 4. Dynamic user profile creation process.
Electronics 08 01165 g004
Figure 5. Trust network between users.
Figure 5. Trust network between users.
Electronics 08 01165 g005
Figure 6. Calculated similarity results for a question and user profiles.
Figure 6. Calculated similarity results for a question and user profiles.
Electronics 08 01165 g006
Figure 7. Expert finding algorithm.
Figure 7. Expert finding algorithm.
Electronics 08 01165 g007
Figure 8. Finding time.
Figure 8. Finding time.
Electronics 08 01165 g008
Figure 9. Mean Reciprocal Rank (MRR) evaluation results.
Figure 9. Mean Reciprocal Rank (MRR) evaluation results.
Electronics 08 01165 g009
Figure 10. Finding results when α = 0.8, β = 0.1, and γ = 0.1.
Figure 10. Finding results when α = 0.8, β = 0.1, and γ = 0.1.
Electronics 08 01165 g010
Figure 11. Search results when α = 0.1, β = 0.8, and γ = 0.1.
Figure 11. Search results when α = 0.1, β = 0.8, and γ = 0.1.
Electronics 08 01165 g011
Figure 12. Finding results when α = 0.1, β = 0.1, and γ = 0.8.
Figure 12. Finding results when α = 0.1, β = 0.1, and γ = 0.8.
Electronics 08 01165 g012
Table 1. Qualities of users.
Table 1. Qualities of users.
FeatureUser AUser BUser CUser DUser E
# of the response 21107186
Average length367560892533471
Average rating 0.70.90.80.80.8
Average speed24732
Quality0.73350.70830.58330.77500.6855
Table 2. Performance evaluation environment.
Table 2. Performance evaluation environment.
ParameterValue
# of users (persons)100~1000
# of documents left recently0~100
# of keywords in a document2
Trust0~1
# of types of keywords100
Response rating0~1
Table 3. Expert finding results.
Table 3. Expert finding results.
RankMatching SchemeCluster SchemeProposed Scheme
UserScoreUserScoreUserScore
1906290.9375290.9728
21706430.7500420.9397
31766950.75001850.8550
43951980.75001870.7131
53510.5000240.6987
610251910.4938400.6612
710551300.49381720.6319
81335860.444440.6065
916851620.3333770.6002
10135750.33201020.5843
11295370.2500700.5768
12641490.24961100.5723
13364580.24801760.5375
1410341920.2480390.5362
15194890.24801750.5264

Share and Cite

MDPI and ACS Style

Bok, K.; Jeon, I.; Lim, J.; Yoo, J. Expert Finding Considering Dynamic Profiles and Trust in Social Networks. Electronics 2019, 8, 1165. https://doi.org/10.3390/electronics8101165

AMA Style

Bok K, Jeon I, Lim J, Yoo J. Expert Finding Considering Dynamic Profiles and Trust in Social Networks. Electronics. 2019; 8(10):1165. https://doi.org/10.3390/electronics8101165

Chicago/Turabian Style

Bok, Kyoungsoo, Inbae Jeon, Jongtae Lim, and Jaesoo Yoo. 2019. "Expert Finding Considering Dynamic Profiles and Trust in Social Networks" Electronics 8, no. 10: 1165. https://doi.org/10.3390/electronics8101165

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop