paper-with-me

Papers

Tracing Multilingual Factual Knowledge Acquisition in Pretraining

2025-05-20 · Yihong Liu, Mingyang Wang, Amir Hossein Kargaran, Felicia Körner, Ercong Nie, Barbara Plank, François Yvon, Hinrich Schütze

Large Language Models (LLMs) are capable of recalling multilingual factual knowledge present in their pretraining data. However, most studies evaluate only the final model, leaving the development of factual recall and crosslingual consistency throughout pretraining largely unexplored. In this work, we trace how factual recall and crosslingual consistency evolve during pretraining, focusing on OLMo-7B as a case study. We find that both accuracy and consistency improve over time for most languages. We show that this improvement is primarily driven by the fact frequency in the pretraining corpus: more frequent facts are more likely to be recalled correctly, regardless of language. Yet, some low-frequency facts in non-English languages can still be correctly recalled. Our analysis reveals that these instances largely benefit from crosslingual transfer of their English counterparts -- an effect that emerges predominantly in the early stages of pretraining. We pinpoint two distinct pathways through which multilingual factual knowledge acquisition occurs: (1) frequency-driven learning, which is dominant and language-agnostic, and (2) crosslingual transfer, which is limited in scale and typically constrained to relation types involving named entities. We release our code and data to facilitate further research at https://github.com/cisnlp/multilingual-fact-tracing.

📄 PDF Abstract BibTeX arXiv:2505.14824

Code (1)

cisnlp/multilingual-fact-tracing 공식 구현 pytorch

Similar Papers 제목 키워드 기반

How Do Large Language Models Acquire Factual Knowledge During Pretraining?

2024-06-17 · Hoyeon Chang, Jinho Park, Seonghyeon Ye, Sohee Yang 외

Despite the recent observation that large language models (LLMs) can store substantial factual knowledge, there is a limited understanding of the mechanisms of how they acquire factual knowledge through pretraining. This…

Memorization

Tracing the Roots of Facts in Multilingual Language Models: Independent, Shared, and Transferred Knowledge

2024-03-08 · Xin Zhao, Naoki Yoshinaga, Daisuke Oba

Acquiring factual knowledge for language models (LMs) in low-resource languages poses a serious challenge, thus resorting to cross-lingual transfer in multilingual LMs (ML-LMs). In this study, we ask how ML-LMs acquire a…

Cross-Lingual TransferKnowledge ProbingRepresentation Learning

Enhancing Multilingual Language Model with Massive Multilingual Knowledge Triples

2021-11-22 · Linlin Liu, Xin Li, Ruidan He, Lidong Bing 외

Knowledge-enhanced language representation learning has shown promising results across various knowledge-intensive NLP tasks. However, prior methods are limited in efficient utilization of multilingual knowledge graph (K…

Knowledge GraphsLanguage ModelingLanguage ModellingLogical Reasoning+9

Tracing Multilingual Knowledge Acquisition Dynamics in Domain Adaptation: A Case Study of English-Japanese Biomedical Adaptation

2025-10-14 · Xin Zhao, Naoki Yoshinaga, Yuma Tsuta, Akiko Aizawa arxiv

Multilingual domain adaptation (ML-DA) is widely used to learn new domain knowledge across languages into large language models (LLMs). Although many methods have been proposed to improve domain adaptation, the mechanism…

Cross-Lingual TransferDomain Adaptation

Factual Consistency of Multilingual Pretrained Language Models

2022-03-22 · Findings (ACL) 2022 5 · Constanza Fierro, Anders Søgaard

Pretrained language models can be queried for factual knowledge, with potential applications in knowledge base acquisition and tasks that require inference. However, for that, we need to know how reliable this knowledge …

XLM-R