← Search

Fuzhen Zhuang

31 accepted papers

2026

Contextual Rollout Bandits for Reinforcement Learning with Verifiable Rewards

ICML 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) is an effective paradigm for improving the reasoning capabilities of large language models. However, existing RLVR methods utilize rollouts in an indiscriminate and short-horizon manner: responses of heterogeneous quality within each prompt are t…

Cited by 0SourceScholar
2026

Does Your Reasoning Model Implicitly Know When to Stop Thinking?

ICML 2026poster

Recent advancements in large reasoning models (LRMs) have greatly improved their capabilities on complex reasoning tasks through Long Chains of Thought (CoTs). However, this approach often results in substantial redundancy, impairing computational efficiency and causing significant delays in real-ti…

Cited by 0SourceScholar
2026

Forgetting Whenever You Want: A Decentralized Continual Learning Framework with On-Demand Unlearning

ICML 2026poster

Decentralized class continual learning refers to a paradigm where distributed clients continuously acquire new classes while retaining previously learned information without relying on a central server. With increasing emphasis on privacy preservation, there is a growing need for on-demand unlearnin…

Cited by 0SourceScholar
2026

Learning Adaptive Distribution Alignment with Neural Characteristic Function for Graph Domain Adaptation

ICLR 2026poster

Graph Domain Adaptation (GDA) transfers knowledge from labeled source graphs to unlabeled target graphs but is challenged by complex, multi-faceted distributional shifts. Existing methods attempt to reduce distributional shifts by aligning manually selected graph elements (e.g., node attributes or s…

Cited by 0SourcecodeScholar
2026

Learning Structure-Semantic Evolution Trajectories for Graph Domain Adaptation

ICLR 2026poster

Graph Domain Adaptation (GDA) aims to bridge distribution shifts between domains by transferring knowledge from well-labeled source graphs to given unlabeled target graphs. One promising recent approach addresses graph transfer by discretizing the adaptation process, typically through the construct…

Cited by 0SourceScholar
2026

Multi-Aspect Cross-modal Quantization for Generative Recommendation

AAAI 2026technical

Generative Recommendation (GR) has emerged as a new paradigm in recommender systems. This approach relies on quantized representations to discretize item features, modeling users’ historical interactions as sequences of discrete tokens. Based on these tokenized sequences, GR predicts the next item b

Cited by 0SourcePDFScholar
2026

Real-Time Aligned Reward Model beyond Semantics

ICML 2026poster

Reinforcement Learning from Human Feedback (RLHF) is a pivotal technique for aligning large language models (LLMs) with human preferences, yet it is susceptible to reward overoptimization, in which policy models overfit to the reward model, exploit spurious reward patterns instead of faithfully capt…

Cited by 0SourceScholar
2026

SynGR: Unleashing the Potential of Cross-Modal Synergy for Generative Recommendation

ICML 2026poster

Generative Recommendation (GR) has emerged as a promising paradigm by formulating item recommendation as a sequence-to-sequence generation task over item identifiers. Recent studies have incorporated multimodal signals to provide richer token-level evidence for generation. However, existing approach…

Cited by 0SourceScholar
2026

Thermal Diffusion Matters: Infrared Spatial-Temporal Video Super-Resolution through Heat Conduction Priors

CVPR 2026

Infrared video acquisition inherently suffers from low spatial resolution and limited frame rates due to the physical constraints of thermal imaging sensors. These limitations make infrared video enhancement uniquely challenging, as it requires restoring spatial details and temporal continuity from

Cited by 0SourcecodeScholar
2025

FCKT: Fine-Grained Cross-Task Knowledge Transfer with Semantic Contrastive Learning for Targeted Sentiment Analysis

IJCAI 2025

In this paper, we address the task of targeted sentiment analysis , which involves two sub-tasks, i.e., identifying specific aspects from reviews and determining their corresponding senti-ments. Aspect extraction forms the foundation for sentiment prediction, highlighting the critical dependency bet

2025

Mixed-Curvature Multi-Modal Knowledge Graph Completion

AAAI 2025technical

Multi-modal Knowledge Graph Completion (KGC), which aims to enrich knowledge graph embeddings by incorporating images and text as supplementary information alongside triplets, is an significant task in learning KGs. Existing multi-modal KGC methods mainly focus on modalitylevel fusion, neglecting th…

Cited by 0SourcePDFScholar
2025

Multi-level Relevance Document Identifier Learning for Generative Retrieval

ACL 2025long

Generative Retrieval (GR) introduces a new information retrieval paradigm that directly generates unique document identifiers (DocIDs). The key challenge of GR lies in creating effective yet discrete DocIDs that preserve semantic relevance for similar documents while differentiating dissimilar ones.…

2025

One for Dozens: Adaptive REcommendation for All Domains with Counterfactual Augmentation

AAAI 2025technical

Multi-domain recommendation (MDR) aims to enhance recommendation performance across various domains. However, real-world recommender systems in online platforms often need to handle dozens or even hundreds of domains, far exceeding the capabilities of traditional MDR algorithms, which typically focu…

2025

Smoothness Really Matters: A Simple Yet Effective Approach for Unsupervised Graph Domain Adaptation

AAAI 2025technical

Unsupervised Graph Domain Adaptation (UGDA) seeks to bridge distribution shifts between domains by transferring knowledge from labeled source graphs to given unlabeled target graphs. Existing UGDA methods primarily focus on aligning features in the latent space learned by graph neural networks (GNNs…

2024

Job-SDF: A Multi-Granularity Dataset for Job Skill Demand Forecasting and Benchmarking

NeurIPS 2024poster

In a rapidly evolving job market, skill demand forecasting is crucial as it enables policymakers and businesses to anticipate and adapt to changes, ensuring that workforce skills align with market needs, thereby enhancing productivity and competitiveness. Additionally, by identifying emerging skill…

2024

Modeling Adaptive Inter-Task Feature Interactions via Sentiment-Aware Contrastive Learning for Joint Aspect-Sentiment Prediction

AAAI 2024technical

Aspect prediction (AP) and sentiment prediction (SP) are representative applications in fine-grained sentiment anal- ysis. They can be considered as sequential tasks, where AP identifies mentioned aspects in a sentence, and SP infers fine-grained sentiments for these aspects. Recent models perform t…

Cited by 8SourcePDFScholar
2024

Resource-Aware Federated Self-Supervised Learning with Global Class Representations

NeurIPS 2024poster

Due to the heterogeneous architectures and class skew, the global representation models training in resource-adaptive federated self-supervised learning face with tricky challenges: $\textit{deviated representation abilities}$ and $\textit{inconsistent representation spaces}$. In this work, we are…

Cited by 0SourcePDFScholar
2024

Scaling Sentence Embeddings with Large Language Models

EMNLP 2024finding

Large Language Models (LLMs) have recently gained significant interest due to their impressive results in various natural language tasks. However, their application to sentence embeddings is still under active research. In this work, we introduce PromptEOL, a simple and efficient method designed to…

2023

Pruning Pre-trained Language Models Without Fine-Tuning

ACL 2023long

To overcome the overparameterized problem in Pre-trained Language Models (PLMs), pruning is widely used as a simple and straightforward compression method by directly removing unimportant weights. Previous first-order methods successfully compress PLMs to extremely high sparsity with little performa…

2022

A Hierarchical Interactive Network for Joint Span-based Aspect-Sentiment Analysis

COLING 2022main

Recently, some span-based methods have achieved encouraging performances for joint aspect-sentiment analysis, which first extract aspects (aspect extraction) by detecting aspect boundaries and then classify the span-level sentiments (sentiment classification). However, most existing approaches eithe…

2022

Exploiting Global and Local Hierarchies for Hierarchical Text Classification

EMNLP 2022main

Hierarchical text classification aims to leverage label hierarchy in multi-label text classification. Existing methods encode label hierarchy in a global view, where label hierarchy is treated as the static hierarchical structure containing all labels. Since global hierarchy is static and irrelevant…

2022

Improving Biomedical Named Entity Recognition with a Unified Multi-Task MRC Framework

ICASSP 2022accepted

The prior knowledge, such as expert rules and knowledge base, has been proven effective in the traditional Biomedical Named Entity Recognition (BioNER). Most current neural BioNER systems use this external knowledge for pre-processing or post-editing instead of incorporate it into the training proce…

Cited by 0SourceScholar
2022

Mind the Gap: Cross-Lingual Information Retrieval with Hierarchical Knowledge Enhancement

AAAI 2022technical

Cross-Lingual Information Retrieval (CLIR) aims to rank the documents written in a language different from the user’s query. The intrinsic gap between different languages is an essential challenge for CLIR. In this paper, we introduce the multilingual knowledge graph (KG) to the CLIR task due to the…

Cited by 25SourcePDFScholar
2022

Positive-Unlabeled Learning with Adversarial Data Augmentation for Knowledge Graph Completion

IJCAI 2022poster

Most real-world knowledge graphs (KG) are far from complete and comprehensive. This problem has motivated efforts in predicting the most plausible missing facts to complete a given KG, i.e., knowledge graph completion (KGC). However, existing KGC methods suffer from two main issues, 1) the false neg…

Cited by 42SourcePDFScholar
2022

PromptBERT: Improving BERT Sentence Embeddings with Prompts

EMNLP 2022main

We propose PromptBERT, a novel contrastive learning method for learning better sentence representation. We firstly analysis the drawback of current sentence embedding from original BERT and find that it is mainly due to the static token embedding bias and ineffective BERT layers. Then we propose the…

2021

AMA-GCN: Adaptive Multi-layer Aggregation Graph Convolutional Network for Disease Prediction

IJCAI 2021poster

Recently, Graph Convolutional Networks (GCNs) have proven to be a powerful mean for Computer Aided Diagnosis (CADx). This approach requires building a population graph to aggregate structural information, where the graph adjacency matrix represents the relationship between nodes. Until now, this adj…

Cited by 22SourcePDFScholar
2021

Community-Aware Multi-Task Transportation Demand Prediction

AAAI 2021technical

Transportation demand prediction is of great importance to urban governance and has become an essential function in many online applications. While many efforts have been made for regional transportation demand prediction, predicting the diversified transportation demand for different communities (e…

Cited by 33SourcePDFScholar
2021

Discerning Decision-Making Process of Deep Neural Networks with Hierarchical Voting Transformation

NeurIPS 2021poster

Neural network based deep learning techniques have shown great success for numerous applications. While it is expected to understand their intrinsic decision-making processes, these deep neural networks often work in a black-box way. To this end, in this paper, we aim to discern the decision-making…

2021

LightXML: Transformer with Dynamic Negative Sampling for High-Performance Extreme Multi-label Text Classification

AAAI 2021technical

Extreme multi-label text classification(XMC) is a task for finding the most relevant labels from a large label set. Nowadays deep learning-based methods have shown significant success in XMC. However, the existing methods (e.g., AttentionXML and X-Transformer etc) still suffer from 1) combining seve…

2021

Modeling Heterogeneous Relations across Multiple Modes for Potential Crowd Flow Prediction

AAAI 2021technical

Potential crowd flow prediction for new planned transportation sites is a fundamental task for urban planners and administrators. Intuitively, the potential crowd flow of the new coming site can be implied by exploring the nearby sites. However, the transportation modes of nearby sites (e.g. bus sta…

Cited by 28SourcePDFScholar
2020

Collaborative Self-Attention Network for Session-based Recommendation

IJCAI 2020poster

Session-based recommendation becomes a research hotspot for its ability to make recommendations for anonymous users. However, existing session-based methods have the following limitations: (1) They either lack the capability to learn complex dependencies or focus mostly on the current session withou…

Cited by 0SourcePDFScholar