paper-with-me

Papers

Large Reasoning Models Struggle to Transfer Parametric Knowledge Across Scripts

2026-03-17 · Lucas Bandarkar, Alan Ansell, Trevor Cohn arxiv

In this work, we analyze shortcomings in cross-lingual knowledge transfer in large, modern reasoning LLMs. We demonstrate that the perceived gap in knowledge transfer is primarily a script barrier. First, we conduct an observational data analysis on the performance of thinking models on two datasets with local knowledge from around the world, ECLeKTic and MultiLoKo. Our regression analysis shows that script match - not language or family - is the primary predictor of knowledge transfer failure once model capability and question difficulty are accounted for. We further this finding by providing the LLMs with the key entities of the questions in their source language and find that this disproportionately improves cross-script questions. We then posit that these LLMs could be reasoning better at test-time. To evaluate this, we develop a synthetic generation pipeline to design SFT samples to encourage the model to better reason about transliteration ambiguities when trying to fetch parametric knowledge at inference-time. We show that teaching two models to reason better reduces the cross-script transfer gap. As a result, we conclude that there is potential to improve cross-lingual parametric knowledge transfer during post-training.

📄 PDF Abstract BibTeX arXiv:2603.17070

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

InPhyRe Discovers: Large Multimodal Models Struggle in Inductive Physical Reasoning

2025-09-12 · Gautam Sreekumar, Vishnu Naresh Boddeti arxiv

Large multimodal models (LMMs) encode physical laws observed during training, such as momentum conservation, as parametric knowledge. It allows LMMs to answer physical reasoning queries, such as the outcome of a potentia…

Visual Question Answering

From Storage to Access: Verifiable Activation of Parametric Knowledge in LLMs via Explicit Priming and Implicit Reasoning

2026-08-19 · Zuocheng Ying, Yang Yang, Yumou Wu, Chuanbo Zhu 외 arxiv

Although Large Language Models (LLMs) encode rich factual knowledge in their parameters, reliably recalling and verifying such knowledge remains a key bottleneck in factual question answering. Existing end-to-end methods…

Question Answering

Cross-Lingual Exploration for Parametric Knowledge

2026-06-23 · Elisha Diskind, Itamar Trainin, Uri Shaham, Leshem Choshen 외 arxiv

Parametric knowledge in Large Language Models is not equally accessible across languages. As a result, standard inference techniques often struggle to surface localized facts, leading to failures in cross-lingual knowled…

Failure Modes of LLMs for Causal Reasoning on Narratives

2024-10-31 · Khurram Yamin, Shantanu Gupta, Gaurav R. Ghosal, Zachary C. Lipton 외

In this work, we investigate the causal reasoning abilities of large language models (LLMs) through the representative problem of inferring causal relationships from narratives. We find that even state-of-the-art languag…

CoCoA: Collaborative Chain-of-Agents for Parametric-Retrieved Knowledge Synergy

2025-08-03 · Yi Jiang, Sendong Zhao, Jianbo Li, Haochun Wang 외 arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs), especially for knowledge-intensive tasks. Despite its advantages, current RAG methods often struggle to fully exploit knowledge during generatio…