CLMar 14, 2024

Revealing the Parallel Multilingual Learning within Large Language Models

arXiv:2403.09073v328 citationsEMNLP
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving multilingual AI comprehension for users needing cross-lingual applications, though it appears incremental as it builds on existing in-context learning methods.

The study tackled the problem of enhancing multilingual large language models' comprehension by introducing Parallel Input in Multiple Languages (PiM), which involves translating inputs to multiple languages, and found that this approach significantly improves performance, with experiments showing benefits even from inferior translations and activation of more precise neurons.

In this study, we reveal an in-context learning (ICL) capability of multilingual large language models (LLMs): by translating the input to several languages, we provide Parallel Input in Multiple Languages (PiM) to LLMs, which significantly enhances their comprehension abilities. To test this capability, we design extensive experiments encompassing 8 typical datasets, 7 languages and 8 state-of-the-art multilingual LLMs. Experimental results show that (1) incorporating more languages help PiM surpass the conventional ICL further; (2) even combining with the translations that are inferior to baseline performance can also help. Moreover, by examining the activated neurons in LLMs, we discover a counterintuitive but interesting phenomenon. Contrary to the common thought that PiM would activate more neurons than monolingual input to leverage knowledge learned from diverse languages, PiM actually inhibits neurons and promotes more precise neuron activation especially when more languages are added. This phenomenon aligns with the neuroscience insight about synaptic pruning, which removes less used neural connections, strengthens remainders, and then enhances brain intelligence.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes