paper-with-me

Papers

LongForm: Effective Instruction Tuning with Reverse Instructions

2023-04-17 · Abdullatif Köksal, Timo Schick, Anna Korhonen, Hinrich Schütze

Instruction tuning enables language models to more effectively generalize and better follow user intent. However, obtaining instruction data is costly and challenging. Prior work employs methods such as expensive human annotation, crowd-sourced datasets with alignment issues, and generating noisy examples via LLMs. We introduce the LongForm-C dataset, which is created by reverse instructions. We generate instructions via LLMs for human-written corpus examples using reverse instructions. First we select a diverse set of human-written documents from corpora such as C4 and Wikipedia; then we generate instructions for these documents via LLMs. This approach provides a cheaper and cleaner instruction-tuning dataset with natural output and one suitable for long text generation. Our models outperform 10x larger language models without instruction tuning on tasks such as story/recipe generation and long-form question answering. Moreover, LongForm models outperform prior instruction-tuned models such as FLAN-T5 and Alpaca by a large margin, and improve language understanding capabilities further. We publicly release our data and models: https://github.com/akoksal/LongForm.

📄 PDF Abstract BibTeX arXiv:2304.08460

Code (2)

akoksal/longform 공식 구현
youngerous/qtree

Tasks

Long Form Question AnsweringNews GenerationQuestion AnsweringRecipe GenerationText Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.
Residual Connection 설명 없음
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

MURI: High-Quality Instruction Tuning Datasets for Low-Resource Languages via Reverse Instructions

2024-09-19 · Abdullatif Köksal, Marion Thaler, Ayyoob Imani, Ahmet Üstün 외

Instruction tuning enhances large language models (LLMs) by aligning them with human preferences across diverse tasks. Traditional approaches to create instruction tuning datasets face serious challenges for low-resource…

Diversity

Dynosaur: A Dynamic Growth Paradigm for Instruction-Tuning Data Curation

2023-05-23 · Da Yin, Xiao Liu, Fan Yin, Ming Zhong 외

Instruction tuning has emerged to enhance the capabilities of large language models (LLMs) to comprehend instructions and generate appropriate responses. Existing methods either manually annotate or employ LLM (e.g., GPT…

Continual Learning

Dual Instruction Tuning with Large Language Models for Mathematical Reasoning

2024-03-27 · Yongwei Zhou, Tiejun Zhao

Recent advancements highlight the success of instruction tuning with large language models (LLMs) utilizing Chain-of-Thought (CoT) data for mathematical reasoning tasks. Despite the fine-tuned LLMs, challenges persist, s…

Domain GeneralizationMathematical Reasoning

InverseCoder: Self-improving Instruction-Tuned Code LLMs with Inverse-Instruct

2024-07-08 · Yutong Wu, Di Huang, Wenxuan Shi, Wei Wang 외

Recent advancements in open-source code large language models (LLMs) have been driven by fine-tuning on the data generated from powerful closed-source LLMs, which are expensive to obtain. This paper explores whether it i…

Code GenerationCode SummarizationData AugmentationHumanEval+2

Context-dependent Instruction Tuning for Dialogue Response Generation

2023-11-13 · Jin Myung Kwak, Minseon Kim, Sung Ju Hwang

Recent language models have achieved impressive performance in natural language tasks by incorporating instructions with task input during fine-tuning. Since all samples in the same natural language task can be explained…

Dialogue GenerationResponse Generation