← Latest papers
💬 NLP

Transfer Learning for an Endangered Slavic Variety: Dependency Parsing in Pomak Across Contact-Shaped Dialects

This paper addresses dependency parsing for the endangered Pomak language by evaluating zero-shot transfer from a Greek-variety treebank to the Turkish variety and demonstrating that combining cross-variety transfer learning with a new, small manually annotated Turkish-variety corpus significantly improves parsing accuracy.

Original authors: Sercan Karakaş

Published 2026-03-31
📖 4 min read☕ Coffee break read

Original authors: Sercan Karakaş

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 master chef who is an expert at cooking Greek-style Pomak soup. This chef has studied thousands of recipes from villages in Greece and can cook that specific soup perfectly.

Now, you ask this chef to cook the Turkish-style Pomak soup for a family in Turkey. The ingredients are similar (both are Slavic languages), but the Turkish version has been cooking next to Turkish and Greek neighbors for centuries. As a result, the Turkish soup uses slightly different spices, adds a pinch of Turkish salt, and sometimes skips the traditional Greek garnish.

When the Greek-trained chef tries to make the Turkish soup, it tastes "okay," but it's not quite right. It's missing the specific local flavor. This is exactly the problem computer scientists faced when trying to teach computers to understand Pomak, a rare and endangered language spoken in Bulgaria, Greece, and Turkey.

Here is a simple breakdown of what this paper did:

1. The Problem: One Recipe Doesn't Fit All

The researchers had a huge digital cookbook (a database) for the Greek variety of Pomak. They wanted to use this to teach a computer how to "parse" (understand the grammar and sentence structure) of the Turkish variety of Pomak.

  • The Analogy: Think of the computer as a student who only studied the Greek textbook. When the student walks into a Turkish classroom, they get confused because the teacher uses different hand signals and slightly different words to say the same things.
  • The Result: When the computer tried to understand Turkish Pomak sentences using only the Greek data, it got about 50-59% right. That's like getting a D on a test. It wasn't terrible, but it wasn't good enough to be useful.

2. The First Attempt: A Tiny New Cookbook

The researchers realized they needed a cookbook specifically for the Turkish variety. They gathered native speakers and wrote down 650 sentences in the Turkish dialect.

  • The Analogy: They tried to teach the student only using this tiny, new 650-page booklet.
  • The Result: This actually made things worse (dropping to 50% accuracy). Why? Because 650 sentences isn't enough to teach a computer everything about grammar. It's like trying to learn how to drive a car by only reading one chapter of a manual. The student knows the local rules but doesn't understand the general principles of driving.

3. The Solution: The "Master Class" + "Local Intern"

This is where the magic happened. The researchers used a technique called Transfer Learning.

  • The Analogy: Imagine the student first takes a Master Class using the huge Greek textbook to learn the fundamentals of cooking (how heat works, how flavors balance, the basics of soup-making). Then, they take a short Internship with the Turkish family to learn the local secrets (the specific spices and shortcuts).

  • The Process:

    1. Phase 1 (The Master Class): The computer learns from the big Greek dataset. It learns the general structure of Pomak sentences.
    2. Phase 2 (The Internship): The computer is then "fine-tuned" on the small Turkish dataset. It adjusts its brain to recognize the specific Turkish quirks.
  • The Result: This combination was a huge success! The accuracy jumped to 68%. The computer could now understand the Turkish variety much better because it had the broad knowledge of the Greek data plus the specific local knowledge of the Turkish data.

Why Does This Matter?

Pomak is an endangered language. Very few people speak it, and there are very few written records. Usually, when a language is this small, we can't build good computer tools for it because we don't have enough data.

This paper proves a very important rule for saving endangered languages:

Don't try to build a tool from scratch using only the tiny amount of data you have.

Instead, use the data from a closely related dialect (the Greek variety) to teach the computer the basics, and then use your tiny local data just to fine-tune the tool.

The Big Takeaway

If you want to teach a computer a rare language that has many different "accents" or dialects:

  1. Don't ignore the big cousins: Use the data from the larger, related dialects to build a strong foundation.
  2. Don't ignore the local flavor: Use your small, local data to tweak the model so it sounds authentic.
  3. Mix them together: The best results come from combining the "big picture" with the "local details."

This approach gives hope that we can build useful technology for many other endangered languages, even when we only have a handful of sentences to work with.

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 →