WebOfTrustInfo / rwot1-sf

RWOT1 in San Francisco, California (November 2015)
http://www.WebOfTrust.Info
322 stars 94 forks source link

Negative reputation #31

Open aquabu opened 8 years ago

aquabu commented 8 years ago

In Reputation and The Real World @frandallfarmer says "Reserve negative karma for egregious cases of misconduct; even then, look for alternatives."

@ChristopherA and I have talked about how most things you can do with a negative reputation system can be done more safely with a well constructed positive reputation system.

That said, under what conditions should negative reputation systems be built? How should they be constructed? What are the biggest anti-patterns of negative reputation systems?

fractastical commented 8 years ago

Highly relevant is the Hacker News system which has long had upvotes and downvotes and has a second private "admin tier" capability of ghost-banning users perceived to be trolls.

frandallfarmer commented 8 years ago

Negative karma is great for system internal systems, such as IP SPAM source karma, etc. No one in the publick knows the "resulting" score of all the "this is spam" button clicks, but Yahoo/Google/etc, use this information to great effect.

fractastical commented 8 years ago

@frandallfarmer I think that's one of the fundamental limitations of open reputational systems. If the source data / algorithm used for ranking are transparent, then they are easily gamable. Equally true for review based systems like AirBnB and CouchSurfing, which have private feedback mechanism for people gaming the system.

ChristopherA commented 8 years ago

With strong persistent identity you may be able to have altruistic punishment (and meta-altruistic punishment see Dunbar, Altruistic Punishment, and Meta-Moderation) as an effective negative reputation system, as both sides are visible. But you also are more likely to descend into high-school style clique politics as the group size grows (aka congressional whip or a vice presidential candidate can take the losses of being the "attack dog" for a larger group of people).

I do believe that there are ways to create negative reputation systems, in particular, as @frandallfarmer noted, if the negative reputations are not publicly visible. But 90% of the time if you look at what are the desired behaviors to increase and decrease, you'll find that you can construct a positive rating system that has the same results as what you were thinking you needed a negative reputation for. This process is harder to do, but dealing with the long-term impact of a negative reputation system done improperly.

ChristopherA commented 8 years ago

Equally a problem with most reputation systems is that they confusing rating and ranking, or use proven poor systems (the 5-star system is a good example of a bad system). See Systems for Collective Choice and its following articles on ratings and ranking.

macieklearns2code commented 5 years ago

Perhaps it's useful to consider a negative reputation in the context of inter-cluster relationships.

There is a scale of relationships: from hostile to friendly. This applies to individuals and to groups.

An act can carry a punishment in one group and an equivalent reward in another. E.g. the more of an anti-hero Trump becomes in one group, the more of a hero he is in another.

This adds additional incentives/punishments:

In this context, this system can potentially work well in large groups. That is assuming that 1) it's predicated on a robust identity 2) the cognitive limitation of keeping track of all of these interactions is removed

frandallfarmer commented 5 years ago

(Tried replying in email, seems that was a mistake...)

OOf. I'd recommend avoiding doing reputation math with negative weights entirely for "karma" (aka user reputation.)

In experience of social systems, the magnitude of a -1 and a +1 are never equal - even if you could get the scale to be clear and "Hostile to Friendly" is NOT a clear analog scale, so how can it be digitized?)

Twitter recently got into hot water for "punishing" (down-repping) people by presumed association with bots - they shouldn't have done that at all. They simply should have not incremented referral reputation from suspected bad-actors.

Digital Reputation should be contextual, always (imagine "tagged"?) and never negative. If you want bad-actor karma of some sort, make it a positive value.