← Search

Haoze Wu

16 accepted papers

2026

Mirage or Method? How Model–Task Alignment Induces Divergent RL Conclusions

ICLR 2026poster

Recent advances in applying reinforcement learning (RL) to large language models (LLMs) have led to substantial progress. In particular, a series of remarkable yet often counterintuitive phenomena have been reported in LLMs, exhibiting patterns not typically observed in traditional RL settings. For…

Cited by 0SourcecodeScholar
2026

Not All Invariants Are Equal: Curating Training Data to Accelerate Program Verification with SLMs

ICML 2026poster

The synthesis of inductive loop invariants is a critical bottleneck in automated program verification. While Large Language Models (LLMs) show promise in mitigating this issue, they often fail on hard instances, generating invariants that are invalid or computationally ineffective. While fine-tuning…

Cited by 0SourceScholar
2026

Parameterized Abstract Interpretation for Transformer Verification

AAAI 2026technical

Transformers based on the self-attention mechanism have become foundational models across a wide range of domains, thereby creating an urgent need for effective formal verification techniques to better understand their behavior and ensure safety guarantees. In this paper, we propose two parameterize

Cited by 0SourcePDFScholar
2026

SpotIt: Evaluating Text-to-SQL Evaluation with Formal Verification

ICLR 2026poster

Community-driven Text-to-SQL evaluation platforms play a pivotal role in tracking the state of the art of Text-to-SQL performance. The reliability of the evaluation process is critical for driving progress in the field. Current evaluation methods are largely test-based, which involves comparing the…

Cited by 0SourceScholar
2026

The Tool Decathlon: Benchmarking Language Agents for Diverse, Realistic, and Long-Horizon Task Execution

ICLR 2026poster

Real-world language agents must handle complex, multi-step workflows across diverse applications. For instance, an agent may manage emails by coordinating with calendars and file systems, or monitor a production database like BigQuery to detect anomalies and generate reports following a standard ope…

Cited by 0SourcecodeScholar
2024

Lemur: Integrating Large Language Models in Automated Program Verification

ICLR 2024poster

The demonstrated code-understanding capability of LLMs raises the question of whether they can be used for automated program verification, a task that demands high-level abstract reasoning about program properties that is challenging for verification tools. We propose a general methodology to combin…

2024

Towards Efficient Verification of Quantized Neural Networks

AAAI 2024technical

Quantization replaces floating point arithmetic with integer arithmetic in deep neural network models, providing more efficient on-device inference with less power and memory. In this work, we propose a framework for formally verifying the properties of quantized neural networks. Our baseline techni…

2023

Convex Bounds on the Softmax Function with Applications to Robustness Verification

AISTATS 2023poster

The softmax function is a ubiquitous component at the output of neural networks and increasingly in intermediate layers as well. This paper provides convex lower bounds and concave upper bounds on the softmax function, which are compatible with convex optimization formulations for characterizing neu…

2020

Multi-Scale Spatial-Temporal Integration Convolutional Tube for Human Action Recognition

IJCAI 2020poster

Applying multi-scale representations leads to consistent performance improvements on a wide range of image recognition tasks. However, with the addition of the temporal dimension in video domain, directly obtaining layer-wise multi-scale spatial-temporal features will add a lot extra computational c…

Cited by 0SourcePDFScholar
2019

G2SAT: Learning to Generate SAT Formulas

NeurIPS 2019poster

The Boolean Satisfiability (SAT) problem is the canonical NP-complete problem and is fundamental to computer science, with a wide array of applications in planning, verification, and theorem proving. Developing and evaluating practical SAT solvers relies on extensive empirical testing on a set of re…

Cited by 54SourcePDFScholar