English

RecoReward: Recommender-Guided Multimodal Description Generation for Recommendation

Information Retrieval 2026-07-28 v1

Abstract

Multimodal large language models (MLLMs) can convert multimodal item content into structured descriptions used as semantic features for recommendation. Conventional content-only generation, however, cannot use downstream user signals to determine which semantics should be emphasized. Recent user-conditioned methods incorporate these signals through user histories or profiles, but they require user information at inference and make generation user-dependent. In this paper, we introduce RecoReward, which instead uses behavior-derived rewards during training and preserves content-only inference. To instantiate this idea in live-stream recommendation, we treat historically engaged users as a proxy for future target users and use observational non-target users to estimate affinity shared broadly across users. The Recommender Affinity Score (RAS) contrasts these signals to provide user-selective feedback for reinforcement learning, allowing the learned policy to generate a single shared description without user inputs. In our offline benchmark, RecoReward-9B outperforms its Qwen3.5-9B baseline and all other evaluated models across seven recall metrics. Online A/B testing also shows performance gains. These results show that RecoReward trains the MLLM to produce item features that benefit downstream recommendation while retaining content-only serving.

Cite

@article{arxiv.2607.25901,
  title  = {RecoReward: Recommender-Guided Multimodal Description Generation for Recommendation},
  author = {Guohong Mu and Yueyang Liu and Jiangxia Cao and Changxin Lao and Zijie Zhuang and Yuhui Zhang and Jiaqi Feng and Ruochen Yang and Shuang Yang and Zhaojie Liu and Qibin Hou},
  journal= {arXiv preprint arXiv:2607.25901},
  year   = {2026}
}

Comments

16 pages, 4 figures