paper-with-me

홈 › Papers

xMTF: A Formula-Free Model for Reinforcement-Learning-Based Multi-Task Fusion in Recommender Systems

2025-04-08 · Yang Cao, Changhao Zhang, Xiaoshuang Chen, Kaiqiao Zhan, Ben Wang

Recommender systems need to optimize various types of user feedback, e.g., clicks, likes, and shares. A typical recommender system handling multiple types of feedback has two components: a multi-task learning (MTL) module, predicting feedback such as click-through rate and like rate; and a multi-task fusion (MTF) module, integrating these predictions into a single score for item ranking. MTF is essential for ensuring user satisfaction, as it directly influences recommendation outcomes. Recently, reinforcement learning (RL) has been applied to MTF tasks to improve long-term user satisfaction. However, existing RL-based MTF methods are formula-based methods, which only adjust limited coefficients within pre-defined formulas. The pre-defined formulas restrict the RL search space and become a bottleneck for MTF. To overcome this, we propose a formula-free MTF framework. We demonstrate that any suitable fusion function can be expressed as a composition of single-variable monotonic functions, as per the Sprecher Representation Theorem. Leveraging this, we introduce a novel learnable monotonic fusion cell (MFC) to replace pre-defined formulas. We call this new MFC-based model eXtreme MTF (xMTF). Furthermore, we employ a two-stage hybrid (TSH) learning strategy to train xMTF effectively. By expanding the MTF search space, xMTF outperforms existing methods in extensive offline and online experiments.

📄 PDF Abstract BibTeX arXiv:2504.05669

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningRecommendation SystemsReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Crosslingual Generalization through Multitask Finetuning

2022-11-03 · Niklas Muennighoff, Thomas Wang, Lintang Sutawika, Adam Roberts 외

Multitask prompted finetuning (MTF) has been shown to help large language models generalize to new tasks in a zero-shot setting, but so far explorations of MTF have focused on English data and models. We apply MTF to the…

Coreference ResolutionCross-Lingual TransferQuestion AnsweringSentence Completion+2

The Max-Min Formulation of Multi-Objective Reinforcement Learning: From Theory to a Model-Free Algorithm

2024-06-12 · Giseung Park, Woohyeon Byeon, Seongmin Kim, Elad Havakuk 외

In this paper, we consider multi-objective reinforcement learning, which arises in many real-world problems with multiple optimization goals. We approach the problem with a max-min framework focusing on fairness among th…

FairnessMulti-Objective Reinforcement Learningreinforcement-learningReinforcement Learning

Meta-Learning for Multi-objective Reinforcement Learning

2018-11-08 · Xi Chen, Ali Ghadirzadeh, Mårten Björkman, Patric Jensfelt

Multi-objective reinforcement learning (MORL) is the generalization of standard reinforcement learning (RL) approaches to solve sequential decision making problems that consist of several, possibly conflicting, objective…

Computational Efficiencycontinuous-controlContinuous ControlDecision Making+6

Regularity as Intrinsic Reward for Free Play

2023-12-03 · NeurIPS 2023 11 · Cansu Sancaktar, Justus Piater, Georg Martius

We propose regularity as a novel reward signal for intrinsically-motivated reinforcement learning. Taking inspiration from child development, we postulate that striving for structure and order helps guide exploration tow…

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning

Robust Model-free Reinforcement Learning with Multi-objective Bayesian Optimization

2019-10-29 · Matteo Turchetta, Andreas Krause, Sebastian Trimpe

In reinforcement learning (RL), an autonomous agent learns to perform complex tasks by maximizing an exogenous reward signal while interacting with its environment. In real-world applications, test conditions may differ …

Bayesian Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)