Normalized discounted cumulative gain

From Cohen Courses
Jump to navigationJump to search

The discounted cumulative gain (DCG) measures the quality of the results in a ranked list, where items in that list are graded in some way. Typically the ranked list in question is the query results of an IR system, and the grading is a relevance judgment for each result. DCG accumulated at a particular rank position is defined as:

Normalized DCG (nDCG) is a way to calculate this measure across many independent queries, the result lists for which might all be of different length. nDCG is computed as:

The nDCG values for all queries can be averaged to obtain a measure of the average performance of a search engine's ranking algorithm over many queries.