← Search

Shirley Wu

11 accepted papers

2026

Anchoring Self-Play for Code Repair

ICML 2026poster

Code repair is an important capability for language models (LMs): given a buggy program and unit tests, an LM must produce a fixed program that passes the tests. We aim to scale supervision for code repair by having an LM generate bug--fix tasks with unconstrained edits, using unit tests as the only…

Cited by 0SourceScholar
2026

HumanLM: Simulating Users with State Alignment Beats Response Imitation

ICML 2026poster

Large Language Models (LLMs) are increasingly used to simulate how specific users respond to any context, enabling more user-centric applications that rely on user feedback. However, existing user simulators mostly imitate surface-level patterns and language styles, which fails to reflect the underl…

Cited by 0SourceScholar
2026

Optimas: Optimizing Compound AI Systems with Globally Aligned Local Rewards

ICLR 2026poster

Compound AI systems integrating multiple components, such as Large Language Models, specialized tools, and traditional machine learning models, are increasingly deployed to solve complex real-world tasks. However, optimizing compound systems remains challenging due to their non-differentiable struct…

Cited by 0SourceScholar
2026

PRISM-Physics: Causal DAG-Based Process Evaluation for Physics Reasoning

ICLR 2026poster

Benchmarks for competition-style reasoning have advanced evaluation in mathematics and programming, yet physics remains comparatively underexplored. Most existing physics benchmarks evaluate only final answers, which fail to capture reasoning processes, while recent stepwise methods rely on heuristi…

Cited by 0SourceScholar
2025

CollabLLM: From Passive Responders to Active Collaborators

ICML 2025oral

Large Language Models are typically trained with next-turn rewards, limiting their ability to optimize for long-term interaction. As a result, they often respond passively to ambiguous or open-ended user requests, failing to help users reach their ultimate intents and leading to inefficient conversa…

Cited by 1SourcePDFScholar
2025

SiriuS: Self-improving Multi-agent Systems via Bootstrapped Reasoning

NeurIPS 2025poster

Multi-agent AI systems powered by large language models (LLMs) are increasingly applied to solve complex tasks. However, these systems often rely on fragile, manually designed prompts and heuristics, making optimization difficult. A key challenge in optimizing multi-agent systems is acquiring suitab…

Cited by 0SourcecodeScholar
2024

AvaTaR: Optimizing LLM Agents for Tool Usage via Contrastive Reasoning

NeurIPS 2024poster

Large language model (LLM) agents have demonstrated impressive capabilities in utilizing external tools and knowledge to boost accuracy and reduce hallucinations. However, developing prompting techniques that enable LLM agents to effectively use these tools and knowledge remains a heuristic and labo…

2024

GraphMETRO: Mitigating Complex Graph Distribution Shifts via Mixture of Aligned Experts

NeurIPS 2024poster

Graph data are inherently complex and heterogeneous, leading to a high natural diversity of distributional shifts. However, it remains unclear how to build machine learning architectures that generalize to the complex distributional shifts naturally occurring in the real world. Here, we develop Grap…

2024

STaRK: Benchmarking LLM Retrieval on Textual and Relational Knowledge Bases

NeurIPS 2024poster

Answering real-world complex queries, such as complex product search, often requires accurate retrieval from semi-structured knowledge bases that involve blend of unstructured (e.g., textual descriptions of products) and structured (e.g., entity relations of products) information. However, many prev…

2023

D4Explainer: In-distribution Explanations of Graph Neural Network via Discrete Denoising Diffusion

NeurIPS 2023poster

The widespread deployment of Graph Neural Networks (GNNs) sparks significant interest in their explainability, which plays a vital role in model auditing and ensuring trustworthy graph learning. The objective of GNN explainability is to discern the underlying graph structures that have the most sign…

2023

Discover and Cure: Concept-aware Mitigation of Spurious Correlation

ICML 2023poster

Deep neural networks often rely on spurious correlations to make predictions, which hinders generalization beyond training environments. For instance, models that associate cats with bed backgrounds can fail to predict the existence of cats in other environments without beds. Mitigating spurious cor…