← Latest papers
💬 NLP

DistilledGemma: Balanced Efficiency-Accuracy for Person-Place Relation Extraction from Multilingual Historical Articles

The paper presents DistilledGemma, a three-stage knowledge distillation pipeline that leverages a 26B Gemma 4 teacher model to train a compact 2.3B student model for multilingual person-place relation extraction in historical articles, achieving top-tier efficiency-accuracy rankings in the HIPE-2026 shared task.

Original authors: Youssef Aboelwafa, Ahmed Samir, Nagwa Elmakky, Marwan Torki

Published 2026-06-30
📖 4 min read☕ Coffee break read

Original authors: Youssef Aboelwafa, Ahmed Samir, Nagwa Elmakky, Marwan Torki

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

Imagine you have a massive, dusty library of old newspapers from the 1800s written in English, German, and French. These papers are full of stories about people and places, but they are messy: the ink is faded, the text is smudged (like a bad photocopy), and the sentences are tricky to understand.

Your goal is to answer two simple questions for every person and place mentioned in these articles:

  1. The "At" Question: Did this person ever visit this place? (Maybe they lived there years ago, or maybe they just passed through).
  2. The "IsAt" Question: Is this person currently at this place right now, in the story being told?

This is the challenge the paper tackles. The authors, a team from Alexandria University, built a system called DistilledGemma to solve this. Here is how they did it, explained simply:

The Problem: The "Brain" vs. The "Backpack"

To read these old, messy newspapers well, you need a very smart "brain" (a huge computer model). The authors started with a giant brain called Gemma 26B. It's incredibly smart and can figure out the tricky connections between people and places, but it's also huge, heavy, and expensive to run. It's like trying to carry a full-sized library in your backpack just to read a single page.

The team wanted a solution that was smart enough to get the job done but small enough to fit in a regular backpack (a standard computer) so it could be used easily by historians and researchers.

The Solution: A Three-Step "Apprentice" Plan

Instead of just using the giant brain or trying to make a tiny brain guess on its own, they used a clever three-step teaching method called Knowledge Distillation. Think of it like a master chef training a junior chef.

Step 1: Finding the Best Master Chef
First, they tested eight different "brains" (AI models) to see which one was the best at reading these old newspapers. They found that the giant Gemma 26B was the smartest. They decided this would be the "Teacher."

Step 2: The Teacher Does the Homework
The Teacher (the giant model) read through thousands of the old newspaper articles. But instead of just giving a simple "Yes" or "No" answer, the Teacher was asked to write down its thought process.

  • Example: "I see the word 'Paris' and 'Napoleon'. The text says he was there in 1800, so the answer is 'Yes', but the text doesn't say he is there today, so the second answer is 'No'."
    This created a massive set of "silver standard" homework answers that included the reasoning, not just the final grade.

Step 3: The Student Learns from the Notes
Now, they took a much smaller, lighter brain called Gemma 2.3B (the "Student"). Instead of just showing the Student the correct answers, they showed them the Teacher's notes and reasoning.
The Student studied these notes, learning how the Teacher thought. This is like a student learning not just the math answers, but the logic behind them. The result? The Student became very good at the task, but it was 11 times smaller than the Teacher.

The Safety Net: The Rulebook

Even with a smart Student, the AI can sometimes get confused, especially because the old newspapers have so many errors (like typos from bad scanning). To fix this, the team added a "Rulebook" (post-processing).

  • If the AI says a person is "Currently at" a place, the Rulebook forces it to also say they were "At" that place at some point. (You can't be there now if you've never been there before).
  • It also checks if the person and place actually make sense together based on the text.

The Results: Small but Mighty

When they tested their system in a big competition (HIPE-2026):

  • Accuracy: The small Student model performed almost as well as the giant Teacher (about 88% as good).
  • Ranking: They came in 3rd place for overall accuracy and 2nd place for the "balanced" score (which rewards being both accurate and efficient).
  • Efficiency: The final system is so small it can run on a single, standard computer graphics card, whereas the "Teacher" would need a massive, expensive supercomputer.

In a Nutshell

The paper shows that you don't need a supercomputer to understand history. By having a super-smart AI teach a smaller, cheaper AI how to think (not just what to answer), you can get nearly the same results with a fraction of the cost and effort. It's like teaching a child to be a historian by letting them read the notes of a professor, rather than hiring the professor to do all the work.

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 →