paper-with-me

홈 › Papers

Learning When to Translate for Multilingual Reasoning

2026-06-01 · Deokhyung Kang, Hyounghun Kim, Gary Geunbae Lee arxiv

Reasoning language models (RLMs) achieve strong performance on complex reasoning tasks, but still exhibit substantial multilingual reasoning gaps, largely due to language-understanding failures in non-English inputs. English translation can mitigate these failures by expressing non-English inputs in a form that RLMs can more reliably interpret, yet translating every input is unnecessary when the model can reason reliably from the original query. To address this challenge, we propose Luar, a Language Understanding Boundary-aware Reinforcement Learning framework that trains RLMs to selectively invoke translation when direct understanding is unreliable. Luar trains the model to choose between solving the original input directly and reasoning over its English translation, encouraging translation only when translator-augmented reasoning is expected to substantially outperform direct reasoning. Across multilingual reasoning benchmarks, Luar outperforms standard GRPO and other training-based baselines, with particularly large gains on low-resource languages. Further analysis shows that Luar avoids unnecessary translation in cases where direct reasoning is sufficient, while extending its translator-call behavior to unseen low-resource languages. Together, our work suggests a selective approach to multilingual reasoning: RLMs can learn to invoke translation only when their direct understanding is unreliable. The project will be made publicly available at https://github.com/deokhk/LUAR

📄 PDF Abstract BibTeX arXiv:2606.02465

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Question Translation Training for Better Multilingual Reasoning

2024-01-15 · Wenhao Zhu, ShuJian Huang, Fei Yuan, Shuaijie She 외

Large language models show compelling performance on reasoning tasks but they tend to perform much worse in languages other than English. This is unsurprising given that their training data largely consists of English te…

Mathematical ReasoningTranslation

Leveraging Knowledge in Multilingual Commonsense Reasoning

2021-10-16 · Findings (ACL) 2022 5 · Yuwei Fang, Shuohang Wang, Yichong Xu, Ruochen Xu 외

Commonsense reasoning (CSR) requires the model to be equipped with general world knowledge. While CSR is a language-agnostic process, most comprehensive knowledge sources are in few popular languages, especially English.…

Language ModelingLanguage ModellingRetrievalTranslation+1

Do Multilingual VLMs Reason Equally? A Cross-Lingual Visual Reasoning Audit for Indian Languages

2026-03-23 · Swastik R arxiv

Vision-language models score well on mathematical, scientific, and spatial reasoning benchmarks, yet these evaluations are overwhelmingly English. I present the first cross-lingual visual reasoning audit for Indian langu…

Spatial ReasoningVisual Reasoning

Multilingual Reasoning Cascades Need More Context

2026-06-25 · Arnav Mazumder, Dengjia Zhang, Shuyue Stella Li, Yulia Tsvetkov 외 arxiv

Translation cascades for reasoning translate the query from another language to English, reason in English, and translate the answer back to the original language. This is a competitive approach to multilingual reasoning…

Machine Translation

Multilingual Reasoning Gym: Multilingual Scaling of Procedural Reasoning Environments

2026-03-11 · Konstantin Dobler, Simon Lehnerer, Federico Scozzafava, Jonathan Janke 외 arxiv

We present the Multilingual Reasoning Gym, an extension of Reasoning Gym (Stojanovski et al., 2025), that procedurally generates verifiable reasoning problems across 14 languages. We translate templates for 94 tasks with…

Reinforcement Learning