paper-with-me

홈 › Papers

Rethinking LLM Language Adaptation: A Case Study on Chinese Mixtral

2024-03-04 · Yiming Cui, Xin Yao

Mixtral, a representative sparse mixture of experts (SMoE) language model, has received significant attention due to its unique model design and superior performance. Based on Mixtral-8x7B-v0.1, in this paper, we propose Chinese-Mixtral and Chinese-Mixtral-Instruct with improved Chinese language abilities by adopting further pre-training and instruction fine-tuning. Experimental results show that our Chinese-Mixtral and Chinese-Mixtral-Instruct successfully improve Chinese understanding and generation performance while retaining the original English abilities. Then, we discuss several key questions when performing language adaptation on large language models, including the necessity of extending the language-specific vocabulary and the choice of the initialization model (foundation model v.s. instruction model), by providing empirical results and analysis. We also present the visualizations of each expert to examine their importance on downstream tasks. Our resources are publicly available through \url{https://github.com/ymcui/Chinese-Mixtral}.

📄 PDF Abstract BibTeX arXiv:2403.01851

Code (3)

ymcui/chinese-mixtral 공식 구현 pytorch
pwc-1/Paper-5/tree/main/mixtral mindspore
ymcui/chinese-llama-alpaca-3 pytorch

Tasks

Language ModelingLanguage ModellingMixture-of-Experts

Similar Papers 제목 키워드 기반

Using a Goodness Measurement for Domain Adaptation: A Case Study on Chinese Word Segmentation

2012-05-01 · LREC 2012 5 · Yan Song, Fei Xia

Domain adaptation is an important topic for natural language processing. There has been extensive research on the topic and various methods have been explored, including training data selection, model combination, semi-s…

Chinese Word SegmentationDomain AdaptationSegmentation

How does discourse affect Spanish-Chinese Translation? A case study based on a Spanish-Chinese parallel corpus

2020-11-01 · EMNLP (CODI) 2020 11 · Shuyuan Cao

With their huge speaking populations in the world, Spanish and Chinese occupy important positions in linguistic studies. Since the two languages come from different language systems, the translation between Spanish and C…

Translation

Do LLMs Understand Wine Descriptors Across Cultures? A Benchmark for Cultural Adaptations of Wine Reviews

2025-09-16 · Chenye Zou, Xingyue Wen, Tianyi Hu, Qian Janice Wang 외 arxiv

Recent advances in large language models (LLMs) have opened the door to culture-aware language tasks. We introduce the novel problem of adapting wine reviews across Chinese and English, which goes beyond literal translat…

Rethinking Masked Language Modeling for Chinese Spelling Correction

2023-05-28 · Hongqiu Wu, Shaohua Zhang, Yuchen Zhang, Hai Zhao

In this paper, we study Chinese Spelling Correction (CSC) as a joint decision made by two separate models: a language model and an error model. Through empirical analysis, we find that fine-tuning BERT tends to over-fit …

DiversityDomain GeneralizationLanguage ModelingLanguage Modelling+2

Shuo Wen Jie Zi: Rethinking Dictionaries and Glyphs for Chinese Language Pre-training

2023-05-30 · Yuxuan Wang, Jianghui Wang, Dongyan Zhao, Zilong Zheng

We introduce CDBERT, a new learning paradigm that enhances the semantics understanding ability of the Chinese PLMs with dictionary knowledge and structure of Chinese characters. We name the two core modules of CDBERT as …

Contrastive Learning