← Search

Guibing Guo

23 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
2026

MergOPT: A Merge-Aware Optimizer for Robust Model Merging

ICLR 2026poster

Model merging aims to integrate multiple independently fine-tuned expert models into a single model while preserving the knowledge of all experts. However, existing approaches mainly address parameter conflicts at the merging stage and overlook the role of the fine-tuning process, which often leads…

Cited by 0SourceScholar
2026

MoFu: Scale-Aware Modulation and Fourier Fusion for Multi-Subject Video Generation

AAAI 2026technical

Multi-subject video generation aims to synthesize videos from textual prompts and multiple reference images, ensuring that each subject preserves natural scale and visual fidelity. However, current methods face two challenges: scale inconsistency, where variations in subject size lead to unnatural g

Cited by 0SourcePDFScholar
2026

RAGAR: Retrieval Augmented Personalized Image Generation Guided by Recommendation

AAAI 2026technical

Personalized image generation is crucial for improving the user experience, as it renders reference images into preferred ones according to user visual preferences. Although effective, existing methods face two main issues. First, existing methods treat all items in the user

Cited by 0SourcePDFScholar
2026

SC-Arena: A Natural Language Benchmark for Single-Cell Reasoning with Knowledge-Augmented Evaluation

ICLR 2026poster

Large language models (LLMs) are increasingly applied in scientific research, offering new capabilities for knowledge discovery and reasoning. In single-cell biology, however, evaluation practices for both general and specialized LLMs remain inadequate: existing benchmarks are fragmented across task…

Cited by 0SourcecodeScholar
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

Continual Model Merging without Data: Dual Projections for Balancing Stability and Plasticity

NeurIPS 2025poster

Model merging integrates multiple expert models with diverse capabilities into a unified framework, facilitating collaborative learning. However, most existing methods assume simultaneous access to all models, which is often impractical in real-world scenarios where models are received sequentially.…

Cited by 0SourceScholar
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

Harnessing Content and Structure in ID for Multimodal Recommendation

ICASSP 2025accepted

Multimodal recommendation aims to model user and item representations comprehensively with the involvement of multimedia content for effective recommendations. Existing research has shown that it is beneficial for recommendation performance to combine (user- and item-) ID embeddings with multimodal…

Cited by 2SourceScholar
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…

2024

AdaMerging: Adaptive Model Merging for Multi-Task Learning

ICLR 2024poster

Multi-task learning (MTL) aims to empower a model to tackle multiple tasks simultaneously. A recent development known as task arithmetic has revealed that several models, each fine-tuned for distinct tasks, can be directly merged into a single model to execute MTL without necessitating a retraining…

2024

Representation Surgery for Multi-Task Model Merging

ICML 2024poster

Multi-task learning (MTL) compresses the information from multiple tasks into a unified backbone to improve computational efficiency and generalization. Recent work directly merges multiple independently trained models to perform MTL instead of collecting their raw data for joint training, greatly e…

2024

Stealthy Attack on Large Language Model based Recommendation

ACL 2024long

Recently, the powerful large language models (LLMs) have been instrumental in propelling the progress of recommender systems (RS). However, while these systems have flourished, their susceptibility to security threats has been largely overlooked. In this work, we reveal that the introduction of LLMs…

2023

AdaTask: A Task-Aware Adaptive Learning Rate Approach to Multi-Task Learning

AAAI 2023technical

Multi-task learning (MTL) models have demonstrated impressive results in computer vision, natural language processing, and recommender systems. Even though many approaches have been proposed, how well these approaches balance different tasks on each parameter still remains unclear. In this paper, we…

Cited by 62SourcePDFScholar
2023

An Efficient Dataset Condensation Plugin and Its Application to Continual Learning

NeurIPS 2023poster

Dataset condensation (DC) distills a large real-world dataset into a small synthetic dataset, with the goal of training a network from scratch on the latter that performs similarly to the former. State-of-the-art (SOTA) DC methods have achieved satisfactory results through techniques such as accurac…

Cited by 30SourcePDFScholar
2023

Basket Representation Learning by Hypergraph Convolution on Repeated Items for Next-basket Recommendation

IJCAI 2023poster

Basket representation plays an important role in the task of next-basket recommendation. However, existing methods generally adopts pooling operations to learn a basket's representation, from which two critical issues can be identified. First, they treat a basket as a set of items independent and…

Cited by 11SourcePDFScholar
2023

Data Augmented Flatness-aware Gradient Projection for Continual Learning

ICCV 2023poster

The goal of continual learning (CL) is to continuously learn new tasks without forgetting previously learned old tasks. To alleviate catastrophic forgetting, gradient projection based CL methods require that the gradient updates of new tasks are orthogonal to the subspace spanned by old tasks. This…

Cited by 24PDFScholar
2023

Uniform Sequence Better: Time Interval Aware Data Augmentation for Sequential Recommendation

AAAI 2023technical

Sequential recommendation is an important task to predict the next-item to access based on a sequence of interacted items. Most existing works learn user preference as the transition pattern from the previous item to the next one, ignoring the time interval between these two items. However, we obser…