← Search

Guangxuan Xu

9 accepted papers

2026

Mitigating Premature Exploitation in Particle-based Monte Carlo for Inference-Time Scaling

ICML 2026poster

Inference-Time Scaling (ITS) improves language models by allocating more computation at generation time. Particle Filtering (PF) has emerged as a strong ITS method for complex mathematical reasoning tasks, but it is vulnerable when guided by process reward models, which often assign overconfident sc…

Cited by 0SourceScholar
2025

Rollout Roulette: A Probabilistic Inference Approach to Inference-Time Scaling of LLMs using Particle-Based Monte Carlo Methods

NeurIPS 2025poster

Large language models (LLMs) have achieved significant performance gains via scaling up model sizes and/or data. However, recent evidence suggests diminishing returns from such approaches, motivating a pivot to scaling test-time compute. Existing deterministic inference-time scaling methods, usuall…

Cited by 0SourceScholar
2025

Unveiling the Secret Recipe: A Guide For Supervised Fine-Tuning Small LLMs

ICLR 2025poster

The rise of large language models (LLMs) has created a significant disparity: industrial research labs with their computational resources, expert teams, and advanced infrastructures, can effectively fine-tune LLMs, while individual developers and small organizations face barriers due to limited reso…

2024

A Grounded Preference Model for LLM Alignment

ACL 2024findings

Despite LLMs’ recent advancements, they still suffer from factual inconsistency and hallucination. An often-opted remedy is retrieval-augmented generation – however, there is no guarantee that the model will strictly adhere to retrieved grounding. Fundamentally, LLMs need to be aligned to be more fa…

Cited by 1SourcePDFScholar
2024

BRAIn: Bayesian Reward-conditioned Amortized Inference for natural language generation from feedback

ICML 2024poster

Distribution matching methods for language model alignment such as Generation with Distributional Control (GDC) and Distributional Policy Gradient (DPG) have not received the same level of attention in reinforcement learning from human feedback (RLHF) as contrastive methods such as Sequence Likeliho…

Cited by 3SourcePDFScholar
2023

Are Fairy Tales Fair? Analyzing Gender Bias in Temporal Narrative Event Chains of Children’s Fairy Tales

ACL 2023long

Social biases and stereotypes are embedded in our culture in part through their presence in our stories, as evidenced by the rich history of humanities and social science literature analyzing such biases in children stories. Because these analyses are often conducted manually and at a small scale, s…

2022

EnDex: Evaluation of Dialogue Engagingness at Scale

EMNLP 2022finding

We propose EnDex, the first human-reaction based model to evaluate dialogue engagingness. EnDex is trained on 80k Reddit-based Engagement Dataset (RED) curated using a novel distant-supervision framework. Engagingness is a key measure that captures high-level quality of AI dialogue systems and close…

2022

Non-Parallel Text Style Transfer with Self-Parallel Supervision

ICLR 2022poster

The performance of existing text style transfer models is severely limited by the non-parallel datasets on which the models are trained. In non-parallel datasets, no direct mapping exists between sentences of the source and target style; the style transfer models thus only receive weak supervision o…

2022

On the Safety of Conversational Models: Taxonomy, Dataset, and Benchmark

ACL 2022findings

Dialogue safety problems severely limit the real-world deployment of neural conversational models and have attracted great research interests recently. However, dialogue safety problems remain under-defined and the corresponding dataset is scarce. We propose a taxonomy for dialogue safety specifical…