paper-with-me

Papers

A Deep Recurrent Survival Model for Unbiased Ranking

2020-04-30 · Jiarui Jin, Yuchen Fang, Wei-Nan Zhang, Kan Ren, Guorui Zhou, Jian Xu, Yong Yu, Jun Wang, Xiaoqiang Zhu, Kun Gai

Position bias is a critical problem in information retrieval when dealing with implicit yet biased user feedback data. Unbiased ranking methods typically rely on causality models and debias the user feedback through inverse propensity weighting. While practical, these methods still suffer from two major problems. First, when inferring a user click, the impact of the contextual information, such as documents that have been examined, is often ignored. Second, only the position bias is considered but other issues resulted from user browsing behaviors are overlooked. In this paper, we propose an end-to-end Deep Recurrent Survival Ranking (DRSR), a unified framework to jointly model user's various behaviors, to (i) consider the rich contextual information in the ranking list; and (ii) address the hidden issues underlying user behaviors, i.e., to mine observe pattern in queries without any click (non-click queries), and to model tracking logs which cannot truly reflect the user browsing intents (untrusted observation). Specifically, we adopt a recurrent neural network to model the contextual information and estimates the conditional likelihood of user feedback at each position. We then incorporate survival analysis techniques with the probability chain rule to mathematically recover the unbiased joint probability of one user's various behaviors. DRSR can be easily incorporated with both point-wise and pair-wise learning objectives. The extensive experiments over two large-scale industrial datasets demonstrate the significant performance gains of our model comparing with the state-of-the-arts.

📄 PDF Abstract BibTeX arXiv:2004.14714

Code (1)

Jinjiarui/DRSR 공식 구현 tf

Tasks

Information RetrievalmodelPositionRetrievalSurvival Analysis

Similar Papers 제목 키워드 기반

Multi-Scale User Behavior Network for Entire Space Multi-Task Learning

2022-08-03 · Jiarui Jin, Xianyu Chen, Weinan Zhang, Yuanbo Chen 외

Modelling the user's multiple behaviors is an essential part of modern e-commerce, whose widely adopted application is to jointly optimize click-through rate (CTR) and conversion rate (CVR) predictions. Most of existing …

Multi-Task LearningSurvival Analysis

TripleSurv: Triplet Time-adaptive Coordinate Loss for Survival Analysis

2024-01-05 · Liwen Zhang, Lianzhen Zhong, Fan Yang, Di Dong 외

A core challenge in survival analysis is to model the distribution of censored time-to-event data, where the event of interest may be a death, failure, or occurrence of a specific event. Previous studies have showed that…

Survival AnalysisTriplet

Unbiased split variable selection for random survival forests using maximally selected rank statistics

2016-05-11 · Marvin N. Wright, Theresa Dankowski, Andreas Ziegler

The most popular approach for analyzing survival data is the Cox regression model. The Cox model may, however, be misspecified, and its proportionality assumption may not always be fulfilled. An alternative approach for …

Selection biasSurvival PredictionVariable Selection

Policy-Aware Unbiased Learning to Rank for Top-k Rankings

2020-05-18 · Harrie Oosterhuis, Maarten de Rijke

Counterfactual Learning to Rank (LTR) methods optimize ranking systems using logged user interactions that contain interaction biases. Existing methods are only unbiased if users are presented with all relevant items in …

counterfactualLearning-To-RankRetrieval

GRAFT: Decoupling Ranking and Calibration for Survival Analysis

2026-02-08 · Mohammad Ashhad, Robert Hoehndorf, Ricardo Henao arxiv

Survival analysis is complicated by censored data, high-dimensional features, and non-linear interactions. Classical models offer interpretability and superior calibration but are restricted to linear or predefined funct…