← Search

Chenxiao Yang

17 accepted papers

2026

Coevolutionary Continuous Discrete Diffusion: Make Your Diffusion Language Model a Latent Reasoner

ICML 2026poster

Diffusion language models, especially masked discrete diffusion models, have achieved great success recently. While there are some theoretical and primary empirical results showing the advantages of latent reasoning with looped transformers or continuous CoT, continuous diffusion models typically un…

Cited by 21SourceScholar
2026

On Powerful Ways to Generate: Autoregression, Diffusion, and Beyond

ICLR 2026poster

Diffusion language models have recently emerged as a competitive alternative to autoregressive language models. Beyond next-token generation, they are more efficient and flexible by enabling parallel and any-order token generation. However, despite empirical successes, their computational power and…

Cited by 0SourcecodeScholar
2025

Supercharging Graph Transformers with Advective Diffusion

ICML 2025poster

The capability of generalization is a cornerstone for the success of modern learning systems. For non-Euclidean data, e.g., graphs, that particularly involves topological structures, one important aspect neglected by prior studies is how machine learning models generalize under topological shifts. T…

Cited by 0SourcePDFScholar
2024

How Graph Neural Networks Learn: Lessons from Training Dynamics

ICML 2024poster

A long-standing goal in deep learning has been to characterize the learning behavior of black-box models in a more interpretable manner. For graph neural networks (GNNs), considerable advances have been made in formalizing what functions they can represent, but whether GNNs will learn desired functi…

2024

Learning Divergence Fields for Shift-Robust Graph Representations

ICML 2024poster

Real-world data generation often involves certain geometries (e.g., graphs) that induce instance-level interdependence. This characteristic makes the generalization of learning models more difficult due to the intricate interdependent patterns that impact data-generative distributions and can vary f…

2023

DIFFormer: Scalable (Graph) Transformers Induced by Energy Constrained Diffusion

ICLR 2023top-25%

Real-world data generation often involves complex inter-dependencies among instances, violating the IID-data hypothesis of standard learning paradigms and posing a challenge for uncovering the geometric structures for learning desired instance representations. To this end, we introduce an energy con…

2023

Energy-based Out-of-Distribution Detection for Graph Neural Networks

ICLR 2023poster

Representation learning on semi-structured data, e.g., graphs, has become a central problem in deep learning community as relational structures are pervasive in real situations and induce data inter-dependence that hinders trivial adaptation of existing approaches in other domains where the inputs a…

2023

Graph Neural Networks are Inherently Good Generalizers: Insights by Bridging GNNs and MLPs

ICLR 2023poster

Graph neural networks (GNNs), as the de-facto model class for representation learning on graphs, are built upon the multi-layer perceptrons (MLP) architecture with additional message passing layers to allow features to flow across nodes. While conventional wisdom commonly attributes the success of G…

2023

SGFormer: Simplifying and Empowering Transformers for Large-Graph Representations

NeurIPS 2023poster

Learning representations on large-sized graphs is a long-standing challenge due to the inter-dependence nature involved in massive data points. Transformers, as an emerging class of foundation encoders for graph-structured data, have shown promising performance on small graphs due to its global atte…

2022

Cross-Task Knowledge Distillation in Multi-Task Recommendation

AAAI 2022technical

Multi-task learning (MTL) has been widely used in recommender systems, wherein predicting each type of user feedback on items (e.g, click, purchase) are treated as individual tasks and jointly trained with a unified model. Our key observation is that the prediction results of each task may contain t…

Cited by 49SourcePDFScholar
2022

Geometric Knowledge Distillation: Topology Compression for Graph Neural Networks

NeurIPS 2022accept

We study a new paradigm of knowledge transfer that aims at encoding graph topological information into graph neural networks (GNNs) by distilling knowledge from a teacher GNN model trained on a complete graph to a student GNN model operating on a smaller or sparser graph. To this end, we revisit the…

2022

Towards Out-of-Distribution Sequential Event Prediction: A Causal Treatment

NeurIPS 2022accept

The goal of sequential event prediction is to estimate the next event based on a sequence of historical events, with applications to sequential recommendation, user behavior analysis and clinical treatment. In practice, the next-event prediction models are trained with sequential data collected at o…

2022

Trading Hard Negatives and True Negatives: A Debiased Contrastive Collaborative Filtering Approach

IJCAI 2022poster

Collaborative filtering (CF), as a standard method for recommendation with implicit feedback, tackles a semi-supervised learning problem where most interaction data are unobserved. Such a nature makes existing approaches highly rely on mining negatives for providing correct training signals. However…

Cited by 19SourcePDFScholar
2021

Towards Open-World Feature Extrapolation: An Inductive Graph Learning Approach

NeurIPS 2021poster

We target open-world feature extrapolation problem where the feature space of input data goes through expansion and a model trained on partially observed features needs to handle new features in test data without further retraining. The problem is of much significance for dealing with features incre…