REVIEW 64 cited by
SLiC-HF: Sequence Likelihood Calibration with Human Feedback
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Learning from human feedback has been shown to be effective at aligning language models with human preferences. Past work has often relied on Reinforcement Learning from Human Feedback (RLHF), which optimizes the language model using reward scores assigned from a reward model trained on human preference data. In this work we show how the recently introduced Sequence Likelihood Calibration (SLiC), can also be used to effectively learn from human preferences (SLiC-HF). Furthermore, we demonstrate this can be done with human feedback data collected for a different model, similar to off-policy, offline RL data. Automatic and human evaluation experiments on the TL;DR summarization task show that SLiC-HF significantly improves supervised fine-tuning baselines. Furthermore, SLiC-HF presents a competitive alternative to the PPO RLHF implementation used in past work while being much simpler to implement, easier to tune and more computationally efficient in practice.
Forward citations
Showing 60 of 64 Pith papers that cite this
-
Sign-SZPO: Provable Preference-based Reinforcement Learning with an Unknown Link Function
ZSPO provably converges to a stationary policy using only the sign of preference feedback, without knowing the link function between preferences and rewards.
-
Test-Time Scaling via Error Localization
TTEL uses feedback-induced token probability drops to localize the first error in a failed reasoning trace and branch a new generation from that prefix, improving pass@k per token on coding and math benchmarks.
-
Every Sample Counts: Supervised Fine-Tuning of Language Models with Pointwise Constraints
Pointwise constrained fine-tuning via sample-wise augmented Lagrangians and learned relaxations reduces tail constraint violations across safety, tool-calling, and re-ranking while preserving average task performance.
-
Multi-Turn On-Policy Distillation with Prefix Replay
ReOPD offline-distills multi-turn agentic LLMs via teacher-prefix replay plus step-decay sampling, matching online OPD accuracy at ≥4× speed with zero tool calls.
-
Unbiased Alignment for Large Language Models with Noisy Preferences
URM and UDPO losses mathematically correct Bradley–Terry preference flip noise so LLMs can be aligned unbiasedly from noisy preference data without clean supervision.
-
Adaptive Margin RLHF via Preference over Preferences
Adaptive margins for DPO inferred from preference-over-preference comparisons improve alignment quality, with random sampling of comparisons working best overall.
-
Phi-Ground Tech Report: Advancing Perception in GUI Grounding
Phi-Ground models achieve state-of-the-art click accuracy on five GUI grounding benchmarks for models under 10B parameters using a 40M-sample training recipe with text-first inputs, random-resize augmentation, uniform...
-
DPO Unchained: Your Training Algorithm is Secretly Disentangled in Human Choice Theory (and its Loss' Convexity is Dispensable)
DPO's connection to human choice theory generalizes: any monotone loss can pair with any choice model in a new KLST* class, so loss convexity is not normatively required.
-
Improving Consistency in Vehicle Trajectory Prediction Through Preference Optimization
Adapting SimPO preference optimization for multi-agent trajectory prediction lowers collision rates on Argoverse 2, Interaction, and Waymo Open Motion Dataset with minimal accuracy loss.
-
ConfPO: Exploiting Policy Model Confidence for Critical Token Selection in Preference Optimization
Training a policy to prefer responses by optimizing only its own low-confidence (high-surprisal) tokens improves alignment over uniform token optimization in SimPO and DPO.
-
Explicit Preference Optimization: No Need for an Implicit Reward Model
EXPO is a pair of explicit preference-optimization losses that provably avoid DPO's uniform-regularization and poor-interpolation failure modes and outperform DPO on Anthropic HH and IMDb.
-
Debiasing Online Preference Learning via Preference Feature Preservation
PFP preserves the distribution of human preference features during online preference learning by mapping each new instruction to a feature set, converting it to system prompts, and training with DPO.
-
Thompson Sampling in Online RLHF with General Function Approximation
A model-free posterior sampling algorithm for online RLHF is shown to achieve O(sqrt(T)) regret when the completed function class has low Bellman eluder dimension.
-
Square$\chi$PO: Differentially Private and Robust $\chi^2$-Preference Optimization in Offline Direct Alignment
SquareχPO, a square-loss variant of χPO, achieves optimal 1/sqrt(n) suboptimality under label privacy and Huber corruption for offline direct alignment with general function classes.
-
CALM: Co-evolution of Algorithms and Language Model for Automatic Heuristic Design
Co-evolution of an LLM's weights and heuristic search prompts via GRPO-based reinforcement learning yields better optimization heuristics than fixed-model LLM baselines, even with a locally hosted quantized 7B model.
-
SoLoPO: Unlocking Long-Context Capabilities in LLMs via Short-to-Long Preference Optimization
SoLoPO decouples long-context preference optimization into short-context preference learning plus a reward-consistency term that transfers the behavior to long contexts.
-
ShiQ: Bringing back Bellman to LLMs
ShiQ is a Bellman-derived loss that makes LLM logits behave as Q-values, enabling off-policy token-level and multi-turn reinforcement-learning fine-tuning with the softmax over logits as the policy.
-
Latent Preference Coding: Aligning Large Language Models via Discrete Latent Codes
LPC adds a discrete latent code layer to DPO-family alignment objectives, improving average preference accuracy and downstream scores across three base models.
-
Optimizing Chain-of-Thought Reasoners via Gradient Variance Minimization in Rejection Sampling and RL
GVM-RAFT allocates samples per prompt according to acceptance rate and gradient norm, reducing gradient variance and speeding up RAFT-style chain-of-thought training.
-
From Evidence to Belief: A Bayesian Epistemology Approach to Language Models
Language models follow Bayesian confirmation with golden evidence but fail to follow Bayesian disconfirmation and irrelevance assumptions, and they are biased toward golden evidence.
-
Principled Data Selection for Alignment: The Hidden Risks of Difficult Examples
Preference examples vary in difficulty; overly difficult examples degrade DPO alignment, and filtering them out improves AlpacaEval 2 win rates by 9-16 percentage points.
-
Design Considerations in Offline Preference-based RL
A unified theory of offline RLHF shows that loss curvature and data coverage control suboptimality, explaining why squared-loss IPO is more stable than logistic-loss DPO.
-
Reveal the Mystery of DPO: The Connection between DPO and RL Algorithms
The authors show that DPO, IPO, DRO, PPO and SAC can be viewed through one loss-construction framework, but their claim that DPO's target distribution differs from the standard DPO target rests on an incomplete argument.
-
On Almost Surely Safe Alignment of Large Language Models at Inference-Time
An inference-time beam-search method with a safety-state tracker and latent critic enforces a user-supplied safety cost model, with an almost-sure guarantee only relative to that model.
-
BRiTE: Bootstrapping Reinforced Thinking Process to Enhance Language Model Reasoning
BRiTE is an EM-style algorithm that uses RL to sample high-likelihood reasoning chains and fine-tunes the LLM on them, with a theoretical 1/T convergence rate and mixed empirical gains.
-
CRPO: Confidence-Reward Driven Preference Optimization for Machine Translation
A confidence-reward score for selecting preference pairs improves DPO-based machine translation fine-tuning over reward-only selection methods on ALMA-7B and NLLB-1.3B.
-
Can We Generate Images with CoT? Let's Verify and Reinforce Image Generation Step by Step
Applying test-time verifiers, DPO preference alignment, and a new adaptive reward model (PARM) to autoregressive image generators improves GenEval score from 53% to 77%.
-
PairJudge RM: Perform Best-of-N Sampling with Knockout Tournament
A pairwise chain-of-thought judge combined with a knockout tournament outperforms score-based reward models for best-of-N sampling in math reasoning.
-
Online Preference Alignment for Language Models via Count-based Exploration
COPO adds a pseudo-count exploration bonus to DPO-style preference optimization and reports improved online RLHF results on Zephyr and Llama-3.
-
DIVE: Diversified Iterative Self-Improvement
DIVE combines global sample pooling with diversity-aware data selection to counter output diversity collapse in iterative preference learning for LLMs.
-
Efficient Long Context Language Model Retrieval with Compression
CoLoR, a preference-optimized passage compressor, cuts LCLM retrieval context by 1.91x while improving average retrieval accuracy by 6% over nine benchmarks.
-
Understanding the Logic of Direct Preference Alignment through Logic
Direct preference alignment losses can be expressed as logical programs over model predictions, yielding an organized landscape of billions of definable losses and a route to new variants.
-
VideoDPO: Omni-Preference Alignment for Video Diffusion Generation
VideoDPO shows that DPO-style training on automatically selected best and worst video pairs improves overall VBench scores on three open text-to-video models, with some sub-metrics degrading and weak gains on external...
-
Hybrid Preference Optimization for Alignment: Provably Faster Convergence Rates by Combining Offline Preferences with Online Exploration
A hybrid online-plus-offline preference optimization algorithm, HPO, provably needs fewer samples than pure online or offline RLHF in linear MDP settings.
-
Weighted-Reward Preference Optimization for Implicit Model Fusion
WRPO tunes an 8B chat model by combining its own preferred responses (on-policy) with high-reward responses from ten heterogeneous source LLMs (off-policy) using an annealed weight, beating prior fusion and preference...
-
T-REG: Preference Optimization with Token-Level Reward Regularization
T-REG adds contrastive-prompt self-generated token-level rewards as a weighted regularizer to DPO and SimPO, improving Alpaca Eval 2 length-controlled win rate by up to 3.8% and Arena-Hard win rate by up to 4.4% over ...
-
Time-Reversal Provides Unsupervised Feedback to LLMs
Time-reversed language models, which score queries given responses, improve best-of-N reranking, citation attribution, retrieval, and jailbreak filtering over forward perplexity baselines.
-
AToM: Aligning Text-to-Motion Model at Event-Level with GPT-4Vision Reward
AToM uses GPT-4Vision-generated preference scores to fine-tune MotionGPT with IPO and LoRA, improving event-level alignment for integrity, temporal order, and frequency in text-to-motion generation.
-
Reward Modeling with Ordinal Feedback: Wisdom of the Crowd
The paper generalizes Bradley-Terry reward modeling to ordinal feedback labels and proves that, under a marginal unbiasedness assumption, finer-grained labels reduce Rademacher complexity and can improve reward learning.
-
Your Data Manifold is Secretly a Reward Model: Shell-LCC for Text-to-Video Generation
Shell-LCC models the high-quality data manifold as an isotropic shell to derive cost-free reward signals that improve realism and high-frequency details in text-to-video generation.
-
Normalized Rewards for Preference Optimization
A regularization term that conserves the combined length-normalized probability of chosen and rejected responses reduces likelihood displacement in DPO/SimPO, improves AlpacaEval and benchmark outcomes, and acts prima...
-
Enhancing Small LLM Alignment through Margin-Based Objective Modifications under Resource Constraints
A modified DPO loss with a hinge margin improves small LLM alignment on AlpacaEval by about 2 points over the APO-zero baseline.
-
Cultivating Helpful, Personalized, and Creative AI Tutors: A Framework for Pedagogical Alignment using Reinforcement Learning
EduAlign trains a three-dimensional reward model (HPC-RM) and uses GRPO to fine-tune Qwen2.5-72B, reporting improved helpfulness, personalization, and creativity on its own and public benchmarks.
-
Value-Free Policy Optimization via Reward Partitioning
RPO regresses the policy log-ratio against rewards centered by an empirical partition function estimated from same-prompt responses, removing the value network and reporting improved alignment, diversity, and lower toxicity.
-
Implicit Reward as the Bridge: A Unified View of SFT and DPO Connections
SFT is cast as a special case of implicit reward learning, and a slower SFT learning rate improves downstream DPO/SimPO results by up to 25% relative win rate.
-
On Monotonicity in AI Alignment
Comparison-based preference learning losses of the studied form are locally pairwise monotone at stable minima, while individual-score and probability monotonicity require much stronger conditions that likely fail for...
-
Shallow Preference Signals: Large Language Model Aligns Even Better with Truncated Data?
Preference signals in LLM alignment are concentrated in early response tokens, so models trained on data truncated to the first half perform as well as or better than those trained on full responses.
-
Direct Advantage Regression: Aligning LLMs with Online AI Reward
DAR aligns LLMs through advantage-weighted supervised fine-tuning on online AI scalar rewards with dual KL regularization, and reports win-rate gains over online RLHF and online preference methods.
-
LLM Alignment as Retriever Optimization: An Information Retrieval Perspective
LARPO, an iterative preference optimization method that adapts information retrieval techniques such as listwise ranking losses, hard negatives, and candidate lists, is claimed to substantially improve LLM alignment o...
-
A Checks-and-Balances Framework for Context-Aware Ethical AI Alignment
A checks-and-balances alignment framework uses separate AI agents for knowledge, guardrails, and adversarial review, and an emotion-based classifier that beats zero-shot GPT-4 by 11.3 points on love-letter valence labeling.
-
Harnessing Preference Optimisation in Protein LMs for Hit Maturation in Cell Therapy
A preference-fine-tuned protein language model ranks single and double mutants of CAR binding domains better than the pretrained model, finding several mutants that outperform their parent.
-
DSTC: Direct Preference Learning with Only Self-Generated Tests and Code to Improve Code LMs
DSTC builds preference pairs by selecting the hardest self-generated test that the best self-generated code passes, then fine-tunes code LMs with DPO or KTO to improve pass@1 accuracy.
-
BPO: Towards Balanced Preference Optimization between Knowledge Breadth and Depth in Alignment
BPO balances knowledge breadth and depth in preference data by compressing prompts and dynamically augmenting the number of response pairs per prompt using gradient-based clustering, achieving stronger alignment with ...
-
RED: Unleashing Token-Level Rewards from Holistic Feedback via Reward Redistribution
RED assigns token-level rewards by taking the difference of a sequence reward model's scores on adjacent prefixes, improving RLHF training without additional reward-model training.
-
Alignment-Aware Decoding
AAD decodes by greedily maximizing the per-token DPO/SFT log-likelihood ratio under a min-p plausibility filter and reports higher oracle-reward win rates than greedy, best-of-N, and emulated fine-tuning baselines.
-
BPO: Revisiting Preference Modeling in Direct Preference Optimization
Replacing DPO's relative reward margin with min(r_w, -α r_l) improves math benchmark accuracy by 5-10 points in this paper, though the exact gain figure is misreported and α is tuned on test data.
-
On Symmetric Losses for Robust Policy Optimization with Noisy Preferences
Symmetric losses preserve action rankings under symmetric label noise, and the paper's claim that they also handle asymmetric noise is invalid.
-
InfoPO: On Mutual Information Maximization for Large Language Model Alignment
InfoPO's mutual information derivation fails: its rejected-response regularizer is constant in expectation, leaving plain supervised fine-tuning on chosen responses.
-
Cal-DPO: Calibrated Direct Preference Optimization for Language Model Alignment
Cal-DPO modifies DPO by adding squared losses that anchor the policy's implicit rewards of chosen and rejected responses to plus or minus 1/(2*beta), reporting gains on reasoning, summarization, and dialogue benchmarks.
-
SmolTulu: Higher Learning Rate to Batch Size Ratios Can Lead to Better Reasoning in SLMs
Higher learning-rate-to-batch-size ratios improve reasoning-task performance in small language models, and the resulting SmolTulu-1.7B reports top sub-2B scores on IFEval and GSM8K.
Discussion (0). Continue with ORCID to comment.