activity
20232026
most citedSGLang: Efficient Execution of Structured Language Model Programs

11 citations · 13 across the 6 of their papers we have counts for

collaborators

6 papers

cs.DC2026

HiSparse: Scaling Sparse-Attention Decoding with Hierarchical KV Cache Management

Zhiqiang Xie, Zhangheng Huang, Tingwei Huang +3

Top-k sparse attention makes long-context LLM decoding cheap to compute: each step reads only a few thousand selected KV entries rather than the full context. Serving systems, howe…

cs.DC2025

FailSafe: High-performance Resilient Serving

Ziyi Xu, Zhiqiang Xie, Swapnil Gandhi +1

Tensor parallelism (TP) enables large language models (LLMs) to scale inference efficiently across multiple GPUs, but its tight coupling makes systems fragile: a single GPU failure…

cs.DC2025★ 1 cited

Strata: Hierarchical Context Caching for Long Context Language Model Serving

Zhiqiang Xie, Ziyi Xu, Mark Zhao +5

Large Language Models (LLMs) with expanding context windows face significant performance hurdles. While caching key-value (KV) states is critical for avoiding redundant computation…

cs.DC2024

AI Metropolis: Scaling Large Language Model-based Multi-Agent Simulation with Out-of-order Execution

Zhiqiang Xie, Hao Kang, Ying Sheng +3

With more advanced natural language understanding and reasoning capabilities, large language model (LLM)-powered agents are increasingly developed in simulated environments to perf…

cs.DC2024★ 1 cited

Cloud Atlas: Efficient Fault Localization for Cloud Systems using Language Models and Causal Insight

Zhiqiang Xie, Yujia Zheng, Lizi Ottens +3

Runtime failure and performance degradation is commonplace in modern cloud systems. For cloud providers, automatically determining the root cause of incidents is paramount to ensur…

cs.AI2023★ 11 cited

SGLang: Efficient Execution of Structured Language Model Programs

Lianmin Zheng, Liangsheng Yin, Zhiqiang Xie +9

Large language models (LLMs) are increasingly used for complex tasks that require multiple generation calls, advanced prompting techniques, control flow, and structured inputs/outp…