y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#preference-optimization News & Analysis

42 articles tagged with #preference-optimization. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

42 articles
AIBearisharXiv – CS AI · Jun 197/10
🧠

What Do Safety-Aligned LLMs Learn From Mixed Compliance Demonstrations?

Researchers analyzed how large language models interpret mixed compliance demonstrations—combining benign and harmful requests with helpful responses—revealing that demonstration composition critically affects model behavior. The study shows that benign demonstrations can either reduce or increase harmful compliance depending on the model, with preference optimization during training and demonstration ordering playing crucial roles in preventing jailbreaks.

AIBullisharXiv – CS AI · Jun 117/10
🧠

Toward Preference-aligned Large Language Models via Residual-based Model Steering

Researchers introduce PaLRS, a training-free method for aligning large language models with human preferences using lightweight steering vectors extracted from residual streams. The approach requires minimal data (100+ preference pairs) and achieves better performance than standard optimization methods like DPO with significantly lower computational costs.

AIBullisharXiv – CS AI · Jun 97/10
🧠

CrossVLA: Cross-Paradigm Post-Training and Inference Optimization for Vision-Language-Action Models

CrossVLA presents a comprehensive empirical study optimizing Vision-Language-Action models across different architectural paradigms, introducing a flow-matching log-probability estimator that enables Direct Preference Optimization on continuous-action models. The research demonstrates significant performance improvements using DoRA over LoRA, achieving up to 20% gains on specific benchmarks, while revealing inference-time bottlenecks that constrain acceleration potential to 21%.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Synthetic Contrastive Reasoning for Multi-Table Q&A

Researchers have developed a synthetic dataset and training method that significantly improves multi-table question-answering systems. By generating contrastive reasoning traces and fine-tuning open-weight language models with Contrastive Preference Optimization, the approach achieves 9.7-21 percentage point improvements over standard supervised fine-tuning methods.

🧠 Llama
AIBullisharXiv – CS AI · Jun 47/10
🧠

SoLoPO: Unlocking Long-Context Capabilities in LLMs via Short-to-Long Preference Optimization

Researchers introduce SoLoPO, a framework that improves how large language models handle long-context information by decoupling preference optimization into short-context training and short-to-long reward alignment. The approach addresses fundamental limitations in LLM long-context capabilities while improving training efficiency and computational requirements.

AIBullisharXiv – CS AI · Jun 27/10
🧠

From "Weak" Signals to Strong Models: Preference Delta Aggregation with LoRA Merging

Researchers propose Preference Delta Aggregation (PDA), a framework that combines weak preference signals from multiple smaller language model pairs into LoRA adapters, then merges them using Geometric Alignment Merging to improve larger models. The approach achieves 6.8-7.3 point improvements on knowledge reasoning and agentic search benchmarks by effectively composing complementary capabilities.

AIBullisharXiv – CS AI · May 117/10
🧠

Confidence-Aware Alignment Makes Reasoning LLMs More Reliable

Researchers introduce CASPO, a framework that improves reasoning reliability in large language models by aligning token-level confidence with step-wise logical correctness through preference optimization. The method achieves better performance than tree-search approaches without requiring separate reward models, while introducing CaT inference that dynamically prunes uncertain reasoning branches with minimal computational overhead.

AIBullisharXiv – CS AI · May 77/10
🧠

RLearner-LLM: Balancing Logical Grounding and Fluency in Large Language Models via Hybrid Direct Preference Optimization

Researchers introduce RLearner-LLM, a hybrid optimization method that combines NLI (Natural Language Inference) signals with LLM verification to address a critical flaw in Direct Preference Optimization: the tendency to reward verbose but logically incorrect outputs. The approach achieves up to 6x improvement in logical consistency across academic domains while maintaining inference speed, demonstrating that logic-aware metrics outperform traditional LLM-based evaluation for knowledge-intensive tasks.

🧠 GPT-4
AIBullisharXiv – CS AI · Mar 57/10
🧠

SafeDPO: A Simple Approach to Direct Preference Optimization with Enhanced Safety

Researchers have developed SafeDPO, a simplified approach to training large language models that balances helpfulness and safety without requiring complex multi-stage systems. The method uses only preference data and safety indicators, achieving competitive safety-helpfulness trade-offs while eliminating the need for reward models and online sampling.

AIBullisharXiv – CS AI · Mar 37/102
🧠

Towards Safe Reasoning in Large Reasoning Models via Corrective Intervention

Researchers propose Intervened Preference Optimization (IPO) to address safety issues in Large Reasoning Models, where chain-of-thought reasoning contains harmful content even when final responses appear safe. The method achieves over 30% reduction in harmfulness while maintaining reasoning performance.

AIBullisharXiv – CS AI · Feb 277/106
🧠

Dual-IPO: Dual-Iterative Preference Optimization for Text-to-Video Generation

Researchers introduce Dual-Iterative Preference Optimization (Dual-IPO), a new method that iteratively improves both reward models and video generation models to create higher-quality AI-generated videos better aligned with human preferences. The approach enables smaller 2B parameter models to outperform larger 5B models without requiring manual preference annotations.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Cliff Tokens: Identifying Single-Token Failure Triggers in LLM Mathematical Reasoning

Researchers identify 'cliff tokens'—specific points in LLM reasoning where a single token triggers failure in mathematical problem-solving. By deleting these tokens and resampling, models recover near-perfect accuracy, demonstrating that failures stem from precise decision points rather than diffuse errors. A taxonomy of cliff types enables targeted optimization that improves model reasoning by up to 6.6%.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Active Causal Experimentalist (ACE): Learning Intervention Strategies via Direct Preference Optimization

Researchers introduce Active Causal Experimentalist (ACE), a machine learning system that learns optimal experimental design strategies using Direct Preference Optimization rather than traditional reward-based approaches. ACE achieves 70-71% improvement over baseline methods by comparing intervention pairs instead of absolute rewards, and autonomously discovers theoretically-grounded experimental strategies like concentrated interventions on parent variables in collider mechanisms.

AINeutralarXiv – CS AI · Jun 196/10
🧠

Beyond Uniform Forgetting: A Study of Sequential Direct Preference Optimization Across Preference Settings

Researchers studying sequential Direct Preference Optimization (DPO) in language models find that later training does not uniformly degrade earlier learned preferences, but instead produces varied outcomes depending on objective compatibility and signal strength. Using Llama-3.1-8B-Instruct, the study reveals that preference changes range from degradation to stability or even positive transfer, with pair-level analysis showing aggregate metrics can mask heterogeneous effects across different preference pairs.

🧠 Llama
AIBullisharXiv – CS AI · Jun 196/10
🧠

Which Pairs to Compare for LLM Post-Training?

Researchers present a theoretical framework for optimizing which comparison pairs to label during large language model preference-based post-training, showing that strategic pair selection can significantly improve sample efficiency. By formulating the problem as a sampling-design challenge with bounds on policy performance, the work provides practical guidance for allocating limited labeling budgets when training models like those using Direct Preference Optimization.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Autoregressive Direct Preference Optimization

Researchers propose Autoregressive Direct Preference Optimization (ADPO), a refined theoretical framework for aligning large language models with human preferences. The innovation explicitly incorporates autoregressive assumptions before applying the Bradley-Terry model, resulting in a mathematically elegant loss function and introducing two distinct length measures—token length and feedback length—for optimizing LLM preference alignment.

AINeutralarXiv – CS AI · Jun 106/10
🧠

A Comprehensive Survey of Direct Preference Optimization: Datasets, Theories, Variants, and Applications

A comprehensive academic survey examines Direct Preference Optimization (DPO), an emerging alternative to RLHF for aligning large language models with human preferences. The research categorizes recent DPO studies across theoretical foundations, variants, datasets, and applications, providing the research community with structured insights into model alignment challenges and future directions.

AIBullisharXiv – CS AI · Jun 96/10
🧠

MetaEvo: A Meta-Optimization Framework for Experience-Driven Agent Evolution

MetaEvo is a new framework that enables large language model-based agents to continuously improve through task experience by focusing on learning mechanisms rather than just memory storage. The two-stage approach combines preference-based optimization with modular architecture to help AI agents develop abstract principles and enhance reasoning capabilities over time.

AINeutralarXiv – CS AI · Jun 96/10
🧠

GenTSE: Enhancing Target Speaker Extraction via a Coarse-to-Fine Generative Language Model

GenTSE introduces a two-stage generative language model for target speaker extraction that separates semantic and acoustic token generation, demonstrating improved speech quality and speaker consistency over previous LM-based approaches. The system employs novel training strategies including Frozen-LM Conditioning and Direct Preference Optimization to reduce exposure bias and align outputs with human perceptual preferences.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Semiparametric Preference Optimization: Your Language Model is Secretly a Single-Index Model

Researchers present a new approach to aligning language models with human preferences that works without assuming a specific mathematical relationship between observed preferences and underlying rewards. The method frames policy alignment as a semiparametric optimization problem, enabling more robust policy learning even when the preference model structure is unknown or misspecified.

AINeutralarXiv – CS AI · Jun 26/10
🧠

S-SPPO: Semantic-Calibrated Self-Play Preference Optimization

Researchers propose S-SPPO, an improved framework for aligning large language models with human preferences that addresses instability issues in Self-Play Preference Optimization. The method uses semantic calibration techniques to prevent policy degradation when the model generates semantically similar responses, achieving competitive performance on AlpacaEval 2.0 without additional human annotations.

🧠 Llama
AINeutralarXiv – CS AI · Jun 26/10
🧠

AlphaToken: Decoupling Adaptation and Stability for Path-Aware Response Token Valuation in LLM Post-Training

Researchers introduce AlphaToken, a framework that improves large language model post-training by valuating individual response tokens based on their contribution to both task adaptation and preservation of pre-trained knowledge. The method uses gradient-based signals and a Fisher-drift proxy to identify high-value tokens, enabling more efficient fine-tuning and preference optimization while reducing catastrophic forgetting.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Margin Adaptive DPO: Leveraging Reward Model for Granular Control in Preference Optimization

Researchers introduce Margin-Adaptive Direct Preference Optimization (MADPO), a novel method that improves large language model alignment by using a reward model to apply instance-level adaptive weights to training samples. MADPO addresses limitations in existing approaches like DPO and β-DPO by providing stable, granular control over the learning signal without discarding training data.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Avatar Forcing: Real-Time Interactive Head Avatar Generation for Natural Conversation

Researchers introduce Avatar Forcing, a new framework for generating interactive talking head avatars that respond to user inputs like speech and motion in real-time with approximately 500ms latency. The system uses diffusion forcing to enable multimodal interaction and a preference optimization method that learns expressive reactions without additional labeled data, achieving 80% preference over baseline models.

Page 1 of 2Next →