JQuinton comments on A few remarks about mass-downvoting - Less Wrong

17 Post author: gjm 13 February 2014 05:06PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (87)

You are viewing a single comment's thread.

Comment author: JQuinton 14 February 2014 06:29:24PM 1 point [-]

I recently wanted to comment on a post that had a lot of downvotes. I think I was prompted to sacrifice some karma in order to post in it. Maybe something similar could be implemented for mass downvotes? Say if you downvote someone more than 5 times (or some threshold where it's less likely that you're downvoting the same person by chance) you have to sacrifice some karma to do so.

Comment author: gjm 14 February 2014 07:56:08PM 2 points [-]

More than five times ever? That's going to be a problem for long-term participants.

More than five times in some fixed period? That would make more sense, though it might need extra information recorded in the database. The right way might be something like this. For each pair of users, store an "amount of recent downvoting" that decays exponentially over time and gets incremented with each downvote; then apply a karma toll that increases with the value of this. It would also be necessary to store the last time the downvote density was updated, so that the exponential decay can be applied properly.