paper-with-me

Papers

EasyRL4Rec: An Easy-to-use Library for Reinforcement Learning Based Recommender Systems

2024-02-23 · Yuanqing Yu, Chongming Gao, Jiawei Chen, Heng Tang, Yuefeng Sun, Qian Chen, Weizhi Ma, Min Zhang

Reinforcement Learning (RL)-Based Recommender Systems (RSs) have gained rising attention for their potential to enhance long-term user engagement. However, research in this field faces challenges, including the lack of user-friendly frameworks, inconsistent evaluation metrics, and difficulties in reproducing existing studies. To tackle these issues, we introduce EasyRL4Rec, an easy-to-use code library designed specifically for RL-based RSs. This library provides lightweight and diverse RL environments based on five public datasets and includes core modules with rich options, simplifying model development. It provides unified evaluation standards focusing on long-term outcomes and offers tailored designs for state modeling and action representation for recommendation scenarios. Furthermore, we share our findings from insightful experiments with current methods. EasyRL4Rec seeks to facilitate the model development and experimental process in the domain of RL-based RSs. The library is available for public use.

📄 PDF Abstract BibTeX arXiv:2402.15164

Code (1)

chongminggao/easyrl4rec 공식 구현 pytorch

Tasks

Recommendation SystemsReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Library 설명 없음

Similar Papers 제목 키워드 기반

EasyRL: A Simple and Extensible Reinforcement Learning Framework

2020-08-04 · Neil Hulbert, Sam Spillers, Brandon Francis, James Haines-Temons 외

In recent years, Reinforcement Learning (RL), has become a popular field of study as well as a tool for enterprises working on cutting-edge artificial intelligence research. To this end, many researchers have built RL fr…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Easy Samples Are All You Need: Self-Evolving LLMs via Data-Efficient Reinforcement Learning

2026-04-19 · Zhiyin Yu, Bo Zhang, Qibin Hou, Zhonghai Wu 외 arxiv

Previous LLMs-based RL studies typically follow either supervised learning with high annotation costs, or unsupervised paradigms using voting or entropy-based rewards. However, their performance remains far from satisfac…

Reinforcement Learning

OpenP5: An Open-Source Platform for Developing, Training, and Evaluating LLM-based Recommender Systems

2023-06-19 · Shuyuan Xu, Wenyue Hua, Yongfeng Zhang

In recent years, the integration of Large Language Models (LLMs) into recommender systems has garnered interest among both practitioners and researchers. Despite this interest, the field is still emerging, and the lack o…

BenchmarkingDecoderRecommendation SystemsSequential Recommendation+1

Lib-SibGMU -- A University Library Circulation Dataset for Recommender Systems Developmen

2022-08-25 · Eduard Zubchuk, Mikhail Arhipkin, Dmitry Menshikov, Aleksandr Karaush 외

We opensource under CC BY 4.0 license Lib-SibGMU - a university library circulation dataset - for a wide research community, and benchmark major algorithms for recommender systems on this dataset. For a recommender archi…

Recommendation Systems

CF4J: Collaborative Filtering for Java

2024-02-01 · Fernando Ortega, Bo Zhu, Jesus Bobadilla, Antonio Hernando

Recommender Systems (RS) provide a relevant tool to mitigate the information overload problem. A large number of researchers have published hundreds of papers to improve different RS features. It is advisable to use RS f…

Collaborative FilteringRecommendation Systems