paper-with-me

홈 › Papers

InstructionCP: A fast approach to transfer Large Language Models into target language

2024-05-30 · Kuang-Ming Chen, Hung-Yi Lee

The rapid development of large language models (LLMs) in recent years has largely focused on English, resulting in models that respond exclusively in English. To adapt these models to other languages, continual pre-training (CP) is often employed, followed by supervised fine-tuning (SFT) to maintain conversational abilities. However, CP and SFT can reduce a model's ability to filter harmful content. We propose Instruction Continual Pre-training (InsCP), which integrates instruction tags into the CP process to prevent loss of conversational proficiency while acquiring new languages. Our experiments demonstrate that InsCP retains conversational and Reinforcement Learning from Human Feedback (RLHF) abilities. Empirical evaluations on language alignment, reliability, and knowledge benchmarks confirm the efficacy of InsCP. Notably, this approach requires only 0.1 billion tokens of high-quality instruction-following data, thereby reducing resource consumption.

📄 PDF Abstract BibTeX arXiv:2405.20175

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Understanding the Mechanisms of Fast Hyperparameter Transfer

2025-12-28 · Nikhil Ghosh, Denny Wu, Alberto Bietti arxiv

The growing scale of deep learning models has rendered standard hyperparameter (HP) optimization prohibitively expensive. A promising solution is the use of scale-aware hyperparameters, which can enable direct transfer o…

Semantic Aware Linear Transfer by Recycling Pre-trained Language Models for Cross-lingual Transfer

2025-05-16 · SeungYoon Lee, Seongtae Hong, Hyeonseok Moon, Heuiseok Lim

Large Language Models (LLMs) increasingly incorporate multilingual capabilities, fueling the demand to transfer them into target language-specific models. However, most approaches, which blend the source model's embeddin…

Cross-Lingual Transfer

TF-Attack: Transferable and Fast Adversarial Attacks on Large Language Models

2024-08-26 · Zelin Li, Kehai Chen, Lemao Liu, Xuefeng Bai 외

With the great advancements in large language models (LLMs), adversarial attacks against LLMs have recently attracted increasing attention. We found that pre-existing adversarial attack methodologies exhibit limited tran…

Adversarial Attack

Faster-GCG: Efficient Discrete Optimization Jailbreak Attacks against Aligned Large Language Models

2024-10-20 · Xiao Li, Zhuhong Li, Qiongxiu Li, Bingze Lee 외

Aligned Large Language Models (LLMs) have demonstrated remarkable performance across various tasks. However, LLMs remain susceptible to jailbreak adversarial attacks, where adversaries manipulate prompts to elicit malici…

Analysing Cross-Lingual Transfer in Low-Resourced African Named Entity Recognition

2023-09-11 · Michael Beukman, Manuel Fokam

Transfer learning has led to large gains in performance for nearly all NLP tasks while making downstream models easier and faster to train. This has also been extended to low-resourced languages, with some success. We in…

Cross-Lingual Transfernamed-entity-recognitionNamed Entity RecognitionTransfer Learning