IRMar 6

MLLMRec-R1: Incentivizing Reasoning Capability in Large Language Models for Multimodal Sequential Recommendation

arXiv:2603.06243v14 citationsHas Code
Predicted impact top 5% in IR · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the problem of making GRPO-based reasoning practical for multimodal sequential recommendation, which is an incremental improvement for researchers and practitioners in AI-based recommendation systems.

The paper tackles the challenge of efficiently extending group relative policy optimization (GRPO) reasoning pipelines to multimodal sequential recommendation (MSR) with multimodal large language models (MLLMs), which faces obstacles like high computational costs from visual tokens and reward inflation from Chain-of-Thought supervision. The proposed MLLMRec-R1 framework addresses these issues by textualizing visual signals offline, constructing high-quality multimodal CoT supervision, and using mixed-grained data augmentation, achieving consistent outperformance over state-of-the-art methods on three benchmark datasets.

Group relative policy optimization (GRPO) has become a standard post-training paradigm for improving reasoning and preference alignment in large language models (LLMs), and has recently shown strong effectiveness in LLM-based recommender systems. However, extending GRPO-based reasoning pipelines to multimodal sequential recommendation (MSR) with multimodal large language models (MLLMs) faces fundamental obstacles. First, MSR requires jointly encoding visual content for both historical interactions and multiple candidate items, causing visual tokens to dominate the input and making the cost of group-based rollout scale with history length and candidate set size, which renders GRPO-based training prohibitively expensive. Second, existing Chain-of-Thought (CoT) supervision suffers from reward inflation in recommendation scenarios, where higher training rewards do not reliably translate into improved ranking performance and may induce shortcut learning. To address these challenges, we propose MLLMRec-R1, an efficient and stable GRPO-based reasoning framework for multimodal sequential recommendation. MLLMRec-R1 textualizes visual signals offline to eliminate expensive visual tokens while preserving multimodal semantics, and constructs high-quality multimodal CoT supervision through refinement and confidence-aware assessment. Furthermore, a mixed-grained data augmentation strategy selectively injects reliable CoT samples while retaining standard training data, mitigating reward inflation and improving generalization stability. Extensive experiments on three benchmark datasets demonstrate that MLLMRec-R1 consistently outperforms state-of-the-art methods, establishing a practical and effective GRPO-based reasoning pipeline for multimodal sequential recommendation. The code is available at https://github.com/wangyu0627/MLLMRec-R1.

Foundations

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

Your Notes