PulseAugur
EN
LIVE 03:41:01

Ocean4Rec system uses LLMs offline for VOD reranking

Researchers have developed Ocean4Rec, a novel reranking layer designed to enhance video-on-demand (VOD) recommendation systems. This system leverages Large Language Models (LLMs) offline to generate "OCEAN" profiles (Openness, Conscientiousness, Extraversion, Agreeableness, Neuroticism) for content items. At request time, Ocean4Rec uses these precomputed profiles, along with user profiles and recency data, to perform numerical reranking without needing to invoke an LLM, thereby improving throughput and latency. Offline evaluations on Samsung Smart TV VOD logs demonstrated significant improvements in metrics like NDCG@20 and Hit Rate@20 compared to existing methods. AI

RANK_REASON The cluster contains a research paper detailing a new method for VOD reranking using LLMs offline. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Ocean4Rec system uses LLMs offline for VOD reranking

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Wonkyun Kim, Sehyun Bae, Kwanki Ahn, Mungyu Bae, Saeun Choi, Soyeon You, Chandra Prabhakar, Sehyun Kim ·

    Ocean4Rec: Offline LLM-Derived OCEAN Profiles for Request-Time VOD Reranking

    arXiv:2605.27429v1 Announce Type: cross Abstract: Industrial video-on-demand (VOD) recommenders need richer content understanding, but LLM-as-reranker designs repeat prompt construction, token generation, model invocation, output parsing, and fallback handling for each request. I…