POSIT: Promotion of Semantic Item Tail via Adversarial Learning
Qiuling Xu, Pannaga Shivaswamy, Xiangyu Zhang
TL;DR
The paper tackles popularity bias in recommender systems by promoting semantically meaningful long-tail items using POSIT, an adversarial learning framework with a small Lipschitz-constrained adversary. It converts user-level Recall@k into item-level advantages via Item Recall@k and guides the adversary to assign smooth, semantically coherent weights that amplify disadvantaged item groups. Integrating these weights into a base recommender (EASE) yields improved item coverage and often better ranking metrics, while maintaining tail performance as evidenced by increases in Item Recall@k and lower Gini indices across MovieLens, Netflix Prize, and Million Song. The approach demonstrates that targeted, semantically aware tail promotion can enhance diversity without sacrificing utility, offering a practical method for long-tail coverage in large catalogs.
Abstract
In many recommendations, a handful of popular items (e.g., movies / television shows, news, etc.) can be dominant in recommendations for many users. However, we know that in a large catalog of items, users are likely interested in more than what is popular. The dominance of popular items may mean that users will not see items that they would probably enjoy. In this paper, we propose a technique to overcome this problem using adversarial machine learning. We define a metric to translate the user-level utility metric in terms of an advantage/disadvantage over items. We subsequently used that metric in an adversarial learning framework to systematically promote disadvantaged items. Distinctly, our method integrates a small-capacity model to produce semantically meaningful weights, leading to an algorithm that identifies and promotes a semantically similar item within the learning process. In the empirical study, we evaluated the proposed technique on three publicly available datasets and seven competitive baselines. The result shows that our proposed method not only improves the coverage, but also, surprisingly, improves the overall performance.
