paper-with-me

Papers

Do Language Models Reason Across Languages?

2026-01-10 · Yan Meng, Wafaa Mohammed, Christof Monz arxiv

The real-world information sources are inherently multilingual, which naturally raises a question about whether language models can synthesize information across languages. In this paper, we introduce a simple two-hop question answering setting, where answering a question requires making inferences over two multilingual documents. We find that language models are more sensitive to language variation in answer-span documents than in those providing bridging information, despite the equal importance of both documents for answering a question. Under a step-by-step sub-question evaluation, we further show that in up to 33% of multilingual cases, models fail to infer the bridging information in the first step yet still answer the overall question correctly. This indicates that reasoning in language models, especially in multilingual settings, does not follow a faithful step-by-step decomposition. Subsequently, we show that the absence of reasoning decomposition leads to around 18% composition failure, where both sub-questions are answered correctly but fail for the final two-hop questions. To mitigate this, we propose a simple three-stage SUBQ prompting method to guide the multi-step reasoning with sub-questions, which boosts accuracy from 10.1% to 66.5%.

📄 PDF Abstract BibTeX arXiv:2601.06644

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

mCoT: Multilingual Instruction Tuning for Reasoning Consistency in Language Models

2024-06-04 · Huiyuan Lai, Malvina Nissim

Large language models (LLMs) with Chain-of-thought (CoT) have recently emerged as a powerful technique for eliciting reasoning to improve various downstream tasks. As most research mainly focuses on English, with few exp…

Math

MAPO: Advancing Multilingual Reasoning through Multilingual Alignment-as-Preference Optimization

2024-01-12 · Shuaijie She, Wei Zou, ShuJian Huang, Wenhao Zhu 외

Though reasoning abilities are considered language-agnostic, existing LLMs exhibit inconsistent reasoning abilities across different languages, e.g., reasoning in the dominant language like English is superior to other l…

Mathematical Reasoning

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…

mmPISA-bench: Do LLMs Reason Equally Well Across 43 Languages?

2026-06-05 · Yerzhan Sapenov, Jaromir Savelka arxiv

We introduce mmPISA-bench, a compact high-quality multilingual reasoning benchmark derived from the OECD Programme for International Student Assessment (PISA). The benchmark consists of 25 multiple-choice questions that …

Machine Translation

Beg to Differ: Understanding Reasoning-Answer Misalignment Across Languages

2025-12-27 · Anaelia Ovalle, Candace Ross, Sebastian Ruder, Adina Williams 외 arxiv

Large language models demonstrate strong reasoning capabilities through chain-of-thought prompting, but whether this reasoning quality transfers across languages remains underexplored. We introduce a human-validated fram…