A P2P-based Incremental Web Ranking Algorithm

Similar documents
Weighted Page Rank Algorithm Based on Number of Visits of Links of Web Page

Proximity Prestige using Incremental Iteration in Page Rank Algorithm

An Improved Computation of the PageRank Algorithm 1

A Modified Algorithm to Handle Dangling Pages using Hypothetical Node

COMPARATIVE ANALYSIS OF POWER METHOD AND GAUSS-SEIDEL METHOD IN PAGERANK COMPUTATION

Link Analysis and Web Search

A SURVEY ON WEB FOCUSED INFORMATION EXTRACTION ALGORITHMS

COMP5331: Knowledge Discovery and Data Mining

Abstract. 1. Introduction

Lecture 9: I: Web Retrieval II: Webology. Johan Bollen Old Dominion University Department of Computer Science

Web Structure Mining using Link Analysis Algorithms

Mathematical Methods and Computational Algorithms for Complex Networks. Benard Abola

Survey on Web Structure Mining

Searching the Web [Arasu 01]

Lecture 17 November 7

Searching the Web What is this Page Known for? Luis De Alba

Lecture Notes: Social Networks: Models, Algorithms, and Applications Lecture 28: Apr 26, 2012 Scribes: Mauricio Monsalve and Yamini Mule

CS224W Final Report Emergence of Global Status Hierarchy in Social Networks

A web directory lists web sites by category and subcategory. Web directory entries are usually found and categorized by humans.

WEB STRUCTURE MINING USING PAGERANK, IMPROVED PAGERANK AN OVERVIEW

EXTRACTION OF RELEVANT WEB PAGES USING DATA MINING

Divide and Conquer Approach for Efficient PageRank Computation

CRAWLING THE WEB: DISCOVERY AND MAINTENANCE OF LARGE-SCALE WEB DATA

An Enhanced Page Ranking Algorithm Based on Weights and Third level Ranking of the Webpages

An Adaptive Approach in Web Search Algorithm

On Finding Power Method in Spreading Activation Search

LINK GRAPH ANALYSIS FOR ADULT IMAGES CLASSIFICATION

Analysis of Link Algorithms for Web Mining

Reading Time: A Method for Improving the Ranking Scores of Web Pages

An Improved PageRank Method based on Genetic Algorithm for Web Search

International Journal of Scientific & Engineering Research Volume 2, Issue 12, December ISSN Web Search Engine

A GEOGRAPHICAL LOCATION INFLUENCED PAGE RANKING TECHNIQUE FOR INFORMATION RETRIEVAL IN SEARCH ENGINE

Web Service Usage Mining: Mining For Executable Sequences

Mining Web Data. Lijun Zhang

Authoritative Sources in a Hyperlinked Environment

Ranking Techniques in Search Engines

Link Analysis in Web Information Retrieval

Comparative Study of Web Structure Mining Techniques for Links and Image Search

Recent Researches on Web Page Ranking

E-Business s Page Ranking with Ant Colony Algorithm

Ranking of nodes of networks taking into account the power function of its weight of connections

Focused crawling: a new approach to topic-specific Web resource discovery. Authors

THE WEB SEARCH ENGINE

Dynamic Visualization of Hubs and Authorities during Web Search

Efficient GSP Implementation based on XML Databases

Support System- Pioneering approach for Web Data Mining

Graph and Link Mining

Parallel HITS Algorithm Implemented Using HADOOP GIRAPH Framework to resolve Big Data Problem

An Enhanced Web Mining Technique for Image Search using Weighted PageRank based on Visit of Links and Fuzzy K-Means Algorithm

Review of the Robust K-means Algorithm and Comparison with Other Clustering Methods

Web Search Ranking. (COSC 488) Nazli Goharian Evaluation of Web Search Engines: High Precision Search

A FAST COMMUNITY BASED ALGORITHM FOR GENERATING WEB CRAWLER SEEDS SET

Popularity Weighted Ranking for Academic Digital Libraries

An Improved Frequent Pattern-growth Algorithm Based on Decomposition of the Transaction Database

Local Methods for Estimating PageRank Values

Top-k Keyword Search Over Graphs Based On Backward Search

Using PageRank in Feature Selection

Effective Page Refresh Policies for Web Crawlers

1 Starting around 1996, researchers began to work on. 2 In Feb, 1997, Yanhong Li (Scotch Plains, NJ) filed a

Delta-K 2 -tree for Compact Representation of Web Graphs

CSE 190 Lecture 16. Data Mining and Predictive Analytics. Small-world phenomena

MAE 298, Lecture 9 April 30, Web search and decentralized search on small-worlds

Query Independent Scholarly Article Ranking

Roadmap. Roadmap. Ranking Web Pages. PageRank. Roadmap. Random Walks in Ranking Query Results in Semistructured Databases

Blind Evaluation for Thai Search Engines

Web Document Clustering using Semantic Link Analysis

Web Mining. Data Mining and Text Mining (UIC Politecnico di Milano) Daniele Loiacono

Web Mining. Data Mining and Text Mining (UIC Politecnico di Milano) Daniele Loiacono

Robust PageRank and Locally Computable Spam Detection Features

Review: Searching the Web [Arasu 2001]

Lecture #3: PageRank Algorithm The Mathematics of Google Search

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES

Allstate Insurance Claims Severity: A Machine Learning Approach

The Illusion in the Presentation of the Rank of a Web Page with Dangling Links

Implementation of Enhanced Web Crawler for Deep-Web Interfaces

Semantic Website Clustering

CS6200 Information Retreival. The WebGraph. July 13, 2015

ABSTRACT. The purpose of this project was to improve the Hypertext-Induced Topic

Image Segmentation Via Iterative Geodesic Averaging

Information Retrieval (IR) Introduction to Information Retrieval. Lecture Overview. Why do we need IR? Basics of an IR system.

QUERY RECOMMENDATION SYSTEM USING USERS QUERYING BEHAVIOR

CSE 494 Project C. Garrett Wolf

Finding Neighbor Communities in the Web using Inter-Site Graph

Large-Scale Networks. PageRank. Dr Vincent Gramoli Lecturer School of Information Technologies

Automatically Constructing a Directory of Molecular Biology Databases

Automated Online News Classification with Personalization

Optimized Searching Algorithm Based On Page Ranking: (OSA PR)

Leveraging Set Relations in Exact Set Similarity Join

Term-Frequency Inverse-Document Frequency Definition Semantic (TIDS) Based Focused Web Crawler

AN EFFICIENT COLLECTION METHOD OF OFFICIAL WEBSITES BY ROBOT PROGRAM

The application of Randomized HITS algorithm in the fund trading network

COMP Page Rank

Minghai Liu, Rui Cai, Ming Zhang, and Lei Zhang. Microsoft Research, Asia School of EECS, Peking University

UNIT-V WEB MINING. 3/18/2012 Prof. Asha Ambhaikar, RCET Bhilai.

An Improvement of Search Results Access by Designing a Search Engine Result Page with a Clustering Technique

Compressing the Graph Structure of the Web

On Degree-Based Decentralized Search in Complex Networks

LET:Towards More Precise Clustering of Search Results

Self Adjusting Refresh Time Based Architecture for Incremental Web Crawler

Social Network Analysis

Transcription:

A P2P-based Incremental Web Ranking Algorithm Sumalee Sangamuang Pruet Boonma Juggapong Natwichai Computer Engineering Department Faculty of Engineering, Chiang Mai University, Thailand sangamuang.s@gmail.com, {pruet, juggapong}@eng.cmu.ac.th Abstract In this paper, we propose an incremental algorithm for web ranking in the Peer-to-Peer (P2P) environments. Not the same as the non-incremental algorithm, the proposed algorithm can partition the web link graphs, the graphs represented the connectivity structure among the web pages, into the changed subgraphs, and the unchanged subgraphs. Subsequently, the algorithm processes only the necessary data in order to compute the ranking. The experiments have been conducted to evaluate the efficiency of the algorithm, comparing with the non-incremental algorithm in various P2P environments. We report the efficiency in terms of both computational and communication costs. It has been found that in terms of communication cost, the proposed algorithm can out perform the traditional one in all configurations. For the computational cost, the proposed algorithm can out perform the traditional one in all P2P network size but it has slightly higher computational cost when the web link graph size is large. I. Introduction Web ranking is one of the most important components for web search engines []. After the web crawlers store the web page content into the repository, the engines analyze such content to compute the ranking such that the most relevant web pages are ranked in the descendant order. Among the ranking model, Google s PageRank [] is one of the most notable models. In such model, both the forward and back links are considered based on the randomly pagetraversal. The forward links distribute the importance to the target pages in part. While the backward links obtain importance from the other pages. The link connectivity of the collected web pages forms the web-link graph in which the PageRank algorithm is to be applied iteratively until the PageRank values are converged. Different computing platforms are proposed for addressing the web ranking problem, since its iterative nature. Peer-to-peer (P2P) computing is one of the most promising approaches which can improve the efficiency of the web ranking processes [2], [3]. Since such problem can be addressed in a divide-and-conquer basis, in which each node can compute its corresponding sub web-link graphs. However, as the collected web content continues to grow when a new web-site is identified by the crawlers. The needs to provide the fresh search results to the users are being increased by their changing behavior considering personal and business necessity. Thus, re-computing the web ranking every time the new pages are collected can be inefficient, even in the efficient computing platforms. In this paper, we propose an incremental algorithm to compute the web ranking based on a P2P computing platform. Instead of re-computes the web ranking, our proposed algorithm can process only the changed subgraphs. It start with partitioning the web link graphs into the changed subgraphs, and the unchanged subgraphs. Subsequently, the algorithm processes only the necessary data in order to compute the ranking. With this way, though the complexity is not decreased, the non-worst case execution time can be more efficient in the real-world situation. Though, the algorithm has been firstly proposed in [4], we present the additional progress in this paper as follows. In the previous paper, due to the size of web link graph, it is unclear whether the proposed algorithm always outperform the traditional one. In order to investigate this issue, in this paper, the web-link graph size is increased. The very large web-link graph allows the authors to clearly understand the benefit/shortcoming of the algorithm. The organization of this paper is as follows. The proposed incremental algorithm on P2P models both in terms of the intuition and the design details is presented in the next section. In Section III, the experiment results to evaluate our work are reported. The related work is presented in Section IV. Finally, Section V gives the conclusion and outline of the future work. II. Proposed Approach In this section, the proposed approach to incrementally compute the web ranking in the P2P computing models is presented. In Section A, we begin with presenting the PageRank model, as well as the algorithm [2] which is our foundation. Subsequently, our approach is presented in Section B. A. Preliminaries A PageRank [?] value of a web page, p is defined as in Equation??. P agerank(p) = ɛ P agerank(q) Outdegree(q) + ( ɛ) N () q is a webpage which links to p The Outdegree function is the number of outgoing link of the webpage. N is the number of web pages in the considering web-link graph. The ɛ is the random traversal probability, usually, it is set at.85. Typically, the PageRank values of each web page in the web-link graph is computed iteratively until the average PageRank values is converged to a pre-specified value. As mentioned before, the PageRank computing itself might not have a high-computational cost. However, the need to refresh the ranking result as fast as possible encourages that an efficient way to compute the PageRank is required.

2 In [2], algorithm is proposed to compute the PageRank values on the P2P computing models. Such algorithm will segment the whole web-link graphs into multiple subgraphs. Each subgraph will be assigned to a peer in the P2P network. In some situations where the multiple web crawlers work independently, each crawler may feed its explored web-link graph as the subgraph directly. For each peer, the PageRank of each web page is computed locally in the same way as the traditional PageRank computing. In each local web-link graph, a special node, so called world-node is added to represent the connectivity information of the outside peer. Let Internal be a set of the pages within a local web-link graph. Since the value of the PageRank is converged. The weight of the world-node w of each local web-link graph can be calculated as shown in Equation 2. P agerank(w) = ( ( i Internal P agerank(i))) (2) Subsequently, some nodes in a local web-link graph which have an incoming link from the world-node will obtain weight from the world-node as calculated using Equation 4. Intuitively, a page will obtain a fraction of the PageRank from the world-node. weight(w w i ) = P agerank(w) P agerank(w i ) Outdegree(w) w w i (3) Nodes in a local web-link graph which have an incoming link from the world-node will obtain PageRank from the world-node as calculated using Equation 4. Intuitively, a page will obtain a fraction of the PageRank from the worldnode. weight(w w i ) = P agerank(w) P agerank(w i ) Outdegree(w) w w i (4) When the local graphs at each peer have been processed, a core peer (manually selected) will issue the peer meeting process to another peer. Subsequently, such two peers will exchange their PageRank values. Typically, a peer with the high different PageRank is preferable since the two peers can benefit from the meeting process more. The PageRank computing is finished after all the peers have exchanged their information. B. Improvement With regard to the original algorithm, when some web pages are discovered by the crawlers, the whole local PageRank will have to be re-computed. Also, the peer meeting will have to re-process afterward. Thus, we propose our algorithm for such incremental issue, incremental page-ranking algorithm (). The proposed algorithm composes of two components as in the algorithm. The first part computes the local PageRank of each peer. Subsequently, the second algorithm merges the local web-link graph from all the peers together. The details of each algorithm are as follows. The incremental local-pagerank computation is presented in Figure. In the algorithm, the PageRank of each node in the web-link graph is initialized, if there is no value from the previous iteration. Subsequently, the web-link graph is segmented into two partitions, i.e the changed and the unchanged partitions with respect to the weight and the structure of the graph. The segmentation can be computed by comparing the nodes of the existing graph with the new one. After the web-link graph is segmented, the set of boundary nodes between the two partitions is determined. The PageRank of such set will only be affected from the changed partition, not the structure. After adding the world-node into the set, the PageRank of the set is re-computed at the end. The merging algorithm is presented in Figure 2. The algorithm begins with the core peer to be merged with the others. When two web-link graphs are to be merged, the nodes and the links of such graphs are combined straightforward. If there is a duplicate node in the two graphs, the average weight of them will be assigned. Once the merged graph has been determined, it will be segmented and computed as in the local PageRank algorithm. The efficiency of the proposed incremental algorithm is depended on the increment data. When the P2P networks for such processing is large the increment data will be relatively small, and thus the convergence of the PageRank will be able to reach more rapidly. Also, in such cases, the communication cost will be relatively low. Such claims will be validated by the experimental results in the next section. III. Experimental Results This section discusses a simulation experiment evaluating the proposed approach. The proposed approach, the algorithm, is compared with the algorithm [2]. The evaluation focuses on two performance metrics, the number of computation rounds for local graph merging and the number of transmitted messages between peers. The first metric shows the performance of the proposed approach in term of computational cost, compared with the, while the second metric shows the communication cost. The metrics are evaluated with the varying sizes of P2P network and web link graph. A. Experimental Configuration The simulation was performed on PeerSim, a P2P simulator using Chord P2P network[?]. The largest network isze is,8 peers. The data set used in the experiments comes from Amazon.com as in [2]. This data set is a weblink graph which contains up to, nodes. In each experiment, the average result from multiple runs are presented.

Computational Cost (Rounds) Communication Cost (Messages) A P2P-BASED INCREMENTAL WEB RANKING ALGORITHM 3 Let p be a peer in the P2P network. 2 Let l wlg be a local web-link graph of size n nodes. 3 Let g wlg be the global web-link graph of size N nodes. 4 Let w be the world-node in the peer. 5 If PageRank(w)= Null then 6 Set PageRank(w) = (N n)/n, n i is the i-node in l wlg. 7 End If 8 For i = to n 9 If PageRank(n i ) = Null then Set PageRank(n i ) = /N. End If 2 End For 3 Find the changed partition of l wlg, denoted as cl wlg. 4 Find the unchanged partition of l wlg, denoted as ul wlg. 5 Find the set of boundary nodes between cl wlg and ul wlg, denoted as adjl wlg. 6 Add w into adjl wlg. 7 Determine the PageRank in adjl wlg. Fig.. Incremental Local PageRank Algorithm Let largest wlg be the largest local web-link graph. 2 Let g weight be the collection of the weight of all webs. 3 Let m be the number of peers in the P2P network. 4 For i= to m 5 Select a local web-link graph b wlg from a peer randomly. 6 Let m wlg = Merge(largest wlg, b wlg). 7 Find the changed partition of m wlg, denoted as cm wlg. 8 Find the unchanged partition of m wlg, denoted as um wlg. 9 Find the set of boundary nodes between cm wlg and um wlg, denoted as adjm wlg. Add w into adjm wlg. Determine the PageRank in adjm wlg. 2 Update the processed PageRank in g weight. 3 Disconnect b wlg from m wlg. 4 End For Fig. 2. Incremental Merging Algorithm 6 4 2 8 6 local graph. From the figure, the has lower communication cost, up to 5%, in all web-link graph size compared with the. Also, the differences is large when the web-link graph size increases. Because the considers only the nodes that are affected by adding nodes, thus, smaller size of data is required to be exchanged among peers. 4 2 93 862 2793 3724 4655 Web Link Graph Size (Nodes) 6 4 2 8 Fig. 3. Impact of web-link graph size on the communication cost B. Experimental Results and Discussion Figure 4 shows the experimental result which represents the impact of web-link graph size on the communication cost. The number of peers in the P2P network is five peers. From the original web-link graph with 46,55nodes, a fraction of the web-link graph is obtained to represent a smaller web-link graph. Thus, on the x-axis, the web-link graph size varies from 9,3 to 46,55 nodes. On the y-axis, the number of transmitted messages is shown. The number of transmitted messages, representing communication cost, is measured when the peers perform peer meeting to merge Fig. 4. 6 4 2 2 6 2 4 6 8 Web Link Graph Size (Nodes) Impact of web-link graph size on the computational cost Figure 3 shows the experimental result with a setup similar to Figure 4; however, on the y-axis, the number of round to perform graph meeting instead of the number of transmitted messages. Also, the number of web-link graph

Computational Cost (Rounds) Communitation Cost (Messages x ) 4 is increased to up to, nodes. Figure 4 shows a experimental result which represents the impact of web-link graph size on the computational cost. The P2P network size is 5 peers. From the original web-link graph with, nodes, a fraction of the web-link graph is obtained to represent a smaller web-link graph. Thus, on the x-axis, the web-link graph size varies from 2, to, nodes. On the y-axis, the computational cost is shown in the number of rounds to complete graph merging. From the figure, has lower, up to 5%, computational cost compared with when the web-link graph size is less than 6, nodes. However, from the size of 6, nodes upward, has slightly higher, up to 5%, computation cost. This indicates that when the weblink graph size increases, uses more round to perform graph merging. This is because when the web-link graph size is larger, each peer also has larger number of outgoing edges to the world nodes. Even though uses comparatively fewer nodes for calculation, but it has to handle many outgoing edges to the world nodes. Thus, the same or larger number of rounds is required. This small additional cost can be seen as a shortcoming of the proposed approach, however, when consider the huge improvement of communication cost, the authors believe the additional cost is acceptable. Fig. 5. 9. 8. 7. 6. 5. 4. 3. 2... 2 3 4 5 P2P Network Size (Peers) Impact of P2P network size on the computational cost Figure 5 shows the experimental result which represents the impact of the P2P network size on the computational cost. The P2P network size, on the x-axis, varies from to 5 peers. The web-link graph size is 273 nodes. On the y-axis, the computational cost is shown in the number of rounds to complete graph merging. From the figure, has lower computational cost, up to about 5%, in all P2P network size compared with. When the number of peers increased, the size of local weblink graph maintained by each peer is smaller; thus, it requires less number of rounds to complete graph merging. Moreover, only considers the nodes affected by adding nodes, it can converge faster. The result validates the claim in Section II-B. Fig. 6. 45 4 35 3 25 2 5 5 2 4 6 8 2 4 6 8 P2P Network Size (Peers) Impact of P2P network size on the communication cost Figure 6 shows the experimental result which represents the impact of P2P network size on the communication cost. The P2P network size, on the x-axis, varies from 2 to 8 peers. The web-link graph size is 273 nodes. On the y-axis, the communication cost is shown in the number of messages exchanged in peers meeting. From the figure, has lower communication cost, up to 9% in some cases, in all P2P network sizes compared with. Again, because only considers a fraction of nodes affected by adding nodes, it requires smaller number of messages to be exchanged. The result validates the claim in Section II-B. The experiment results indicate that has smaller computational and communication costs compared with in the most configurations. Only when the weblink graph is very large, has slightly larger computation cost. However, the huge improvement of communication cost makes the larger computation cost an acceptable trade-off. In terms of web ranking results, the difference between the two approaches is very small. However, because of the limited space, the results are not included in this paper. IV. Related Work The typical framework for search engines compose by the web crawlers, indexers, and ranking components. After the web crawlers gather the content of the web pages to the repository, the indexers will analyze the important features of the webs, e.g. URL, header, meta-tag, bold letters, or links. Link structures between the pages form a web-link graph which is an input for the web ranking computing. One of the most notable approaches to rank the web is Google s PageRank []. The concept of the PageRank is based on the randomly traversal on a graph considering the back-link of each web-page as its PageRank value. While, the forward-links distribute the PageR-

A P2P-BASED INCREMENTAL WEB RANKING ALGORITHM 5 ank value of the other pages. Another important approach is the Hubs and Authority model [5]. In the Hubs and Authority model, the back-links and the forward-link of a page are also considered. However, the forward-link is considered as the hub value, while the back-links as the authority value. A web page can be categorized into hub or authority based on such two values. For the incremental graph processing, there exist several proposed work. For example, an approach for the graph incremental correlated-change detection problem is proposed in [6] as follows. First, the given graph is segmented to determine the change part. Subsequently, the similarity between subgraphs is computed. Last, the correlated-changes can be detected using the similarity. In [7], an approach to incremental compute the PageRank is proposed. The approach begins with partitioning the given web-link graph into two segments, i.e. the unchanged segment, and the increment segment. Subsequently, only the PageRank of the pages associated with the increment segment can be computed. Our web-link graph segmentation is based on such work. For the applying P2P computing models to improve the efficiency of the web ranking, it was first addressed in [2]. In such work, each computational peer contains a local web-link graph, and also computes the web ranking locally, a web-page is represented as a node, and a link is represented as an edge. In [3], a heuristic approach to improve the peer-meeting processes is proposed. Instead of selecting a peer to be met randomly, a peer will select another peer which has high authority quality, i.e. high number of outgoing links. To evaluate the authority of a peer, the general statistic information such as average or standarddeviation can be applied. Such information will be used for the evaluation subjected to minimize the network load. In [8], the authors proposed an orthogonal, but closely related to the web ranking computation, i.e. to rank the web community content using PageRank authority style in P2P networks. The authority content can be considered as a trend in such context. Such work can be applied in the social network environment. In this paper, we have proposed an efficient incremental algorithm, the algorithm, to compute web ranking. Such algorithm composes of the two main algorithms, local web ranking in each peer, and web ranking information exchanging between the peers. In particular, at each peer, when a new set of webs emerges, the local web ranking algorithm will consider the incremental changes in term of the linkage structure. The experimental results on the real data set have shown that the proposed work can significantly reduce both the computational cost as well as the communication cost in the most cases. Only when the web-link graph is very huge, the proposed work has slightly higher computation cost compared with the traditional algorithm. However, the huge improvement in communication cost is an acceptable trade-off to the computation cost increment. In the future work, we will focus on developing a cache mechanism for the peer meeting processes to boost the efficiency of the proposed work, especially, the computation cost. VI. Acknowledgment We would like to thank Faculty of Engineering, Chiang Mai University, Thailand, as well as the Graduate School for their financial support. References [] Brin, S., Page, L.: The anatomy of a large-scale hypertextual web search engine. Computer Networks and ISDN Systems 3 (998) 7 7 [2] Parreira, J.X., Weikum, G.: Jxp: Global authority scores in a p2p network. In: Proceedings of the Eight International Workshop on the Web & Databases (WebDB 25). (25) 3 36 [3] Parreira, J.X., Castillo, C., Donato, D., Michel, S., Weikum, G.: The juxtaposed approximate pagerank method for robust pagerank approximation in a peer-to-peer web search network. The VLDB Journal 7 (28) 29 33 [4] Sangamuang, S., Natwichai, J., Boonma, P.: Incremental web ranking on p2p networks. In: Proceedings of the IACSIT International Conference on System Engineering and Modeling (IC- SEM), IEEE Computer Society (2) 59 523 [5] Kleinberg, J.M.: Authoritative sources in a hyperlinked environment. Journal of the ACM 46 (999) 64 632 [6] Chan, J., Bailey, J., Leckie, C.: Discovering correlated spatiotemporal changes in evolving graphs. Knowledge and Information Systems 6 (28) 53 96 [7] Desikan, P., Pathak, N., Srivastava, J., Kumar, V.: Incremental page rank computation on evolving graphs. In: WWW 5: Special interest tracks and posters of the 4th international conference on World Wide Web, ACM (25) 94 95 [8] Parreira, J.X., Michel, S., Bender, M., Crecelius, T., Weikum, G.: P2p authority analysis for social communities. In: VLDB 7: Proceedings of the 33rd international conference on Very large data bases, VLDB Endowment (27) 398 4 V. Conclusion