← Back to Paper List

Fine-tuning and Utilization Methods of Domain-specific LLMs

Cheonsu Jeong
SAMSUNG SDS
Journal of Intelligence and Information Systems (2024)
Pretraining QA Benchmark RAG

📝 Paper Summary

Financial Domain LLMs Parameter-Efficient Fine-Tuning (PEFT)
The paper establishes a systematic framework for fine-tuning Large Language Models in the financial sector, emphasizing data security, domain-specific vocabulary construction, and parameter-efficient training techniques like QLoRA.
Core Problem
General Large Language Models lack specific financial knowledge and terminology, while full fine-tuning is computationally expensive and difficult to align with strict financial data security regulations.
Why it matters:
  • The financial sector requires high accuracy and trust; general models often hallucinate or fail to grasp complex financial rules (e.g., 'KOSPI index at 2,300').
  • Financial institutions face barriers in adopting LLMs due to the immense cost of training from scratch and the risks associated with handling sensitive personal/transactional data.
  • There is a scarcity of research specifically addressing the procedural methodology for fine-tuning LLMs within the constraints of the financial domain.
Concrete Example: A general LLM might misinterpret 'stock price decline' or fail to process a query like 'USD exchange rate at 1,300 won' with the necessary numerical precision. Without fine-tuning on a specialized vocabulary, the model lacks the context to provide accurate decision support for tasks like sentiment analysis of financial news.
Key Novelty
Financial LLM Fine-tuning Framework
  • Proposes a comprehensive workflow specifically for finance, integrating data selection (reports, news), preprocessing (financial vocabulary), and model adaptation (PEFT).
  • Utilizes Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA and QLoRA to adapt large models to financial tasks without the high cost of full retraining.
  • Incorporates specific guidelines for regulatory compliance (Electronic Financial Transactions Act) and security (encryption, access control) directly into the fine-tuning lifecycle.
Breakthrough Assessment
4/10
The paper serves as a practical guideline and survey rather than introducing a novel architecture or SOTA model. It effectively synthesizes existing techniques (LoRA, RAG) for the financial domain.
×