IRLGAug 6, 2023

A Lightweight Method for Modeling Confidence in Recommendations with Learned Beta Distributions

arXiv:2308.03186v112 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the need for practical confidence insights in real-world recommender systems without sacrificing simplicity or accuracy.

The paper tackles the problem of recommender systems lacking confidence measures by proposing learned beta distributions (LBD), which maintain competitive accuracy while achieving a stronger correlation between accuracy and confidence and higher performance in high-precision tasks.

Most Recommender Systems (RecSys) do not provide an indication of confidence in their decisions. Therefore, they do not distinguish between recommendations of which they are certain, and those where they are not. Existing confidence methods for RecSys are either inaccurate heuristics, conceptually complex or computationally very expensive. Consequently, real-world RecSys applications rarely adopt these methods, and thus, provide no confidence insights in their behavior. In this work, we propose learned beta distributions (LBD) as a simple and practical recommendation method with an explicit measure of confidence. Our main insight is that beta distributions predict user preferences as probability distributions that naturally model confidence on a closed interval, yet can be implemented with the minimal model-complexity. Our results show that LBD maintains competitive accuracy to existing methods while also having a significantly stronger correlation between its accuracy and confidence. Furthermore, LBD has higher performance when applied to a high-precision targeted recommendation task. Our work thus shows that confidence in RecSys is possible without sacrificing simplicity or accuracy, and without introducing heavy computational complexity. Thereby, we hope it enables better insight into real-world RecSys and opens the door for novel future applications.

Code Implementations1 repo
Foundations

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

Your Notes