# An Elo-based rating system for TopCoder SRM

**Authors:** Fred Batty

arXiv: 1905.00961 · 2026-02-24

## TL;DR

This paper introduces an Elo-based rating system tailored for TopCoder SRMs, utilizing a logarithmic performance metric and empirical calibration to improve skill prediction and track player development.

## Contribution

It presents a novel Elo-style rating framework that incorporates a logarithmic rank metric and empirical parameter tuning for programming contests.

## Key findings

- Enhanced rank prediction accuracy
- More consistent rating progression with skill development
- Effective calibration of model parameters

## Abstract

This paper presents an Elo-based rating system for programming contests, specifically Topcoder's Single Round Matches (SRMs). We introduce a logarithmic rank-based performance metric that allows single-round, multi-player contest results to be incorporated into an Elo-style continuous rating framework. Model parameters and adjustment factors are calibrated empirically by minimizing absolute prediction error over historical data, accounting for experience level, initial ratings, and competition characteristics. The resulting system demonstrates improved rank predictions and rating progressions consistent with natural skill development over player careers.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.00961/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1905.00961/full.md

## References

5 references — full list in the complete paper: https://tomesphere.com/paper/1905.00961/full.md

---
Source: https://tomesphere.com/paper/1905.00961