IRSIMar 2, 2018

RankDCG: Rank-Ordering Evaluation Measure

arXiv:1803.00719v11087 citations
Originality Synthesis-oriented
AI Analysis

This addresses problems in ranking evaluation for applications like user ranking and recommendation systems, though it appears incremental as it modifies an existing method.

The authors tackled the limitations of existing ranking evaluation measures, such as handling ties and inconsistent lower bounds, by proposing rankDCG, a modification of nDCG that satisfies all defined criteria for effective ranking algorithms, with results validated on constructed and real datasets.

Ranking is used for a wide array of problems, most notably information retrieval (search). There are a number of popular approaches to the evaluation of ranking such as Kendall's $τ$, Average Precision, and nDCG. When dealing with problems such as user ranking or recommendation systems, all these measures suffer from various problems, including an inability to deal with elements of the same rank, inconsistent and ambiguous lower bound scores, and an inappropriate cost function. We propose a new measure, rankDCG, that addresses these problems. This is a modification of the popular nDCG algorithm. We provide a number of criteria for any effective ranking algorithm and show that only rankDCG satisfies all of them. Results are presented on constructed and real data sets. We release a publicly available rankDCG evaluation package.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes