paper-with-me

홈 › Papers

Some things are more CRINGE than others: Iterative Preference Optimization with the Pairwise Cringe Loss

2023-12-27 · Jing Xu, Andrew Lee, Sainbayar Sukhbaatar, Jason Weston

Practitioners commonly align large language models using pairwise preferences, i.e., given labels of the type response A is preferred to response B for a given input. Perhaps less commonly, methods have also been developed for binary feedback, i.e. training models given labels of type response A is good or bad. We show how an existing performant binary feedback method, the Cringe Loss (Adolphs et al., 2022), can be generalized to the pairwise preference setting using a simple soft margin extension. Pairwise Cringe Loss is straightforward to implement and efficient to train, and we find it outperforms state-of-the-art preference optimization algorithms such as PPO and DPO on the AlpacaFarm benchmark. We show that iterations of training of our model are important for improved results, and that we can generalize DPO to Iterative DPO in the same way.

📄 PDF Abstract BibTeX arXiv:2312.16682

Code (1)

facebookresearch/RAM pytorch

Methods 이 논문이 사용한 방법론

DPO 설명 없음
Entropy Regularization 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

The CRINGE Loss: Learning what language not to model

2022-11-10 · Leonard Adolphs, Tianyu Gao, Jing Xu, Kurt Shuster 외

Standard language model training employs gold human documents or human-human interaction data, and treats all training data as positive examples. Growing evidence shows that even with very large amounts of positive train…

Language ModelingLanguage Modelling

Comprehensive Literature Survey on Deep Learning used in Image Memorability Prediction and Modification

2022-12-14 · Ananya Sadana, Nikita Thakur, Nikita Poria, Astika Anand 외

As humans, we can remember certain visuals in great detail, and sometimes even after viewing them once. What is even more interesting is that humans tend to remember and forget the same things, suggesting that there migh…

How Technology Impacts and Compares to Humans in Socially Consequential Arenas

2022-11-02 · Samuel Dooley

One of the main promises of technology development is for it to be adopted by people, organizations, societies, and governments -- incorporated into their life, work stream, or processes. Often, this is socially benefici…

Propagation Graph Estimation from Individual's Time Series of Observed States

2020-05-11 · Tatsuya Hayashi, Atsuyoshi Nakamura

Various things propagate through the medium of individuals. Some individuals follow the others and take the states similar to their states a small number of time steps later. In this paper, we study the problem of estima…

PositionTime SeriesTime Series Analysis

What Do People Actually Want From AI? Mapping Preference Plurality

2026-06-04 · Julia Sepúlveda Coelho, Scott A. Hale arxiv

Large Language Models (LLMs) are often fine-tuned through Reinforcement Learning from Human Feedback (RLHF) to align with people's preferences and values. However, this method has known limitations: it aggregates conflic…

Reinforcement Learning