paper-with-me

Papers

The Construction of Instruction-tuned LLMs for Finance without Instruction Data Using Continual Pretraining and Model Merging

2024-09-30 · Masanori Hirano, Kentaro Imajo

This paper proposes a novel method for constructing instruction-tuned large language models (LLMs) for finance without instruction data. Traditionally, developing such domain-specific LLMs has been resource-intensive, requiring a large dataset and significant computational power for continual pretraining and instruction tuning. Our study proposes a simpler approach that combines domain-specific continual pretraining with model merging. Given that general-purpose pretrained LLMs and their instruction-tuned LLMs are often publicly available, they can be leveraged to obtain the necessary instruction task vector. By merging this with a domain-specific pretrained vector, we can effectively create instruction-tuned LLMs for finance without additional instruction data. Our process involves two steps: first, we perform continual pretraining on financial data; second, we merge the instruction-tuned vector with the domain-specific pretrained vector. Our experiments demonstrate the successful construction of instruction-tuned LLMs for finance. One major advantage of our method is that the instruction-tuned and domain-specific pretrained vectors are nearly independent. This independence makes our approach highly effective. The Japanese financial instruction-tuned LLMs we developed in this study are available at https://huggingface.co/pfnet/nekomata-14b-pfn-qfin-inst-merge.

📄 PDF Abstract BibTeX arXiv:2409.19854

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Pretraining

Similar Papers 제목 키워드 기반

The LLM Pro Finance Suite: Multilingual Large Language Models for Financial Applications

2025-11-07 · Gaëtan Caillaut, Raheel Qader, Jingshu Liu, Mariam Nakhlé 외 arxiv

The financial industry's growing demand for advanced natural language processing (NLP) capabilities has highlighted the limitations of generalist large language models (LLMs) in handling domain-specific financial tasks. …

Instruction Following

Building Instruction-Tuning Datasets from Human-Written Instructions with Open-Weight Large Language Models

2025-03-31 · Youmi Ma, Sakae Mizuki, Kazuki Fujii, Taishi Nakamura 외

Instruction tuning is crucial for enabling Large Language Models (LLMs) to solve real-world tasks. Prior work has shown the effectiveness of instruction-tuning data synthesized solely from LLMs, raising a fundamental que…

DS$^2$-Instruct: Domain-Specific Data Synthesis for Large Language Models Instruction Tuning

2026-03-13 · Ruiyao Xu, Noelle I. Samia, Han Liu arxiv

Adapting Large Language Models (LLMs) to specialized domains requires high-quality instruction tuning datasets, which are expensive to create through human annotation. Existing data synthesis methods focus on general-pur…

Logical Reasoning

Construction of Domain-specified Japanese Large Language Model for Finance through Continual Pre-training

2024-04-16 · Masanori Hirano, Kentaro Imajo

Large language models (LLMs) are now widely used in various fields, including finance. However, Japanese financial-specific LLMs have not been proposed yet. Hence, this study aims to construct a Japanese financial-specif…

Language ModelingLanguage ModellingLarge Language Model

UniversalNER: Targeted Distillation from Large Language Models for Open Named Entity Recognition

2023-08-07 · Wenxuan Zhou, Sheng Zhang, Yu Gu, Muhao Chen 외

Large language models (LLMs) have demonstrated remarkable generalizability, such as understanding arbitrary entities and relations. Instruction tuning has proven effective for distilling LLMs into more cost-efficient mod…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1