← Search

Zora Zhiruo Wang

9 accepted papers

2026

OpenAgentSafety: A Comprehensive Framework For Evaluating Real-World AI Agent Safety

ICLR 2026poster

Recent advances in AI agents capable of solving complex, everyday tasks-- from software engineering to customer service-- have enabled deployment in real-world settings, but their possibilities for unsafe behavior demands rigorous evaluation. While prior benchmarks have attempted to assess agent saf…

Cited by 0SourcecodeScholar
2025

AutoPresent: Designing Structured Visuals from Scratch

CVPR 2025poster

Designing structured visuals such as presentation slides is essential for communicative needs, necessitating both content creation and visual planning skills. In this work, we tackle the challenge of automated slide generation, where models produce slide presentations from natural language (NL) inst…

2025

Benchmarking Failures in Tool-Augmented Language Models

NAACL 2025long

The integration of tools has extended the capabilities of language models (LMs) beyond vanilla text generation to versatile scenarios. However, tool-augmented language models (TaLMs) often assume ‘perfect’ information access and tool availability, which may not hold in the real world. To systematica…

2025

CodeRAG-Bench: Can Retrieval Augment Code Generation?

NAACL 2025findings

While language models (LMs) excel at generating code, many programs are difficult to generate using only parametric knowledge. Despite the success of retrieval-augmented generation (RAG) in text-centric tasks, its potential for code generation remains under-explored. This work introduces CodeRAG-ben…

2025

CowPilot: A Framework for Autonomous and Human-Agent Collaborative Web Navigation

NAACL 2025system demonstrations

While much work on web agents emphasizes the promise of autonomously performing tasks on behalf of users, in reality, agents often fallshort on complex tasks in real-world contexts and modeling user preference. This presents an opportunity for humans to collaborate with the agent and leverage the ag…

2025

RAGGED: Towards Informed Design of Scalable and Stable RAG Systems

ICML 2025poster

Retrieval-augmented generation (RAG) enhances language models by integrating external knowledge, but its effectiveness is highly dependent on system configuration. Improper retrieval settings can degrade performance, making RAG less reliable than closed-book generation. In this work, we introduce RA…

Cited by 0SourcePDFScholar
2025

TheAgentCompany: Benchmarking LLM Agents on Consequential Real World Tasks

NeurIPS 2025poster

We interact with computers on an everyday basis, be it in everyday life or work, and many aspects of work can be done entirely with access to a computer and the Internet. At the same time, thanks to improvements in large language models (LLMs), there has also been a rapid development in AI agents th…

Cited by 0SourceScholar
2025

cAST: Enhancing Code Retrieval-Augmented Generation with Structural Chunking via Abstract Syntax Tree

EMNLP 2025

Retrieval-Augmented Generation (RAG) has become essential for large-scale code generation, grounding predictions in external code corpora to improve factuality. However, a critical yet underexplored aspect of RAG pipelines is chunking—the process of dividing documents into retrievable units. Existin