Llamion Technical Report
The paper introduces Llamion, a family of 14B-parameter open-weight models that successfully transforms the Orion-14B architecture into the Llama format using a novel recipe called KEPT, achieving state-of-the-art performance on benchmarks like KoMMLU and preserving advanced capabilities such as long-context handling with minimal training resources.
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 Idea: Moving a House Without Losing the Furniture
Imagine you have a magnificent, fully furnished house (a powerful AI model called Orion) that is built on a unique, custom foundation. It works great, but the local city zoning laws (the Llama architecture standard) only allow houses built on a specific, standardized foundation.
If you try to just move the house to the new foundation, the plumbing might break, the doors might not fit, and the furniture could get lost. Usually, to fix this, you would have to buy a new house and spend years re-furnishing it from scratch using old blueprints (a process called uptraining). This is expensive, slow, and requires you to have the original blueprints, which you often don't.
Llamion is the result of a new, clever moving strategy called KEPT. Instead of rebuilding the house, the team managed to move the exact same furniture and exact same layout onto the new, standardized foundation, keeping the house's personality and skills intact.
How They Did It: The "KEPT" Recipe
The team used a three-step recipe called KEPT (Efficient Knowledge Preservation for Transformation) to move the AI from Orion to the Llama style:
Normal Parameter Mapping (NPM): "The Direct Move"
For the parts of the AI that work the same way in both houses (like the vocabulary and the logic centers), they simply picked up the furniture and placed it in the exact same spot in the new house. No changes needed.Optimized Parameter Mapping (OPM): "The Perfect Fit"
Some parts of the old house used a different type of door hinge (called LayerNorm) than the new house (which uses RMSNorm). Instead of guessing how to fix them, the team proved mathematically that if you just swap the hinges directly without any extra work, they fit perfectly. This step required zero training and no extra data. It's like realizing your old sofa fits perfectly in the new living room without needing to re-upholster it.Cross-architecture Knowledge Distillation (XKD): "The Shadowing"
After moving the furniture, the house might feel slightly "off." To fix this, they used the original AI (Orion) as a frozen teacher. They asked the new AI (Llamion) to watch the teacher answer questions and copy its answers exactly.- The Catch: They didn't need the original library of books the teacher was trained on. They just needed a small stack of random conversation cards (about 123 million words) to practice copying the teacher's style.
The Results: A Miracle Move
The results of this "move" were surprisingly successful:
- Speed and Cost: They did this on a single powerful computer chip (an A100 GPU) in just four days. Usually, retraining a model like this takes months and costs a fortune.
- Performance: The new model, Llamion, speaks Korean just as well as the original Orion. In fact, on a Korean knowledge test (KoMMLU), it scored 66.87%, beating the next-best model by a huge margin (over 7 points).
- The "Magic" Transfer: The most impressive part is what they didn't teach the new model during the move.
- Coding: The training data had almost no computer code, yet Llamion can still write Python perfectly.
- Long Memory: The training data was short (4,000 words), yet Llamion can still remember and process huge documents (200,000 words) just like the original.
Why This Matters
Think of it like this: If you teach a student to mimic a master chef's cooking style using a small recipe book, the student usually only learns those specific recipes. But because Llamion was trained to mimic the master chef's brain (the hidden logic) rather than just memorize the recipes, it inherited the chef's ability to cook anything, even dishes that weren't in the small recipe book.
Summary
The paper claims that Llamion is a new AI model that takes a powerful but "non-standard" Korean AI (Orion) and transforms it into the industry-standard "Llama" format. They did this using a smart method (KEPT) that moves the model's knowledge directly and uses a tiny amount of data to fine-tune the fit. The result is a model that is compatible with standard tools, runs faster, and keeps all the original model's skills—including coding and long-memory—without needing to be retrained from scratch.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.