You can edit almost every page by Creating an account. Otherwise, see the FAQ.

FolkRank

From EverybodyWiki Bios & Wiki

FolkRank is a ranking algorithm for folksonomies on social bookmarking systems (for example, Flickr, del.icio.us, and bibsonomy). It adapted the PageRank algorithm to the folksonomies' structure. FolkRank was introduced by Andreas Hotho in 2006[1]. It is applied not only to determining an overall ranking and specific topic-related rankings, but also to a variety of applications, finding communities, structuring search results and trend detection within folksonomy, to name a few.

Introduction[edit]

It is simply easy for users to bookmark the resources on social resource sharing tools and use tags to describe or organize their bookmarks. The collection of all each user's assignment is called a personomy. Within folksonomies, the users are able to explore their own personomy as well as the personomies of other users. By clicking on resources or tags, they can see which tags others assign to the same resource with them, who use the same tags with them and which resources are connected to these tags. However, Over the past ten years, folksonomies have acquired a large number of users who have been creating a huge amount of information. This causes users more difficult to seek information by browsing within a folksonomy. Moreover, most of users are more familiar with search interfaces than browsing interfaces. Therefore, employing standard techniques for searching information in folksonomy-based systems help users ease the information seeking process.

The issue here is how to provide a suitable ranking list to a user query in order to meet their information need. Fortunately, the structure of folksonomy can be transformed into a graph structure. Hotho[1] took advantages of the folksonomy structure and adapted PageRank algorithm to FolkRank algorithm in order to rank users, tags and resources in folksonomy based systems. The algorithm can be used for a topic-specific ranking. This ranking also can help to detect trends in these systems and recommend items (e.g., users, resources) to a specific user based on their preference.

Formal definitions of a folksonomy[edit]

The folksonomy structure of social bookmarking systems

Several studies have worked with folksonomy and defined a structure for it to use in their applications. All of them represent the folksonomy structure in some form that describes the connections among users, tags and resources. Hotho and colleagues[2] give a formal definitions for a folksonomy as follows:

  • Definition 1. a folksonomy is a tuple F := (U, T, R, Y), where:
  • U is the finite set of all users
  • T is the finite set of all tags
  • R is the finite set of all resources
  • Y ⊆ U × T × R, is a ternary relation between U, T and R, called tag assignments (TAS).
  • Definition 2. a folksonomy for a specific user is called a personomy.
  • The personomy of a given user uU is the restriction of F to u, i. e., with Iu := {(t, r) ∈ T × R | (u, t, r) ∈ Y}, Tu := π1 (Iu), Ru := π2 (Iu) and reu := {(t1T × T | (u, t1, t2) ∈ re}, where πi denotes the projection on the ith dimension.
  • Definition 3. a post represents a tag assignments of one user for one resource.
  • The set P of all posts is defined as P := {(u, S, r) | u ∈ U, r ∈ R, S = tags(u, r), S ≠ ∅} where, for all u ∈ U and r ∈ R, tags(u, r) := {t ∈ T | (u, t, r) ∈ Y} denotes all tags the user u assigned to the resource r.

Although these definitions above focus on a folksonomy with users, tags and resources as three dimensions, it is possible to enhance the structure to include more dimensions [3]. For example, Wu et al. [4] consider the fourth element: timestamps which are assigned to tag-resource pairs in order to consider temporal aspects in their analysis.

Algorithm[edit]

Tripartite undirected hypergraph of a folksonomy structure

The FolkRank algorithm computes a topic-specific ranking in a folksonomy, it operates on an undirected, tripartite graph. The PageRank weight-spreading approach can not be directly applied to folksonomy because the structure of folksonomy is different with web graph. Therefore, a folksonomy structure F = (U, T, R, Y), firstly, is converted into a tripartite undirected hypergraph G = (V, E), which connects users, tags, and resources.

  • V = U∪T∪R is the set of nodes of the graph consists of the disjoin union of all tags, users and resources
  • E = {{u, t, r} | (u, t, r) ∈ Y } is the set of hyperedges of the graph. The set of edges E is the combination of all possible paths resulting from splitting tag assignments into three undirected edges: E = {{u, t}, {t, r}, {u, r} | (u, t, r) ∈ Y }

The PageRank formula can be iteratively applied to this hypergraph as follows:

where:

  • p : is used as preference vector used to determine the topic
  • : damping factor controls the influence of the preference vector p, usually assigning d = 0.85
  • A : the row-stochastic version of adjacency matrix of the graph G

Preference weights need to be specified for the preference vector p in order to compute a ranking of tags, resources and/or users tailored to the preferred item/topic. In web search, the tags which can be referred as search query terms receive a higher weight compared to the remaining items (i.e., remaining tags, all users and all resources) whose weight scores are equally distributed. With any distributions of weights, the equation ||w||1 = ||p||1. The algorithm is presented as follows.

Algorithm: FolkRank

Input: Undirected, tripartite graph GF , a randomly chosen baseline vector w0 and a randomly chosen FolkRank vector w1.

1. Set preference vector p.

2. Compute baseline vector w0 with p = 1 and .

3. Compute topic specific vector w1 specific preference vector p.

4. w := w1 - w0 is the final weight vector.

Output: FolkRank vector w.

Applications of FolkRank[edit]

  • Trend detection. Folkrank is applied to explore trends in the folksonomy of social bookmarking systems[5]. It measures the topic-specific rankings (i.e., the topic is described by defining the preference vector p) in order to determine which users, tags and resources have been gaining or losing their popularity at different points of time (e.g., who are the winners/losers?). Also, based on the rankings, the system is able to discover the absolute rankings (e.g., who is in the top ten of the topic "music" or what tags are in the top ten of the topic "politics").
  • Item Recommendation. A social bookmarking system can apply FolkRank for its recommender system. A preference vector p could be defined using the user profile. Therefore, the system can compute the rankings on users, tags and resources. Based on this ranking list, it recommends items (e.g., users or resources) to the user. The three dimensions of social tagging systems allow to do multi-mode recommendations[6], for instance, finding resources, tags or users.
  • Information Retrieval. FolkRank is also developed to support Google-like search in folksonomy-based systems. With the huge increase of numbers of items on the social booking systems, browsing becomes more difficult for users to seek for information. All the system, currently, provide users with searching. FolkRank can help to improve the result list against user queries in order to better users' information need. Moreover, traditional search engines also can transform their click data file into a folksonomy-like structure, called a logsonomy[7]. Thus, search engines can apply FolkRank to support personalized search and a different ranking list.

See also[edit]

References[edit]

  1. 1.0 1.1 Hotho, Andreas; Jaschke, Robert; Schmitz, Christoph; Stumme, Gerd (2006). "FolkRank: A Ranking Algorithm for Folksonomies". Berlin: De Gruyter Saur.
  2. Hotho, Andreas; Jäschke, Robert; Schmitz, Christoph; Stumme, Gerd (2006). "Information Retrieval in Folksonomies: Search and Ranking". The Semantic Web: Research and Applications Book.
  3. Abel, Fabian (2011). "Contextualization, user modeling and personalization in the social web: from social tagging via context to cross-system user modeling and personalization" (PDF). PhD thesis, University of Hanover.
  4. Wu, Xian; Zhang, Lei; Yu, Yong (2011). "Exploring social annotations for the semantic web". In WWW ’06: Proceedings of the 15th international conference on World Wide Web.
  5. Hotho, Andreas; Jaschke, Robert; Schmitz, Christoph (2011). "Trend detection in folksonomies" (PDF). PhD thesis, University of Hanover.
  6. Marinho, Leandro Balby; Nanopoulos, Alexandros; Schmidt-Thieme, Lars; Jäschke, Robert; Hotho, Andreas; Stumme, Gerd; Symeonidis, Panagiotis (2011). "Social tagging recommender systems". Recommender Systems Handbook.
  7. Krause, Beate; Jäschke, Robert; Hotho, Andreas; Stumme, Gerd (2008). "Logsonomy – social information retrieval with logdata". Proceedings of the nineteenth ACM conference on Hypertext and hypermedia.


This article "FolkRank" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:FolkRank. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.