← Search

Haifeng Qian

11 accepted papers

2025

Approximately Aligned Decoding

NeurIPS 2025poster

It is common to reject undesired outputs of Large Language Models (LLMs); however, current methods to do so require an excessive amount of computation to re-sample after a rejection, or distort the distribution of outputs by constraining the output to highly improbable tokens. We present a method, A…

Cited by 0SourceScholar
2025

LibEvolutionEval: A Benchmark and Study for Version-Specific Code Generation

NAACL 2025long

Recent advancements in code completion models have primarily focused on local file contexts. However, these studies do not fully capture the complexity of real-world software development, which often requires the use of rapidly-evolving public libraries. To address this gap, we introduce LibEvolutio…

Cited by 1SourcePDFScholar
2024

BASS: Batched Attention-optimized Speculative Sampling

ACL 2024findings

Speculative decoding has emerged as a powerful method to improve latency and throughput in hosting large language models. However, most existing implementations focus on generating a single sequence. Real-world generative AI applications often require multiple responses and how to perform speculativ…

2024

Bifurcated Attention for Single-Context Large-Batch Sampling

ICML 2024poster

In our study, we present bifurcated attention, a method developed for language model inference in single-context batch sampling contexts. This approach aims to reduce redundant memory IO costs, a significant factor in latency for high batch sizes and long context lengths. Bifurcated attention achiev…

Cited by 1SourcePDFScholar
2024

CodeFort: Robust Training for Code Generation Models

EMNLP 2024finding

Code generation models are not robust to small perturbations, which often lead to incorrect generations and significantly degrade the performance of these models. Although improving the robustness of code generation models is crucial to enhancing user experience in real-world applications, existing…

Cited by 1SourcePDFScholar
2023

Approximate Inference in Logical Credal Networks

IJCAI 2023poster

The Logical Credal Network or LCN is a recent probabilistic logic designed for effective aggregation and reasoning over multiple sources of imprecise knowledge. An LCN specifies a set of probability distributions over all interpretations of a set of logical formulas for which marginal and conditiona…

Cited by 3SourcePDFScholar
2023

Multi-lingual Evaluation of Code Generation Models

ICLR 2023top-25%

We present two new benchmarks, MBXP and Multilingual HumanEval, designed to evaluate code completion models in over 10 programming languages. These datasets are generated using a conversion framework that transpiles prompts and test cases from the original MBPP and HumanEval datasets into the corres…

2023

ReCode: Robustness Evaluation of Code Generation Models

ACL 2023long

Code generation models have achieved impressive performance. However, they tend to be brittle as slight edits to a prompt could lead to very different generations; these robustness properties, critical for user experience when deployed in real-life applications, are not well understood. Most existin…

2022

Logical Credal Networks

NeurIPS 2022accept

We introduce Logical Credal Networks (or LCNs for short) -- an expressive probabilistic logic that generalizes prior formalisms that combine logic and probability. Given imprecise information represented by probability bounds and conditional probability bounds on logic formulas, an LCN specifies a s…

Cited by 6SourcePDFScholar
2020

Neural Belief Reasoner

IJCAI 2020poster

This paper proposes a new generative model called neural belief reasoner (NBR). It differs from previous models in that it specifies a belief function rather than a probability distribution. Its implementation consists of neural networks, fuzzy-set operations and belief-function operations, and quer…

Cited by 0SourcePDFScholar