← Search

Jianzhe Zhao

9 accepted papers

2026

Causal Direct Preference Optimization for Distributionally Robust Generative Recommendation

ICML 2026poster

Direct Preference Optimization (DPO) guides large language models (LLMs) to generate recommendations aligned with user historical behavior distributions by minimizing preference alignment loss. However, our systematic empirical research and theoretical analysis reveal that DPO tends to amplify spuri…

Cited by 0SourceScholar
2026

ECHO: Entropy-Confidence Hybrid Optimization for Test-Time Reinforcement Learning

ICML 2026poster

Test-time reinforcement learning generates multiple candidate answers via repeated rollouts and performs online updates using pseudo-labels constructed by majority voting. To reduce overhead and improve exploration, prior work introduces tree-structured rollouts, which share reasoning prefixes and b…

Cited by 0SourceScholar
2026

Interest-Shift-Aware Logical Reasoning for Efficient Long-Sequence Recommendation

AAAI 2026technical

Logical reasoning-based recommendation methods formulate logical expressions to characterize user-item interaction patterns, incorporating regularization constraints to ensure consistency with logical rules. However, these methods face two critical challenges: (1) As sequence length increases, they

Cited by 0SourcePDFScholar
2025

Augmenting Sequential Recommendation with Balanced Relevance and Diversity

AAAI 2025technical

By generating new yet effective data, data augmentation has become a promising method to mitigate the data sparsity problem in sequential recommendation. Existing works focus on augmenting the original data but rarely explore the issue of imbalanced relevance and diversity for augmented data, leadin…

2025

CoRA: Collaborative Information Perception by Large Language Model’s Weights for Recommendation

AAAI 2025technical

Involving collaborative information in Large Language Models (LLMs) is a promising technique for adapting LLMs for recommendation. Existing methods achieve this by concatenating collaborative features with text tokens into a unified sequence input and then fine-tuning to align these features with L…

2025

EPT: Efficient Prompt Tuning by Multi-Space Projection and Prompt Fusion

AAAI 2025technical

Prompt tuning is a promising method to fine-tune a pre-trained language model without retraining its large-scale parameters. Instead, it attaches a soft prompt to the input text, whereby downstream tasks can be well adapted by merely learning the embeddings of prompt tokens. Nevertheless, existing m…

Cited by 0SourcePDFScholar
2025

Efficient and Effective Prompt Tuning via Prompt Decomposition and Compressed Outer Product

NAACL 2025long

Prompt tuning (PT) offers a cost-effective alternative to fine-tuning large-scale pre-trained language models (PLMs), requiring only a few parameters in soft prompt tokens added before the input text. However, existing PT approaches face two significant issues: i They overlook intrinsic semantic ass…

2025

Knowledge Decoupling via Orthogonal Projection for Lifelong Editing of Large Language Models

ACL 2025long

As large language models (LLMs) require continuous knowledge updates and the mitigation of hallucination issues in generated content, lifelong model editing has become a prominent research area. A mainstream knowledge editing method usually freezes LLM’s original parameters and adds extra trainable…

2025

Multiple Purchase Chains with Negative Transfer Elimination for Multi-Behavior Recommendation

AAAI 2025technical

Multi-behavior recommendation exploits auxiliary behaviors (e.g., view, cart) to help predict users' potential target behavior (e.g., purchase) on a given item. However, existing works suffer from two issues: (1) They generally consider only a single chain from auxiliary behaviors to the target beha…