SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2606.11023 · 2026

Generative Archetype-Grounded Item Representations for Sequential Recommendation

Hao Chen, Wenhao Yu, Jiahong Liu, Yifan Li, Irwin King, Yankai Chen, Xinni Zhang, Jianting Chen

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 8 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
AI-Santiago/GenAIR — 6 of 8
FunctionStatusWhere it lives
BaseSeqModel Ran AI-Santiago/GenAIR/models/GenAIR.py
pointer only (licence: NONE) · get_code("8d03c177f3e82bdf")
FastCalibrationLoss Ran AI-Santiago/GenAIR/models/GenAIR.py
pointer only (licence: NONE) · get_code("7b61fd820b1d5436")
PointWiseFeedForward Ran AI-Santiago/GenAIR/models/GenAIR.py
pointer only (licence: NONE) · get_code("356f4ff553a71a81")
SASRec Ran AI-Santiago/GenAIR/models/GenAIR.py
pointer only (licence: NONE) · get_code("2c9daf33cbbafa93")
SASRecBackbone Ran AI-Santiago/GenAIR/models/GenAIR.py
pointer only (licence: NONE) · get_code("a4e4563d222a6605")
SASRec_seq Ran AI-Santiago/GenAIR/models/GenAIR.py
pointer only (licence: NONE) · get_code("6c420f7776527ec8")
GenAIRSASRec Not yet run AI-Santiago/GenAIR/models/GenAIR.py
pointer only (licence: NONE) · get_code("6aa604a252d7f322")
SASRecPLUS Not yet run AI-Santiago/GenAIR/models/GenAIR.py
pointer only (licence: NONE) · get_code("1d48217427ea76a1")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Sequential recommendation aims to predict users' next interaction with items by analyzing their historical behavior. However, the limited quality of item representations remains a critical bottleneck. While pre-trained large language models (LLMs) can provide rich semantic representations, existing approaches only rely on static encoding of fixed attributes, overlooking the crucial role of target audiences in defining item identity. Moreover, the semantic space struggles to reflect actual user behavior, resulting in a significant gap between semantic representations and behavioral patterns. To address these limitations, we propose GenAIR, a general framework that empowers sequential recommendation with Generative Archetype-grounded Item Representations. Specifically, we first leverage an LLM to analyze item metadata and infer textual description of the Archetype, which represents the conceptual profile of the item's ideal target audience. We then extract the corresponding embeddings in a single forward pass. Further, to ground these generative archetypes in real-world behavior, we introduce a behavioral calibration objective, which explicitly incorporates behavioral signals from actual interactions. This objective adjusts the structure of the embedding space to reflect empirical patterns. GenAIR enables seamless integration with most existing models while maintaining high efficiency. Comprehensive experiments conducted on three real-world datasets demonstrate that GenAIR significantly improves the performance of various sequential recommendation models and consistently outperforms state-of-theart baseline approaches. Implementation codes are available at https://github.com/AI-Santiago/GenAIR.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2606.11023")
get_code_for_paper("2606.11023")
have("2606.11023")

Connect an agent — have() is free.