paper-with-me

홈 › Papers

Fine-tuning Large Language Models for Domain-specific Machine Translation

2024-02-23 · Jiawei Zheng, Hanghai Hong, Feiyan Liu, Xiaoli Wang, Jingsong Su, Yonggui Liang, Shikai Wu

Large language models (LLMs) have shown great potential in domain-specific machine translation (MT). However, one major issue is that LLMs pre-trained on general domain corpus might not generalize well to specific domains due to the lack of domain-specific knowledge. To address this issue, this paper focuses on enhancing the domain-specific MT capability of LLMs, by providing high-quality training datasets and proposing a novel fine-tuning framework denoted by DragFT. DragFT augments LLMs via three techniques: (i) Dictionary-enhanced prompting integrates dictionary information into prompts to improve the translation of domain-specific terminology.; (ii) RAG-based few-shot example selection provides high-quality examples that simulate both the domain and style characteristics; (iii) Fine-tuning with few-shot examples further enhances performance when using in-domain examples. We deploy DragFT on three well-known LLM backbones with 13B training parameters to validate its effectiveness. The results on three domain-specific datasets show that DragFT achieves a significant performance boost and shows superior performance compared to advanced models such as GPT-3.5 and GPT-4o. The drastic performance improvement of DragFT over existing LLMs can be attributed to incorporating relevant knowledge while mitigating noise.

📄 PDF Abstract BibTeX arXiv:2402.15061

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationIn-Context LearningMachine TranslationRAGTranslation

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Regex-augmented Domain Transfer Topic Classification based on a Pre-trained Language Model: An application in Financial Domain

2023-05-23 · Vanessa Liao, Syed Shariyar Murtaza, Yifan Nie, Jimmy Lin

A common way to use large pre-trained language models for downstream tasks is to fine tune them using additional layers. This may not work well if downstream domain is a specialized domain whereas the large language mode…

Language ModelingLanguage ModellingLarge Language Modeltext-classification+2

SLM Finetuning for Natural Language to Domain Specific Code Generation in Production

2026-04-10 · Renjini R. Nair, Damian K. Kowalczyk, Marco Gaudesi, Chhaya Methani arxiv

Many applications today use large language models for code generation; however, production systems have strict latency requirements that can be difficult to meet with large models. Small language models with a few billio…

Code Generation

Can LLMs' Tuning Methods Work in Medical Multimodal Domain?

2024-03-11 · Jiawei Chen, Yue Jiang, Dingkang Yang, Mingcheng Li 외

While Large Language Models (LLMs) excel in world knowledge understanding, adapting them to specific subfields requires precise adjustments. Due to the model's vast scale, traditional global fine-tuning methods for large…

Transfer LearningWorld Knowledge

Fine-tuning Large Enterprise Language Models via Ontological Reasoning

2023-06-19 · Teodoro Baldazzi, Luigi Bellomarini, Stefano Ceri, Andrea Colombo 외

Large Language Models (LLMs) exploit fine-tuning as a technique to adapt to diverse goals, thanks to task-specific training data. Task specificity should go hand in hand with domain orientation, that is, the specializati…

Knowledge GraphsSpecificity

Understanding the Effects of Domain Finetuning on LLMs

2025-10-10 · Eshaan Tanwar, Deepak Nathani, William Yang Wang, Tanmoy Chakraborty arxiv

Large Language Models (LLMs) fine-tuned for specific domains exhibit strong performance; however, the underlying mechanisms by which this fine-tuning reshapes their parametric space are not well understood. Prior works p…