← Latest papers
💬 NLP

Merge and Conquer: Instructing Multilingual Models by Adding Target Language Weights

This paper demonstrates that merging instruction-tuned LLMs with language-specific base models is a computationally efficient and effective strategy for enabling instruction-following capabilities in low-resource languages, eliminating the need for costly fine-tuning or large instruction datasets.

Original authors: Eneko Valero, Maria Ribalta i Albado, Oscar Sainz, Naiara Perez, German Rigau

Published 2026-03-31
📖 5 min read🧠 Deep dive

Original authors: Eneko Valero, Maria Ribalta i Albado, Oscar Sainz, Naiara Perez, German Rigau

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 "English-Only" Chef

Imagine you have a world-famous chef (a Large Language Model, or LLM) who is an absolute genius at cooking English dishes. They can follow complex recipes, write menus, and even create new dishes on command.

However, this chef has a problem: they barely know how to cook Basque, Galician, Catalan, or Galician food. If you ask them to cook a traditional Basque stew, they might serve you a weird mix of ingredients that tastes nothing like the real thing.

To fix this, traditional methods usually involve sending the chef to a culinary school in that specific region for years. They have to:

  1. Read thousands of cookbooks in that language (Continual Pre-training).
  2. Practice following specific local recipes (Instruction Tuning).

The Catch: This is incredibly expensive, takes a huge amount of time, and requires a massive kitchen (computational power). For small communities speaking these languages, they simply can't afford to send their chef to school every time a new, better chef is invented.

The Solution: The "Model Merge" Smoothie

This paper proposes a clever shortcut called Model Merging. Instead of sending the chef to school, we just mix their brain with the brain of a local expert.

Think of it like making a smoothie:

  • Ingredient A: The famous English-speaking Chef (the "Instructed Model"). They know how to follow orders perfectly but don't know the local language.
  • Ingredient B: A local language expert who knows the local language perfectly but doesn't know how to follow complex instructions (the "Base Model").

Instead of training a new chef from scratch, the researchers take the weights (the brain connections) of the famous chef and the local expert and blend them together mathematically.

The Result: A new chef who can follow complex instructions and cook authentic local dishes, all without ever going to culinary school.

How They Did It (The Recipe)

The researchers tested this on four Iberian languages (Basque, Galician, Catalan, and Spanish) using two different "kitchen" families (Llama 3.1 and Qwen 3).

  1. The Setup: They took a standard, instruction-tuned model (the English expert) and a model that had been trained only on the local language (the local expert).
  2. The Mix: They used different blending techniques (like "Linear Merging" or "Task Arithmetic") to combine the two brains.
    • Analogy: Imagine taking the "know-how" of the local expert and gently injecting it into the English expert's brain, making sure the English expert doesn't forget how to follow orders.
  3. The Test: They checked if the new "merged" chef could:
    • Answer questions correctly in the local language.
    • Translate text accurately.
    • Follow strict instructions (e.g., "Write a story about a cat, but do not use the letter 'e'").

The Results: A Delicious Success

The results were surprisingly good!

  • Language Skills: The merged models became much better at speaking the local languages, often beating models that had been trained the traditional, expensive way.
  • Instruction Following: Crucially, the merged models didn't forget how to follow instructions. They kept the "obedience" of the original English model while gaining the "flavor" of the local language.
  • The "Super Smoothie": They even tried mixing multiple local experts into one model. It was like blending a Basque expert, a Catalan expert, and a Galician expert all into one chef. The result was a multilingual chef who could handle all three languages reasonably well, though not quite as perfectly as the single-language specialists.

Why This Matters (The "Aha!" Moment)

This is a game-changer for low-resource languages for three reasons:

  1. It's Cheap: You don't need a supercomputer farm. Merging models is like mixing ingredients in a blender; it's fast and requires very little energy compared to training a model from scratch.
  2. It's Fast: If a new, better English model comes out next year, the local community doesn't need to wait years to adapt it. They can just "merge" the new model with their local expert in a few hours.
  3. It's Accessible: Small research groups or communities can now build high-quality AI tools for their languages without needing millions of dollars in funding.

The One Caveat

The paper notes that while the merged models are great at speaking the language, they are sometimes slightly less obedient to very strict instructions compared to the original English model. It's like the new chef is a fantastic cook but occasionally forgets to turn off the stove if you don't remind them. But overall, the trade-off is worth it.

Summary

"Merge and Conquer" is about taking a smart, obedient AI that speaks English and giving it a "language transplant" from a local expert. By simply merging their brains, we can create powerful, multilingual AI assistants for languages that are often ignored, saving time, money, and computing power. It's the AI equivalent of saying, "Why build a new house when you can just renovate the existing one?"

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 →