1. Dgrammar: Efficient Constrained Decoding for Diffusion Language Models  Venue: Anonymous ACL Submission Role: Author Stack: Diffusion LLMs (LLaDA-8B-Instruct), LLGuidance, PyTorch Dates: Feb. 2026 - May. 2026 Description: - Introduced Dgrammar, a grammar-constrained decoder for Diffusion Language Models (DLMs) that preserves block-parallel multi-token unmasking — unlike prior methods that fall back to single-token decoding on every grammar violation.
- Combines frontier masking, Viterbi-based joint span repair, selective remasking via logit truncation, and grammar-guided autoregressive tail completion to enforce formal grammar constraints in-place under the same forward-pass logits.
- Reaches 95.3% schema validity on JSONSchemaBench (+18% over the previous state of the art) with 3× faster inference.
- Cuts decoding latency 5.8× (mean) and 9.4× (p95) through async mask–GPU overlapping, AIMD multi-token unmasking, and zero-forward selective remasking on grammar violations, eliminating all 120 s timeouts.
|
Venue: MLSys 2026 (FlashInfer AI Kernel Generation Contest) Authors: Jeng-Yue Liu, Wilson Zheng, Haoling Pu — Carnegie Mellon University Dates: Feb. 2026 - May. 2026 Description: - Designed and optimized GPU kernels for both stages of the DeepSeek Sparse Attention (DSA) pipeline targeting 128K-token long-context LLM inference.
- Stage 1 (Top-K Indexer): Triton-based indexer with FP8 dequantization, cuBLAS scoring, and a two-tier CUDA graph caching scheme for near-zero repeated-call overhead.
- Stage 2 (Sparse Attention Kernel): CUDA kernel using WMMA m16n16k16 tensor cores,
cp.async double-buffered KV gathering, and a split-K parallelization strategy that lifts SM utilization from ~5% to ~173% at small batch sizes. - Achieves 22–50× speedup over the PyTorch reference on NVIDIA B200, with kernel latency flat at 53–61 µs across all 23 benchmark workloads and abs_err = 1.56 × 10⁻², well below the contest tolerance.
|
3. Hypoll: Interactive Storytelling Social Platform Stack: React, Expo, iOS, FastAPI, Qdrant, Docker, Google Cloud Platform Dates: Oct. 2025 - Apr. 2026 Description: - Launched an AI-powered social platform for real-time voice streaming with low-latency conversational AI — on-device ASR, semantic endpointing, live chat feedback, TTS, image generation, and conversation-grounded poll suggestions.
- Built semantic search infrastructure on the Qdrant vector database with OpenAI embeddings for content discovery and recommendation.
- Deployed on GCP Cloud Run with a multi-layer Docker CI/CD pipeline.
|
Dates: Jan. 2024 - Dec. 2024 Description: - [Final report] Collaborated with a team of 6 and California State University, Bakersfield to develop a GraphRAG-based news analysis tool, enabling efficient insight extraction from large datasets and reducing manual effort in social science research.
- Improved glossary adherence and cut token cost by 49%, reaching >70% expert-validated alignment, by fine-tuning GPT-4o-mini with a glossary-first QA pipeline that retrieved glossary chunks and constrained answers to glossary definitions.
- Eliminated 97% of manual analysis effort by engineering GraphRAG indexing and an LLM-powered full-stack app that extracted entities, distilled cross-article insights, and surfaced shifts in public attitudes through temporal entity-frequency analysis.
|
Dates: Jul. 2024 - Oct. 2024 Description: - This project introduces a novel audio-query-based source separation approach, leveraging the Band-Split Mamba model and advanced latent diffusion techniques to overcome the limitations of traditional source separation methods.
|
Dates: Jul. 2024 - Nov. 2024 Description: - Advanced to the contest semifinals by building a digital transaction platform for agricultural goods in 2 months using TypeScript (React), Node.js, and MongoDB, deployed via Render and Vercel.
- Developed a Selenium web crawler for real-time vegetable prices to optimize fertilizer ratios for carbon reduction.
|
Dates: Sep. 2022 - Dec. 2022 Description: - This project presents a simplified traffic flow simulation focused on the Taipei Dome Area. Using the NetLogo environment, this model aims to simulate and analyze traffic dynamics under various scenarios.
|