← Search

Guoxia Wang

3 accepted papers

2026

AdaGC: Enhancing LLM Pretraining Stability via Adaptive Gradient Clipping

ICML 2026poster

Loss spikes remain a persistent obstacle in large-scale language model pretraining. While previous research has attempted to identify the root cause of loss spikes by investigating individual factors, we observe that, in practice, such spikes are typically triggered by the confluence of heterogeneou…

Cited by 0SourceScholar
2025

FlashMask: Efficient and Rich Mask Extension of FlashAttention

ICLR 2025poster

The computational and memory demands of vanilla attention scale quadratically with the sequence length $N$, posing significant challenges for processing long sequences in Transformer models. FlashAttention alleviates these challenges by eliminating the $\mathcal{O}(N^2)$ memory dependency and reduci…

2024

NACL: A General and Effective KV Cache Eviction Framework for LLM at Inference Time

ACL 2024long

Large Language Models (LLMs) have ignited an innovative surge of AI applications, marking a new era of exciting possibilities equipped with extended context windows. However, hosting these models is cost-prohibitive mainly due to the extensive memory consumption of KV Cache involving long-context mo…