← Back to arXiv Information Retrieval

arXiv Information Retrieval briefings

ResearchOfficialarXiv Information Retrieval

ZoRRO: A Zero-Weight Personalized Recommender System for Scalable News Recommendation

ZoRRO is a training-free, zero-weight framework for personalized news recommendation designed for scalable real-world deployment. According to offline evaluations, ZoRRO outperforms strong neural baselines in ranking tasks and, in online A/B testing, achieves click-through rates nearly on par with a state-of-the-art deep learning model, while operating over 600 times faster. The study also finds that models with similar click-through rates can produce different recommendation distributions, affecting the flow of news content.

Why it matters: ZoRRO demonstrates a highly efficient and practical alternative to deep learning models for large-scale news recommendation, emphasizing the need for evaluation metrics beyond accuracy.

ResearchOfficialarXiv Information Retrieval

Soft-Token Fusion Framework Enables LLM-Based Recommender Systems to Incorporate Numerical and Embedding Features

A new soft-token fusion framework allows large language model (LLM)-based recommender systems to integrate continuous numerical and embedding features by mapping them into the LLM embedding space. The framework, implemented in a two-tower retrieval model with an interaction-based fusion module, demonstrates improved retrieval performance over LLM-based baselines on three Amazon recommendation benchmarks. The results also show that interaction-based fusion outperforms simple concatenation of heterogeneous soft tokens.

Why it matters: This work addresses a key limitation of LLM-based recommenders by enabling them to utilize non-textual signals common in real-world recommendation systems, potentially enhancing their practical effectiveness.