Reputation system
From Wikipedia, the free encyclopedia
A reputation system is a type of collaborative filtering algorithm which attempts to determine ratings for a collection of entities, given a collection of opinions that those entities hold about each other. This is similar to a recommendation system, but with the purpose of entities recommending each other, rather than some external set of entities (such as books, movies, or music).
Reputation systems are often useful in large online communities in which users may frequently have the opportunity to interact with users with whom they have no prior experience or in communities where user generated content is posted like YouTube or Flickr. In such a situation, it is often helpful to base the decision whether or not to interact with that user on the prior experiences of other users.
Reputation systems may also be coupled with an incentive system to reward good behavior and punish bad behavior. For instance, users with high reputation may be granted special privileges, whereas users with low or unestablished reputation may have limited privileges.
Contents |
[edit] Types of reputation systems
A simple reputation system, employed by eBay, is to record a rating (either positive, negative, or neutral) after each pair of users conducts a transaction. A user's reputation is comprised of the count of positive and negative transactions in that user's history.
More sophisticated algorithms scale an individual entity's contribution to other node's reputation by that entity's own reputation. PageRank is such a system, used for ranking web pages based on the link structure of the web. In PageRank, each web page's contribution to another page is proportional to its own pagerank, and inversely proportional to its number of outlinks.
[edit] Attacks on reputation systems
A Sybil attack is one in which an attacker subverts the reputation system by creating a large number of pseudonomous entities, and using them to gain a disproportionately large influence. A reputation system's vulnerability to a sybil attack depends on how cheaply Sybils can be generated and the degree to which the reputation system accepts input from entities that don't have a chain of trust linking them to a trusted entity, and whether the reputation system treats all entities identically.
[edit] Websites that employ reputation systems
[edit] See also
- PageRank A set of algorithms used by Google to rate web sites.
- Reputation management
- Collaborative filtering
- Web of trust
- Trust metric
- Search Engine Optimization
- Social network
[edit] External links
- The Sybil Attack John R. Douceur. In Proc. of the IPTPS02 Workshop, Cambridge, MA (USA), March 2002
- Sybilproof reputation mechanisms Alice Cheng, Eric Friedman, Proceeding of the 2005 ACM SIGCOMM workshop on Economics of peer-to-peer systems
- Propagating Trust and Distrust R. Guha, Ravi Kumar, Prabhakar Raghavan, Andrew Tomkins International World Wide Web Conference (WWW2004)
- AE14 - The Imaginary Friends Test Basic test to apply to establish resistance of a distributed accounting system against Sybil Attacks