paper-with-me

Papers

EAGER: Two-Stream Generative Recommender with Behavior-Semantic Collaboration

2024-06-20 · Ye Wang, Jiahao Xun, Minjie Hong, Jieming Zhu, Tao Jin, Wang Lin, Haoyuan Li, Linjun Li, Yan Xia, Zhou Zhao, Zhenhua Dong

Generative retrieval has recently emerged as a promising approach to sequential recommendation, framing candidate item retrieval as an autoregressive sequence generation problem. However, existing generative methods typically focus solely on either behavioral or semantic aspects of item information, neglecting their complementary nature and thus resulting in limited effectiveness. To address this limitation, we introduce EAGER, a novel generative recommendation framework that seamlessly integrates both behavioral and semantic information. Specifically, we identify three key challenges in combining these two types of information: a unified generative architecture capable of handling two feature types, ensuring sufficient and independent learning for each type, and fostering subtle interactions that enhance collaborative information utilization. To achieve these goals, we propose (1) a two-stream generation architecture leveraging a shared encoder and two separate decoders to decode behavior tokens and semantic tokens with a confidence-based ranking strategy; (2) a global contrastive task with summary tokens to achieve discriminative decoding for each type of information; and (3) a semantic-guided transfer task designed to implicitly promote cross-interactions through reconstruction and estimation objectives. We validate the effectiveness of EAGER on four public benchmarks, demonstrating its superior performance compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2406.14017

Code (1)

yewzz/EAGER 공식 구현 pytorch

Tasks

RetrievalSequential Recommendation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

EAGER-LLM: Enhancing Large Language Models as Recommenders through Exogenous Behavior-Semantic Integration

2025-02-20 · Minjie Hong, Yan Xia, Zehan Wang, Jieming Zhu 외

Large language models (LLMs) are increasingly leveraged as foundational backbones in the development of advanced recommender systems, offering enhanced capabilities through their extensive knowledge and reasoning. Existi…

DecoderRecommendation Systems

Overeager Coding Agents: Measuring Out-of-Scope Actions on Benign Tasks

2026-05-18 · Yubin Qu, Ying Zhang, Yanjun Zhang, Gelei Deng 외 arxiv

Coding agents now run autonomously with shell, file, and network privileges. When a user issues a benign request, the agent sometimes does more than asked: it deletes unrelated files, wipes a stale credentials backup, or…

SNARE: Adaptive Scenario Synthesis for Eliciting Overeager Behavior in Coding Agents

2026-05-27 · Yubin Qu, Yi Liu, Gelei Deng, Yanjun Zhang 외 arxiv

A coding agent executes a benign task as a sequence of shell, file, and network actions, any of which can quietly exceed the authorized scope while the task still completes. We call this overeager behavior: the prompt is…

TokenMinds: Pretrained User Tokens and Embeddings for User Understanding in Large Recommender Systems

2026-06-23 · Qingyun Liu, Bo Yan, Yang Liu, Yuji Roh 외 arxiv

User modeling in industrial recommender systems typically produces dense embeddings, which suffer from representational constraints inherent to fixed-dimensional vectors. An emerging alternative for discrete user represe…

EAGERx: Graph-Based Framework for Sim2real Robot Learning

2024-07-05 · Bas van der Heijden, Jelle Luijkx, Laura Ferranti, Jens Kober 외

Sim2real, that is, the transfer of learned control policies from simulation to real world, is an area of growing interest in robotics due to its potential to efficiently handle complex tasks. The sim2real approach faces …