Papers › Explore-Instruct: Enhancing Domain-Specific Instruction Coverage through Active Exploration

Explore-Instruct: Enhancing Domain-Specific Instruction Coverage through Active Exploration

13 Oct 2023arXiv:2310.09168archive 2025-07-28

Fanqi Wan, Xinting Huang, Tao Yang, Xiaojun Quan, Wei Bi, Shuming Shi

Instruction-tuning can be substantially optimized through enhanced diversity, resulting in models capable of handling a broader spectrum of tasks. However, existing data employed for such tuning often exhibit an inadequate coverage of individual domains, limiting the scope for nuanced comprehension and interactions within these areas. To address this deficiency, we propose Explore-Instruct, a novel approach to enhance the data coverage to be used in domain-specific instruction-tuning through active exploration via Large Language Models (LLMs). Built upon representative domain use cases, Explore-Instruct explores a multitude of variations or possibilities by implementing a search algorithm to obtain diversified and domain-focused instruction-tuning data. Our data-centric analysis validates the effectiveness of this proposed approach in improving domain-specific instruction coverage. Moreover, our model's performance demonstrates considerable advancements over multiple baselines, including those utilizing domain-specific data enhancement. Our findings offer a promising opportunity to improve instruction coverage, especially in domain-specific contexts, thereby advancing the development of adaptable language models. Our code, model weights, and data are public at \url{https://github.com/fanqiwan/Explore-Instruct}.

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="2310.09168")

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 7 ran with no contract checked.

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

fanqiwan/explore-instruct officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
TingchenFu/ACL24-ExpertFusion mentioned on GitHubpytorch report
tingchenfu/poisonbench mentioned on GitHubpytorch 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

13 samples harvested; 11 ran; 1 honoured the contract we drafted; 2 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.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
7ran
2unverified

Licence: 0 of the 13 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 fanqiwan/Explore-Instruct. “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.

atoi fanqiwan/Explore-Instruct/train/zero_to_fp32.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 6dbf1b2a5b901370 · report
dispatch_openai_requests fanqiwan/Explore-Instruct/eval/chatgpt_score.py official repository ran Apache-2.0 (permissive) · a756303ae2edaf62 · report
dispatch_openai_requests fanqiwan/Explore-Instruct/eval/chatgpt_generate.py official repository ran Apache-2.0 (permissive) · 54798b37bb34f36c · report
find_word_in_string fanqiwan/Explore-Instruct/generate_instruction.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 8ca6a5f9f77053c2 · report
get_completion fanqiwan/Explore-Instruct/eval/chatgpt_score.py official repository ran Apache-2.0 (permissive) · b9b91448d55793d7 · report
get_json_list fanqiwan/Explore-Instruct/eval/chatgpt_score.py official repository ran Apache-2.0 (permissive) · 5d17b604c968b41d · report
get_json_list fanqiwan/Explore-Instruct/eval/chatgpt_generate.py official repository ran Apache-2.0 (permissive) · 76f57c5b5180ce60 · report
get_model_state_file fanqiwan/Explore-Instruct/train/zero_to_fp32.py official repository ran Apache-2.0 (permissive) · 3a53f3109825e747 · report
is_equiv fanqiwan/Explore-Instruct/eval/auto_eval/math/math_equivalence.py official repository ran · violated contract Apache-2.0 (permissive) · 20063c675d638a77 · report
jload fanqiwan/Explore-Instruct/train/utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · d07d04439cd1d44f · report
natural_keys fanqiwan/Explore-Instruct/train/zero_to_fp32.py official repository ran fingerprinted Apache-2.0 (permissive) · 7052cf0436949e37 · report
get_completion fanqiwan/Explore-Instruct/eval/chatgpt_generate.py official repository unverified Apache-2.0 (permissive) · 10d36e6036039fa6 · report
get_model_answers fanqiwan/Explore-Instruct/eval/generate.py official repository unverified Apache-2.0 (permissive) · e277401df718baca · report

Tasks

Diversity

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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