I used to have an idea for a karma/reputation system: repeatedly recalculate karma weighted by the karma of the upvoters and downvoters on a comment (then normalize to avoid hyperinflation) until a fixed point is reached.
Also check out “personalized pagerank”, where the rating shown to each user is “rooted” in what kind of content this user has upvoted in the past. It’s a neat solution to many problems.
I used to have an idea for a karma/reputation system: repeatedly recalculate karma weighted by the karma of the upvoters and downvoters on a comment (then normalize to avoid hyperinflation) until a fixed point is reached.
I feel like this is vaguely somehow related to:
AlphaGoZero
Humans Consulting HCH
Wealth in markets
So, https://en.wikipedia.org/wiki/PageRank ?
Oh right, lol, good point.
Also check out “personalized pagerank”, where the rating shown to each user is “rooted” in what kind of content this user has upvoted in the past. It’s a neat solution to many problems.