← Latest papers
💬 NLP

Improving Cross-Lingual Factual Recall via Consistency-Driven Reinforcement Learning

This paper introduces PolyFact, a large-scale multilingual factual QA dataset, and demonstrates that consistency-driven reinforcement learning (GRPO) significantly outperforms supervised fine-tuning and continual pretraining in improving cross-lingual factual recall by reorganizing multilingual routing to foster shared representations across languages.

Original authors: Jonathan von Rad, Louis Arts, George Burgess, Eleftheria Kolokytha, Harry O'Donnell, Ektor Oikonomidis Doumpas, Eduardo Sanchez, Yao Lu, Pontus Stenetorp

Published 2026-06-08
📖 5 min read🧠 Deep dive

Original authors: Jonathan von Rad, Louis Arts, George Burgess, Eleftheria Kolokytha, Harry O'Donnell, Ektor Oikonomidis Doumpas, Eduardo Sanchez, Yao Lu, Pontus Stenetorp

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Bilingual Librarian" Who Gets Lost

Imagine you have a brilliant librarian (a Large Language Model) who has read millions of books in English. This librarian knows everything: history, science, pop culture. You can ask them, "Who was born in Honolulu?" and they will instantly say, "Barack Obama."

But, if you ask the same question in Spanish, German, or Arabic, the librarian gets confused. They might know the answer is "Barack Obama," but when they try to speak it in the new language, they stumble. They might say the wrong name, mix up languages, or just give up.

The paper calls this "Cross-Lingual Factual Inconsistency." The knowledge is there, but the librarian can't reliably access it through a different language "door."

The Goal: Fixing the Door, Not the Library

The researchers wanted to fix this without having to rebuild the entire library (which would require massive amounts of new training data and time). They asked: Can we teach the librarian to open the other doors more easily using what they already know?

To do this, they created a new tool called POLYFACT.

  • What is it? A massive "quiz book" containing 100,000 facts (like "Who invented the lightbulb?") translated perfectly into 12 different languages.
  • Why? It serves as a practice ground to test if the librarian can answer the same fact correctly in all languages at once.

The Three Methods Tested

The researchers tried three different ways to train the librarian to be better at this.

1. The "Reading Aloud" Method (Continual Pretraining / CPT)

  • The Analogy: You give the librarian a stack of parallel storybooks (the same story in English, Spanish, and French) and say, "Read these out loud."
  • The Result: The librarian gets better at sounding fluent. They can read the words smoothly. However, when you ask a tricky question, they still get the facts wrong. They learned the rhythm of the languages but didn't actually learn to connect the facts across them. It was like memorizing the script without understanding the plot.

2. The "Teacher's Correction" Method (Supervised Fine-Tuning / SFT)

  • The Analogy: You sit with the librarian and quiz them. If they get a question right in Spanish, you say "Good!" If they get it wrong, you show them the right answer.
  • The Result: This helped a little, but it was like "cramming" for a specific test. The librarian started memorizing the specific answers for the specific questions they saw. If you asked them a slightly different question or in a language they hadn't practiced as much, they failed. They were just memorizing the "cheat sheet" rather than understanding the concept.

3. The "Consistency Coach" Method (Reinforcement Learning / GRPO)

  • The Analogy: This is the winner. You act as a strict coach. You ask the librarian the same question in all 12 languages at once.
    • The Rule: You only give a "Gold Star" if they get the answer right AND if the answer is consistent across all languages.
    • The Punishment: If they get the answer right in English but wrong in Spanish, or if they hallucinate (make up a fake answer) in one language, they lose points.
  • The Result: This forced the librarian to stop memorizing specific answers and start building a shared mental map. They realized, "I can't just guess; I need to find the same truth in my brain and translate it accurately every time." This method worked the best.

What Happened Inside the Librarian's Brain?

The researchers used special "microscopes" (mechanistic analysis) to look inside the model's brain to see why the "Consistency Coach" worked so well.

  • Before Training: The librarian had specific "rooms" in their brain dedicated to specific languages. When asked a question in French, they ran to the "French Room." When asked in Japanese, they ran to the "Japanese Room." These rooms were far apart, so the facts got lost in the hallway between them.
  • After "Consistency Coach" Training: The walls between the rooms were knocked down.
    • The model stopped treating languages as separate islands.
    • It started processing the fact (e.g., "Sun is the center of the solar system") in a shared, neutral space first.
    • Only after finding the truth did it translate it into the specific language.
    • Crucially: It delayed the decision of "Which language am I speaking?" until the very end of the thinking process. This allowed the "truth" to travel further before getting stuck in a language-specific trap.

The Takeaway

The paper proves that you don't need to retrain a giant AI from scratch to make it smarter in other languages. Instead, you can use a "Consistency Coach" (Reinforcement Learning) to force the AI to align its internal knowledge.

By rewarding the AI for being consistent across languages, you force it to stop relying on surface-level tricks (like memorizing specific answers) and start building a deep, shared understanding of the world that works no matter what language you speak.

In short: The AI didn't learn more facts; it just learned how to access the facts it already knew, no matter which language door you knocked on.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →