Efficient Multimodal Generative Recommendation with Latent Narrative Reasoning
Summary
The paper proposes NarraLite, an efficient multimodal generative recommendation framework that uses latent narrative reasoning to improve episodic content prediction with better accuracy and efficiency.
View Cached Full Text
Cached at: 09/16/26, 08:42 AM
# Efficient Multimodal Generative Recommendation withLatent Narrative Reasoning
Source: [https://arxiv.org/html/2609.16070](https://arxiv.org/html/2609.16070)
Nantao ZhengHao MiaoJuyuan WangXinke JiangYuchen Fang\\correspondingAolin LiHaijun Wu
###### Abstract
Generative recommendation reformulates item prediction as semantic identifier generation, yet episodic content introduces a fundamentally different setting where the target is determined by narrative evolution rather than user preference\. This task requires models to understand multimodal storyline progression while addressing the efficiency challenges caused by redundant visual contexts and costly explicit reasoning generation\. We proposeNarraLite, an efficient multimodal generative recommendation framework that jointly compresses perception and reasoning\. Specifically, Progressive Spectral Compression selectively distills long visual contexts into compact narrative\-relevant evidence, preserving transition\-critical information while reducing redundant visual computation\. Latent Narrative Reasoning introduces context\-routed latent reasoning tokens and aligns their contextualized representations with future continuation semantics, enabling implicit narrative inference without autoregressively decoding textual rationales\. We further establish a user\-agnostic multimodal benchmark for short\-form drama continuation across UGC, PGC, and OOD settings\. Extensive experiments demonstrate that NarraLite consistently improves continuation accuracy, narrative coherence, and robustness over existing approaches, while achieving a favorable accuracy–efficiency trade\-off\.
1Weixin Group, Tencent
2The Hong Kong Polytechnic University
magnuswang@tencent\.com, tmaczheng@tencent\.com, hao\-miao@outlook\.com, jovwang@tencent\.com, thinkerjiang@foxmail\.com, fyclmiss@gmail\.com, churenli@tencent\.com, ethanhjwu@tencent\.com
## 1Introduction
Generative recommendation reformulates item prediction as sequence generation by representing items with discrete semantic identifiers \(SIDs\) and directly generating target identifiers\([Li et al\. 2024](https://arxiv.org/html/2609.16070#bib.bib14);[Wang et al\. 2024](https://arxiv.org/html/2609.16070#bib.bib13)\)\. However, existing methods mainly focus on user preference modeling, while episodic content requires predicting the segment that naturally follows an ongoing storyline\. As shown in Figure[1](https://arxiv.org/html/2609.16070#S1.F1), traditional recommendation retrieves content based on user interests\([Chen et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib16);[Deng et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib15)\), whereas narrative\-aware recommendation requires understanding intrinsic event transitions and predicting semantically and temporally coherent continuations\. This task further demands joint modeling of visual plot evidence and textual descriptions, as either modality alone may miss critical narrative cues\.
Applying multimodal generative models to this setting, however, faces two critical efficiency challenges\([Zhang et al\. 2025a](https://arxiv.org/html/2609.16070#bib.bib25);[Cao et al\. 2026](https://arxiv.org/html/2609.16070#bib.bib26);[He et al\. 2024](https://arxiv.org/html/2609.16070#bib.bib27);[Zhan et al\. 2026](https://arxiv.org/html/2609.16070#bib.bib28)\)\. First, long visual contexts contain substantial redundancy: consecutive frames often repeat similar scenes, characters, and backgrounds, while only a small subset of events is essential for determining future storyline transitions\. Processing all visual tokens therefore introduces considerable computational overhead, whereas aggressive compression may remove subtle but decisive narrative cues\. Second, explicit chain\-of\-thought \(CoT\) reasoning\([Yue et al\. 2025a](https://arxiv.org/html/2609.16070#bib.bib17)\)introduces additional autoregressive decoding costs by requiring the model to generate lengthy intermediate rationales before predicting the final SID\. Although such reasoning can improve structured inference, the generated explanations are unnecessary for recommendation and increase latency\. Efficient narrative recommendation therefore requires retaining transition\-critical visual evidence while enabling structured reasoning without explicitly generating reasoning chains\.
Figure 1:Paradigm shift from user\-centric recommendation to narrative\-aware recommendation\.To address these challenges, we proposeNarraLite, an efficient multimodal generative recommendation framework that jointly compresses perception and reasoning\. NarraLite introduces two complementary components\.Progressive Spectral Compression \(PSC\)selectively distills long visual contexts into compact narrative\-relevant tokens\. Instead of uniformly processing all visual observations, PSC identifies visual evidence that provides complementary information to textual plot descriptions, reducing redundant multimodal computation while preserving important storyline cues\.Latent Narrative Reasoning \(LNR\)models the implicit transition from the observed narrative state to its continuation through compact latent reasoning states\. Rather than autoregressively generating textual rationales, LNR performs internal narrative inference and directly conditions SID generation, reducing reasoning overhead while maintaining structured prediction capability\.
To facilitate evaluation of this task, we introduce a user\-agnostic multimodal short\-form drama continuation benchmark with aligned story contexts and ground\-truth successor segments across UGC, PGC, and OOD settings\. Extensive experiments demonstrate that NarraLite achieves superior continuation accuracy and a more favorable accuracy–efficiency trade\-off compared with retrieval\-based, sequential, multimodal, and generative recommendation baselines\.
Our contributions are summarized as follows:
- •We formulate efficient multimodal narrative\-aware generative recommendation, where the goal is to predict a coherent story continuation rather than user\-preference\-driven item relevance, and identify two key efficiency challenges caused by redundant visual perception and explicit reasoning generation\.
- •We propose NarraLite, which introduces Progressive Spectral Compression for retaining compact and text\-complementary visual evidence, and Latent Narrative Reasoning for modeling implicit story transitions without generating explicit reasoning chains\.
- •We establish a user\-agnostic multimodal continuation benchmark and extensive experiments demonstrate that NarraLite consistently improves recommendation accuracy, narrative coherence, and inference efficiency\.
Figure 2:Overview ofNarraLite\.
## 2Related Work
### 2\.1Multimodal Recommendation
Multimodal recommendation has evolved from feature\-level fusion toward adaptive alignment and foundation\-model\-based representation learning\. Early studies focus on integrating heterogeneous item modalities: MTSTRec\([Hong et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib1)\)introduces modality\-shared tokens to coordinate temporal textual, visual, and price information, while FindRec\([Wang et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib2)\)further improves multimodal interaction modeling through adaptive routing and efficient sequence modeling\. Recent works study robustness and efficiency under imperfect multimodal inputs\. MoDiCF\([Yang et al\. 2026](https://arxiv.org/html/2609.16070#bib.bib3)\)and SSR\([Li et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib4)\)respectively explore generative modality recovery and frequency\-aware multimodal denoising to improve representation quality\. With the emergence of multimodal LLM, LaViC\([Jeon et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib5)\)and PRIME\([Yue et al\. 2025b](https://arxiv.org/html/2609.16070#bib.bib6)\)further investigate visual token compression and LMM\-based recommendation pipelines\. Despite their progress, existing multimodal recommenders mainly target user preference modeling and item matching\. Their multimodal representations are optimized for identifying relevant items rather than preserving sparse visual evidence and inferring cross\-segment event transitions\.
### 2\.2CoT Reasoning for Recommendation
Recent studies introduce reasoning mechanisms into recommendation by using large language models to improve preference understanding\. RecZero\([Kong et al\. 2026](https://arxiv.org/html/2609.16070#bib.bib7)\)and R2ec\([You et al\. 2026](https://arxiv.org/html/2609.16070#bib.bib8)\)explore explicit reasoning chains with reinforcement learning or joint reasoning\-prediction optimization, demonstrating the potential of structured reasoning for recommendation\. However, explicit CoT introduces additional autoregressive decoding costs, and recent analyses such as MME\-CoT\([Jiang et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib9)\)reveal that excessive reasoning may bring unnecessary inference overhead in multimodal scenarios\. To improve efficiency, subsequent works attempt to internalize reasoning into latent representations\. SIREN\([Ding et al\. 2026](https://arxiv.org/html/2609.16070#bib.bib10)\)distills explicit preference reasoning into hidden states, while LatentR3\([Zhang et al\. 2025b](https://arxiv.org/html/2609.16070#bib.bib11)\)and IntuRec\([Liu et al\. 2026](https://arxiv.org/html/2609.16070#bib.bib12)\)further explore latent reasoning tokens for direct recommendation generation\. Nevertheless, existing reasoning\-based recommenders primarily model latent user preferences from interaction histories or candidate items\. They neither ground latent states in multimodal narrative evidence nor capture the transition from observed events to future story states\.
## 3Preliminaries
### 3\.1Problem Formulation
Let𝒴=\{yj\}j=1\|𝒴\|\\mathcal\{Y\}=\\\{y\_\{j\}\\\}\_\{j=1\}^\{\|\\mathcal\{Y\}\|\}denote the candidate video segments\. We define the training set as narrative continuation pairs:
𝒟=\{\(𝒞i,yi\+\)\}i=1N,yi\+∈𝒴,\\mathcal\{D\}=\\left\\\{\(\\mathcal\{C\}\_\{i\},y\_\{i\}^\{\+\}\)\\right\\\}\_\{i=1\}^\{N\},\\qquad y\_\{i\}^\{\+\}\\in\\mathcal\{Y\},\(1\)where𝒞i\\mathcal\{C\}\_\{i\}denotes the observed narrative context andyi\+y\_\{i\}^\{\+\}is the ground\-truth continuation\. Each context consists of temporally ordered multimodal segments:
𝒞i=\{\(ℱi,s,𝒳i,s\)\}s=1Si,\\mathcal\{C\}\_\{i\}=\\left\\\{\(\\mathcal\{F\}\_\{i,s\},\\mathcal\{X\}\_\{i,s\}\)\\right\\\}\_\{s=1\}^\{S\_\{i\}\},\(2\)whereℱi,s\\mathcal\{F\}\_\{i,s\}and𝒳i,s\\mathcal\{X\}\_\{i,s\}represent visual keyframes and textual information, respectively\. Different from conventional recommendation, the target segment is determined by intrinsic storyline progression rather than user preference\.
We formulate continuation prediction as semantic identifier generation\. A fixed multimodal encoderϕ\(⋅\)\\phi\(\\cdot\)and residual quantizer𝒬\(⋅\)\\mathcal\{Q\}\(\\cdot\)encode each candidate segment as:
SID\(yj\)=𝒬\(ϕ\(yj\)\)=\[cj1,…,cjL\]\.\\operatorname\{SID\}\(y\_\{j\}\)=\\mathcal\{Q\}\\left\(\\phi\(y\_\{j\}\)\\right\)=\[c\_\{j\}^\{1\},\\ldots,c\_\{j\}^\{L\}\]\.\(3\)The model autoregressively generates the SID of the ground\-truth continuation:
pΘ\(SID\(yi\+\)\|𝒞i\)=∏ℓ=1LpΘ\(ciℓ\|𝒞i,ci<ℓ\)\.p\_\{\\Theta\}\\left\(\\operatorname\{SID\}\(y\_\{i\}^\{\+\}\)\|\\mathcal\{C\}\_\{i\}\\right\)=\\prod\_\{\\ell=1\}^\{L\}p\_\{\\Theta\}\\left\(c\_\{i\}^\{\\ell\}\|\\mathcal\{C\}\_\{i\},c\_\{i\}^\{<\\ell\}\\right\)\.\(4\)During inference, trie\-constrained decoding produces valid SIDs, which are deterministically mapped back to their corresponding segments\.
## 4Method
### 4\.1Overview
We proposeNarraLite, an efficient multimodal generative recommendation framework for narrative continuation\. As illustrated in Figure[2](https://arxiv.org/html/2609.16070#S1.F2), NarraLite consists of two major components:Progressive Spectral Compressor\(PSC\) andLatent Narrative Reasoning\(LNR\)\.
PSC aims to reduce redundant visual computation while preserving transition\-critical visual evidence\. Instead of uniformly sampling or compressing visual tokens through soft aggregation, PSC performs text\-conditioned spectral modulation followed by relevance\-aware and diversity\-aware token selection\. LNR introduces a mixture\-of\-expert latent token bank to capture future narrative tendencies without explicitly generating textual reasoning chains\.
Given the narrative context𝒞i\\mathcal\{C\}\_\{i\}, we first aggregate all visual and textual observations:
𝒳i\\displaystyle\\mathcal\{X\}\_\{i\}=Concat\(𝒳i,1,…,𝒳i,Si\),\\displaystyle=\\operatorname\{Concat\}\(\\mathcal\{X\}\_\{i,1\},\\ldots,\\mathcal\{X\}\_\{i,S\_\{i\}\}\),\(5\)ℱi\\displaystyle\\mathcal\{F\}\_\{i\}=Concat\(ℱi,1,…,ℱi,Si\)\.\\displaystyle=\\operatorname\{Concat\}\(\\mathcal\{F\}\_\{i,1\},\\ldots,\\mathcal\{F\}\_\{i,S\_\{i\}\}\)\.
A frozen text encoder and vision encoder produce:
𝐓i\\displaystyle\\mathbf\{T\}\_\{i\}=ftxt\(𝒳i\)∈ℝMi×d,\\displaystyle=f\_\{\\mathrm\{txt\}\}\(\\mathcal\{X\}\_\{i\}\)\\in\\mathbb\{R\}^\{M\_\{i\}\\times d\},\(6\)𝐕i\\displaystyle\\mathbf\{V\}\_\{i\}=fvis\(ℱi\)∈ℝNi×H×W×dv,\\displaystyle=f\_\{\\mathrm\{vis\}\}\(\\mathcal\{F\}\_\{i\}\)\\in\\mathbb\{R\}^\{N\_\{i\}\\times H\\times W\\times d\_\{v\}\},where the visual context containsPi=NiHWP\_\{i\}=N\_\{i\}HWpatch tokens\.
PSC compresses visual features intoKvK\_\{v\}tokens:
𝐕ic=PSC\(𝐕i,𝐓i\)∈ℝKv×d,Kv≪Pi\.\\mathbf\{V\}\_\{i\}^\{c\}=\\operatorname\{PSC\}\(\\mathbf\{V\}\_\{i\},\\mathbf\{T\}\_\{i\}\)\\in\\mathbb\{R\}^\{K\_\{v\}\\times d\},\\qquad K\_\{v\}\\ll P\_\{i\}\.\(7\)
The compressed visual tokens and textual tokens are further processed by LNR to obtainKrK\_\{r\}latent narrative tokens:
𝐑i=LNR\(𝐓i,𝐕ic\)∈ℝKr×d\.\\mathbf\{R\}\_\{i\}=\\operatorname\{LNR\}\(\\mathbf\{T\}\_\{i\},\\mathbf\{V\}\_\{i\}^\{c\}\)\\in\\mathbb\{R\}^\{K\_\{r\}\\times d\}\.\(8\)
Finally, the multimodal prefix is constructed as:
𝐙i=\[𝐓i;𝐕ic;𝐑i\],\\mathbf\{Z\}\_\{i\}=\[\\mathbf\{T\}\_\{i\};\\mathbf\{V\}\_\{i\}^\{c\};\\mathbf\{R\}\_\{i\}\],\(9\)which is fed into the multimodal LLM for SID generation\.
### 4\.2Progressive Spectral Compressor
Long video contexts contain redundant spatial and temporal observations, while directly removing tokens may discard subtle but important events\. PSC therefore performs narrative\-aware visual compression through three steps: text\-conditioned spectral modulation, patch relevance scoring, and cross\-frame diversity selection\.
#### Text\-Conditioned Spectral Modulation
We first obtain a narrative condition from textual tokens\. For each text token𝐭i,m\\mathbf\{t\}\_\{i,m\}:
ai,m=σ\(𝐰p⊤𝐭i,m\+bp\),a\_\{i,m\}=\\sigma\(\\mathbf\{w\}\_\{p\}^\{\\top\}\\mathbf\{t\}\_\{i,m\}\+b\_\{p\}\),\(10\)and compute gated pooling:
𝐭¯i=∑mai,m𝐭i,m∑mai,m\+ϵ\.\\bar\{\\mathbf\{t\}\}\_\{i\}=\\frac\{\\sum\_\{m\}a\_\{i,m\}\\mathbf\{t\}\_\{i,m\}\}\{\\sum\_\{m\}a\_\{i,m\}\+\\epsilon\}\.\(11\)
The textual condition is projected into the visual space:
𝐪i=LN\(𝐖t𝐭¯i\+𝐛t\)\.\\mathbf\{q\}\_\{i\}=\\operatorname\{LN\}\(\\mathbf\{W\}\_\{t\}\\bar\{\\mathbf\{t\}\}\_\{i\}\+\\mathbf\{b\}\_\{t\}\)\.\(12\)
For each frame, PSC transforms visual patches into frequency space:
𝐕^i,n=DCT2D\(𝐕i,n\)\.\\hat\{\\mathbf\{V\}\}\_\{i,n\}=\\operatorname\{DCT\}\_\{2D\}\(\\mathbf\{V\}\_\{i,n\}\)\.\(13\)
A sample\-specific frequency gate is generated:
𝐆i=σ\(MLPf\(𝐪i\)\),\\mathbf\{G\}\_\{i\}=\\sigma\(\\operatorname\{MLP\}\_\{f\}\(\\mathbf\{q\}\_\{i\}\)\),\(14\)and applied before inverse transformation:
𝐕~i,n=IDCT2D\(𝐆i⊙𝐕^i,n\)\.\\tilde\{\\mathbf\{V\}\}\_\{i,n\}=\\operatorname\{IDCT\}\_\{2D\}\(\\mathbf\{G\}\_\{i\}\\odot\\hat\{\\mathbf\{V\}\}\_\{i,n\}\)\.\(15\)
This operation allows textual narrative information to adaptively preserve either coarse scene structure or fine\-grained visual details\.
#### Narrative\-Aware Token Selection
After spectral modulation, PSC assigns each patch a relevance score:
si,n,p=𝐰s⊤GELU\(𝐖s\(𝐯~i,n,p⊙𝐪i\)\+𝐛s\)\.s\_\{i,n,p\}=\\mathbf\{w\}\_\{s\}^\{\\top\}\\operatorname\{GELU\}\(\\mathbf\{W\}\_\{s\}\(\\tilde\{\\mathbf\{v\}\}\_\{i,n,p\}\\odot\\mathbf\{q\}\_\{i\}\)\+\\mathbf\{b\}\_\{s\}\)\.\(16\)
For the anchor frame, PSC directly selects the top\-KaK\_\{a\}patches:
ℐi,1=STGumbelTopK\(𝐬i,1,Ka\)\.\\mathcal\{I\}\_\{i,1\}=\\operatorname\{STGumbelTopK\}\(\\mathbf\{s\}\_\{i,1\},K\_\{a\}\)\.\(17\)
For subsequent frames, PSC first constructs a candidate pool:
𝒫i,n=STGumbelTopK\(𝐬i,n,Kc\),Kc\>Kf\.\\mathcal\{P\}\_\{i,n\}=\\operatorname\{STGumbelTopK\}\(\\mathbf\{s\}\_\{i,n\},K\_\{c\}\),\\qquad K\_\{c\}\>K\_\{f\}\.\(18\)
To avoid redundant selections across frames, we compute diversity scores:
di,n,p=1−maxq∈ℐicos\(𝐯i,n,p,𝐯i,q\)\.d\_\{i,n,p\}=1\-\\max\_\{q\\in\\mathcal\{I\}\_\{i\}\}\\operatorname\{cos\}\(\\mathbf\{v\}\_\{i,n,p\},\\mathbf\{v\}\_\{i,q\}\)\.\(19\)
The final tokens are selected according to:
ℐi,n=STGumbelTopK\(\{di,n,p\},Kf\)\.\\mathcal\{I\}\_\{i,n\}=\\operatorname\{STGumbelTopK\}\(\\\{d\_\{i,n,p\}\\\},K\_\{f\}\)\.\(20\)
The selected complete patch embeddings are concatenated and projected:
𝐕ic=Projv\(Select\(𝐕i\)\)∈ℝKv×d\.\\mathbf\{V\}\_\{i\}^\{c\}=\\operatorname\{Proj\}\_\{v\}\(\\operatorname\{Select\}\(\\mathbf\{V\}\_\{i\}\)\)\\in\\mathbb\{R\}^\{K\_\{v\}\\times d\}\.\(21\)
### 4\.3Latent Narrative Reasoning
The compressed multimodal context provides evidence of the observed storyline, but the model still needs to infer the latent direction toward the future continuation\. Explicit chain\-of\-thought reasoning introduces additional autoregressive cost, while directly generating context dependent latent tokens may simply duplicate information already captured by the multimodal LLM\.
We therefore introduce a mixture\-of\-expert latent token bank, where the semantic space of future narrative tendencies is learned globally and the router dynamically activates suitable latent tokens for each instance\.
#### Context\-Routed Expert Token Bank
We first summarize the observed narrative context:
𝐡ictx=LN\(MeanPool\(\[𝐓i;𝐕ic\]\)\)∈ℝd\.\\mathbf\{h\}\_\{i\}^\{ctx\}=\\operatorname\{LN\}\\left\(\\operatorname\{MeanPool\}\(\[\\mathbf\{T\}\_\{i\};\\mathbf\{V\}\_\{i\}^\{c\}\]\)\\right\)\\in\\mathbb\{R\}^\{d\}\.\(22\)
A lightweight router predicts the relevance of each expert:
𝝆i=𝐖r𝐡ictx\+𝐛r∈ℝMe,\\boldsymbol\{\\rho\}\_\{i\}=\\mathbf\{W\}\_\{r\}\\mathbf\{h\}\_\{i\}^\{ctx\}\+\\mathbf\{b\}\_\{r\}\\in\\mathbb\{R\}^\{M\_\{e\}\},\(23\)whereMeM\_\{e\}is the number of latent experts\.
The expert token bank is defined as:
𝐄=\[𝜽1;𝜽2;…;𝜽Me\]∈ℝMe×d,\\mathbf\{E\}=\[\\boldsymbol\{\\theta\}\_\{1\};\\boldsymbol\{\\theta\}\_\{2\};\\ldots;\\boldsymbol\{\\theta\}\_\{M\_\{e\}\}\]\\in\\mathbb\{R\}^\{M\_\{e\}\\times d\},\(24\)where each𝜽j\\boldsymbol\{\\theta\}\_\{j\}is a learnable continuous token\. Unlike context\-dependent latent generation, the expert tokens are independent of the current input, while the router determines which future narrative patterns should be activated\.
During training, we selectKrK\_\{r\}experts with straight\-through Gumbel Top\-KKrouting:
𝐀ir=STGumbelTopK\(𝝆i,Kr\),\\mathbf\{A\}\_\{i\}^\{r\}=\\operatorname\{STGumbelTopK\}\(\\boldsymbol\{\\rho\}\_\{i\},K\_\{r\}\),\(25\)and obtain the latent narrative tokens:
𝐑i=𝐀ir𝐄∈ℝKr×d\.\\mathbf\{R\}\_\{i\}=\\mathbf\{A\}\_\{i\}^\{r\}\\mathbf\{E\}\\in\\mathbb\{R\}^\{K\_\{r\}\\times d\}\.\(26\)
At inference time, the stochastic routing is replaced with deterministic Top\-KrK\_\{r\}selection\. The selected latent tokens are appended after the multimodal observations:
𝐙i=\[𝐓i;𝐕ic;𝐑i\]\.\\mathbf\{Z\}\_\{i\}=\[\\mathbf\{T\}\_\{i\};\\mathbf\{V\}\_\{i\}^\{c\};\\mathbf\{R\}\_\{i\}\]\.\(27\)
The multimodal LLM contextualizes these latent tokens together with the observed narrative context, allowing them to encode sample\-specific future transition information\.
#### Target\-Guided Latent Alignment
The SID generation objective alone does not explicitly enforce that the latent states represent the semantic direction of the future continuation\. We therefore introduce a training\-only alignment objective between latent hidden states and the ground\-truth continuation semantics\.
During training, the multimodal LLM processes the compact prefix together with the target SID:
𝐇istu=ℳΘ\(\[𝐙i;EmbΘ\(SID\(yi\+\)\)\]\)\.\\mathbf\{H\}\_\{i\}^\{stu\}=\\mathcal\{M\}\_\{\\Theta\}\\left\(\[\\mathbf\{Z\}\_\{i\};\\operatorname\{Emb\}\_\{\\Theta\}\(\\operatorname\{SID\}\(y\_\{i\}^\{\+\}\)\)\]\\right\)\.\(28\)
We extract the final hidden states corresponding to the latent positions:
𝐇ir=\[𝐡i,1r;…;𝐡i,Krr\]\.\\mathbf\{H\}\_\{i\}^\{r\}=\[\\mathbf\{h\}\_\{i,1\}^\{r\};\\ldots;\\mathbf\{h\}\_\{i,K\_\{r\}\}^\{r\}\]\.\(29\)
The student latent representation is obtained by:
𝐳is=Normalize\(MeanPool\(𝐇ir\)\)\.\\mathbf\{z\}\_\{i\}^\{s\}=\\operatorname\{Normalize\}\(\\operatorname\{MeanPool\}\(\\mathbf\{H\}\_\{i\}^\{r\}\)\)\.\(30\)
Meanwhile, a frozen teacher model encodes the textual description of the ground\-truth continuation:
𝐇it=ℳ¯\(𝒳i\+\),\\mathbf\{H\}\_\{i\}^\{t\}=\\overline\{\\mathcal\{M\}\}\(\\mathcal\{X\}\_\{i\}^\{\+\}\),\(31\)and produces:
𝐳it=Normalize\(stopgrad\(MeanPool\(𝐇it\)\)\)\.\\mathbf\{z\}\_\{i\}^\{t\}=\\operatorname\{Normalize\}\(\\operatorname\{stopgrad\}\(\\operatorname\{MeanPool\}\(\\mathbf\{H\}\_\{i\}^\{t\}\)\)\)\.\(32\)
Given a mini\-batch of sizeBB, we optimize an InfoNCE objective:
ℒNCE=−1B∑i=1Blogexp\(\(𝐳is\)⊤𝐳it/τc\)∑j=1Bexp\(\(𝐳is\)⊤𝐳jt/τc\),\\mathcal\{L\}\_\{\\mathrm\{NCE\}\}=\-\\frac\{1\}\{B\}\\sum\_\{i=1\}^\{B\}\\log\\frac\{\\exp\(\(\\mathbf\{z\}\_\{i\}^\{s\}\)^\{\\top\}\\mathbf\{z\}\_\{i\}^\{t\}/\\tau\_\{c\}\)\}\{\\sum\_\{j=1\}^\{B\}\\exp\(\(\\mathbf\{z\}\_\{i\}^\{s\}\)^\{\\top\}\\mathbf\{z\}\_\{j\}^\{t\}/\\tau\_\{c\}\)\},\(33\)whereτc\\tau\_\{c\}is the temperature coefficient\.
This alignment encourages latent tokens to capture reusable future narrative directions without requiring explicit reasoning annotations\.
### 4\.4Generative Learning and Inference
Given the compact multimodal prefix𝐙i\\mathbf\{Z\}\_\{i\}, the multimodal LLM generates the semantic identifier of the ground\-truth continuation:
pΘ\(SID\(yi\+\)\|𝒞i\)=∏ℓ=1LpΘ\(ciℓ\|𝐙i,ci<ℓ\)\.p\_\{\\Theta\}\(\\operatorname\{SID\}\(y\_\{i\}^\{\+\}\)\|\\mathcal\{C\}\_\{i\}\)=\\prod\_\{\\ell=1\}^\{L\}p\_\{\\Theta\}\(c\_\{i\}^\{\\ell\}\|\\mathbf\{Z\}\_\{i\},c\_\{i\}^\{<\\ell\}\)\.\(34\)
The SID generation loss is:
ℒSID=−1B∑i=1B∑ℓ=1LlogpΘ\(ciℓ\|𝐙i,ci<ℓ\)\.\\mathcal\{L\}\_\{\\mathrm\{SID\}\}=\-\\frac\{1\}\{B\}\\sum\_\{i=1\}^\{B\}\\sum\_\{\\ell=1\}^\{L\}\\log p\_\{\\Theta\}\(c\_\{i\}^\{\\ell\}\|\\mathbf\{Z\}\_\{i\},c\_\{i\}^\{<\\ell\}\)\.\(35\)
The overall training objective combines SID generation and latent narrative alignment:
ℒ=ℒSID\+λℒNCE,\\mathcal\{L\}=\\mathcal\{L\}\_\{\\mathrm\{SID\}\}\+\\lambda\\mathcal\{L\}\_\{\\mathrm\{NCE\}\},\(36\)whereλ\\lambdacontrols the contribution of latent supervision\.
During inference, the teacher branch and alignment objective are removed\. PSC and LNR use deterministic Top\-KKselection, and the multimodal LLM generates valid SIDs through trie\-constrained decoding:
SID^i=argmax𝐜∈𝒮SIDpΘ\(𝐜\|𝐙i\)\.\\widehat\{\\operatorname\{SID\}\}\_\{i\}=\\arg\\max\_\{\\mathbf\{c\}\\in\\mathcal\{S\}\_\{\\mathrm\{SID\}\}\}p\_\{\\Theta\}\(\\mathbf\{c\}\|\\mathbf\{Z\}\_\{i\}\)\.\(37\)
The predicted identifier is finally mapped back to its corresponding continuation segment:
y^i=SID−1\(SID^i\)\.\\hat\{y\}\_\{i\}=\\operatorname\{SID\}^\{\-1\}\(\\widehat\{\\operatorname\{SID\}\}\_\{i\}\)\.\(38\)
Compared with processing all visual tokens, NarraLite only introducesMi\+Kv\+KrM\_\{i\}\+K\_\{v\}\+K\_\{r\}prefix tokens instead ofMi\+PiM\_\{i\}\+P\_\{i\}\. Moreover, latent tokens are processed in parallel during LLM inference rather than being autoregressively generated as explicit reasoning chains, reducing both visual computation and reasoning latency\.
Table 1:The overall statistics of our dataset\.
## 5Experimental Setup
### 5\.1Dataset
We evaluate our method on a user\-agnostic multimodal narrative continuation benchmark that we construct for short\-form dramas\. In this benchmark, each sample contains ordered visual frames, textual descriptions, and the corresponding continuation segment, enabling evaluation of narrative\-aware recommendation without user preference bias\. As shown in Table[1](https://arxiv.org/html/2609.16070#S4.T1), our dataset comprises over 250,000 video pairs across five splits: Train, Eval, and three diverse test sets designed to evaluate narrative generalization: User\-Generated Content \(UGC\), Professional Generated Content \(PGC\), and Out\-of\-Distribution \(OOD\)\. The OOD split isolates the concluding episodes of PGC dramas to test model performance on unseen narrative endings\. While PGC and OOD segments exhibit a concise, linear progression—averaging 60 seconds with unique successors—the UGC subset introduces significant complexity through higher narrative density \(294 works on average\) and greater continuation multiplicity \(*avg\.*2\.4\)\. Details of the benchmark can be found in Appendix A\.
### 5\.2Metrics
We evaluate exact continuation retrieval using standard H@K, which measures whether the ground\-truth segmentyi\+y\_\{i\}^\{\+\}appears in the top\-KKgenerated candidates\.
To evaluate whether the model captures intrinsic narrative coherence rather than relying on superficial visual similarity, we introduceOverlap\-Penalized Semantic Coherence \(OPSC\)\. Given the top\-KKpredicted segments\{y^i,1,…,y^i,K\}\\\{\\hat\{y\}\_\{i,1\},\\ldots,\\hat\{y\}\_\{i,K\}\\\}and the ground\-truth continuationyi\+y\_\{i\}^\{\+\}, OPSC measures their semantic alignment while penalizing excessive visual overlap:
OPSC=1K∑k=1Ksim\(ϕ\(y^i,k\),ϕ\(yi\+\)\)⋅exp\(−βR\(y^i,k,yi\+\)\),\\mathrm\{OPSC\}=\\frac\{1\}\{K\}\\sum\_\{k=1\}^\{K\}\\operatorname\{sim\}\\left\(\\phi\(\\hat\{y\}\_\{i,k\}\),\\phi\(y\_\{i\}^\{\+\}\)\\right\)\\cdot\\exp\\left\(\-\\beta R\(\\hat\{y\}\_\{i,k\},y\_\{i\}^\{\+\}\)\\right\),\(39\)whereϕ\(⋅\)\\phi\(\\cdot\)denotes the multimodal segment encoder defined in Section[3\.1](https://arxiv.org/html/2609.16070#S3.SS1),sim\(⋅,⋅\)\\operatorname\{sim\}\(\\cdot,\\cdot\)measures semantic similarity, andR\(y^i,k,yi\+\)R\(\\hat\{y\}\_\{i,k\},y\_\{i\}^\{\+\}\)represents the visual overlap ratio between the predicted and ground\-truth segments\. The hyperparameterβ\\betacontrols the strength of the overlap penalty\. Higher OPSC indicates that the predicted continuation is semantically consistent with the ground truth while avoiding trivial visual duplication\. Together, H@K and OPSC evaluate both exact continuation accuracy and intrinsic narrative progression\.
Table 2:Performance comparison on narrative\-aware recommendation\. The best and second\-best results among non\-ablation methods are highlighted in bold and underline, respectively\.MethodEvalUGCPGCOODH@1H@3H@5H@10H@1H@3H@5H@10H@1H@3H@5H@10H@1H@3H@5H@10RetrievalBM250\.07150\.12850\.15850\.20220\.08270\.14290\.17540\.22410\.02540\.04680\.05610\.08270\.01730\.03350\.04620\.0618Dense0\.08600\.16550\.20530\.25690\.08790\.16940\.21070\.26380\.07040\.12870\.16210\.21860\.07880\.14750\.18120\.2127SequentialSASRec0\.05950\.09840\.11530\.13820\.06370\.10410\.12260\.14720\.05080\.08690\.10170\.12610\.04190\.07180\.08740\.1085GRU4Rec0\.05380\.08740\.10640\.13120\.05590\.09180\.11050\.13510\.04590\.07540\.09160\.11670\.03780\.06620\.08010\.1024BERT4Rec0\.05700\.09870\.11890\.14050\.06130\.10160\.12210\.14630\.04980\.08470\.10360\.12880\.04260\.07290\.08790\.1079MultimodalEARec0\.1963¯\\underline\{0\.1963\}0\.27600\.31030\.34830\.2084¯\\underline\{0\.2084\}0\.28980\.32750\.36810\.17150\.24490\.28040\.31450\.13680\.19380\.22570\.2596GenerativeTIGER0\.18880\.27680\.31080\.34580\.20190\.29450\.33380\.37570\.16540\.24080\.27950\.31400\.12860\.19010\.22440\.2578LETTER0\.17980\.26890\.30320\.33790\.19170\.28170\.32050\.36190\.15760\.23140\.26870\.30190\.12080\.18150\.21480\.2487LatentR30\.19080\.2773¯\\underline\{0\.2773\}0\.3155¯\\underline\{0\.3155\}0\.3583¯\\underline\{0\.3583\}0\.20310\.3018¯\\underline\{0\.3018\}0\.3407¯\\underline\{0\.3407\}0\.3785¯\\underline\{0\.3785\}0\.1752¯\\underline\{0\.1752\}0\.2569¯\\underline\{0\.2569\}0\.2975¯\\underline\{0\.2975\}0\.3318¯\\underline\{0\.3318\}0\.1497¯\\underline\{0\.1497\}0\.2186¯\\underline\{0\.2186\}0\.2574¯\\underline\{0\.2574\}0\.2910¯\\underline\{0\.2910\}OursNarraLite0\.1988\\mathbf\{0\.1988\}0\.3068\\mathbf\{0\.3068\}0\.3480\\mathbf\{0\.3480\}0\.3933\\mathbf\{0\.3933\}0\.2175\\mathbf\{0\.2175\}0\.3352\\mathbf\{0\.3352\}0\.3810\\mathbf\{0\.3810\}0\.4218\\mathbf\{0\.4218\}0\.1861\\mathbf\{0\.1861\}0\.2735\\mathbf\{0\.2735\}0\.3192\\mathbf\{0\.3192\}0\.3570\\mathbf\{0\.3570\}0\.1598\\mathbf\{0\.1598\}0\.2328\\mathbf\{0\.2328\}0\.2724\\mathbf\{0\.2724\}0\.3090\\mathbf\{0\.3090\}Ablationw/o LNR0\.20280\.29150\.32450\.36250\.21480\.31980\.35820\.39500\.17510\.25400\.29350\.32500\.14080\.20360\.23980\.2700w/o PSC0\.19850\.29630\.33730\.37830\.20420\.30570\.34580\.38200\.17870\.26150\.30040\.33500\.15310\.22070\.25910\.2980
Table 3:Overlap\-Penalized Semantic Coherence \(OPSC\) results on narrative\-aware recommendation\.
### 5\.3Baselines
We compare NarraLite with representative methods from three categories\.Retrieval\-based methods:including BM25 and Vector Retrieval, which measure continuation relevance based on textual or multimodal semantic similarity\.Sequential recommendation models:including SASRec\([Kang and McAuley 2018](https://arxiv.org/html/2609.16070#bib.bib20)\), GRU4Rec\([Shehzad and Jannach 2025](https://arxiv.org/html/2609.16070#bib.bib22)\), and BERT4Rec\([Sun et al\. 2019](https://arxiv.org/html/2609.16070#bib.bib21)\), which model sequential dependencies from historical interactions and are adapted to the narrative continuation setting\.Generative recommendation models:including TIGER\([Rajput et al\. 2023](https://arxiv.org/html/2609.16070#bib.bib19)\), LETTER\([Wang et al\. 2024](https://arxiv.org/html/2609.16070#bib.bib13)\), EARec\([Yang et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib18)\), and LatentR3\([Zhang et al\. 2025b](https://arxiv.org/html/2609.16070#bib.bib11)\)\. TIGER and LETTER represent the standard paradigm of generating discrete semantic identifiers for target items, while EARec and LatentR3 further introduces visual and latent reasoning tokens to improve recommendation generation without explicit reasoning chains\. The details can be found in Appendix B\.
### 5\.4Implementation Details
We implement NarraLite based on the pretrained multimodal large language model Qwen\-3\.5\-2B\([Qwen Team 2026](https://arxiv.org/html/2609.16070#bib.bib23)\)\. Following prior generative recommendation frameworks, we construct semantic identifiers using RQ\-KMeans\([Xu et al\. 2025](https://arxiv.org/html/2609.16070#bib.bib24)\)\. Specifically, a three\-level residual quantization scheme with codebook sizes of\(512,256,256\)\(512,256,256\)is applied to multimodal segment representations, producing hierarchical SIDs for all candidate segments\.
All experiments are conducted on 8 NVIDIA H20 GPUs\. During inference, we employ trie\-constrained beam search with 10 generated candidates for each query\. Unless otherwise specified, NarraLite retains 30 compressed visual tokens \(Kv=30K\_\{v\}=30\) and 2 latent narrative tokens \(Kr=2K\_\{r\}=2\), which are selected according to the hyperparameter analysis\.
## 6Experimental Results
### 6\.1Main Results
Table[2](https://arxiv.org/html/2609.16070#S5.T2)summarizes the overall performance comparison\. We have the following observations\.
Generative recommendation is superior to retrieval\-based approaches\.Generative models consistently outperform retrieval methods across all splits\. For example, NarraLite achieves an H@10 of 0\.3933 on Eval, significantly exceeding Dense Retrieval \(0\.2569\), demonstrating that direct SID generation can capture high\-level narrative transitions beyond surface\-level similarity matching\. This advantage is further maintained under OOD scenarios, where retrieval methods suffer from limited generalization due to their dependence on explicit semantic overlap\.
Latent reasoning and multimodal evidence are complementary\.LatentR3 achieves stronger performance than previous generative baselines, especially on OOD, validating the effectiveness of latent reasoning for modeling future narrative states\. NarraLite further improves over LatentR3 by jointly leveraging compressed visual evidence and latent narrative reasoning, achieving the best performance across all evaluation settings\. These results demonstrate that accurate continuation requires both multimodal understanding of observed events and implicit modeling of future transitions\.
NarraLite achieves the best overall accuracy\.NarraLite obtains the highest H@1, H@3, H@5, and H@10 on all splits, achieving an H@10 of 0\.3933 on Eval and 0\.3090 on OOD\. The consistent improvements verify that Progressive Spectral Compression effectively preserves narrative\-relevant visual information, while Latent Narrative Reasoning enables efficient prediction of future storyline states without explicit reasoning chains\.
### 6\.2Narrative Coherence Analysis
Table[3](https://arxiv.org/html/2609.16070#S5.T3)reports Overlap\-Penalized Semantic Coherence \(OPSC\), which evaluates whether predicted segments remain semantically consistent with the ground\-truth continuation after penalizing excessive visual overlap\. Generative recommenders consistently outperform the multimodal matching baseline, indicating that SID generation captures narrative relationships beyond static cross\-modal similarity\. Among the generative baselines, LatentR3 achieves stronger coherence, particularly under structured and out\-of\-distribution storylines, highlighting the benefit of latent reasoning for modeling future narrative states\. NarraLite further obtains the best OPSC across all evaluation settings, suggesting that narrative\-relevant visual compression and latent transition reasoning are complementary\. Thus, even when the exact target is not ranked first, NarraLite tends to produce continuations that remain logically aligned with the intended storyline rather than relying on superficial visual repetition\.
\(a\)Visual tokens\(b\)Latent tokens\.
Figure 3:Hyperparameter study\.
### 6\.3Ablation Study
We conduct ablation studies to investigate the contribution of the two key components in NarraLite: multimodal perception and latent narrative reasoning\. As shown in Table[2](https://arxiv.org/html/2609.16070#S5.T2), both variants consistently degrade performance across evaluation settings, confirming the necessity of each component\.
Effect of latent narrative reasoning\.Removing the latent reasoning module \(w/o LCOT\) leads to noticeable performance drops, particularly on the OOD split\. This indicates that explicitly modeling the transition from observed events to future narrative states is important for generalizing beyond seen story patterns\. Without latent reasoning, the model mainly relies on direct context matching, making it harder to infer implicit storyline progressions\.
Effect of multimodal perception\.Removing multimodal inputs \(w/o MM\) also decreases performance, especially on UGC scenarios where visual evidence is often essential for disambiguating characters, actions, and scene changes\. This demonstrates that textual descriptions alone cannot fully capture the visual plot required for narrative continuation\.
### 6\.4Hyperparameter Analysis
We analyze the sensitivity of NarraLite to the number of retained visual tokensKvK\_\{v\}and latent reasoning tokensKrK\_\{r\}on the Eval split, while keeping all other settings fixed\. As shown in Figure[3](https://arxiv.org/html/2609.16070#S6.F3), increasingKvK\_\{v\}initially improves the performance, which peaks atKv=30K\_\{v\}=30\. Retaining fewer tokens may discard plot\-critical visual evidence, whereas using more tokens reintroduces redundant information and weakens the benefits of visual compression\. For latent reasoning, the best result is obtained withKr=2K\_\{r\}=2\. A single latent token provides limited capacity, while additional tokens may introduce redundant or conflicting reasoning signals\.
Figure 4:Accuracy–throughput trade\-off on the Eval split\.
### 6\.5Efficiency Analysis
Figure[4](https://arxiv.org/html/2609.16070#S6.F4)compares the accuracy–throughput trade\-off between NarraLite and full\-frame variants using different input resolutions\. EachRes\-xxvariant retains all visual patches extracted from frames resized to resolutionxx\. Reducing the resolution generally improves throughput but may remove fine\-grained visual evidence, whereas increasing the resolution introduces substantially more visual tokens without consistently improving continuation accuracy\. This indicates that global resolution reduction provides an inefficient trade\-off between visual detail and computation\.
In contrast, NarraLite lies in the upper\-right region of the accuracy–throughput space and strictly dominates all resolution variants\. Instead of uniformly degrading the visual input, Progressive Spectral Compression selectively preserves plot\-relevant patches while discarding redundant content before multimodal language modeling\. These results demonstrate that selective visual\-token compression provides a more favorable efficiency–accuracy trade\-off than processing complete frames at either low or high resolutions\.
## 7Conclusion
We studied efficient narrative\-aware generative recommendation for episodic content and proposedNarraLite\. Progressive Spectral Compression selectively preserves compact, text\-complementary visual evidence, while Latent Narrative Reasoning models future storyline transitions through context\-routed expert tokens without explicitly decoding reasoning chains\. Together with a user\-agnostic multimodal benchmark, our experiments demonstrate consistent improvements in continuation accuracy, out\-of\-distribution robustness, and inference efficiency\. These results highlight the complementary importance of selective multimodal perception and latent transition reasoning for accurate and efficient episodic recommendation\.
## References
- Caoet al\.\(2026\)J\. Cao, Q\. Zhang, P\. Jia, X\. Zhao, B\. Lan, X\. Zhang, X\. Wei, S\. Chen, L\. Li, X\. Liu,et al\.Fastdrivevla: efficient end\-to\-end driving via plug\-and\-play reconstruction\-based token pruning\.InProceedings of AAAI,pp\. 2571–2579\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p2.1)\.
- Chenet al\.\(2025\)B\. Chen, X\. Guo, S\. Wang, Z\. Liang, Y\. Lv, Y\. Ma, X\. Xiao, B\. Xue, X\. Zhang, Y\. Yang,et al\.Onesearch: a preliminary exploration of the unified end\-to\-end generative framework for e\-commerce search\.arXiv preprint arXiv:2509\.03236\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p1.1)\.
- Denget al\.\(2025\)J\. Deng, S\. Wang, K\. Cai, L\. Ren, Q\. Hu, W\. Ding, Q\. Luo, and G\. ZhouOnerec: unifying retrieve and rank with generative recommender and iterative preference alignment\.arXiv preprint arXiv:2502\.18965\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p1.1)\.
- Dinget al\.\(2026\)Z\. Ding, J\. Li, S\. Mu, and J\. ShiToken\-efficient long\-term interest sketching and internalized reasoning for llm\-based recommendation\.InProceedings of ICLR,Cited by:[§2\.2](https://arxiv.org/html/2609.16070#S2.SS2.p1.1)\.
- Heet al\.\(2024\)L\. He, Z\. Li, X\. Cai, and P\. WangMulti\-modal latent space learning for chain\-of\-thought reasoning in language models\.InProceedings of AAAI,pp\. 18180–18187\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p2.1)\.
- Honget al\.\(2025\)M\. Hong, Y\. Hsu, M\. Chiang, and C\. LinMTSTRec: multimodal time\-aligned shared token recommender\.InProceedings of ICML,Cited by:[§2\.1](https://arxiv.org/html/2609.16070#S2.SS1.p1.1)\.
- Jeonet al\.\(2025\)H\. Jeon, S\. Koide, Y\. Wang, Z\. He, and J\. McAuleyAdapting large vision\-language models to visually\-aware conversational recommendation\.InProceedings of SIGKDD,pp\. 1037–1048\.Cited by:[§2\.1](https://arxiv.org/html/2609.16070#S2.SS1.p1.1)\.
- Jianget al\.\(2025\)D\. Jiang, R\. Zhang, Z\. Guo, Y\. Li, Y\. Qi, X\. Chen, L\. Wang, J\. Jin, C\. Guo, S\. Yan,et al\.MME\-cot: benchmarking chain\-of\-thought in large multimodal models for reasoning quality, robustness, and efficiency\.InProceedings of ICML,pp\. 27793–27830\.Cited by:[§2\.2](https://arxiv.org/html/2609.16070#S2.SS2.p1.1)\.
- Kang and McAuley \(2018\)W\. Kang and J\. McAuleySelf\-attentive sequential recommendation\.InProceedings of ICDM,pp\. 197–206\.Cited by:[§5\.3](https://arxiv.org/html/2609.16070#S5.SS3.p1.1)\.
- Konget al\.\(2026\)X\. Kong, J\. Jiang, B\. Liu, Z\. Xu, H\. Zhu, J\. Xu, B\. Zheng, J\. Wu, and X\. WangThink before recommendation: autonomous reasoning\-enhanced recommender\.InProceedings of NeurIPS,pp\. 141209–141232\.Cited by:[§2\.2](https://arxiv.org/html/2609.16070#S2.SS2.p1.1)\.
- Liet al\.\(2025\)J\. Li, S\. Wang, Q\. Zhang, S\. Yu, and F\. ChenGenerating with fairness: a modality\-diffused counterfactual framework for incomplete multimodal recommendations\.InProceedings of WWW,pp\. 2787–2798\.Cited by:[§2\.1](https://arxiv.org/html/2609.16070#S2.SS1.p1.1)\.
- Liet al\.\(2024\)L\. Li, Y\. Zhang, D\. Liu, and L\. ChenLarge language models for generative recommendation: a survey and visionary discussions\.InProceedings of LREC\-COLING,pp\. 10146–10159\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p1.1)\.
- Liuet al\.\(2026\)C\. Liu, Y\. Bai, X\. Zhao, Y\. Zhang, Q\. Wang, F\. Feng, and W\. RongIntuition\-guided latent reasoning for llm\-based recommendation\.arXiv preprint arXiv:2606\.27684\.Cited by:[§2\.2](https://arxiv.org/html/2609.16070#S2.SS2.p1.1)\.
- Qwen Team \(2026\)Qwen TeamQwen3\.5: towards native multimodal agents\.Note:https://qwen\.ai/blog?id=qwen3\.5Accessed: 2026\-02\-16Cited by:[§5\.4](https://arxiv.org/html/2609.16070#S5.SS4.p1.1)\.
- Rajputet al\.\(2023\)S\. Rajput, N\. Mehta, A\. Singh, R\. H\. Keshavan, T\. Vu, L\. Heldt, L\. Hong, Y\. Tay, V\. Q\. Tran, J\. Samost,et al\.Recommender systems with generative retrieval\.InProceedings of NeurIPS,Cited by:[§5\.3](https://arxiv.org/html/2609.16070#S5.SS3.p1.1)\.
- Shehzad and Jannach \(2025\)F\. Shehzad and D\. JannachRevisiting the performance of graph neural networks for session\-based recommendation\.InProceedings of RecSys,pp\. 842–846\.Cited by:[§5\.3](https://arxiv.org/html/2609.16070#S5.SS3.p1.1)\.
- Sunet al\.\(2019\)F\. Sun, J\. Liu, J\. Wu, C\. Pei, X\. Lin, W\. Ou, and P\. JiangBERT4Rec: sequential recommendation with bidirectional encoder representations from transformer\.InProceedings of CIKM,pp\. 1441–1450\.Cited by:[§5\.3](https://arxiv.org/html/2609.16070#S5.SS3.p1.1)\.
- Wanget al\.\(2025\)M\. Wang, Y\. Xiao, B\. Wang, S\. Zhang, S\. Ye, W\. Wang, H\. Yin, R\. Guo, and Z\. XuFindRec: stein\-guided entropic flow for multi\-modal sequential recommendation\.InProceedings of SIGKDD,pp\. 3008–3018\.Cited by:[§2\.1](https://arxiv.org/html/2609.16070#S2.SS1.p1.1)\.
- Wanget al\.\(2024\)W\. Wang, H\. Bao, X\. Lin, J\. Zhang, Y\. Li, F\. Feng, S\. Ng, and T\. ChuaLearnable item tokenization for generative recommendation\.InProceedings of CIKM,pp\. 2400–2409\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p1.1),[§5\.3](https://arxiv.org/html/2609.16070#S5.SS3.p1.1)\.
- Xuet al\.\(2025\)Y\. Xu, M\. Zhang, C\. Li, Z\. Liao, H\. Xing, H\. Deng, J\. Hu, Y\. Zhang, X\. Zeng, and J\. ZhangMmq: multimodal mixture\-of\-quantization tokenization for semantic id generation and user behavioral adaptation\.arXiv preprint arXiv:2508\.15281\.Cited by:[§5\.4](https://arxiv.org/html/2609.16070#S5.SS4.p1.1)\.
- Yanget al\.\(2025\)S\. Yang, W\. Ma, Z\. Guo, M\. Zhang, H\. Wu, J\. Zhai, C\. Zhang, and Y\. YangExplainable multi\-modality alignment for transferable recommendation\.InProceedings of WWW,pp\. 2076–2084\.Cited by:[§5\.3](https://arxiv.org/html/2609.16070#S5.SS3.p1.1)\.
- Yanget al\.\(2026\)W\. Yang, R\. Zhong, Y\. Chen, C\. Lu, and P\. JiangStructured spectral reasoning for frequency\-adaptive multimodal recommendation\.InProceedings of NeurIPS,pp\. 28122–28143\.Cited by:[§2\.1](https://arxiv.org/html/2609.16070#S2.SS1.p1.1)\.
- Youet al\.\(2026\)R\. You, Y\. Li, X\. Lin, X\. Zhang, W\. Wang, W\. Li, and L\. NieR2ec: towards large recommender models with reasoning\.InProceedings of NeurIPS,pp\. 62376–62405\.Cited by:[§2\.2](https://arxiv.org/html/2609.16070#S2.SS2.p1.1)\.
- Yueet al\.\(2025a\)W\. Yue, Y\. Yin, X\. Zhang, B\. Shi, T\. Liang, and J\. WanCot4rec: revealing user preferences through chain of thought for recommender systems\.InProceedings of AAAI,pp\. 13142–13151\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p2.1)\.
- Yueet al\.\(2025b\)Z\. Yue, H\. Zeng, Y\. Wang, J\. McAuley, and D\. WangPreference\-optimized retrieval and ranking for efficient multimodal recommendation\.InProceedings of SIGKDD,pp\. 3692–3703\.Cited by:[§2\.1](https://arxiv.org/html/2609.16070#S2.SS1.p1.1)\.
- Zhanet al\.\(2026\)Y\. Zhan, X\. Tang, H\. Wan, J\. Li, J\. Wen, and H\. SunL2v\-cot: cross\-modal transfer of chain\-of\-thought reasoning via latent intervention\.InProceedings of AAAI,pp\. 12358–12366\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p2.1)\.
- Zhanget al\.\(2025a\)Q\. Zhang, A\. Cheng, M\. Lu, R\. Zhang, Z\. Zhuo, J\. Cao, S\. Guo, Q\. She, and S\. ZhangBeyond text\-visual attention: exploiting visual cues for effective token pruning in vlms\.InProceedings of ICCV,pp\. 20857–20867\.Cited by:[§1](https://arxiv.org/html/2609.16070#S1.p2.1)\.
- Zhanget al\.\(2025b\)Y\. Zhang, W\. Xu, X\. Zhao, W\. Wang, F\. Feng, X\. He, and T\. ChuaReinforced latent reasoning for llm\-based recommendation\.arXiv preprint arXiv:2505\.19092\.Cited by:[§2\.2](https://arxiv.org/html/2609.16070#S2.SS2.p1.1),[§5\.3](https://arxiv.org/html/2609.16070#S5.SS3.p1.1)\.Similar Articles
Implicit Reasoning for Large Language Model-based Generative Recommendation
This paper proposes PauseRec, a lightweight implicit reasoning paradigm for LLM-based generative recommendation that outperforms explicit chain-of-thought methods while significantly reducing training and inference costs.
LIGE-GR: A Smooth Leap from Ranking to Generative Recommendation in the LLM Era
This paper introduces LIGE-GR, a method that uses large language models to smoothly transition from traditional ranking to generative recommendation systems, aiming to improve recommendation performance in the LLM era.
Characterizing Narrative Content in Web-scale LLM Pretraining Data
A fine-grained study of narrative features in web-scale LLM pretraining data, introducing NarraBERT and NarraDolma to measure narrative patterns and their distribution across sources.
Crash Narrative-Guided Countermeasure Recommendation Using Large Language Models: A Retrieval-Augmented Generation Framework for Intersection Safety
The paper proposes a retrieval-augmented generation framework using large language models to recommend safety countermeasures from crash narratives, achieving high precision and recall in evaluation on real-world data.
Narrative Knowledge Weaver: Narrative-Centric Retrieval-Augmented Reasoning for Long-Form Text Understanding
Introduces Narrative Knowledge Weaver (NKW), a source-grounded framework for narrative-centric retrieval-augmented reasoning in long-form text understanding. It aligns textual evidence, atomic facts, graph structure, entity profiles, and storylines, achieving strong results on screenplay-level story-world QA benchmarks.