The reviewed record of science sign in
Pith

arxiv: 2408.15915 · v2 · pith:MUHMBLXQ · submitted 2024-08-28 · cs.CV · cs.AI· cs.CL

Leveraging Open Knowledge for Advancing Task Expertise in Large Language Models

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:MUHMBLXQrecord.jsonopen to challenge →

classification cs.CV cs.AIcs.CL
keywords knowledgek-shotdatamodelsopenexpertiseexpertsinstructions
0
0 comments X
read the original abstract

The cultivation of expertise for large language models (LLMs) to solve tasks of specific areas often requires special-purpose tuning with calibrated behaviors on the expected stable outputs. To avoid huge cost brought by manual preparation of instruction datasets and training resources up to hundreds of hours, the exploitation of open knowledge including a wealth of low rank adaptation (LoRA) models and instruction datasets serves as a good starting point. However, existing methods on model and data selection focus on the performance of general-purpose capabilities while neglecting the knowledge gap exposed in domain-specific deployment. In the present study, we propose to bridge such gap by introducing few human-annotated samples (i.e., K-shot) for advancing task expertise of LLMs with open knowledge. Specifically, we develop an efficient and scalable pipeline to cost-efficiently produce task experts where K-shot data intervene in selecting the most promising expert candidates and the task-relevant instructions. A mixture-of-expert (MoE) system is built to make the best use of individual-yet-complementary knowledge between multiple experts. We unveil the two keys to the success of a MoE system, 1) the abidance by K-shot, and 2) the insistence on diversity. For the former, we ensure that models that truly possess problem-solving abilities on K-shot are selected rather than those blind guessers. Besides, during data selection, instructions that share task-relevant contexts with K-shot are prioritized. For the latter, we highlight the diversity of constituting experts and that of the fine-tuning instructions throughout the model and data selection process. Extensive experimental results confirm the superiority of our approach over existing methods on utilization of open knowledge across various tasks. Our codes will be available at https://github.com/Yaphabates/Rocket.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. RoME: Robust Mixture of Low-Rank Experts against Multiple Adversarial Perturbations

    cs.CV 2026-07 accept novelty 6.0

    Low-rank additive experts with dual-scale gating and threat-guided diversification improve multi-perturbation adversarial robustness by routing different threat types through distinct model pathways.