paper-with-me

Papers

Better Alignment with Instruction Back-and-Forth Translation

2024-08-08 · Thao Nguyen, Jeffrey Li, Sewoong Oh, Ludwig Schmidt, Jason Weston, Luke Zettlemoyer, Xian Li

We propose a new method, instruction back-and-forth translation, to construct high-quality synthetic data grounded in world knowledge for aligning large language models (LLMs). Given documents from a web corpus, we generate and curate synthetic instructions using the backtranslation approach proposed by Li et al.(2023a), and rewrite the responses to improve their quality further based on the initial documents. Fine-tuning with the resulting (backtranslated instruction, rewritten response) pairs yields higher win rates on AlpacaEval than using other common instruction datasets such as Humpback, ShareGPT, Open Orca, Alpaca-GPT4 and Self-instruct. We also demonstrate that rewriting the responses with an LLM outperforms direct distillation, and the two generated text distributions exhibit significant distinction in embedding space. Further analysis shows that our backtranslated instructions are of higher quality than other sources of synthetic instructions, while our responses are more diverse and complex than those obtained from distillation. Overall we find that instruction back-and-forth translation combines the best of both worlds -- making use of the information diversity and quantity found on the web, while ensuring the quality of the responses which is necessary for effective alignment.

📄 PDF Abstract BibTeX arXiv:2408.04614

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityTranslationWorld Knowledge

Similar Papers 제목 키워드 기반

Self-Alignment with Instruction Backtranslation

2023-08-11 · Xian Li, Ping Yu, Chunting Zhou, Timo Schick 외

We present a scalable method to build a high quality instruction following language model by automatically labelling human-written text with corresponding instructions. Our approach, named instruction backtranslation, st…

Instruction FollowingLanguage ModelingLanguage Modelling

LuxInstruct: A Cross-Lingual Instruction Tuning Dataset For Luxembourgish

2025-10-08 · Fred Philippy, Laura Bernardy, Siwen Guo, Jacques Klein 외 arxiv

Instruction tuning has become a key technique for enhancing the performance of large language models, enabling them to better follow human prompts. However, low-resource languages such as Luxembourgish face severe limita…

Machine Translation

Improving Translation Faithfulness of Large Language Models via Augmenting Instructions

2023-08-24 · Yijie Chen, Yijin Liu, Fandong Meng, Yufeng Chen 외

Large Language Models (LLMs) present strong general capabilities, and a current compelling challenge is stimulating their specialized capabilities, such as machine translation, through low-cost instruction tuning. The st…

Instruction FollowingMachine TranslationTranslationWord Alignment

The Wisdom of Hindsight Makes Language Models Better Instruction Followers

2023-02-10 · Tianjun Zhang, Fangchen Liu, Justin Wong, Pieter Abbeel 외

Reinforcement learning has seen wide success in finetuning large language models to better align with instructions via human feedback. The so-called algorithm, Reinforcement Learning with Human Feedback (RLHF) demonstrat…

Decision MakingLanguage ModelingLanguage Modellingreinforcement-learning+2

Kun: Answer Polishment for Chinese Self-Alignment with Instruction Back-Translation

2024-01-12 · Tianyu Zheng, Shuyue Guo, Xingwei Qu, Jiawei Guo 외

In this paper, we introduce Kun, a novel approach for creating high-quality instruction-tuning datasets for large language models (LLMs) without relying on manual annotations. Adapting a self-training algorithm based on …

Instruction FollowingTranslation