← Search

Pengyu Cheng

15 accepted papers

2026

AdaReason: Progressive Training of Multi-LoRA Adapters for Budget-Adaptive Language Reasoning Models

AAAI 2026technical

Large reasoning models (LRMs) have demonstrated remarkable capabilities in solving complex problems through extended chain-of-thought reasoning. However, existing approaches face a fundamental trade-off between computational efficiency and reasoning accuracy. Current methods either lack support for

Cited by 0SourcePDFScholar
2026

DesireKV: Decoupling Sensitivity and Importance for Reasoning-Aware KV Cache Compression

AAAI 2026technical

Large language models performing chain-of-thought (CoT) reasoning generate extensive intermediate sequences that consume substantial memory through key-value (KV) cache storage. Unlike conventional text generation, reasoning sequences exhibit unique characteristics, including repetitive logic patter

Cited by 0SourcePDFScholar
2026

Eliminating Inductive Bias in Reward Models with Information-Theoretic Guidance

ICLR 2026poster

Reward models (RMs) are crucial in reinforcement learning from human feedback (RLHF) to align large language models (LLMs) with human values. However, RM training data is commonly recognized as low-quality, always containing preference conflicts and inductive biases, such as response length or speak…

Cited by 0SourcecodeScholar
2026

Search Self-Play: Pushing the Frontier of Agent Capability without Supervision

ICLR 2026poster

Reinforcement learning with verifiable rewards (RLVR) has become the mainstream technique for training LLM agents. However, RLVR highly depends on well-crafted task queries and corresponding ground-truth answers to provide accurate rewards, which requires significant human effort and hinders the sca…

Cited by 0SourcecodeScholar
2025

Atoxia: Red-teaming Large Language Models with Target Toxic Answers

NAACL 2025findings

Despite the substantial advancements in artificial intelligence, large language models (LLMs) remain being challenged by generation safety. With adversarial jailbreaking prompts, one can effortlessly induce LLMs to output harmful content, causing unexpected negative social impacts. This vulnerabilit…

2024

Adversarial Preference Optimization: Enhancing Your Alignment via RM-LLM Game

ACL 2024findings

Human preference alignment is essential to improve the interaction quality of large language models (LLMs). Existing alignment methods depend on manually annotated preference data to guide the LLM optimization directions. However, continuously updating LLMs for alignment raises a distribution gap be…

2024

Chunk, Align, Select: A Simple Long-sequence Processing Method for Transformers

ACL 2024long

Although dominant in natural language processing, transformer-based models still struggle with long-sequence processing, due to the computational costs of their self-attention operations, which increase exponentially as the length of the input sequence grows. To address this challenge, we propose a…

2024

On Diversified Preferences of Large Language Model Alignment

EMNLP 2024finding

Aligning large language models (LLMs) with human preferences has been recognized as the key to improving LLMs’ interaction quality. However, in this pluralistic world, human preferences can be diversified due to annotators’ different tastes, which hinders the effectiveness of LLM alignment methods.…

2024

Self-playing Adversarial Language Game Enhances LLM Reasoning

NeurIPS 2024poster

We explore the potential of self-play training for large language models (LLMs) in a two-player adversarial language game called Adversarial Taboo. In this game, an attacker and a defender communicate around a target word only visible to the attacker. The attacker aims to induce the defender to spea…

2023

Estimating Total Correlation with Mutual Information Estimators

AISTATS 2023poster

Total correlation (TC) is a fundamental concept in information theory that measures statistical dependency among multiple random variables. Recently, TC has shown noticeable effectiveness as a regularizer in many learning tasks, where the correlation among multiple latent embeddings requires to be j…

2023

Toward Fairness in Text Generation via Mutual Information Minimization based on Importance Sampling

AISTATS 2023poster

Pretrained language models (PLMs), such as GPT- 2, have achieved remarkable empirical performance in text generation tasks. However, pre- trained on large-scale natural language corpora, the generated text from PLMs may exhibit social bias against disadvantaged demographic groups. To improve the fai…

2021

FairFil: Contrastive Neural Debiasing Method for Pretrained Text Encoders

ICLR 2021poster

Pretrained text encoders, such as BERT, have been applied increasingly in various natural language processing (NLP) tasks, and have recently demonstrated significant performance gains. However, recent studies have demonstrated the existence of social bias in these pretrained NLP models. Although pri…

Cited by 130SourcePDFScholar
2021

Improving Zero-Shot Voice Style Transfer via Disentangled Representation Learning

ICLR 2021poster

Voice style transfer, also called voice conversion, seeks to modify one speaker's voice to generate speech as if it came from another (target) speaker. Previous works have made progress on voice conversion with parallel training data and pre-known speakers. However, zero-shot voice style transfer, w…

Cited by 75SourcePDFScholar
2020

CLUB: A Contrastive Log-ratio Upper Bound of Mutual Information

ICML 2020poster

Mutual information (MI) minimization has gained considerable interests in various machine learning tasks. However, estimating and minimizing MI in high-dimensional spaces remains a challenging problem, especially when only samples, rather than distribution forms, are accessible. Previous works mainl…

2019

Understanding and Accelerating Particle-Based Variational Inference

ICML 2019oral

Particle-based variational inference methods (ParVIs) have gained attention in the Bayesian inference literature, for their capacity to yield flexible and accurate approximations. We explore ParVIs from the perspective of Wasserstein gradient flows, and make both theoretical and practical contributi…