← Search

Kaijie Zhu

13 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

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
2025

Co-PatcheR: Collaborative Software Patching with Component-specific Small Reasoning Models

NeurIPS 2025poster

Motivated by the success of general‑purpose large language models (LLMs) in software patching, recent works started to train specialized patching models. Most works trained one model to handle the end‑to‑end patching pipeline (including issue localization, patch generation, and patch validation). Ho…

Cited by 0SourceScholar
2025

Disentangling Logic: The Role of Context in Large Language Model Reasoning Capabilities

ACL 2025finding

This study intends to systematically disentangle pure logic reasoning and text understanding by investigating the contrast across abstract and contextualized logical problems from a comprehensive set of domains. We explore whether LLMs demonstrate genuine reasoning capabilities across various domain…

2025

MELON: Provable Defense Against Indirect Prompt Injection Attacks in AI Agents

ICML 2025poster

Recent research has explored that LLM agents are vulnerable to indirect prompt injection (IPI) attacks, where malicious tasks embedded in tool-retrieved information can redirect the agent to take unauthorized actions. Existing defenses against IPI have significant limitations: either require essenti…

2025

Personalized Safety in LLMs: A Benchmark and A Planning-Based Agent Approach

NeurIPS 2025poster

Large language models (LLMs) typically generate identical or similar responses for all users given the same prompt, posing serious safety risks in high-stakes applications where user vulnerabilities differ widely. Existing safety evaluations primarily rely on context-independent metrics—such as fact…

Cited by 0SourcecodeScholar
2024

AgentReview: Exploring Peer Review Dynamics with LLM Agents

EMNLP 2024main

Peer review is fundamental to the integrity and advancement of scientific publication. Traditional methods of peer review analyses often rely on exploration and statistics of existing peer review data, which do not adequately address the multivariate nature of the process, account for the latent var…

2024

CompeteAI: Understanding the Competition Dynamics of Large Language Model-based Agents

ICML 2024oral

Large language models (LLMs) have been widely used as agents to complete different tasks, such as personal assistance or event planning. Although most of the work has focused on cooperation and collaboration between agents, little work explores *competition*, another important mechanism that promote…

2024

DyVal: Dynamic Evaluation of Large Language Models for Reasoning Tasks

ICLR 2024spotlight

Large language models (LLMs) have achieved remarkable performance in various evaluation benchmarks. However, concerns are raised about potential data contamination in their considerable volume of training corpus. Moreover, the static nature and fixed complexity of current benchmarks may inadequately…

2024

Dynamic Evaluation of Large Language Models by Meta Probing Agents

ICML 2024poster

Evaluation of large language models (LLMs) has raised great concerns in the community due to the issue of data contamination. Existing work designed evaluation protocols using well-defined algorithms for specific tasks, which cannot be easily extended to diverse scenarios. Moreover, current evaluati…

2024

The Good, The Bad, and Why: Unveiling Emotions in Generative AI

ICML 2024poster

Emotion significantly impacts our daily behaviors and interactions. While recent generative AI models, such as large language models, have shown impressive performance in various tasks, it remains unclear whether they truly comprehend emotions and why. This paper aims to address this gap by incorpor…

Cited by 16SourcePDFScholar
2023

Improving Generalization of Adversarial Training via Robust Critical Fine-Tuning

ICCV 2023poster

Deep neural networks are susceptible to adversarial examples, posing a significant security risk in critical applications. Adversarial Training (AT) is a well-established technique to enhance adversarial robustness, but it often comes at the cost of decreased generalization ability. This paper propo…

Cited by 32PDFcodeScholar