Dr. Sheng Shen
VERIFIED TECHNICAL DOSSIERSources checked

Dr. Sheng Shen

AI Research Scientist

2 Verified ArtifactsSource Checked & Attributed

Verified Proof of Work Artifacts

2 items cataloged

Each artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Dr. Sheng Shen. Every entry undergoes editorial source verification.

#1
RESEARCH Checked Sep 22, 2026

Efficient Memory Management for Structured Generation in Large Language Models

Formulated algorithms for structured JSON and regex-constrained LLM generation that maintain jump-forward finite-state machines without re-allocating KV caches, accelerating structured extraction by 3x.

Model & Execution Context:Constrained grammar parsing, Outlines/XGrammar integration, LLaMA-2/3.
Scope & Limitations

Complex nested recursive schemas require state graph compilation before first token generation.

#2
IMPLEMENTATION Checked Sep 22, 2026

HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face

Developed HuggingGPT (JARVIS), a pioneering multi-agent framework that uses an LLM controller to parse user intent, plan task dependency graphs, dispatch subtasks to Hugging Face expert models, and synthesize results.

Model & Execution Context:Multimodal coordination across vision, audio, text, and generative models.
Scope & Limitations

Multi-hop tool routing introduces latency cascades if intermediate domain models fail or return incompatible schemas.