← Search

Bao Nguyen

10 accepted papers

2026

Adaptive Rollout Allocation for Online Reinforcement Learning with Verifiable Rewards

ICLR 2026poster

Sampling efficiency is a key bottleneck in reinforcement learning with verifiable rewards. Existing group-based policy optimization methods, such as GRPO, allocate a fixed number of rollouts for all training prompts. This uniform allocation implicitly treats all prompts as equally informative, and c…

Cited by 0SourceScholar
2025

Probe-Free Low-Rank Activation Intervention

NAACL 2025long

Language models (LMs) can produce texts that appear accurate and coherent but contain untruthful or toxic content. Inference-time interventions that edit the hidden activations have shown promising results in steering the LMs towards desirable generations. Existing activation intervention methods of…

2025

Reasoning Planning for Language Models

NeurIPS 2025spotlight

Selecting an appropriate reasoning method for a given query remains a key challenge in language model generation. Existing approaches typically generate multiple candidate responses and use an aggregation strategy to select the output answer, often assuming that more candidate answers yield higher a…

Cited by 0SourcecodeScholar
2025

Structured Pruning for Diverse Best-of-N Reasoning Optimization

ACL 2025finding

Model pruning in transformer-based language models, traditionally seen as a means of computational savings, can enhance the model’s reasoning capabilities. In this work, we uncover the surprising phenomenon that the selective pruning of certain attention heads leads to improvements in reasoning perf…

2025

Task-driven Layerwise Additive Activation Intervention

NAACL 2025short

Modern language models (LMs) have significantly advanced generative modeling in natural language processing (NLP). Despite their success, LMs often struggle with adaptation to new contexts in real-time applications. A promising approach to task adaptation is activation intervention, which steers the…

2024

Generative Conditional Distributions by Neural (Entropic) Optimal Transport

ICML 2024poster

Learning conditional distributions is challenging because the desired outcome is not a single distribution but multiple distributions that correspond to multiple instances of the covariates. We introduce a novel neural entropic optimal transport method designed to effectively learn generative models…