activity
20182026
most citedComputing in the Era of Large Generative Models: From Cloud-Native to AI-Native

6 citations · 33 across the 39 of their papers we have counts for

collaborators

44 papers

cs.CL2026

LowRankArena: A Standardized Evaluation Platform for SVD-Based LLM Compression

Zishan Shao, Lixun Zhang, Kangning Cui +10

SVD-based low-rank compression has become a fast-growing direction for reducing the memory and computational cost of large language models (LLMs). However, meaningful comparison ac…

cs.CL2026

Iteration Without Elaboration: A Simple ReAct Architecture Suffices for Text-to-SQL Generation

Jian Lu, Haiwei Yu, Raymond M Xiong +2

Modern text-to-SQL systems have become increasingly elaborate, relying on schema-linking modules, retrieval-augmented prompting, candidate generation, and multi-stage refinement pi…

cs.CL2026

Toward Automated Detection of Documentation Inconsistencies in Electronic Health Records

Jian Lu, Panyu Chen, Miriam Treggiari +5

Objective: To characterize the kinds of internal documentation inconsistencies a general-domain large language model (LLM) can surface from real-world discharge summaries, and to i…

cs.AI2026

DecodeShare: Tracing the Shared Subspace of LLM Decode-Time Decisions

Zishan Shao, Lixun Zhang, Kangning Cui +10

Large language models (LLMs) handle many tasks with one set of parameters, but under KV-cached inference it is unclear what task-general structure, if any, is used at decode time r…

cs.DC2026

Optimus: Elastic Decoding for Efficient Diffusion LLM Serving

Chiyue Wei, Cong Guo, Bowen Duan +7

Large language model (LLM) serving is fundamentally limited by inefficient hardware utilization. Autoregressive (AR) decoding underutilizes GPUs due to its strictly sequential exec…

cs.SE2026

Hydra: Efficient, Correct Code Generation via Checkpoint-and-Rollback Support

Alexander Du, Jianjun Ou, Danyang Zhuo +1

Large language models are increasingly used for code generation, but many generated programs fail to compile, a prerequisite for further correctness checks such as unit tests. Exis…