← Search

Zhengmian Hu

21 accepted papers

2025

Cautious Next Token Prediction

ACL 2025finding

Next token prediction paradigm has been prevailing for autoregressive models in the era of LLMs. The current default sampling choice for popular LLMs is temperature scaling together with nucleus sampling to balance diversity and coherence. Nevertheless, such approach leads to inferior performance in…

2025

From Selection to Generation: A Survey of LLM-based Active Learning

ACL 2025long

Active Learning (AL) has been a powerful paradigm for improving model efficiency and performance by selecting the most informative data points for labeling and training. In recent active learning frameworks, Large Language Models (LLMs) have been employed not only for selection but also for generati…

Cited by 0SourcePDFScholar
2025

Towards Optimal Multi-draft Speculative Decoding

ICLR 2025poster

Large Language Models (LLMs) have become an indispensable part of natural language processing tasks. However, autoregressive sampling has become an efficiency bottleneck. Multi-Draft Speculative Decoding (MDSD) is a recent approach where, when generating each token, a small draft model generates mul…

Cited by 2SourcePDFScholar
2024

A Bayesian Approach to Harnessing the Power of LLMs in Authorship Attribution

EMNLP 2024main

Authorship attribution aims to identify the origin or author of a document. Traditional approaches have heavily relied on manual features and fail to capture long-range correlations, limiting their effectiveness. Recent advancements leverage text embeddings from pre-trained language models, which re…

Cited by 0SourcePDFScholar
2024

A Resilient and Accessible Distribution-Preserving Watermark for Large Language Models

ICML 2024poster

Watermarking techniques offer a promising way to identify machine-generated content via embedding covert information into the contents generated from language models. A challenge in the domain lies in preserving the distribution of original generated content after watermarking. Our research extends…

2024

Inevitable Trade-off between Watermark Strength and Speculative Sampling Efficiency for Language Models

NeurIPS 2024poster

Large language models are probabilistic models, and the process of generating content is essentially sampling from the output distribution of the language model. Existing watermarking techniques inject watermarks into the generated content without altering the output quality. On the other hand, exis…

Cited by 1SourcePDFScholar
2024

Unbiased Watermark for Large Language Models

ICLR 2024spotlight

The recent advancements in large language models (LLMs) have sparked a growing apprehension regarding the potential misuse. One approach to mitigating this risk is to incorporate watermarking techniques into LLMs, allowing for the tracking and attribution of model outputs. This study examines a cruc…

Cited by 129SourcePDFScholar
2023

AdaGDA: Faster Adaptive Gradient Descent Ascent Methods for Minimax Optimization

AISTATS 2023poster

In the paper, we propose a class of faster adaptive Gradient Descent Ascent (GDA) methods for solving the nonconvex-strongly-concave minimax problems by using the unified adaptive matrices, which include almost all existing coordinate-wise and global adaptive learning rates. In particular, we provid…

Cited by 22SourcePDFScholar
2023

Federated Conditional Stochastic Optimization

NeurIPS 2023poster

Conditional stochastic optimization has found applications in a wide range of machine learning tasks, such as invariant learning, AUPRC maximization, and meta-learning. As the demand for training models with large-scale distributed data grows in these applications, there is an increasing need for co…

Cited by 12SourcePDFScholar
2023

Solving a Class of Non-Convex Minimax Optimization in Federated Learning

NeurIPS 2023poster

The minimax problems arise throughout machine learning applications, ranging from adversarial training and policy evaluation in reinforcement learning to AUROC maximization. To address the large-scale distributed data challenges across multiple clients with communication-efficient distributed traini…

2021

Fast and Scalable Adversarial Training of Kernel SVM via Doubly Stochastic Gradients

AAAI 2021technical

Adversarial attacks by generating examples which are almost indistinguishable from natural examples, pose a serious threat to learning models. Defending against adversarial attacks is a critical element for a reliable learning system. Support vector machine (SVM) is a classical yet still important l…