paper-with-me

Papers

Self-Specialization: Uncovering Latent Expertise within Large Language Models

2023-09-29 · Junmo Kang, Hongyin Luo, Yada Zhu, Jacob Hansen, James Glass, David Cox, Alan Ritter, Rogerio Feris, Leonid Karlinsky

Recent works have demonstrated the effectiveness of self-alignment in which a large language model is aligned to follow general instructions using instructional data generated from the model itself starting from a handful of human-written seeds. Instead of general alignment, in this work, we focus on self-alignment for expert domain specialization (e.g., biomedicine, finance). As a preliminary, we quantitively show the marginal effect that generic instruction-following training has on downstream expert domains' performance. To remedy this, we propose self-specialization - allowing for effective model specialization while achieving cross-task generalization by leveraging only a few labeled seeds. Self-specialization offers a data- and parameter-efficient way of "carving out" an expert model out of a generalist pre-trained LLM. Exploring a variety of popular open large models as a base for specialization, our experimental results in both biomedical and financial domains show that our self-specialized models outperform their base models by a large margin, and even larger models that are generally instruction-tuned or that have been adapted to the target domain by other means.

📄 PDF Abstract BibTeX arXiv:2310.00160

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationInstruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

MoLoRA: Composable Specialization via Per-Token Adapter Routing

2026-03-16 · Shrey Shah, Justin Wagle arxiv

Multi-adapter serving systems route entire sequences to a single adapter, forcing a choice when requests span multiple domains. This assumption fails in two important settings: (1) multimodal generation, where text and i…

multimodal generation

LC-ERD: Mining Latent Logic for Self-Evolving Reasoning via Consistency-Regulated Reward Decomposition

2026-05-19 · Yanyu Chen, Jiyue Jiang, Dianzhi Yu, Zheng Wu 외 arxiv

The evolution of Large Language Model (LLM) reasoning is bottlenecked by the scarcity of high-quality process data. While self-alignment via endogenous rewards offers a solution, mining valid supervision faces three chal…

PRISM: Synergizing Vision Foundation Models via Self-organized Expert Specialization

2026-06-02 · Ying Tang, Dong Li, Youjia Zhang, Zikai Song 외 arxiv

Unifying the complementary strengths of diverse Vision Foundation Models (VFMs) into a single efficient model is highly desirable but challenged by the negative transfer inherent in monolithic distillation. To address th…

The Myth of Expert Specialization in MoEs: Why Routing Reflects Geometry, Not Necessarily Domain Expertise

2026-04-10 · Xi Wang, Soufiane Hayou, Eric Nalisnick arxiv

Mixture of Experts (MoEs) are now ubiquitous in large language models, yet the mechanisms behind their "expert specialization" remain poorly understood. We show that, since MoE routers are linear maps, hidden state simil…

Dev2vec: Representing Domain Expertise of Developers in an Embedding Space

2022-07-11 · Arghavan Moradi Dakhel, Michel C. Desmarais, Foutse khomh

Accurate assessment of the domain expertise of developers is important for assigning the proper candidate to contribute to a project or to attend a job role. Since the potential candidate can come from a large pool, the …