Spaces:
Runtime error
Runtime error
JP-SystemsX commited on
Commit ·
a9b8c5a
1
Parent(s): a5e27b5
Updated README
Browse files
README.md
CHANGED
|
@@ -11,17 +11,17 @@ license: mit
|
|
| 11 |
tags:
|
| 12 |
- evaluate
|
| 13 |
- metric
|
| 14 |
-
-
|
| 15 |
-
description: >-
|
| 16 |
-
The Discounted Cumulative Gain is a measure of ranking quality.
|
| 17 |
-
It is used to evaluate Information Retrieval Systems under the following 2 assumptions:
|
| 18 |
-
1. Highly relevant documents/Labels are more useful when appearing earlier in the results
|
| 19 |
-
2. Documents/Labels are relevant to different degrees
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# Metric Card for nDCG
|
|
|
|
| 11 |
tags:
|
| 12 |
- evaluate
|
| 13 |
- metric
|
| 14 |
+
- ranking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
description: >-
|
| 17 |
+
The Discounted Cumulative Gain is a measure of ranking quality.
|
| 18 |
+
It is used to evaluate Information Retrieval Systems under the following 2 assumptions:
|
| 19 |
+
1. Highly relevant documents/Labels are more useful when appearing earlier in the results
|
| 20 |
+
2. Documents/Labels are relevant to different degrees
|
| 21 |
+
It is defined as the Sum over all relevances of the retrieved documents reduced logarithmically proportional to
|
| 22 |
+
the position in which they were retrieved.
|
| 23 |
+
The Normalized DCG (nDCG) divides the resulting value by the optimal value, that can be achieved, to get a value between
|
| 24 |
+
0 and 1 s.t. a perfect retrieval achieves a nDCG of 1.
|
| 25 |
---
|
| 26 |
|
| 27 |
# Metric Card for nDCG
|