paper-with-me

Papers

CITING: Large Language Models Create Curriculum for Instruction Tuning

2023-10-04 · Tao Feng, Zifeng Wang, Jimeng Sun

The recent advancement of large language models (LLMs) has been achieved through a combo of instruction tuning and human alignment. However, building manually crafted instruction datasets and performing human alignment become the bottleneck for scaling the development of LLMs. In this paper, we exploit the idea of leveraging AI models in lieu of humans as the teacher to train student LLMs. Our method is inspired by how human students refine their writing skills by following the rubrics and learning from the revisions offered by their tutors. Specifically, we employ a teacher LLM to create a curriculum for instruction tuning of the student LLM, namely Curriculum Instruction TunING (CITING). It encompasses two main steps: (1) the teacher LLM crafts the rubrics for evaluating the answers corresponding to various types of questions, and (2) the student LLM learns to follow the rubrics and perform self-correction from the revision made by the teacher. We further iteratively carry out it to embody the procedure of CITING. We compare CITING to a series of state-of-the-art baselines on four datasets. Our method demonstrates strong improvement in terms of articulate, in-depth, and comprehensive by GPT-4 evaluation. Specifically, it achieves an average winning rate of 79.4% over SFT, 73.4% over RLHF, 78.1% over RRHF, and 76.3% over RAFT, respectively.

📄 PDF Abstract BibTeX arXiv:2310.02527

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Teaching According to Talents! Instruction Tuning LLMs with Competence-Aware Curriculum Learning

2025-09-17 · Yangning Li, Tingwei Lu, Yinghui Li, Yankai Chen 외 arxiv

Efficient instruction tuning aims to enhance the ultimate performance of large language models (LLMs) trained on a given instruction dataset. Curriculum learning as a typical data organization strategy has shown prelimin…

Instruction-Driven Game Engine: A Poker Case Study

2024-10-17 · Hongqiu Wu, XingYuan Liu, Yan Wang, Hai Zhao

The Instruction-Driven Game Engine (IDGE) project aims to democratize game development by enabling a large language model (LLM) to follow free-form game descriptions and generate game-play processes. The IDGE allows user…

DiversityLanguage ModelingLanguage ModellingLarge Language Model

Distilling Instruction-following Abilities of Large Language Models with Task-aware Curriculum Planning

2024-05-22 · Yuanhao Yue, Chengyu Wang, Jun Huang, Peng Wang

Instruction tuning aims to align large language models (LLMs) with open-domain instructions and human-preferred responses. While several studies have explored autonomous approaches to distilling and annotating instructio…

Code GenerationInstruction FollowingLogical Reasoning

Scaling Evidence-based Instructional Design Expertise through Large Language Models

2023-05-31 · Gautam Yadav

This paper presents a comprehensive exploration of leveraging Large Language Models (LLMs), specifically GPT-4, in the field of instructional design. With a focus on scaling evidence-based instructional design expertise,…

Active Learning

Stay on the Path: Instruction Fidelity in Vision-and-Language Navigation

2019-05-29 · ACL 2019 7 · Vihan Jain, Gabriel Magalhaes, Alexander Ku, Ashish Vaswani 외

Advances in learning and representations have reinvigorated work that connects language to other modalities. A particularly exciting direction is Vision-and-Language Navigation(VLN), in which agents interpret natural lan…

Instruction FollowingVision and Language Navigation