EMNLP 2024finding0 citations

Efficient Pointwise-Pairwise Learning-to-Rank for News Recommendation

Nithish Kannen, Yao Ma, Gerrit J.j. Van Den Burg, Jean Baptiste Faddoul

Abstract

News recommendation is a challenging task that involves personalization based on the interaction history and preferences of each user. Recent works have leveraged the power of pretrained language models (PLMs) to directly rank news items by using inference approaches that predominately fall into three categories: pointwise, pairwise, and listwise learning-to-rank. While pointwise methods offer linear inference complexity, they fail to capture crucial comparative information between items that is more effective for ranking tasks. Conversely, pairwise and listwise approaches excel at incorporating these comparisons but suffer from practical limitations: pairwise approaches are either computationally expensive or lack theoretical guarantees and listwise methods often perform poorly in practice. In this paper, we propose a novel framework for PLM-based news recommendation that integrates both pointwise relevance prediction and pairwise comparisons in a scalable manner. We present a rigorous theoretical analysis of our framework, establishing conditions under which our approach guarantees improved performance. Extensive experiments show that our approach outperforms the state-of-the-art methods on the MIND and Adressa news recommendation datasets.

BibTeX
@inproceedings{kannen-etal-2024-efficient,
    title = "Efficient Pointwise-Pairwise Learning-to-Rank for News Recommendation",
    author = "Kannen, Nithish  and
      Ma, Yao  and
      Van Den Burg, Gerrit J.j.  and
      Faddoul, Jean Baptiste",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.723/",
    doi = "10.18653/v1/2024.findings-emnlp.723",
    pages = "12403--12418"
}