paper-with-me

Papers

MindMerger: Efficient Boosting LLM Reasoning in non-English Languages

2024-05-27 · Zixian Huang, Wenhao Zhu, Gong Cheng, Lei LI, Fei Yuan

Reasoning capabilities are crucial for Large Language Models (LLMs), yet a notable gap exists between English and non-English languages. To bridge this disparity, some works fine-tune LLMs to relearn reasoning capabilities in non-English languages, while others replace non-English inputs with an external model's outputs such as English translation text to circumvent the challenge of LLM understanding non-English. Unfortunately, these methods often underutilize the built-in skilled reasoning and useful language understanding capabilities of LLMs. In order to better utilize the minds of reasoning and language understanding in LLMs, we propose a new method, namely MindMerger, which merges LLMs with the external language understanding capabilities from multilingual models to boost the multilingual reasoning performance. Furthermore, a two-step training scheme is introduced to first train to embeded the external capabilities into LLMs and then train the collaborative utilization of the external capabilities and the built-in capabilities in LLMs. Experiments on three multilingual reasoning datasets and a language understanding dataset demonstrate that MindMerger consistently outperforms all baselines, especially in low-resource languages. Without updating the parameters of LLMs, the average accuracy improved by 6.7% and 8.0% across all languages and low-resource languages on the MGSM dataset, respectively.

📄 PDF Abstract BibTeX arXiv:2405.17386

Code (1)

cone-mt/mindmerger 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MERLIN: Multi-Stage Curriculum Alignment for Multilingual Encoder-LLM Integration in Cross-Lingual Reasoning

2025-09-09 · Kosei Uemura, David Guzmán, Quang Phuoc Nguyen, Jesujoba Oluwadara Alabi 외 arxiv

Large language models excel in English but still struggle with complex reasoning in many low-resource languages (LRLs). Existing encoder-plus-decoder methods such as LangBridge and MindMerger raise accuracy on mid and hi…

Multilingual Test-Time Scaling via Initial Thought Transfer

2025-05-21 · Prasoon Bajpai, Tanmoy Chakraborty

Test-time scaling has emerged as a widely adopted inference-time strategy for boosting reasoning performance. However, its effectiveness has been studied almost exclusively in English, leaving its behavior in other langu…

What Is Missing in Multilingual Visual Reasoning and How to Fix It

2024-03-03 · Yueqi Song, Simran Khanuja, Graham Neubig

NLP models today strive for supporting multiple languages and modalities, improving accessibility for diverse users. In this paper, we evaluate their multilingual, multimodal capabilities by testing on a visual reasoning…

Image CaptioningVisual Reasoning

Crosslingual Reasoning through Test-Time Scaling

2025-05-08 · Zheng-Xin Yong, M. Farid Adilazuarda, Jonibek Mansurov, Ruochen Zhang 외

Reasoning capabilities of large language models are primarily studied for English, even when pretrained models are multilingual. In this work, we investigate to what extent English reasoning finetuning with long chain-of…

Mathematical Reasoning

MultiTEND: A Multilingual Benchmark for Natural Language to NoSQL Query Translation

2025-02-16 · Zhiqian Qin, Yuanfeng Song, Jinwei Lu, Yuanwei Song 외

Natural language interfaces for NoSQL databases are increasingly vital in the big data era, enabling users to interact with complex, unstructured data without deep technical expertise. However, most recent advancements f…

RAGRetrieval-augmented Generation