paper-with-me

Papers

Response Tuning: Aligning Large Language Models without Instruction

2024-10-03 · Seokhyun An, Hyounghun Kim

Instruction tuning-supervised fine-tuning using instruction-response pairs-is a foundational step in transitioning pre-trained Large Language Models (LLMs) into helpful and safe chat assistants. Our hypothesis is that establishing an adequate output space can enable such a transition given the capabilities inherent in pre-trained LLMs. To verify this, we propose Response Tuning (RT), which eliminates the instruction-conditioning step in instruction tuning and solely focuses on response space supervision. Our experiments demonstrate that RT models, trained only using responses, can effectively respond to a wide range of instructions and exhibit helpfulness comparable to that of their instruction-tuned counterparts. Furthermore, we observe that controlling the training response distribution can significantly improve their user preference or elicit target behaviors such as refusing assistance for unsafe queries. Our findings illuminate the role of establishing an adequate output space in alignment, highlighting the potential of the extensive inherent capabilities of pre-trained LLMs.

📄 PDF Abstract BibTeX arXiv:2410.02465

Code (1)

seokhyunan/response-tuning 공식 구현

Similar Papers 제목 키워드 기반

Direct Preference Optimization with an Offset

2024-02-16 · Afra Amini, Tim Vieira, Ryan Cotterell

Direct preference optimization (DPO) is a successful fine-tuning strategy for aligning large language models with human preferences without the need to train a reward model or employ reinforcement learning. DPO, as origi…

Language Modelling

Aligning Large Language Models by On-Policy Self-Judgment

2024-02-17 · Sangkyu Lee, Sungdong Kim, Ashkan Yousefpour, Minjoon Seo 외

Existing approaches for aligning large language models with human preferences face a trade-off that requires a separate reward model (RM) for on-policy learning. In this paper, we present a novel alignment framework, SEL…

Instruction Following

X-Instruction: Aligning Language Model in Low-resource Languages with Self-curated Cross-lingual Instructions

2024-05-30 · Chong Li, Wen Yang, Jiajun Zhang, Jinliang Lu 외

Large language models respond well in high-resource languages like English but struggle in low-resource languages. It may arise from the lack of high-quality instruction following data in these languages. Directly transl…

Instruction FollowingLanguage ModelingLanguage ModellingTranslation

Beyond Labels: Aligning Large Language Models with Human-like Reasoning

2024-08-20 · Muhammad Rafsan Kabir, Rafeed Mohammad Sultan, Ihsanul Haque Asif, Jawad Ibn Ahad 외

Aligning large language models (LLMs) with a human reasoning approach ensures that LLMs produce morally correct and human-like decisions. Ethical concerns are raised because current models are prone to generating false p…

Ethics

Inverse-Q*: Token Level Reinforcement Learning for Aligning Large Language Models Without Preference Data

2024-08-27 · Han Xia, Songyang Gao, Qiming Ge, Zhiheng Xi 외

Reinforcement Learning from Human Feedback (RLHF) has proven effective in aligning large language models with human intentions, yet it often relies on complex methodologies like Proximal Policy Optimization (PPO) that re…

reinforcement-learningReinforcement Learning