← Search

Haozhu Wang

8 accepted papers

2026

Collaborative LLM Numerical Reasoning with Local Data Protection

AAAI 2026technical

Numerical reasoning over documents, which demands both contextual understanding and logical inference, is challenging for low-capacity local models deployed on computation-constrained devices. Although such complex reasoning queries could be routed to powerful remote models like GPT-4, exposing loca

Cited by 0SourcePDFScholar
2026

Preference Optimization via Contrastive Divergence: Your Policy Is Secretly an NLL Estimator

AAAI 2026technical

Existing studies on preference optimization (PO) have been focused on constructing pairwise preference data following simple heuristics, such as maximizing the margin between chosen and rejected responses based on human (or AI) ratings. In this work, we develop a novel PO framework that provides th

Cited by 0SourcePDFScholar
2026

RESTRAIN: From Spurious Votes to Signals — Self-Training RL with Self-Penalization

ICLR 2026poster

Reinforcement learning with human-annotated data has boosted chain-of-thought reasoning in large reasoning models, but these gains come at high costs in labeled data while faltering on harder tasks. A natural next step is experience-driven learning, where models improve without curated labels by ada…

Cited by 0SourceScholar
2026

The Alignment Waltz: Jointly Training Agents to Collaborate for Safety

ICLR 2026poster

Harnessing the power of LLMs requires a delicate dance between being helpful and harmless, leading to two critical challenges: vulnerability to adversarial attacks that elicit unsafe content, and a tendency for overrefusal on benign but sensitive prompts. Current approaches often navigate this dance…

Cited by 0SourceScholar
2025

A Systematic Survey of Automatic Prompt Optimization Techniques

EMNLP 2025

Since the advent of large language models (LLMs), prompt engineering has been a crucial step for eliciting desired responses for various Natural Language Processing (NLP) tasks. However, prompt engineering remains an impediment for end users due to rapid advances in models, tasks, and associated bes

Cited by 0SourcePDFScholar
2024

Graph Neural Prompting with Large Language Models

AAAI 2024technical

Large language models (LLMs) have shown remarkable generalization capability with exceptional performance in various language modeling tasks. However, they still exhibit inherent limitations in precisely capturing and returning grounded knowledge. While existing work has explored utilizing knowledge…

2024

LaRS: Latent Reasoning Skills for Chain-of-Thought Reasoning

EMNLP 2024finding

Chain-of-thought (CoT) prompting is a popular in-context learning (ICL) approach for large language models (LLMs), especially when tackling complex reasoning tasks. Traditional ICL approaches construct prompts using examples that contain questions similar to the input question. However, CoT promptin…

2018

LEARNING TO SHARE: SIMULTANEOUS PARAMETER TYING AND SPARSIFICATION IN DEEP LEARNING

ICLR 2018poster

Deep neural networks (DNNs) usually contain millions, maybe billions, of parameters/weights, making both storage and computation very expensive. This has motivated a large body of work to reduce the complexity of the neural network by using sparsity-inducing regularizers. Another well-known approac…