paper-with-me

홈 › Papers

Efficiently Building a Domain-Specific Large Language Model from Scratch: A Case Study of a Classical Chinese Large Language Model

2025-05-17 · Shen Li, Renfen Hu, Lijun Wang

General-purpose large language models demonstrate notable capabilities in language comprehension and generation, achieving results that are comparable to, or even surpass, human performance in many natural language processing tasks. Nevertheless, when general models are applied to some specific domains, e.g., Classical Chinese texts, their effectiveness is often unsatisfactory, and fine-tuning open-source foundational models similarly struggles to adequately incorporate domain-specific knowledge. To address this challenge, this study developed a large language model, AI Taiyan, specifically designed for understanding and generating Classical Chinese. Experiments show that with a reasonable model design, data processing, foundational training, and fine-tuning, satisfactory results can be achieved with only 1.8 billion parameters. In key tasks related to language processing of Classical Chinese such as punctuation, identification of allusions, explanation of word meanings, and translation between ancient and modern Chinese, this model exhibits a clear advantage over both general-purpose large models and domain-specific traditional models, achieving levels close to or surpassing human baselines. This research provides a reference for the efficient construction of specialized domain-specific large language models. Furthermore, the paper discusses the application of this model in fields such as the collation of ancient texts, dictionary editing, and language research, combined with case studies.

📄 PDF Abstract BibTeX arXiv:2505.11810

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Efficient Continual Pre-training for Building Domain Specific Large Language Models

2023-11-14 · Yong Xie, Karan Aggarwal, Aitzaz Ahmad

Large language models (LLMs) have demonstrated remarkable open-domain capabilities. Traditionally, LLMs tailored for a domain are trained from scratch to excel at handling domain-specific tasks. In this work, we explore …

How to inject knowledge efficiently? Knowledge Infusion Scaling Law for Pre-training Large Language Models

2025-09-19 · Kangtao Lv, Haibin Chen, Yujin Yuan, Langming Liu 외 arxiv

Large language models (LLMs) have attracted significant attention due to their impressive general capabilities across diverse downstream tasks. However, without domain-specific optimization, they often underperform on sp…

DREditor: An Time-efficient Approach for Building a Domain-specific Dense Retrieval Model

2024-01-23 · Chen Huang, Duanyu Feng, Wenqiang Lei, Jiancheng Lv

Deploying dense retrieval models efficiently is becoming increasingly important across various industries. This is especially true for enterprise search services, where customizing search engines to meet the time demands…

Retrieval

QuantAgent: Seeking Holy Grail in Trading by Self-Improving Large Language Model

2024-02-06 · Saizhuo Wang, Hang Yuan, Lionel M. Ni, Jian Guo

Autonomous agents based on Large Language Models (LLMs) that devise plans and tackle real-world challenges have gained prominence.However, tailoring these agents for specialized domains like quantitative investment remai…

Language ModelingLanguage ModellingLarge Language Model

Safe-SAIL: Towards a Fine-grained Safety Landscape of Large Language Models via Sparse Autoencoder Interpretation Framework

2025-09-11 · Jiaqi Weng, Han Zheng, Hanyu Zhang, Ej Zhou 외 arxiv

Sparse autoencoders (SAEs) enable interpretability research by decomposing entangled model activations into monosemantic features. However, under what circumstances SAEs derive most fine-grained latent features for safet…