← Latest papers
💬 NLP

Reinforcement Learning with Semantic Rewards Enables Low-Resource Language Expansion without Alignment Tax

This paper proposes a reinforcement learning approach using Group Relative Policy Optimization (GRPO) with semantic rewards to expand large language models into low-resource languages, effectively mitigating the "alignment tax" and catastrophic forgetting typically caused by supervised fine-tuning while preserving general capabilities and improving semantic quality.

Original authors: Zeli Su, Ziyin Zhang, Zhou Liu, Xuexian Song, Zhankai Xu, Longfei Zheng, Xiaolu Zhang, Rong Fu, Guixian Xu, Wentao Zhang

Published 2026-05-15
📖 4 min read☕ Coffee break read

Original authors: Zeli Su, Ziyin Zhang, Zhou Liu, Xuexian Song, Zhankai Xu, Longfei Zheng, Xiaolu Zhang, Rong Fu, Guixian Xu, Wentao Zhang

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 "Alignment Tax"

Imagine you have a brilliant, world-traveling chef (a Large Language Model) who can cook amazing dishes in English, Spanish, and French. But they've never cooked in Tibetan.

To teach them Tibetan, the old method (called Supervised Fine-Tuning or SFT) is like forcing the chef to stand in a kitchen and copy a single recipe book word-for-word. The chef memorizes the exact spelling of every ingredient and the precise order of every step.

The Catch: Because the Tibetan recipe book is small and the chef is so focused on copying it perfectly, they start to forget how to cook their famous French dishes. This is what the paper calls the "Alignment Tax." You gain a new skill (Tibetan), but you lose your old skills (English/French) because the training was too rigid.

The New Solution: "Semantic Space" Alignment

The authors propose a different way to teach the chef. Instead of forcing them to copy the exact words on the page, they teach them to understand the meaning behind the dish.

They use a new method called Reinforcement Learning with Semantic Rewards. Here is how it works:

  1. The Goal: The goal isn't to match the recipe book word-for-word. The goal is to make a dish that tastes the same as the original, even if the ingredients are listed differently or the steps are described in a unique way.
  2. The Judge (The Reward): Instead of a strict teacher checking every letter, the chef gets a "taste test" from a smart food critic (an embedding model). The critic says, "This dish captures the essence of the original recipe," even if the chef used different words to describe it.
  3. The Safety Net: To make sure the chef doesn't accidentally start cooking in French or mixing languages, there is a simple rule: "You must write the recipe in Tibetan script."

How They Did It (The Two-Stage Plan)

The researchers didn't just jump into the new method; they used a two-step process:

  • Step 1: The Warm-Up (Cold-Start): First, they gave the chef a tiny bit of the old-school word-for-word training. This just taught the chef how to hold a pen in Tibetan and write basic sentences. It wasn't about being perfect; it was just to get them started so they didn't get lost.
  • Step 2: The Taste Test (Reinforcement Learning): Once the chef could write, they switched to the new method. The chef tried many different ways to write the recipe. Every time they got the meaning right (according to the smart critic), they got a reward. If they got the meaning wrong or mixed languages, they got no reward.

What Happened? (The Results)

The researchers tested this on translating between Tibetan and Chinese and writing Tibetan news headlines.

  • The Old Way (SFT): The chef became very good at copying the exact words of the Tibetan recipes. However, they forgot a lot of their French cooking skills (the "tax" was high).
  • The New Way (Semantic RL):
    • Better Memory: The chef kept their French skills almost perfectly intact. They didn't forget their old capabilities.
    • Better Meaning: Even though the new chef's Tibetan recipes didn't match the reference book word-for-word (lower "n-gram overlap"), the smart food critic (LLM judges) preferred the new chef's dishes because they captured the true flavor and meaning better.
    • More Flexible: The new chef learned to express the same idea in many different ways, rather than just one rigid way.

The Takeaway

The paper argues that when teaching AI a rare language, we shouldn't force it to memorize a dictionary. Instead, we should reward it for understanding the meaning.

By focusing on "semantic space" (the world of ideas and meanings) rather than "token-level" (the world of specific letters and words), we can teach AI new languages without making it forget everything else it already knows. It's like teaching someone to speak a new language by having them tell stories, rather than making them recite a dictionary, ensuring they remain a good storyteller in all languages.

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 →