paper-with-me

홈 › Papers

CrossIn: An Efficient Instruction Tuning Approach for Cross-Lingual Knowledge Alignment

2024-04-18 · Geyu Lin, Bin Wang, Zhengyuan Liu, Nancy F. Chen

Multilingual proficiency presents a significant challenge for large language models (LLMs). English-centric models are usually suboptimal in other languages, particularly those that are linguistically distant from English. This performance discrepancy mainly stems from the imbalanced distribution of training data across languages during pre-training and instruction tuning stages. To address this problem, we propose a novel approach called CrossIn, which utilizes a mixed composition of cross-lingual instruction tuning data. Our method leverages the compressed representation shared by various languages to efficiently enhance the model's task-solving capabilities and multilingual proficiency within a single process. In addition, we introduce a multi-task and multi-faceted benchmark to evaluate the effectiveness of CrossIn. Experimental results demonstrate that our method substantially improves performance across tasks and languages, and we provide extensive insights into the impact of cross-lingual data volume and the integration of translation data on enhancing multilingual consistency and accuracy.

📄 PDF Abstract BibTeX arXiv:2404.11932

Code (2)

lingy12/crossin 공식 구현 pytorch
seaeval/seaeval pytorch

Similar Papers 제목 키워드 기반

Multilingual Pretraining and Instruction Tuning Improve Cross-Lingual Knowledge Alignment, But Only Shallowly

2024-04-06 · Changjiang Gao, Hongda Hu, Peng Hu, Jiajun Chen 외

Despite their strong ability to retrieve knowledge in English, current large language models show imbalance abilities in different languages. Two approaches are proposed to address this, i.e., multilingual pretraining an…

Teaching Llama a New Language Through Cross-Lingual Knowledge Transfer

2024-04-05 · Hele-Andra Kuulmets, Taido Purason, Agnes Luhtaru, Mark Fishel

This paper explores cost-efficient methods to adapt pretrained Large Language Models (LLMs) to new lower-resource languages, with a specific focus on Estonian. Leveraging the Llama 2 model, we investigate the impact of c…

Instruction FollowingTransfer Learning

X-Instruction: Aligning Language Model in Low-resource Languages with Self-curated Cross-lingual Instructions

2024-05-30 · Chong Li, Wen Yang, Jiajun Zhang, Jinliang Lu 외

Large language models respond well in high-resource languages like English but struggle in low-resource languages. It may arise from the lack of high-quality instruction following data in these languages. Directly transl…

Instruction FollowingLanguage ModelingLanguage ModellingTranslation

xCoT: Cross-lingual Instruction Tuning for Cross-lingual Chain-of-Thought Reasoning

2024-01-13 · Linzheng Chai, Jian Yang, Tao Sun, Hongcheng Guo 외

Chain-of-thought (CoT) has emerged as a powerful technique to elicit reasoning in large language models and improve a variety of downstream tasks. CoT mainly demonstrates excellent performance in English, but its usage i…

Few-Shot LearningLanguage ModellingLarge Language Model

Investigating Multilingual Instruction-Tuning: Do Polyglot Models Demand for Multilingual Instructions?

2024-02-21 · Alexander Arno Weber, Klaudia Thellmann, Jan Ebert, Nicolas Flores-Herr 외

The adaption of multilingual pre-trained LLMs into eloquent and helpful assistants is essential to facilitate their use across different language regions. In that spirit, we are the first to conduct an extensive study of…

Instruction Following