← Search

Chenyi Zhuang

9 accepted papers

2026

Don't Just Fine-tune the Agent, Tune the Environment

ICLR 2026poster

Large Language Model (LLM) agents show great promise for complex multi-turn tool-use tasks, but their development is often hampered by the extreme scarcity of high-quality training data. Supervised fine-tuning (SFT) on synthetic data leads to overfitting, whereas standard reinforcement learning (RL)…

Cited by 0SourcecodeScholar
2026

MiniAppBench: Evaluating the Shift from Text to Interactive HTML Responses in LLM-Powered Assistants

ICML 2026spotlight

With the rapid advancement of Large Language Models (LLMs) in code generation, human-AI interaction is evolving from static text responses to dynamic, interactive HTML-based applications, which we term **MiniApps**. These applications require models to not only render visual interfaces but also cons…

Cited by 0SourceScholar
2026

RAG-R1:Incentivizing the Search and Reasoning Capabilities of LLMs Through Multi-Query Parallelism

AAAI 2026technical

Large Language Models (LLMs), despite their remarkable capabilities, are prone to generating hallucinated or outdated content due to their static internal knowledge. While Retrieval-Augmented Generation (RAG) integrated with Reinforcement Learning (RL) offers a solution, these methods are fundament

Cited by 0SourcePDFScholar
2025

CSR:Achieving 1 Bit Key-Value Cache via Sparse Representation

AAAI 2025technical

The emergence of long-context text applications utilizing large language models (LLMs) has presented significant scalability challenges, particularly in memory footprint. The linear growth of the Key-Value (KV) cache, which stores attention keys and values to reduce redundant computations, can signi…

Cited by 1SourcePDFScholar
2024

CDFormer: When Degradation Prediction Embraces Diffusion Model for Blind Image Super-Resolution

CVPR 2024poster

Existing Blind image Super-Resolution (BSR) methods focus on estimating either kernel or degradation information but have long overlooked the essential content details. In this paper we propose a novel BSR approach Content-aware Degradation-driven Transformer (CDFormer) to capture both degradation a…

2024

CharPoet: A Chinese Classical Poetry Generation System Based on Token-free LLM

ACL 2024system demonstrations

Automatic Chinese classical poetry generation has attracted much research interest, but achieving effective control over format and content simultaneously remains challenging. Traditional systems usually accept keywords as user inputs, resulting in limited control over content. Large language models…

Cited by 6SourcePDFScholar
2024

Magnet: We Never Know How Text-to-Image Diffusion Models Work, Until We Learn How Vision-Language Models Function

NeurIPS 2024poster

Text-to-image diffusion models particularly Stable Diffusion, have revolutionized the field of computer vision. However, the synthesis quality often deteriorates when asked to generate images that faithfully represent complex prompts involving multiple attributes and objects. While previous studies…

2024

MoDE: A Mixture-of-Experts Model with Mutual Distillation among the Experts

AAAI 2024technical

The application of mixture-of-experts (MoE) is gaining popularity due to its ability to improve model's performance. In an MoE structure, the gate layer plays a significant role in distinguishing and routing input features to different experts. This enables each expert to specialize in processing t…

2023

GreenFlow: A Computation Allocation Framework for Building Environmentally Sound Recommendation System

IJCAI 2023poster

Given the enormous number of users and items, industrial cascade recommendation systems (RS) are continuously expanded in size and complexity to deliver relevant items, such as news, services, and commodities, to the appropriate users. In a real-world scenario with hundreds of thousands requests per…