CLAIMay 28, 2025

OWL: Probing Cross-Lingual Recall of Memorized Texts via World Literature

arXiv:2505.22945v24 citationsh-index: 48EMNLP
AI Analysis

It addresses the problem of understanding cross-lingual memorization in LLMs for researchers and practitioners, though it is incremental as it builds on existing work on memorization.

This paper investigates whether large language models can recall memorized text across languages, finding that they consistently do so even for texts without direct translations in pretraining data, with GPT-4o achieving 69% accuracy in identifying authors and titles and 6% accuracy in masked entity prediction for newly translated excerpts.

Large language models (LLMs) are known to memorize and recall English text from their pretraining data. However, the extent to which this ability generalizes to non-English languages or transfers across languages remains unclear. This paper investigates multilingual and cross-lingual memorization in LLMs, probing if memorized content in one language (e.g., English) can be recalled when presented in translation. To do so, we introduce OWL, a dataset of 31.5K aligned excerpts from 20 books in ten languages, including English originals, official translations (Vietnamese, Spanish, Turkish), and new translations in six low-resource languages (Sesotho, Yoruba, Maithili, Malagasy, Setswana, Tahitian). We evaluate memorization across model families and sizes through three tasks: (1) direct probing, which asks the model to identify a book's title and author; (2) name cloze, which requires predicting masked character names; and (3) prefix probing, which involves generating continuations. We find that LLMs consistently recall content across languages, even for texts without direct translation in pretraining data. GPT-4o, for example, identifies authors and titles 69% of the time and masked entities 6% of the time in newly translated excerpts. Perturbations (e.g., masking characters, shuffling words) modestly reduce direct probing accuracy (7% drop for shuffled official translations). Our results highlight the extent of cross-lingual memorization and provide insights on the differences between the models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes