Adapting Knowledge Graphs for Behavior Denoising in Sequential Recommendation

📅 2026-08-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
该研究针对序列推荐中的行为去噪问题,提出AdaptedKG方法,利用知识图谱提供校准证据,提高推荐准确性。
📝 Abstract
Sequential recommendation predicts the next item from a user's interaction history, but not every interaction is equally informative. Real logs combine persistent preferences with temporary needs, exploration, and incidental behavior, so some interactions can distort history representations or provide unreliable supervision. Existing denoising methods judge such interactions mainly from co-occurrence, order, or model predictions, without explicit evidence from relations between items. Knowledge graphs (KGs) offer this evidence, but item popularity, graph degree, uneven coverage, and widely shared entities can inflate connectivity and bias reliability estimates. Here we present AdaptedKG, which derives calibrated KG evidence for each training example without adding graph representations to the recommendation model. It first compares the observed context with structurally matched alternatives to identify relational paths that are unusually prominent and uses them to build a local KG view. It then compares each interaction with structurally matched reference items to calibrate its support within that view. The resulting retention coefficients gate historical representations and reweight target losses. All sample-specific scores are computed offline using training interactions and a fixed KG, so the backbone remains unchanged and no KG access is required at inference. Experiments show gains with a standard sequential recommender and multiple behavior-denoising sequential recommenders.
Problem

Research questions and friction points this paper is trying to address.

Sequential Recommendation
Behavior Denoising
Knowledge Graphs
Interaction History
Innovation

Methods, ideas, or system contributions that make the work stand out.

AdaptedKG
behavior denoising
knowledge graph
sequential recommendation
calibrated evidence
🔎 Similar Papers
No similar papers found.