← Search

Zhining Liu

19 accepted papers

2026

Continual Low-Rank Adapters for LLM-based Generative Recommender Systems

ICLR 2026poster

While large language models (LLMs) achieve strong performance in recommendation, they face challenges in continual learning as users, items, and user preferences evolve over time. Existing LoRA-based continual methods primarily focus on preserving performance on previous tasks, but this overlooks th…

Cited by 0SourcecodeScholar
2026

Language in the Flow of Time: Time-Series-Paired Texts Weaved into a Unified Temporal Narrative

ICLR 2026poster

While many advances in time series models focus exclusively on numerical data, research on multimodal time series, particularly those involving contextual textual information, remains in its infancy. With recent progress in large language models and time series learning, we revisit the integration o…

Cited by 0SourcecodeScholar
2026

MORALISE: A Structured Benchmark for Moral Alignment in Visual Language Models

ICML 2026poster

Recently, vision-language models have demonstrated increasing influence in morally sensitive domains such as autonomous driving and medical analysis, owing to their powerful multimodal reasoning capabilities. As these models are deployed in high-stakes real-world applications, it is of paramount imp…

Cited by 0SourceScholar
2026

PLANETALIGN: A Comprehensive Python Library for Benchmarking Network Alignment

ICLR 2026poster

Network alignment (NA) aims to identify node correspondence across different networks and serves as a critical cornerstone behind various downstream multi-network learning tasks. Despite growing research in NA, there lacks a comprehensive library that facilitates the systematic development and bench…

Cited by 0SourcecodeScholar
2026

Seeing but Not Believing: Probing the Disconnect Between Visual Attention and Answer Correctness in VLMs

ICLR 2026poster

Vision-Language Models (VLMs) achieve strong results on multimodal tasks such as visual question answering, yet they can still fail even when the correct visual evidence is present. In this work, we systematically investigate whether these failures arise from not perceiving the evidence or from not…

Cited by 0SourceScholar
2025

Breaking Silos: Adaptive Model Fusion Unlocks Better Time Series Forecasting

ICML 2025poster

Time-series forecasting plays a critical role in many real-world applications. Although increasingly powerful models have been developed and achieved superior results on benchmark datasets, through a fine-grained sample-level inspection, we find that (i) no single model consistently outperforms othe…

2025

CLIMB: Class-imbalanced Learning Benchmark on Tabular Data

NeurIPS 2025poster

Class-imbalanced learning (CIL) on tabular data is important in many real-world applications where the minority class holds the critical but rare outcomes. In this paper, we present CLIMB, a comprehensive benchmark for class-imbalanced learning on tabular data. CLIMB includes 73 real-world dataset…

Cited by 0SourcecodeScholar
2025

Matcha: Mitigating Graph Structure Shifts with Test-Time Adaptation

ICLR 2025poster

Powerful as they are, graph neural networks (GNNs) are known to be vulnerable to distribution shifts. Recently, test-time adaptation (TTA) has attracted attention due to its ability to adapt a pre-trained model to a target domain, without re-accessing the source domain. However, existing TTA algorit…

2025

Not All Voices Are Rewarded Equally: Probing and Repairing Reward Models across Human Diversity

EMNLP 2025

The advancement of Large Language Models (LLMs) has made ensuring their trustworthiness increasingly critical, especially in terms of fairness across diverse human groups. While modern LLMs are aligned with user preferences through Reinforcement Learning from Human Feedback (RLHF), the reward models

2025

SelfElicit: Your Language Model Secretly Knows Where is the Relevant Evidence

ACL 2025long

Providing Language Models (LMs) with relevant evidence in the context (either via retrieval or user-provided) can significantly improve their ability to provide better-grounded responses. However, recent studies have found that LMs often struggle to fully comprehend and utilize key evidence from the…

2024

BackTime: Backdoor Attacks on Multivariate Time Series Forecasting

NeurIPS 2024spotlight

Multivariate Time Series (MTS) forecasting is a fundamental task with numerous real-world applications, such as transportation, climate, and epidemiology. While a myriad of powerful deep learning models have been developed for this task, few works have explored the robustness of MTS forecasting mode…

2024

Class-Imbalanced Graph Learning without Class Rebalancing

ICML 2024poster

Class imbalance is prevalent in real-world node classification tasks and poses great challenges for graph learning models. Most existing studies are rooted in a class-rebalancing (CR) perspective and address class imbalance with class-wise reweighting or resampling. In this work, we approach the roo…

2024

Graph Mixup on Approximate Gromov–Wasserstein Geodesics

ICML 2024poster

Mixup, which generates synthetic training samples on the data manifold, has been shown to be highly effective in augmenting Euclidean data. However, finding a proper data manifold for graph data is non-trivial, as graphs are non-Euclidean data in disparate spaces. Though efforts have been made, most…

Cited by 12SourcePDFScholar
2024

Hierarchical Multi-Marginal Optimal Transport for Network Alignment

AAAI 2024technical

Finding node correspondence across networks, namely multi-network alignment, is an essential prerequisite for joint learning on multiple networks. Despite great success in aligning networks in pairs, the literature on multi-network alignment is sparse due to the exponentially growing solution space…

Cited by 19SourcePDFScholar
2024

MoDE: A Mixture-of-Experts Model with Mutual Distillation among the Experts

AAAI 2024technical

The application of mixture-of-experts (MoE) is gaining popularity due to its ability to improve model's performance. In an MoE structure, the gate layer plays a significant role in distinguishing and routing input features to different experts. This enables each expert to specialize in processing t…

2023

GreenFlow: A Computation Allocation Framework for Building Environmentally Sound Recommendation System

IJCAI 2023poster

Given the enormous number of users and items, industrial cascade recommendation systems (RS) are continuously expanded in size and complexity to deliver relevant items, such as news, services, and commodities, to the appropriate users. In a real-world scenario with hundreds of thousands requests per…

2022

Imbalance-Aware Uplift Modeling for Observational Data

AAAI 2022technical

Uplift modeling aims to model the incremental impact of a treatment on an individual outcome, which has attracted great interests of researchers and practitioners from different communities. Existing uplift modeling methods rely on either the data collected from randomized controlled trials (RCTs) o…

Cited by 6SourcePDFScholar
2020

Interpretability-Guided Convolutional Neural Networks for Seismic Fault Segmentation

ICASSP 2020accepted

Delineating the seismic fault, which is an important type of geologic structures in seismic images, is a key step for seismic interpretation. Comparing with conventional methods that design a number of hand-crafted features based on the observed characteristics of the seismic fault, convolutional ne…

Cited by 0SourceScholar
2020

MESA: Boost Ensemble Imbalanced Learning with MEta-SAmpler

NeurIPS 2020poster

Imbalanced learning (IL), i.e., learning unbiased models from class-imbalanced data, is a challenging problem. Typical IL methods including resampling and reweighting were designed based on some heuristic assumptions. They often suffer from unstable performance, poor applicability, and high computat…