IRLGJul 7, 2022

Multi-Label Learning to Rank through Multi-Objective Optimization

arXiv:2207.03060v219 citationsh-index: 11
AI Analysis

This addresses noisy and non-unique relevance labels in information retrieval systems like search ranking, offering a method to optimize multiple goals simultaneously, but it appears incremental as it applies existing MOO algorithms to a known bottleneck.

The paper tackles the problem of ambiguous ground truth rankings in Learning to Rank by proposing a Multi-Label LTR framework using Multi-Objective Optimization to handle multiple conflicting relevance criteria, and tests it on three datasets to demonstrate efficacy.

Learning to Rank (LTR) technique is ubiquitous in the Information Retrieval system nowadays, especially in the Search Ranking application. The query-item relevance labels typically used to train the ranking model are often noisy measurements of human behavior, e.g., product rating for product search. The coarse measurements make the ground truth ranking non-unique with respect to a single relevance criterion. To resolve ambiguity, it is desirable to train a model using many relevance criteria, giving rise to Multi-Label LTR (MLLTR). Moreover, it formulates multiple goals that may be conflicting yet important to optimize for simultaneously, e.g., in product search, a ranking model can be trained based on product quality and purchase likelihood to increase revenue. In this research, we leverage the Multi-Objective Optimization (MOO) aspect of the MLLTR problem and employ recently developed MOO algorithms to solve it. Specifically, we propose a general framework where the information from labels can be combined in a variety of ways to meaningfully characterize the trade-off among the goals. Our framework allows for any gradient based MOO algorithm to be used for solving the MLLTR problem. We test the proposed framework on two publicly available LTR datasets and one e-commerce dataset to show its efficacy.

Foundations

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

Your Notes