← Search

Hanqing Zeng

9 accepted papers

2026

DAG-MoE: From Simple Mixture to Structural Aggregation in Mixture-of-Experts

ICML 2026poster

Mixture-of-Experts (MoE) models have become a leading approach for decoupling parameter count from computational cost in large language models. Despite significant progress, effectively scaling MoE performance remains a challenge. Previous work shows that the use of fine-grained experts enlarges the…

Cited by 0SourceScholar
2026

Token-Level LLM Collaboration via FusionRoute

ICML 2026poster

Large language models (LLMs) exhibit strengths across diverse domains. However, achieving strong performance across these domains with a single general-purpose model typically requires scaling to sizes that are prohibitively expensive to train and deploy. On the other hand, while smaller domain-spec…

Cited by 0SourceScholar
2025

S'MoRE: Structural Mixture of Residual Experts for Parameter-Efficient LLM Fine-tuning

NeurIPS 2025poster

Fine-tuning pre-trained large language models (LLMs) presents a dual challenge of balancing parameter efficiency and model capacity. Existing methods like low-rank adaptations (LoRA) are efficient but lack flexibility, while Mixture-of-Experts (MoE) enhance model capacity at the cost of more & under…

Cited by 0SourcecodeScholar
2024

LLM-Rec: Personalized Recommendation via Prompting Large Language Models

NAACL 2024findings

Text-based recommendation holds a wide range of practical applications due to its versatility, as textual descriptions can represent nearly any type of item. However, directly employing the original item descriptions may not yield optimal recommendation performance due to the lack of comprehensive i…

2021

Decoupling the Depth and Scope of Graph Neural Networks

NeurIPS 2021poster

State-of-the-art Graph Neural Networks (GNNs) have limited scalability with respect to the graph and model sizes. On large graphs, increasing the model depth often means exponential expansion of the scope (i.e., receptive field). Beyond just a few layers, two fundamental challenges emerge: 1. degra…

2020

GraphSAINT: Graph Sampling Based Inductive Learning Method

ICLR 2020poster

Graph Convolutional Networks (GCNs) are powerful models for learning representations of attributed graphs. To scale GCNs to large graphs, state-of-the-art methods use various layer sampling techniques to alleviate the "neighbor explosion" problem during minibatch training. We propose GraphSAINT, a g…

Cited by 1395SourcecodeScholar