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

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

23 May 2023arXiv:2305.14327archive 2025-07-28

Da Yin, Xiao Liu, Fan Yin, Ming Zhong, Hritik Bansal, Jiawei Han, Kai-Wei Chang

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-series) to generate data for instruction tuning. However, they often overlook associating instructions with existing annotated datasets. In this paper, we propose Dynosaur, a dynamic growth paradigm for the automatic curation of instruction-tuning data. Based on the metadata of existing datasets, we use LLMs to automatically construct instruction-tuning data by identifying relevant data fields and generating appropriate instructions. By leveraging the existing annotated datasets, Dynosaur offers several advantages: 1) it reduces the API cost for generating instructions (e.g., it costs less than $12 USD by calling GPT-3.5-turbo for generating 800K instruction tuning samples; 2) it provides high-quality data for instruction tuning (e.g., it performs better than Alpaca and Flan on Super-NI and Longform with comparable data sizes); and 3) it supports the continuous improvement of models by generating instruction-tuning data when a new annotated dataset becomes available. We further investigate a continual learning scheme for learning with the ever-growing instruction-tuning dataset, and demonstrate that replaying tasks with diverse instruction embeddings not only helps mitigate forgetting issues but generalizes to unseen tasks better. Code and data are available at https://github.com/WadeYin9712/Dynosaur.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.14327")

Code

Syntology Ran 0 of 14 code samples harvested from 1 repository linked to this paper; 14 have no recorded run.

By repository: official repository: 14 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wadeyin9712/dynosaur officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from WadeYin9712/Dynosaur. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_vision_dataset WadeYin9712/Dynosaur/code/metadata_collection/download_data.py official repository unverified Apache-2.0 (permissive) · 1de70fd4ceb6956c · report
concat_fields WadeYin9712/Dynosaur/code/instruction_generation/organize_data.py official repository unverified Apache-2.0 (permissive) · 9978132dcfc5cdb9 · report
convert_to_json WadeYin9712/Dynosaur/code/metadata_collection/parse_hf.py official repository unverified Apache-2.0 (permissive) · abef3398940b9462 · report
filter WadeYin9712/Dynosaur/code/instruction_generation/filter_invalid_tasks.py official repository unverified Apache-2.0 (permissive) · 1850cf8a582d56b6 · report
get_configs WadeYin9712/Dynosaur/code/metadata_collection/license_info.py official repository unverified Apache-2.0 (permissive) · 19c6f1e2de2096e6 · report
get_samples WadeYin9712/Dynosaur/code/metadata_collection/download_data.py official repository unverified Apache-2.0 (permissive) · 8c06985d6cb4803e · report
load_from_hf WadeYin9712/Dynosaur/code/metadata_collection/download_data.py official repository unverified Apache-2.0 (permissive) · a8f7a0a6edf3ef0f · report
remove_href_tags WadeYin9712/Dynosaur/code/metadata_collection/remove_tags.py official repository unverified Apache-2.0 (permissive) · 6f8f1037b790f574 · report
remove_noise WadeYin9712/Dynosaur/code/metadata_collection/parse_hf.py official repository unverified Apache-2.0 (permissive) · 2c7654a31dd134e3 · report
remove_p_tags WadeYin9712/Dynosaur/code/metadata_collection/remove_tags.py official repository unverified Apache-2.0 (permissive) · 27ef84b92aa29fbe · report
remove_span_tags WadeYin9712/Dynosaur/code/metadata_collection/remove_tags.py official repository unverified Apache-2.0 (permissive) · 6a4640a09ff895b8 · report
truncate WadeYin9712/Dynosaur/code/instruction_generation/generate_tasks_with_description.py official repository unverified Apache-2.0 (permissive) · 341a6b8ffd520b77 · report
truncate_metadata WadeYin9712/Dynosaur/code/instruction_generation/generate_tasks_with_description.py official repository unverified Apache-2.0 (permissive) · 60e4fd2c48b63c6d · report
truncate_metadata WadeYin9712/Dynosaur/code/instruction_generation/generate_tasks_without_description.py official repository unverified Apache-2.0 (permissive) · a2fbe0fae173a66b · report

Tasks

Continual Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDropoutGPT-3GPT-4Label SmoothingLayer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformerWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections