← Search

Qingyun Wu

21 accepted papers

2026

ExCyTIn-Bench: Evaluating LLM agents on Cyber Threat Investigation

ICML 2026poster

We present \textbf{ExCyTIn-Bench}, the first benchmark to \textbf{E}valuate an LLM agent \textbf{X} on the task of \textbf{Cy}ber \textbf{T}hreat \textbf{In}vestigation through security questions derived from investigation graphs. Real‑world security analysts must sift through a large number of hete…

Cited by 0SourceScholar
2026

Nemotron-Research-Tool-N1: Exploring Tool-Using Language Models with Reinforced Reasoning

ICLR 2026poster

Enabling large language models with external tools has become a pivotal strategy for extending their functionality beyond text space. To enhance LLMs' tool-calling abilities, previous approaches primarily rely on supervised fine-tuning (SFT) with trajectories distilled from stronger models, often re…

Cited by 0SourcecodeScholar
2026

Position: Digital Agents Require Unified Agent-Native Environments

ICML 2026poster

Large language models (LLMs) are increasingly deployed as digital agents that perform multi-step digital work on a computer, but the environments in which they operate remain fragmented and task-specific. Our position is that digital agents need Agent-Native Computer: interfaces that expose system c…

Cited by 0SourceScholar
2025

Absolute Zero: Reinforced Self-play Reasoning with Zero Data

NeurIPS 2025spotlight

Reinforcement learning with verifiable rewards (RLVR) has shown promise in enhancing the reasoning capabilities of large language models by learning directly from rule-based outcome rewards. Recent RLVR works that operate under the zero setting avoid supervision in labeling the reasoning process, bu…

Cited by 0SourceScholar
2025

BEST-Route: Adaptive LLM Routing with Test-Time Optimal Compute

ICML 2025poster

Large language models (LLMs) are powerful tools but are often expensive to deploy at scale. LLM query routing mitigates this by dynamically assigning queries to models of varying cost and quality to obtain a desired tradeoff. Prior query routing approaches generate only one response from the select…

Cited by 0SourcePDFScholar
2025

Divide, Optimize, Merge: Scalable Fine-Grained Generative Optimization for LLM Agents

EMNLP 2025

LLM-based optimization has shown remarkable potential in improving agentic systems. However, the conventional approach of prompting LLM-based generative optimizer with the trajectories on the whole training dataset in a single pass becomes untenable as datasets grow, leading to context window overfl

Cited by 0SourcePDFScholar
2025

SimpleDoc: Multi‐Modal Document Understanding with Dual‐Cue Page Retrieval and Iterative Refinement

EMNLP 2025

Document Visual Question Answering (DocVQA) is a practical yet challenging task, which is to ask questions based on documents while referring to multiple pages and different modalities of information, e.g., images and tables. To handle multi-modality, recent methods follow a similar Retrieval Augmen

2025

Which Agent Causes Task Failures and When? On Automated Failure Attribution of LLM Multi-Agent Systems

ICML 2025spotlight

Failure attribution in LLM multi-agent systems—identifying the agent and step responsible for task failures—provides crucial clues for systems debugging but remains underexplored and labor-intensive. In this paper, we propose and formulate a new research area: automated failure attribution for LLM…

2024

Adversarial Attacks on Combinatorial Multi-Armed Bandits

ICML 2024poster

We study reward poisoning attacks on Combinatorial Multi-armed Bandits (CMAB). We first provide a sufficient and necessary condition for the attackability of CMAB, a notion to capture the vulnerability and robustness of CMAB. The attackability condition depends on the intrinsic properties of the cor…

2024

Assessing and Verifying Task Utility in LLM-Powered Applications

EMNLP 2024main

The rapid development of Large Language Models (LLMs) has led to a surge in applications that facilitate collaboration among multiple agents, assisting humans in their daily tasks. However, a significant gap remains in assessing to what extent LLM-powered applications genuinely enhance user experien…

2024

IDEAL: Influence-Driven Selective Annotations Empower In-Context Learners in Large Language Models

ICLR 2024poster

In-context learning is a promising paradigm that utilizes in-context examples as prompts for the predictions of large language models. These prompts are crucial for achieving strong performance. However, since the prompts need to be sampled from a large volume of annotated examples, finding the righ…

Cited by 28SourcePDFScholar
2024

Offline Training of Language Model Agents with Functions as Learnable Weights

ICML 2024poster

Researchers and practitioners have recently reframed powerful Large Language Models (LLMs) as *agents*, enabling them to automate complex tasks largely via the use of specialized functions. To facilitate the development of LLM agents, we present a novel paradigm of training LLM agents without modify…

Cited by 16SourcePDFScholar
2024

Refined Coreset Selection: Towards Minimal Coreset Size under Model Performance Constraints

ICML 2024spotlight

Coreset selection is powerful in reducing computational costs and accelerating data processing for deep learning algorithms. It strives to identify a small subset from large-scale data, so that training only on the subset practically performs on par with full data. Practitioners regularly desire to…

2023

Targeted Hyperparameter Optimization with Lexicographic Preferences Over Multiple Objectives

ICLR 2023top-5%

Motivated by various practical applications, we propose a novel and general formulation of targeted multi-objective hyperparameter optimization. Our formulation allows a clear specification of an automatable optimization goal using lexicographic preference over multiple objectives. We then propose a…

Cited by 33SourcePDFScholar
2023

Unified Off-Policy Learning to Rank: a Reinforcement Learning Perspective

NeurIPS 2023poster

Off-policy Learning to Rank (LTR) aims to optimize a ranker from data collected by a deployed logging policy. However, existing off-policy learning to rank methods often make strong assumptions about how users generate the click data, i.e., the click model, and hence need to tailor their methods spe…