Back to browse
EloLup – rating system with time-consistent reputation model for raters

EloLup – rating system with time-consistent reputation model for raters

by Strugly·Apr 1, 2026·2 points·0 comments

AI Analysis

MidNiche Gem

Wilson-bound reputation scoring for raters, but it's a single-page calculator.

Strengths
  • Quadratic scoring growth near mean rewards accurate raters more than linear systems
  • Ratings can be reassessed when item means shift, updating reputation contributions dynamically
Weaknesses
  • No integrations, API, or clear product beyond the algorithm demonstration page
  • Single-page utility without depth—similar to calculator projects that rate mid
Category
Target Audience

Platform builders needing reputation systems

Similar To

TrueSkill · Glicko-2

Post Description

Raters assign a rating to an item with an associated confidence.

Each rating receives a score as a function of its distance to the item’s reputation-weighted mean rating (computed after its inclusion). The score increases as the distance decreases, with quadratic growth near the mean.

A rater’s reputation is defined as the Wilson lower bound of the confidence-weighted average of their scores.

Each rating can be (a) reassessed if the item’s mean changes, updating its contribution to reputation; or (b) restarted, reapplying it with current reputation, affecting the item mean but not the rater’s reputation.

Similar Projects