v1.2.0
Changelist
-
New Scale Type "Detail" with Corresponding Metrics: Introduced a new scale type called Detail, which allows grading search results on a scale from
1
to10
. Corresponding metrics for this scale include:CG(d)@k
- Cumulative GainDCG(d)@k
- Discounted Cumulative GainnDCG(d)@k
- Normalized Discounted Cumulative Gain
-
Support for Multiple Scale Types in Evaluations: Evaluations are no longer restricted to metrics of the same scale type (binary, graded, or detail). You can now include metrics of different types within a single evaluation. If an evaluation includes metrics from different scales, you need to define Transformers, a new feature that allows converting grades from one scale to another. The scale and transformers are set during the creation of the evaluation and cannot be changed after it starts.
-
Various Bug Fixes and Minor Improvements: Resolved several issues to improve application stability and performance, and made minor user interface improvements for a more intuitive experience.