Community Review - Score weight
A score weighting will be applied to all reviews submitted beyond the reviewerās allocation.
In past funds, the score for each criterion was calculated with the simple average of all the valid reviews. Still, this approach leaves the door open for attacks on score ratings since a bad actor could feasibly create an unlimited number of LV0 accounts and significantly influence the final score.
To prevent this, each criterion's score is calculated differently by weighting the allocated reviews versus the non-allocated reviews. Allocated reviews are weighted 80/20 against non-allocated reviews.
Reviews by LV0 and LV1 are not treated differently in the voting app interface; it is only the weighted score that differs, which impacts the final aggregated score rating of reviews. The last rating for each criteria calculation is protected against spam attacks by giving more weight to allocated reviews.
Implementation:
The āassessorā field for each review will be in the form ā0#4123ā where:
ā#ā is a static separator,
ā0ā indicates the type of the review (0 = not allocated, 1 = allocated),
ā4123ā is the identifier of the reviewer.
The weight for ānot allocatedā reviews is calculated: where:
is the total weight for ānot allocatedā (i.e., 0.2)
is the total number of ānot allocatedā reviews
The weight for āallocatedā reviews is calculated: where:
is the total weight for āallocatedā (i.e., 0.8)
is the total number of āallocatedā reviews
The final score is calculated using the weighted average and the weights previously calculated for āallocatedā and ānot allocatedā reviews.
= weighted average
= number of reviews to be averaged
= weights applied to reviews score (steps before)
= reviews score to be averaged
Example:
We have 5 ānot allocatedā reviews, each of them with a score of 5.
We have 2 āallocatedā reviews, each scoring 3.
Total weight for ānot allocatedā is 0.2
Total weight for āallocatedā is 0.8
We calculate the weight for ānot allocatedā reviews: 0.2 / 5 = 0.04
We calculate the weight for āallocatedā reviews: 0.8 / 2 = 0.4
We calculate the weighted average using these weights:
Last updated