paper-with-me

홈 › Papers

ReLoop: A Self-Correction Continual Learning Loop for Recommender Systems

2022-04-24 · Guohao Cai, Jieming Zhu, Quanyu Dai, Zhenhua Dong, Xiuqiang He, Ruiming Tang, Rui Zhang

Deep learning-based recommendation has become a widely adopted technique in various online applications. Typically, a deployed model undergoes frequent re-training to capture users' dynamic behaviors from newly collected interaction logs. However, the current model training process only acquires users' feedbacks as labels, but fail to take into account the errors made in previous recommendations. Inspired by the intuition that humans usually reflect and learn from mistakes, in this paper, we attempt to build a self-correction learning loop (dubbed ReLoop) for recommender systems. In particular, a new customized loss is employed to encourage every new model version to reduce prediction errors over the previous model version during training. Our ReLoop learning framework enables a continual self-correction process in the long run and thus is expected to obtain better performance over existing training strategies. Both offline experiments and an online A/B test have been conducted to validate the effectiveness of ReLoop.

📄 PDF Abstract BibTeX arXiv:2204.11165

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningRecommendation Systems

Similar Papers 제목 키워드 기반

ReLoop2: Building Self-Adaptive Recommendation Models via Responsive Error Compensation Loop

2023-06-15 · Jieming Zhu, Guohao Cai, JunJie Huang, Zhenhua Dong 외

Industrial recommender systems face the challenge of operating in non-stationary environments, where data distribution shifts arise from evolving user behaviors over time. To tackle this challenge, a common approach is t…

Recommendation Systems

ReLoop: "Seeing Twice and Thinking Backwards" via Closed-loop Training to Mitigate Hallucinations in Multimodal understanding

2025-07-07 · Jianjiang Yang, Ziyan Huang, Yanshu Li

While Multimodal Large Language Models (MLLMs) have achieved remarkable progress in open-ended visual question answering, they remain vulnerable to hallucinations. These are outputs that contradict or misrepresent input …

HallucinationQuestion AnsweringVisual Question Answering

ReLoop: Structured Modeling and Behavioral Verification for Reliable LLM-Based Optimization

2026-02-17 · Junbo Jacob Lian, Yujun Sun, Huiling Chen, Chaoyu Zhang 외 arxiv

Large language models (LLMs) can translate natural language into optimization code, but silent failures pose a critical risk: code that executes and returns solver-feasible solutions may encode semantically incorrect for…

RELOOP: Recursive Retrieval with Multi-Hop Reasoner and Planners for Heterogeneous QA

2025-10-23 · Ruiyi Yang, Hao Xue, Imran Razzak, Hakim Hacid 외 arxiv

Retrieval-augmented generation (RAG) remains brittle on multi-step questions and heterogeneous evidence sources, trading accuracy against latency and token/tool budgets. This paper introduces RELOOP, a structure aware fr…

Knowledge Graphs

Breaking Feedback Loops in Recommender Systems with Causal Inference

2022-07-04 · Karl Krauth, Yixin Wang, Michael I. Jordan

Recommender systems play a key role in shaping modern web ecosystems. These systems alternate between (1) making recommendations (2) collecting user responses to these recommendations, and (3) retraining the recommendati…

Causal InferenceRecommendation Systems