← Search

Wenhan Wang

11 accepted papers

2026

How Powerful are LLMs in Generating Program Specifications?

ICML 2026poster

Formal verification provides strong guarantees of software correctness, but its adoption is limited by the high cost of writing precise formal specifications. While recent large language models (LLMs) have demonstrated impressive capabilities in theorem proving and verified code generation, how powe…

Cited by 0SourceScholar
2025

TESTEVAL: Benchmarking Large Language Models for Test Case Generation

NAACL 2025findings

For program languages, testing plays a crucial role in the software development cycle, enabling the detection of bugs, vulnerabilities, and other undesirable behaviors. To perform software testing, testers need to write code snippets that execute the program under test. Recently, researchers have re…

2024

BadEdit: Backdooring Large Language Models by Model Editing

ICLR 2024poster

Mainstream backdoor attack methods typically demand substantial tuning data for poisoning, limiting their practicality and potentially degrading the overall performance when applied to Large Language Models (LLMs). To address these issues, for the first time, we formulate backdoor injection as a lig…

2024

WaveNet: Tackling Non-stationary Graph Signals via Graph Spectral Wavelets

AAAI 2024technical

In the existing spectral GNNs, polynomial-based methods occupy the mainstream in designing a filter through the Laplacian matrix. However, polynomial combinations factored by the Laplacian matrix naturally have limitations in message passing (e.g., over-smoothing). Furthermore, most existing spectra…

2023

Brainnetformer: Decoding Brain Cognitive States with Spatial-Temporal Cross Attention

ICASSP 2023accepted

Learning about the cognitive state of the brain has always been a popular topic. Based on the fact that fluctuations of brain signals and functional connectome (FC) relate to specific human behaviors, deep learning based methods have shown promising results on the prediction of such behaviors by ana…

Cited by 0SourceScholar
2023

Reward Imputation with Sketching for Contextual Batched Bandits

NeurIPS 2023poster

Contextual batched bandit (CBB) is a setting where a batch of rewards is observed from the environment at the end of each episode, but the rewards of the non-executed actions are unobserved, resulting in partial-information feedback. Existing approaches for CBB often ignore the rewards of the non-ex…

Cited by 0SourcePDFScholar
2022

Spatio-Temporal Attention Graph Convolution Network for Functional Connectome Classification

ICASSP 2022accepted

Numerous evidence has demonstrated the pathophysiology of a number of mental disorders is intimately associated with abnormal changes of dysfunctional integration of brain network. Functional connectome (FC) exhibits a strong discriminative power for mental disorder identification. However, existing…

Cited by 0SourceScholar
2022

Temporal Cross-Graph Network for Brain Functional Activity Prediction

ICASSP 2022accepted

Prediction of brain functional activity is of great significance for neuroscience research. The brain functional activities at different regions are highly related, and their relationships can be captured with functional connectivity and structural connectivity. The existing works are challenging to…

Cited by 0SourceScholar
2021

Integrating Tree Path in Transformer for Code Representation

NeurIPS 2021poster

Learning distributed representation of source code requires modelling its syntax and semantics. Recent state-of-the-art models leverage highly structured source code representations, such as the syntax trees and paths therein. In this paper, we investigate two representative path encoding methods sh…

2018

Learning Intrinsic Sparse Structures within Long Short-Term Memory

ICLR 2018poster

Model compression is significant for the wide adoption of Recurrent Neural Networks (RNNs) in both user devices possessing limited resources and business clusters requiring quick responses to large-scale service requests. This work aims to learn structurally-sparse Long Short-Term Memory (LSTM) by r…

Cited by 161SourcePDFScholar
2018

Navigating with Graph Representations for Fast and Scalable Decoding of Neural Language Models

NeurIPS 2018poster

Neural language models (NLMs) have recently gained a renewed interest by achieving state-of-the-art performance across many natural language processing (NLP) tasks. However, NLMs are very computationally demanding largely due to the computational cost of the decoding process, which consists of a sof…