paper-with-me

Papers

COMAL: A Convergent Meta-Algorithm for Aligning LLMs with General Preferences

2024-10-30 · Yixin Liu, Argyris Oikonomou, Weiqiang Zheng, Yang Cai, Arman Cohan

Many alignment methods, including reinforcement learning from human feedback (RLHF), rely on the Bradley-Terry reward assumption, which is insufficient to capture the full range of general human preferences. To achieve robust alignment with general preferences, we model the alignment problem as a two-player zero-sum game, where the Nash equilibrium policy guarantees a 50% win rate against any competing policy. However, previous algorithms for finding the Nash policy either diverge or converge to a Nash policy in a modified game, even in a simple synthetic setting, thereby failing to maintain the 50% win rate guarantee against all other policies. We propose a meta-algorithm, Convergent Meta Alignment Algorithm (COMAL), for language model alignment with general preferences, inspired by convergent algorithms in game theory. Theoretically, we prove that our meta-algorithm converges to an exact Nash policy in the last iterate. Additionally, our meta-algorithm is simple and can be integrated with many existing methods designed for RLHF and preference optimization with minimal changes. Experimental results demonstrate the effectiveness of the proposed framework when combined with existing preference policy optimization methods.

📄 PDF Abstract BibTeX arXiv:2410.23223

Code (1)

yale-nlp/comal 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

CoMAL: Collaborative Multi-Agent Large Language Models for Mixed-Autonomy Traffic

2024-10-18 · Huaiyuan Yao, Longchao Da, Vishnu Nandam, Justin Turnau 외

The integration of autonomous vehicles into urban traffic has great potential to improve efficiency by reducing congestion and optimizing traffic flow systematically. In this paper, we introduce CoMAL (Collaborative Mult…

Autonomous Vehicles

CoMaL Tracking: Tracking Points at the Object Boundaries

2017-06-07 · Santhosh K. Ramakrishnan, Swarna Kamlam Ravindran, Anurag Mittal

Traditional point tracking algorithms such as the KLT use local 2D information aggregation for feature detection and tracking, due to which their performance degrades at the object boundaries that separate multiple objec…

ObjectPoint Tracking

CoMaL: Conditional Maximum Likelihood Approach to Self-supervised Domain Adaptation in Long-tail Semantic Segmentation

2023-04-14 · Thanh-Dat Truong, Chi Nhan Duong, Pierce Helton, Ashley Dowling 외

The research in self-supervised domain adaptation in semantic segmentation has recently received considerable attention. Although GAN-based methods have become one of the most popular approaches to domain adaptation, the…

Domain AdaptationSegmentationSemantic Segmentation

Efficient Globally Convergent Stochastic Optimization for Canonical Correlation Analysis

2016-04-07 · NeurIPS 2016 12 · Weiran Wang, Jialei Wang, Dan Garber, Nathan Srebro

We study the stochastic optimization of canonical correlation analysis (CCA), whose objective is nonconvex and does not decouple over training samples. Although several stochastic gradient based optimization algorithms h…

Stochastic Optimization

Inference-Aware Meta-Alignment of LLMs via Non-Linear GRPO

2026-02-02 · Shokichi Takakura, Akifumi Wachi, Rei Higuchi, Kohei Miyaguchi 외 arxiv

Aligning large language models (LLMs) to diverse human preferences is fundamentally challenging since criteria can often conflict with each other. Inference-time alignment methods have recently gained popularity as they …