MLAILGNov 28, 2017

Learning to Rank based on Analogical Reasoning

arXiv:1711.10207v127 citations
Originality Incremental advance
AI Analysis

This addresses the preference learning problem for ranking objects in domains like sports and education, but it is incremental as it builds on existing techniques.

The paper tackles the problem of learning to rank objects by proposing a new approach based on analogical reasoning, which uses analogical proportions to infer preferences and combines it with instance-based learning and rank aggregation, and experimental results show it is highly competitive across various domains.

Object ranking or "learning to rank" is an important problem in the realm of preference learning. On the basis of training data in the form of a set of rankings of objects represented as feature vectors, the goal is to learn a ranking function that predicts a linear order of any new set of objects. In this paper, we propose a new approach to object ranking based on principles of analogical reasoning. More specifically, our inference pattern is formalized in terms of so-called analogical proportions and can be summarized as follows: Given objects $A,B,C,D$, if object $A$ is known to be preferred to $B$, and $C$ relates to $D$ as $A$ relates to $B$, then $C$ is (supposedly) preferred to $D$. Our method applies this pattern as a main building block and combines it with ideas and techniques from instance-based learning and rank aggregation. Based on first experimental results for data sets from various domains (sports, education, tourism, etc.), we conclude that our approach is highly competitive. It appears to be specifically interesting in situations in which the objects are coming from different subdomains, and which hence require a kind of knowledge transfer.

Foundations

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

Your Notes