← Search

Kaize Ding

35 accepted papers

2026

From Observations to States: Latent Time Series Forecasting

ICML 2026poster

Deep learning has achieved strong performance in Time Series Forecasting (TSF). However, we identify a critical representation paradox, termed Latent Chaos: models with accurate predictions often learn latent representations that are temporally disordered and lack continuity. We attribute this pheno…

Cited by 0SourceScholar
2026

G-Merging: Graph Models Merging for Parameter-Efficient Multi-Task Knowledge Consolidation

ICLR 2026poster

The pretrain-finetuning paradigm has achieved notable success in graph learning. Moreover, merging models fine-tuned on different tasks to enable a parameter-efficient model with multi-task capabilities is gaining increasing attention for its practicality. However, existing model merging methods, su…

Cited by 0SourcecodeScholar
2026

GNN-as-Judge: Unleashing the Power of LLMs for Graph Few-shot Semi-supervised Learning with GNN Feedback

ICLR 2026poster

Large Language Models (LLMs) have shown strong performance on text-attributed graphs (TAGs) due to their superior semantic understanding ability on textual node features. However, their effectiveness as predictors in the few-shot semi-supervised setting, where labeled nodes are rather limited, remai…

Cited by 0SourcecodeScholar
2026

Task Vectors, Learned Not Extracted: Performance Gains and Mechanistic Insights

ICLR 2026poster

Large Language Models (LLMs) can perform new tasks from in-context demonstrations, a phenomenon known as in-context learning (ICL). Recent work suggests that these demonstrations are compressed into task vectors (TVs), compact task representations that LLMs exploit for predictions. However, prior st…

Cited by 0SourcecodeScholar
2025

AD-LLM: Benchmarking Large Language Models for Anomaly Detection

ACL 2025finding

Anomaly detection (AD) is an important machine learning task with many real-world uses, including fraud detection, medical diagnosis, and industrial monitoring. Within natural language processing (NLP), AD helps detect issues like spam, misinformation, and unusual user activity. Although large langu…

2025

ALERT: An LLM-powered Benchmark for Automatic Evaluation of Recommendation Explanations

NAACL 2025long

Recommendation explanation systems have become increasingly vital with the widespread adoption of recommender systems. However, existing recommendation explanation evaluation benchmarks suffer from limited item diversity, impractical user profiling requirements, and unreliable and unscalable evaluat…

2025

AMANDA: Agentic Medical Knowledge Augmentation for Data-Efficient Medical Visual Question Answering

EMNLP 2025

Medical Multimodal Large Language Models (Med-MLLMs) have shown great promise in medical visual question answering (Med-VQA). However, when deployed in low-resource settings where abundant labeled data are unavailable, existing Med-MLLMs commonly fail due to their medical reasoning capability bottle

2025

Avoiding Copyright Infringement via Large Language Model Unlearning

NAACL 2025findings

Pre-trained Large Language Models (LLMs) have demonstrated remarkable capabilities but also pose risks by learning and generating copyrighted material, leading to significant legal and ethical concerns. In real-world scenarios, model owners need to continuously address copyright infringement as new…

2025

Explaining Length Bias in LLM-Based Preference Evaluations

EMNLP 2025

The use of large language models (LLMs) as judges, particularly in preference comparisons, has become widespread, but this reveals a notable bias towards longer responses, undermining the reliability of such evaluations. To better understand such bias, we propose to decompose the preference evaluati

Cited by 0SourcePDFScholar
2025

Exploring Concept Depth: How Large Language Models Acquire Knowledge and Concept at Different Layers?

COLING 2025main

Large language models (LLMs) have shown remarkable performances across a wide range of tasks. However, the mechanisms by which these models encode tasks of varying complexities remain poorly understood. In this paper, we explore the hypothesis that LLMs process concepts of varying complexities in di…

2025

Glocal Information Bottleneck for Time Series Imputation

NeurIPS 2025poster

Time Series Imputation (TSI), which aims to recover missing values in temporal data, remains a fundamental challenge due to the complex and often high-rate missingness in real-world scenarios. Existing models typically optimize the point-wise reconstruction loss, focusing on recovering numerical val…

Cited by 0SourcecodeScholar
2025

On Large Language Model Continual Unlearning

ICLR 2025poster

While large language models have demonstrated impressive performance across various domains and tasks, their security issues have become increasingly severe. Machine unlearning has emerged as a representative approach for model safety and security by removing the influence of undesired data on the t…

2025

Pareto-Optimal Energy Alignment for Designing Nature-Like Antibodies

NeurIPS 2025poster

We present a three-stage framework for training deep learning models specializing in antibody sequence-structure co-design. We first pre-train a language model using millions of antibody sequence data. Then, we employ the learned representations to guide the training of a diffusion model for joint o…

Cited by 0SourceScholar
2025

Topology-Aware Conformal Prediction for Stream Networks

NeurIPS 2025poster

Stream networks, a unique class of spatiotemporal graphs, exhibit complex directional flow constraints and evolving dependencies, making uncertainty quantification a critical yet challenging task. Traditional conformal prediction methods struggle in this setting due to the need for joint predictions…

Cited by 0SourceScholar
2025

Unifying Unsupervised Graph-Level Anomaly Detection and Out-of-Distribution Detection: A Benchmark

ICLR 2025poster

To build safe and reliable graph machine learning systems, unsupervised graph-level anomaly detection (GLAD) and unsupervised graph-level out-of-distribution (OOD) detection (GLOD) have received significant attention in recent years. Though these two lines of research share the same objective, they…

2024

Data-Efficient Graph Learning

AAAI 2024technical

My research strives to develop fundamental graph-centric learning algorithms to reduce the need for human supervision in low-resource scenarios. The focus is on achieving effective and reliable data-efficient learning on graphs, which can be summarized into three facets: (1) graph weakly-supervised…

Cited by 1SourcePDFScholar
2024

Empowering Large Language Models for Textual Data Augmentation

ACL 2024findings

With the capabilities of understanding and executing natural language instructions, Large language models (LLMs) can potentially act as a powerful tool for textual data augmentation. However, the quality of augmented data depends heavily on the augmentation instructions provided, and the effectivene…

2024

Let’s Ask GNN: Empowering Large Language Model for Graph In-Context Learning

EMNLP 2024finding

Textual Attributed Graphs (TAGs) are crucial for modeling complex real-world systems, yet leveraging large language models (LLMs) for TAGs presents unique challenges due to the gap between sequential text processing and graph-structured data. We introduce AskGNN, a novel approach that bridges this g…

2024

On Fake News Detection with LLM Enhanced Semantics Mining

EMNLP 2024main

Large language models (LLMs) have emerged as valuable tools for enhancing textual features in various text-related tasks. Despite their superiority in capturing the lexical semantics between tokens for text analysis, our preliminary study on two popular LLMs, i.e., ChatGPT and Llama2, showcases that…

2024

Revisiting Score Propagation in Graph Out-of-Distribution Detection

NeurIPS 2024poster

The field of graph learning has been substantially advanced by the development of deep learning models, in particular graph neural networks. However, one salient yet largely under-explored challenge is detecting Out-of-Distribution (OOD) nodes on graphs. Prevailing OOD detection techniques developed…

Cited by 2SourcePDFScholar
2024

Sterling: Synergistic Representation Learning on Bipartite Graphs

AAAI 2024technical

A fundamental challenge of bipartite graph representation learning is how to extract informative node embeddings. Self-Supervised Learning (SSL) is a promising paradigm to address this challenge. Most recent bipartite graph SSL methods are based on contrastive learning which learns embeddings by dis…

Cited by 23SourcePDFScholar
2023

Eliciting Structural and Semantic Global Knowledge in Unsupervised Graph Contrastive Learning

AAAI 2023technical

Graph Contrastive Learning (GCL) has recently drawn much research interest for learning generalizable node representations in a self-supervised manner. In general, the contrastive learning process in GCL is performed on top of the representations learned by a graph neural network (GNN) backbone, whi…

2023

GRENADE: Graph-Centric Language Model for Self-Supervised Representation Learning on Text-Attributed Graphs

EMNLP 2023long findings

Self-supervised representation learning on text-attributed graphs, which aims to create expressive and generalizable representations for various downstream tasks, has received increasing research attention lately. However, existing methods either struggle to capture the full extent of structural con…

Cited by 0SourcecodeScholar
2023

Keypoint-Augmented Self-Supervised Learning for Medical Image Segmentation with Limited Annotation

NeurIPS 2023poster

Pretraining CNN models (i.e., UNet) through self-supervision has become a powerful approach to facilitate medical image segmentation under low annotation regimes. Recent contrastive learning methods encourage similar global representations when the same image undergoes different transformations, or…

2023

Towards Self-Interpretable Graph-Level Anomaly Detection

NeurIPS 2023poster

Graph-level anomaly detection (GLAD) aims to identify graphs that exhibit notable dissimilarity compared to the majority in a collection. However, current works primarily focus on evaluating graph-level abnormality while failing to provide meaningful explanations for the predictions, which largely l…

2022

BOND: Benchmarking Unsupervised Outlier Node Detection on Static Attributed Graphs

NeurIPS 2022accept

Detecting which nodes in graphs are outliers is a relatively new machine learning task with numerous applications. Despite the proliferation of algorithms developed in recent years for this task, there has been no standard comprehensive setting for performance evaluation. Consequently, it has been d…

2022

Few-Shot Learning on Graphs

IJCAI 2022poster

Graph representation learning has attracted tremendous attention due to its remarkable performance in many real-world applications. However, prevailing supervised graph representation learning models for specific tasks often suffer from label sparsity issue as data labeling is always time and resour…

Cited by 54SourcePDFScholar
2022

Meta Propagation Networks for Graph Few-shot Semi-supervised Learning

AAAI 2022technical

Inspired by the extensive success of deep learning, graph neural networks (GNNs) have been proposed to learn expressive node representations and demonstrated promising performance in various graph learning tasks. However, existing endeavors predominately focus on the conventional semi-supervised set…

2021

Learning to Selectively Learn for Weakly-supervised Paraphrase Generation

EMNLP 2021main

Paraphrase generation is a longstanding NLP task that has diverse applications on downstream NLP tasks. However, the effectiveness of existing efforts predominantly relies on large amounts of golden labeled data. Though unsupervised endeavors have been proposed to alleviate this issue, they may fail…