← Search

Lun Wang

15 accepted papers

2026

DevOps-Gym: Benchmarking AI Agents in Software DevOps Cycle

ICLR 2026poster

Even though demonstrating extraordinary capabilities in code generation and software issue resolving, AI agents' capabilities in the full software DevOps cycle are still unknown. Different from pure code generation, handling the DevOps cycle in real-world software, including developing, deploying, a…

Cited by 0SourcecodeScholar
2026

Fantastic Reasoning Behaviors and Where to Find Them: Unsupervised Discovery of the Reasoning Process

ICML 2026poster

Despite the growing reasoning capabilities of recent large language models (LLMs), their internal mechanisms during the reasoning process remain underexplored. Prior approaches often rely on human-defined concepts (e.g., overthinking, reflection) at the word level to analyze reasoning in a supervise…

Cited by 0SourceScholar
2026

OpenSage: Self-programming Agent Generation Engine

ICML 2026poster

Agent development kits (ADKs) provide effective platforms and tooling for constructing agents, and their designs are critical to the constructed agents' performance, especially the functionality for agent topology, tools, and memory. However, current ADKs either lack sufficient functional support or…

Cited by 0SourceScholar
2026

RareAgents: Autonomous Multi-disciplinary Team for Rare Disease Diagnosis and Treatment

AAAI 2026technical

Rare diseases, despite their low individual incidence, collectively impact around 300 million people worldwide due to the vast number of diseases. The involvement of multiple organs and systems, and the shortage of specialized doctors with relevant experience, make diagnosing and treating rare disea

Cited by 0SourcePDFScholar
2024

AudioMarkBench: Benchmarking Robustness of Audio Watermarking

NeurIPS 2024poster

The increasing realism of synthetic speech, driven by advancements in text-to-speech models, raises ethical concerns regarding impersonation and disinformation. Audio watermarking offers a promising solution via embedding human-imperceptible watermarks into AI-generated audios. However, the robustne…

2023

Byzantine-Robust Federated Learning with Optimal Statistical Rates

AISTATS 2023poster

We propose Byzantine-robust federated learning protocols with nearly optimal statistical rates based on recent progress in high dimensional robust statistics. In contrast to prior work, our proposed protocols improve the dimension dependence and achieve a near-optimal statistical rate for strongly c…

Cited by 35SourcePDFScholar
2023

Why Is Public Pretraining Necessary for Private Model Training?

ICML 2023poster

In the privacy-utility tradeoff of a model trained on benchmark language and vision tasks, remarkable improvements have been widely reported when the model is pretrained on public data. Some gain is expected as these models inherit the benefits of transfer learning, which is the standard motivation…

Cited by 51SourcePDFScholar
2022

Differentially Private Fractional Frequency Moments Estimation with Polylogarithmic Space

ICLR 2022poster

We prove that $\mathbb{F}_p$ sketch, a well-celebrated streaming algorithm for frequency moments estimation, is differentially private as is when $p\in(0, 1]$. $\mathbb{F}_p$ sketch uses only polylogarithmic space, exponentially better than existing DP baselines and only worse than the optimal non-p…

Cited by 15SourcePDFScholar
2021

BACKDOORL: Backdoor Attack against Competitive Reinforcement Learning

IJCAI 2021poster

Recent research has confirmed the feasibility of backdoor attacks in deep reinforcement learning (RL) systems. However, the existing attacks require the ability to arbitrarily modify an agent's observation, constraining the application scope to simple RL systems such as Atari games. In this paper, w…