EMCee: Improving Multilingual Capability of LLMs via Bridging Knowledge and Reasoning with Extracted Synthetic Multilingual Context
Hamin Koo, Jaehyung Kim
TL;DR
EMCee tackles the English-centric bias of LLMs by introducing a self-contained prompting framework that explicitly extracts query-relevant synthetic multilingual context from the LLM and merges it with reasoning through an LLM-as-a-Judge. It avoids external retrieval, leveraging internal knowledge to address knowledge-intensive multilingual queries that translation-based methods struggle with. Across four multilingual benchmarks spanning 24 languages, EMCee yields substantial improvements, especially in low-resource settings, with an average relative gain of 16.4% overall and 31.7% in low-resource languages. This work demonstrates that explicit knowledge extraction and context-driven merging can robustly enhance multilingual capabilities and suggests a path toward more inclusive, culturally-grounded prompt design without external data dependencies.
Abstract
Large Language Models (LLMs) have achieved impressive progress across a wide range of tasks, yet their heavy reliance on English-centric training data leads to significant performance degradation in non-English languages. While existing multilingual prompting methods emphasize reformulating queries into English or enhancing reasoning capabilities, they often fail to incorporate the language- and culture-specific grounding that is essential for some queries. To address this limitation, we propose EMCee (Extracting synthetic Multilingual Context and merging), a simple yet effective framework that enhances the multilingual capabilities of LLMs by explicitly extracting and utilizing query-relevant knowledge from the LLM itself. In particular, EMCee first extracts synthetic context to uncover latent, language-specific knowledge encoded within the LLM, and then dynamically merges this contextual insight with reasoning-oriented outputs through a judgment-based selection mechanism. Extensive experiments on four multilingual benchmarks covering diverse languages and tasks demonstrate that EMCee consistently outperforms prior approaches, achieving an average relative improvement of 16.4% overall and 31.7% in low-resource languages.
