paper-with-me

홈 › Papers

A Self-boosted Framework for Calibrated Ranking

2024-06-12 · Shunyu Zhang, Hu Liu, Wentian Bao, Enyun Yu, Yang song

Scale-calibrated ranking systems are ubiquitous in real-world applications nowadays, which pursue accurate ranking quality and calibrated probabilistic predictions simultaneously. For instance, in the advertising ranking system, the predicted click-through rate (CTR) is utilized for ranking and required to be calibrated for the downstream cost-per-click ads bidding. Recently, multi-objective based methods have been wildly adopted as a standard approach for Calibrated Ranking, which incorporates the combination of two loss functions: a pointwise loss that focuses on calibrated absolute values and a ranking loss that emphasizes relative orderings. However, when applied to industrial online applications, existing multi-objective CR approaches still suffer from two crucial limitations. First, previous methods need to aggregate the full candidate list within a single mini-batch to compute the ranking loss. Such aggregation strategy violates extensive data shuffling which has long been proven beneficial for preventing overfitting, and thus degrades the training effectiveness. Second, existing multi-objective methods apply the two inherently conflicting loss functions on a single probabilistic prediction, which results in a sub-optimal trade-off between calibration and ranking. To tackle the two limitations, we propose a Self-Boosted framework for Calibrated Ranking (SBCR).

📄 PDF Abstract BibTeX arXiv:2406.08010

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Calibrated Listwise Reranking with Large Language Models

2024-11-07 · Ruiyang Ren, Yuhao Wang, Kun Zhou, Wayne Xin Zhao 외

Large language models (LLMs), with advanced linguistic capabilities, have been employed in reranking tasks through a sequence-to-sequence approach. In this paradigm, multiple passages are reranked in a listwise manner an…

Reranking

Self-PU: Self Boosted and Calibrated Positive-Unlabeled Training

2020-06-22 · ICML 2020 1 · Xuxi Chen, Wuyang Chen, Tianlong Chen, Ye Yuan 외

Many real-world applications have to tackle the Positive-Unlabeled (PU) learning problem, i.e., learning binary classifiers from a large amount of unlabeled data and a few labeled positive examples. While current state-o…

Can LLM Rerankers Predict Their Own Ranking Performance?

2026-06-02 · Shiyu Ni, Keping Bi, Jiafeng Guo, Jingtong Wu 외 arxiv

Retrieval effectiveness varies substantially across queries, making it important to estimate ranking quality before relevance judgments are available. Query performance prediction (QPP) addresses this need, but most exis…

Improving Neural Ranking via Lossless Knowledge Distillation

2021-09-30 · Zhen Qin, Le Yan, Yi Tay, Honglei Zhuang 외

We explore a novel perspective of knowledge distillation (KD) for learning to rank (LTR), and introduce Self-Distilled neural Rankers (SDR), where student rankers are parameterized identically to their teachers. Unlike t…

Knowledge DistillationLearning-To-Rank

Treeffuser: Probabilistic Predictions via Conditional Diffusions with Gradient-Boosted Trees

2024-06-11 · Nicolas Beltran-Velez, Alessandro Antonio Grande, Achille Nazaret, Alp Kucukelbir 외

Probabilistic prediction aims to compute predictive distributions rather than single point predictions. These distributions enable practitioners to quantify uncertainty, compute risk, and detect outliers. However, most p…