paper-with-me

Papers

Clone-Robust AI Alignment

2025-01-16 · Ariel D. Procaccia, Benjamin Schiffer, Shirley Zhang

A key challenge in training Large Language Models (LLMs) is properly aligning them with human preferences. Reinforcement Learning with Human Feedback (RLHF) uses pairwise comparisons from human annotators to train reward functions and has emerged as a popular alignment method. However, input datasets in RLHF are not necessarily balanced in the types of questions and answers that are included. Therefore, we want RLHF algorithms to perform well even when the set of alternatives is not uniformly distributed. Drawing on insights from social choice theory, we introduce robustness to approximate clones, a desirable property of RLHF algorithms which requires that adding near-duplicate alternatives does not significantly change the learned reward function. We first demonstrate that the standard RLHF algorithm based on regularized maximum likelihood estimation (MLE) fails to satisfy this property. We then propose the weighted MLE, a new RLHF algorithm that modifies the standard regularized MLE by weighting alternatives based on their similarity to other alternatives. This new algorithm guarantees robustness to approximate clones while preserving desirable theoretical properties.

📄 PDF Abstract BibTeX arXiv:2501.09254

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Token is Worth over 1,000 Tokens: Efficient Knowledge Distillation through Low-Rank Clone

2025-05-19 · Jitai Hao, Qiang Huang, Hao liu, Xinyan Xiao 외

Training high-performing Small Language Models (SLMs) remains costly, even with knowledge distillation and pruning from larger teacher models. Existing work often faces three key challenges: (1) information loss from har…

Knowledge DistillationTransfer Learning

MotionClone: Training-Free Motion Cloning for Controllable Video Generation

2024-06-08 · Pengyang Ling, Jiazi Bu, Pan Zhang, Xiaoyi Dong 외

Motion-based controllable video generation offers the potential for creating captivating visual content. Existing methods typically necessitate model training to encode particular motion cues or incorporate fine-tuning t…

DenoisingMotion GenerationMotion SynthesisText-to-Video Generation+1

The Role of Language Imbalance in Cross-lingual Generalisation: Insights from Cloned Language Experiments

2024-04-11 · Anton Schäfer, Shauli Ravfogel, Thomas Hofmann, Tiago Pimentel 외

Multilinguality is crucial for extending recent advancements in language modelling to diverse linguistic communities. To maintain high performance while representing multiple languages, multilingual models ideally align …

Language Modelling

On the Use of Deep Learning Models for Semantic Clone Detection

2024-12-19 · Subroto Nag Pinku, Debajyoti Mondal, Chanchal K. Roy

Detecting and tracking code clones can ease various software development and maintenance tasks when changes in a code fragment should be propagated over all its copies. Several deep learning-based clone detection models …

Clone DetectionDeep Learning

SimClone: Detecting Tabular Data Clones using Value Similarity

2024-06-24 · Xu Yang, Gopi Krishnan Rajbahadur, Dayi Lin, Shaowei Wang 외

Data clones are defined as multiple copies of the same data among datasets. Presence of data clones between datasets can cause issues such as difficulties in managing data assets and data license violations when using da…

Clone Detection