← Search

Ilgee Hong

8 accepted papers

2026

Alternating Reinforcement Learning for Rubric-Based Reward Modeling in Non-Verifiable LLM Post-Training

ICML 2026poster

Standard reward models typically predict scalar scores that fail to capture the multifaceted nature of response quality in non-verifiable domains, such as creative writing or open-ended instruction following. To address this limitation, we propose Rubric-ARM, a framework that jointly optimizes a rub…

Cited by 0SourceScholar
2025

Ask a Strong LLM Judge when Your Reward Model is Uncertain

NeurIPS 2025poster

Reward model (RM) plays a pivotal role in reinforcement learning with human feedback (RLHF) for aligning large language models (LLMs). However, classical RMs trained on human preferences are vulnerable to reward hacking and generalize poorly to out-of-distribution (OOD) inputs. By contrast, strong…

Cited by 0SourceScholar
2025

Discriminative Finetuning of Generative Large Language Models without Reward Models and Human Preference Data

ICML 2025poster

Supervised fine-tuning (SFT) has become a crucial step for aligning pretrained large language models (LLMs) using supervised datasets of input-output pairs. However, despite being supervised, SFT is inherently limited by its generative training objective. To address its limitations, the existing com…

2025

Think-RM: Enabling Long-Horizon Reasoning in Generative Reward Models

NeurIPS 2025poster

Reinforcement learning from human feedback (RLHF) has become a powerful post-training paradigm for aligning large language models with human preferences. A core challenge in RLHF is constructing accurate reward signals, where the conventional Bradley-Terry reward models (BT RMs) often suffer from se…

Cited by 0SourcecodeScholar
2024

Adaptive Preference Scaling for Reinforcement Learning with Human Feedback

NeurIPS 2024poster

Reinforcement learning from human feedback (RLHF) is a prevalent approach to align AI systems with human values by learning rewards from human preference data. Due to various reasons, however, such data typically takes the form of rankings over pairs of trajectory segments, which fails to capture th…

Cited by 5SourcePDFScholar
2024

Robust Reinforcement Learning from Corrupted Human Feedback

NeurIPS 2024poster

Reinforcement learning from human feedback (RLHF) provides a principled framework for aligning AI systems with human preference data. For various reasons, e.g., personal bias, context ambiguity, lack of training, etc, human annotators may give incorrect or inconsistent preference labels. To tackle…

Cited by 4SourcePDFScholar
2024

Who Wrote this Code? Watermarking for Code Generation

ACL 2024long

Since the remarkable generation performance of large language models raised ethical and legal concerns, approaches to detect machine-generated text by embedding watermarks are being developed.However, we discover that the existing works fail to function appropriately in code generation tasks due to…

2023

Constrained Optimization via Exact Augmented Lagrangian and Randomized Iterative Sketching

ICML 2023poster

We consider solving equality-constrained nonlinear, nonconvex optimization problems. This class of problems appears widely in a variety of applications in machine learning and engineering, ranging from constrained deep neural networks, to optimal control, to PDE-constrained optimization. We develop…