DSIRJul 17, 2013

Ranking with Diverse Intents and Correlated Contents

arXiv:1307.4518v2
Originality Incremental advance
AI Analysis

This addresses ranking optimization for users with diverse intents and correlated document contents, representing an incremental theoretical extension of existing ranking models.

The paper tackles the document ranking problem where users have diverse topic interests and satisfaction thresholds, aiming to minimize average satisfying time by selecting documents sequentially. The main result is an O(ρ)-approximation algorithm, where ρ is the integrality gap of a set cover linear programming relaxation.

We consider the following document ranking problem: We have a collection of documents, each containing some topics (e.g. sports, politics, economics). We also have a set of users with diverse interests. Assume that user u is interested in a subset I_u of topics. Each user u is also associated with a positive integer K_u, which indicates that u can be satisfied by any K_u topics in I_u. Each document s contains information for a subset C_s of topics. The objective is to pick one document at a time such that the average satisfying time is minimized, where a user's satisfying time is the first time that at least K_u topics in I_u are covered in the documents selected so far. Our main result is an O(ρ)-approximation algorithm for the problem, where ρ is the algorithmic integrality gap of the linear programming relaxation of the set cover instance defined by the documents and topics. This result generalizes the constant approximations for generalized min-sum set cover and ranking with unrelated intents and the logarithmic approximation for the problem of ranking with submodular valuations (when the submodular function is the coverage function), and can be seen as an interpolation between these results. We further extend our model to the case when each user may interest in more than one sets of topics and when the user's valuation function is XOS, and obtain similar results for these models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes