logo Welcome, Guest. Please Login or Register.
2024-04-24 07:49:21 CoV Wiki
Learn more about the Church of Virus
Home Help Search Login Register
News: Read the first edition of the Ideohazard

  Church of Virus BBS
  General
  Free For All

  The CoV reputation system
« previous next »
Pages: [1] Reply Notify of replies Send the topic Print 
   Author  Topic: The CoV reputation system  (Read 1669 times)
Bass
Magister
***

Posts: 196
Reputation: 6.08
Rate Bass



I'm a llama!

View Profile
The CoV reputation system
« on: 2006-12-09 13:29:22 »
Reply with quote

I was just wondering here about how exactly the sumucratic reputation system here works. I have viewed the Introduction to Meridion page and Im a still a bit confused, but it really interests me and its kind of frustrating.

I have a few questions on it.

Firstly what does the formula e^(ln(N)*2*(R-5)/(9-1)) mean exactly?

Whats is the difference (and reason) between a level 1 voting or a level 5 or 9 voting?

What does N or N*N stand for? (Im guessing here that N refers to all those who have voted)

I also still dont get on how reputation is calculated in the way it is.

Also there are a few things which I can see as potential problems, though it may just be my ignorance speaking here.

Sumucracies promote competition between members and with the system of influence and weighted opinion, it's clear to see why. Now doesn't this mean that someone who attains a high level of influence, and therefore has the ability to override the influence of other individuals could easily twist and manipulate things to work towards their own ambitions and goals? Would this person not also be the perfect candidate for a dictator-like presence later on, depending on if their influence gains great heights?

And my second here is, how is someone's influence truly rated? Is their somekind of board that determines each individuals influence via somekind of evaluation test or process? If so, then how exactly are these board members elected and who is to say that they possess the competence to judge if any particular person has a certain amount of influence?

Sorry about all the questions, but I'm just really interested and its really frustrating that I don't understand it more fully.

Thanks.
Report to moderator   Logged
David Lucifer
Archon
*****

Posts: 2642
Reputation: 8.94
Rate David Lucifer



Enlighten me.

View Profile WWW E-Mail
Re:The CoV reputation system
« Reply #1 on: 2006-12-10 00:14:14 »
Reply with quote


Quote:
Firstly what does the formula e^(ln(N)*2*(R-5)/(9-1)) mean exactly?


The formula for influence is derived from the following assumptions:

1. There are N members registered in the system.
2. Everyone's vote should count for something (nobody has zero influence).
3. A new (unknown) member (reputation 5) gets 1 vote.
4. Someone with a perfect score (reputation 9) gets N votes. This is so that influence scales with increasing membership.
5. Someone with a perfectly bad score (reputation 1) gets 1/N votes.

Quote:
Sumucracies promote competition between members and with the system of influence and weighted opinion, it's clear to see why. Now doesn't this mean that someone who attains a high level of influence, and therefore has the ability to override the influence of other individuals could easily twist and manipulate things to work towards their own ambitions and goals? Would this person not also be the perfect candidate for a dictator-like presence later on, depending on if their influence gains great heights?


There isn't much danger of that because someone with high influence can't become a dictator unless no one else has a decent reputation, and a dictator wouldn't be able to maintain their high influence without risking their reputation.

Quote:
And my second here is, how is someone's influence truly rated? Is their somekind of board that determines each individuals influence via somekind of evaluation test or process?


There is no such board. Reputation is calculated from everyone's vote.
« Last Edit: 2006-12-11 15:08:48 by David Lucifer » Report to moderator   Logged
Hermit
Archon
*****

Posts: 4287
Reputation: 8.94
Rate Hermit



Prime example of a practically perfect person

View Profile WWW
Re:The CoV reputation system
« Reply #2 on: 2006-12-10 16:39:12 »
Reply with quote

May I remind Bass of http://www.churchofvirus.org/bbs/index.php?board=1;action=voteMeridion where he can select "View and vote on member reputations."

Hermit
Report to moderator   Logged

With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion. - Steven Weinberg, 1999
Bass
Magister
***

Posts: 196
Reputation: 6.08
Rate Bass



I'm a llama!

View Profile
Re:The CoV reputation system
« Reply #3 on: 2006-12-12 12:47:56 »
Reply with quote


Quote from: David Lucifer on 2006-12-10 00:14:14   
2. Everyone's vote should count for something (nobody has zero influence).


I don't quite understand this. What about when someone first joins Meridion and has no votes? Where does there non-zero influence come from? Do they start of with 0 influence or something like 0.01 influence?

Also.

If we look at integral on the reputation board he has 0 influence...

0 * (e^((2 * ln(131) * (5.00099 - 5)) / (9 - 1))) = 0



PS I appreaciate both of your posts. Thank-you very much.
« Last Edit: 2006-12-12 12:50:17 by Bass » Report to moderator   Logged
David Lucifer
Archon
*****

Posts: 2642
Reputation: 8.94
Rate David Lucifer



Enlighten me.

View Profile WWW E-Mail
Re:The CoV reputation system
« Reply #4 on: 2006-12-17 04:26:13 »
Reply with quote

Someone who first joins Meridion has a reputation of 5 (or close to 5 depending on how they rate themselves). The influence depends on another factor (besides reputation) and that is an activity level. You can read about the activity level in this announcement. integral has an activity level of zero therefore an influence of zero.
Report to moderator   Logged
Sheldor
Adept
**

Gender: Male
Posts: 9
Reputation: 7.04
Rate Sheldor





View Profile
Re:The CoV reputation system
« Reply #5 on: 2009-05-20 19:41:52 »
Reply with quote

OK, but what algorithm do you use to calculate average weighted by influences? Do you solve recursive equation

reputation(n+1) = A . influence(n)
influence(n) = activity * exp (2 log N ((reputation(n)-5)/(9-1)))

until it converges (if it does, ...) each time someone changes his votes?

Or you just recalculate reputation based on votes and influences once per time? (Sorry for technical questions, but it is really nice idea, so I'm really interested how it is done..)
Report to moderator   Logged
Sheldor
Adept
**

Gender: Male
Posts: 9
Reputation: 7.04
Rate Sheldor





View Profile
Re:The CoV reputation system
« Reply #6 on: 2009-05-20 20:01:07 »
Reply with quote

Btw. this great Meridion system inspired me to study PageRank algorithm used by Google. If one would really want to solve recursive equation I wrote above for case where influence function is not linear (if it is, then it is approximately PageRank algorithm itself), its interesting problem to generalize it in such way that it would always converge to unique solution. So thank you for inspiration!

P.S. by matrix A in my post above I meant matrix of votes, of course.
Report to moderator   Logged
David Lucifer
Archon
*****

Posts: 2642
Reputation: 8.94
Rate David Lucifer



Enlighten me.

View Profile WWW E-Mail
Re:The CoV reputation system
« Reply #7 on: 2009-05-22 00:03:35 »
Reply with quote


Quote from: irigi on 2009-05-20 19:41:52   

OK, but what algorithm do you use to calculate average weighted by influences? Do you solve recursive equation

reputation(n+1) = A . influence(n)
influence(n) = activity * exp (2 log N ((reputation(n)-5)/(9-1)))

until it converges (if it does, ...) each time someone changes his votes?

That's right, the calculation is repeated until it converges (and it always converges rapidly, less than 10 iterations iirc).

Report to moderator   Logged
Sheldor
Adept
**

Gender: Male
Posts: 9
Reputation: 7.04
Rate Sheldor





View Profile
Re:The CoV reputation system
« Reply #8 on: 2009-05-22 08:00:38 »
Reply with quote

Ok, thanks a lot for your reply .. It seems it almost always has only one solution, which is really surprising for me, since it is nonlinear function. Maybe it has something to do with fact that exponential influence dependence is one-to-one function. But still... I will keep playing with it. 
Report to moderator   Logged
Pages: [1] Reply Notify of replies Send the topic Print 
Jump to:


Powered by MySQL Powered by PHP Church of Virus BBS | Powered by YaBB SE
© 2001-2002, YaBB SE Dev Team. All Rights Reserved.

Please support the CoV.
Valid HTML 4.01! Valid CSS! RSS feed