paper-with-me

Papers

Data-Efficient Alignment of Large Language Models with Human Feedback Through Natural Language

2023-11-24 · Di Jin, Shikib Mehri, Devamanyu Hazarika, Aishwarya Padmakumar, Sungjin Lee, Yang Liu, Mahdi Namazifar

Learning from human feedback is a prominent technique to align the output of large language models (LLMs) with human expectations. Reinforcement learning from human feedback (RLHF) leverages human preference signals that are in the form of ranking of response pairs to perform this alignment. However, human preference on LLM outputs can come in much richer forms including natural language, which may provide detailed feedback on strengths and weaknesses of a given response. In this work we investigate data efficiency of modeling human feedback that is in natural language. Specifically, we fine-tune an open-source LLM, e.g., Falcon-40B-Instruct, on a relatively small amount (1000 records or even less) of human feedback in natural language in the form of critiques and revisions of responses. We show that this model is able to improve the quality of responses from even some of the strongest LLMs such as ChatGPT, BARD, and Vicuna, through critique and revision of those responses. For instance, through one iteration of revision of ChatGPT responses, the revised responses have 56.6% win rate over the original ones, and this win rate can be further improved to 65.9% after applying the revision for five iterations.

📄 PDF Abstract BibTeX arXiv:2311.14543

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Language Alignment via Nash-learning and Adaptive feedback

2024-06-22 · Ari Azarafrooz, Farshid Faal

Recent research has shown the potential of Nash Learning via Human Feedback for large language model alignment by incorporating the notion of a preference model in a minimax game setup. We take this idea further by casti…

Language ModelingLanguage ModellingLarge Language Model

Your Weak LLM is Secretly a Strong Teacher for Alignment

2024-09-13 · Leitian Tao, Yixuan Li

The burgeoning capabilities of large language models (LLMs) have underscored the need for alignment to ensure these models act in accordance with human values and intentions. Existing alignment frameworks present constra…

Aligning Crowd-sourced Human Feedback for Reinforcement Learning on Code Generation by Large Language Models

2025-03-19 · Man Fai Wong, Chee Wei Tan

This paper studies how AI-assisted programming and large language models (LLM) improve software developers' ability via AI tools (LLM agents) like Github Copilot and Amazon CodeWhisperer, while integrating human feedback…

Bayesian OptimizationCode GenerationLanguage ModelingLanguage Modelling+2

Sample Efficient Preference Alignment in LLMs via Active Exploration

2023-12-01 · Viraj Mehta, Syrine Belakaria, Vikramjeet Das, Ojash Neopane 외

Preference-based feedback is important for many applications in machine learning where evaluation of a reward function is not feasible. Notable recent examples arise in preference alignment for large language models, inc…

reinforcement-learningReinforcement Learning

Constructive Large Language Models Alignment with Diverse Feedback

2023-10-10 · Tianshu Yu, Ting-En Lin, Yuchuan Wu, Min Yang 외

In recent research on large language models (LLMs), there has been a growing emphasis on aligning these models with human values to reduce the impact of harmful content. However, current alignment methods often rely sole…

Learning TheoryModels AlignmentQuestion AnsweringText Summarization