中文
相关论文

相关论文: A Three-Pronged Approach to Cross-Lingual Adaptati…

200 篇论文

Extremely low-resource languages, especially those written in rare scripts, as shown in Figure 1, remain largely unsupported by large language models (LLMs). This is due in part to compounding factors such as the lack of training data. This…

计算与语言 · 计算机科学 2025-08-27 Yue Li , Zhixue Zhao , Carolina Scarton

Multilingual Large Language Models (LLMs) develop cross-lingual abilities despite being trained on limited parallel data. However, they often struggle to generate responses in the intended language, favoring high-resource languages such as…

计算与语言 · 计算机科学 2025-06-02 Elnaz Rahmati , Alireza S. Ziabari , Morteza Dehghani

The vast majority of today's large language models (LLMs) are English-centric, having been pretrained predominantly on English text. Yet, in order to meet user expectations, models need to be able to respond appropriately in multiple…

计算与语言 · 计算机科学 2024-10-04 Tannon Kew , Florian Schottmann , Rico Sennrich

In this paper, we address the challenge of optimizing training setups for Large Language Models (LLMs) of low-resource language with a limited amount of corpus. Existing works adopt multi-epoch, multi-lingual, and two-stage training to…

计算与语言 · 计算机科学 2024-10-17 Kosuke Akimoto , Masafumi Oyamada

The development of state-of-the-art generative large language models (LLMs) disproportionately relies on English-centric tokenizers, vocabulary and pre-training data. Despite the fact that some LLMs have multilingual capabilities, recent…

计算与语言 · 计算机科学 2024-09-27 Atsuki Yamaguchi , Aline Villavicencio , Nikolaos Aletras

Although the advancements of pre-trained Large Language Models have significantly accelerated recent progress in NLP, their ever-increasing size poses significant challenges for conventional fine-tuning, especially in memory-intensive…

计算与语言 · 计算机科学 2024-04-02 Chenxi Whitehouse , Fantine Huot , Jasmijn Bastings , Mostafa Dehghani , Chu-Cheng Lin , Mirella Lapata

Multilingual Pre-trained Language models (multiPLMs), trained on the Masked Language Modelling (MLM) objective are commonly being used for cross-lingual tasks such as bitext mining. However, the performance of these models is still…

计算与语言 · 计算机科学 2025-01-13 Aloka Fernando , Surangika Ranathunga

Supervised fine-tuning (SFT), supervised instruction tuning (SIT) and in-context learning (ICL) are three alternative, de facto standard approaches to few-shot learning. ICL has gained popularity recently with the advent of LLMs due to its…

计算与语言 · 计算机科学 2024-03-05 Evgeniia Razumovskaia , Ivan Vulić , Anna Korhonen

Large Language Models (LLMs) remain heavily centered on English, with limited performance in low-resource languages. Existing adaptation approaches, such as continual pre-training, demand significant computational resources. In the case of…

计算与语言 · 计算机科学 2026-03-31 Eneko Valero , Maria Ribalta i Albado , Oscar Sainz , Naiara Perez , German Rigau

Large Language Models (LLMs) excel in high-resource languages but struggle with low-resource languages due to limited training data. This paper presents TALL (Trainable Architecture for Enhancing LLM Performance in Low-Resource Languages),…

计算与语言 · 计算机科学 2025-06-06 Moshe Ofer , Orel Zamler , Amos Azaria

Large Language Models (LLMs) have achieved remarkable progress in recent years; however, their excellent performance is still largely limited to major world languages, primarily English. Many LLMs continue to face challenges with…

This paper investigates a critical design decision in the practice of massively multilingual continual pre-training -- the inclusion of parallel data. Specifically, we study the impact of bilingual translation data for massively…

计算与语言 · 计算机科学 2025-12-05 Shaoxiong Ji , Zihao Li , Jaakko Paavola , Hengyu Luo , Jörg Tiedemann

In recent times, substantial advancements have been witnessed in large language models (LLMs), exemplified by ChatGPT, showcasing remarkable proficiency across a range of complex tasks. However, many mainstream LLMs (e.g. LLaMA) are…

计算与语言 · 计算机科学 2024-01-15 Jun Zhao , Zhihao Zhang , Luhui Gao , Qi Zhang , Tao Gui , Xuanjing Huang

Large Language Models (LLMs), being generic task solvers, are versatile. However, despite the vast amount of data they are trained on, there are speculations about their adaptation capabilities to a new domain. Additionally, the simple…

计算与语言 · 计算机科学 2025-09-03 Anum Afzal , Mehul Kumawat , Florian Matthes

Realignment is a promising strategy to improve cross-lingual transfer in multilingual language models. However, empirical results are mixed and often unreliable, particularly for typologically distant or low-resource languages (LRLs)…

计算与语言 · 计算机科学 2025-11-11 Quang Phuoc Nguyen , David Anugraha , Felix Gaschi , Jun Bin Cheng , En-Shiun Annie Lee

Large language models (LLMs) have advanced the state of the art in natural language processing. However, their predominant design for English or a limited set of languages creates a substantial gap in their effectiveness for low-resource…

计算与语言 · 计算机科学 2024-04-04 Peiqin Lin , Shaoxiong Ji , Jörg Tiedemann , André F. T. Martins , Hinrich Schütze

Most Transformer language models are primarily pretrained on English text, limiting their use for other languages. As the model sizes grow, the performance gap between English and other languages with fewer compute and data resources…

计算与语言 · 计算机科学 2023-01-24 Malte Ostendorff , Georg Rehm

Multilingual large language models (LLMs) are expensive to pretrain and often suffer from imbalances across languages and datasets, English-centric bias, tokenizer oversegmentation for morphologically rich low-resource languages, and the…

计算与语言 · 计算机科学 2026-01-23 Mitodru Niyogi , Eric Gaussier , Arnab Bhattacharya

Multilingual large language models (LLMs) aim towards robust natural language understanding across diverse languages, yet their performance significantly degrades on low-resource languages. This work explores whether existing techniques to…

计算与语言 · 计算机科学 2025-03-25 Soumen Kumar Mondal , Sayambhu Sen , Abhishek Singhania , Preethi Jyothi

Over the past few years, Large Language Models of Code (Code LLMs) have started to have a significant impact on programming practice. Code LLMs are also emerging as building blocks for research in programming languages and software…