paper-with-me

홈 › Papers

A Theoretical Analysis of NDCG Type Ranking Measures

2013-04-24 · Yining Wang, Li-Wei Wang, Yuanzhi Li, Di He, Tie-Yan Liu, Wei Chen

A central problem in ranking is to design a ranking measure for evaluation of ranking functions. In this paper we study, from a theoretical perspective, the widely used Normalized Discounted Cumulative Gain (NDCG)-type ranking measures. Although there are extensive empirical studies of NDCG, little is known about its theoretical properties. We first show that, whatever the ranking function is, the standard NDCG which adopts a logarithmic discount, converges to 1 as the number of items to rank goes to infinity. On the first sight, this result is very surprising. It seems to imply that NDCG cannot differentiate good and bad ranking functions, contradicting to the empirical success of NDCG in many applications. In order to have a deeper understanding of ranking measures in general, we propose a notion referred to as consistent distinguishability. This notion captures the intuition that a ranking measure should have such a property: For every pair of substantially different ranking functions, the ranking measure can decide which one is better in a consistent manner on almost all datasets. We show that NDCG with logarithmic discount has consistent distinguishability although it converges to the same limit for all ranking functions. We next characterize the set of all feasible discount functions for NDCG according to the concept of consistent distinguishability. Specifically we show that whether NDCG has consistent distinguishability depends on how fast the discount decays, and 1/r is a critical point. We then turn to the cut-off version of NDCG, i.e., NDCG@k. We analyze the distinguishability of NDCG@k for various choices of k and the discount functions. Experimental results on real Web search datasets agree well with the theory.

📄 PDF Abstract BibTeX arXiv:1304.6480

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Type Prediction

Similar Papers 제목 키워드 기반

Learning to Rank by Optimizing NDCG Measure

2009-12-01 · NeurIPS 2009 12 · Hamed Valizadegan, Rong Jin, Ruofei Zhang, Jianchang Mao

Learning to rank is a relatively new field of study, aiming to learn a ranking function from a set of training data with relevancy labels. The ranking algorithms are often evaluated using Information Retrieval measures, …

Information RetrievalLearning-To-RankRetrieval

Ranking Measures and Loss Functions in Learning to Rank

2009-12-01 · NeurIPS 2009 12 · Wei Chen, Tie-Yan Liu, Yanyan Lan, Zhi-Ming Ma 외

Learning to rank has become an important research topic in machine learning. While most learning-to-rank methods learn the ranking function by minimizing the loss functions, it is the ranking measures (such as NDCG and M…

General ClassificationLearning-To-Rank

A Theoretical Analysis of Recommendation Loss Functions under Negative Sampling

2024-11-12 · Giulia Di Teodoro, Federico Siciliano, Nicola Tonellotto, Fabrizio Silvestri

Loss functions like Categorical Cross Entropy (CCE), Binary Cross Entropy (BCE), and Bayesian Personalized Ranking (BPR) are commonly used in training Recommender Systems (RSs) to differentiate positive items - those int…

Recommendation Systems

RankDCG: Rank-Ordering Evaluation Measure

2016-05-01 · LREC 2016 5 · Denys Katerenchuk, Andrew Rosenberg

Ranking is used for a wide array of problems, most notably information retrieval (search). Kendall{'}s Ï„, Average Precision, and nDCG are a few popular approaches to the evaluation of ranking. When dealing with problems…

Information RetrievalRecommendation SystemsRetrieval

Optimizing Preference Alignment with Differentiable NDCG Ranking

2024-10-17 · Jiacong Zhou, Xianyun Wang, Jun Yu

Aligning large language models with human preferences improves interaction quality and safety by ensuring outputs better reflect human values. A promising strategy involves Reinforcement Learning from Human Feedback (RLH…

Learning-To-Rank