← Latest papers
🤖 AI

Lost in Translation? Exploring the Shift in Grammatical Gender from Latin to Occitan

This paper introduces an interpretable deep learning framework with an improved tokenizer to analyze the diachronic shift from Latin's tripartite to Occitan's bipartite grammatical gender system, quantifying the relative contributions of morphological features and sentential context to gender prediction.

Original authors: Ahan Chatterjee, Matthias Schöffel, Matthias Aßenmacher, Esteban Garces Arias

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

Original authors: Ahan Chatterjee, Matthias Schöffel, Matthias Aßenmacher, Esteban Garces Arias

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 are a detective trying to solve a mystery that happened 800 years ago. The mystery is about gender.

In ancient Latin, nouns (like "table" or "sun") had three gender "uniforms": Masculine, Feminine, and Neuter (a sort of "neither" category). But as Latin evolved into Medieval Occitan (a language spoken in southern France), the "Neuter" uniform disappeared. All the neuter nouns had to pick a new uniform: either Masculine or Feminine.

The big question for our detectives (the researchers) was: How did these words decide which new uniform to wear? Did they choose based on how they sounded (their spelling and shape), or did they look at their neighbors in the sentence to decide?

Here is how the paper solves this mystery, broken down into simple steps:

1. The Problem: The Language is "Messy"

Medieval Occitan is like a pile of old, handwritten letters where the same word is spelled ten different ways (e.g., "secretament" vs. "secretamen"). Standard computer tools (tokenizers) usually get confused by this mess and give up.

  • The Solution: The researchers built a custom "translator" (a hybrid tokenizer) that is flexible enough to handle these spelling variations without getting lost. It's like a detective who knows that "thru" and "through" are the same word, even if they look different.

2. The Investigation: Two Sources of Clues

The team used a smart computer model (based on mBERT, a language AI) to test two different ways of guessing a word's gender.

Clue Set A: The Word Itself (Lexical Level)

They asked: "If we just look at the word in isolation, can we guess its gender?"

  • The Findings: The word's ending is the strongest clue.
    • Analogy: Think of a word's ending like a hat. If a word ends in "-a," it's almost always wearing a "Feminine Hat." If it ends in a consonant, it's usually wearing a "Masculine Hat."
    • The Result: The computer was pretty good at guessing just by looking at the word's shape and its Latin history. However, it wasn't perfect. Some words were tricky (like psalmista), and the computer got confused.

Clue Set B: The Sentence Context (Contextual Level)

They asked: "What if we look at the whole sentence? Do the words around the noun help?"

  • The Findings: Yes! In Occitan, other words (like "the" or "big") change their shape to match the noun's gender.
    • Analogy: Imagine a word is a shy person at a party. If you can't tell if they are a "Masculine" or "Feminine" person just by looking at them, you look at who they are standing next to. If they are standing next to a "Feminine" article (like la), the shy person is almost certainly Feminine too.
    • The Result: When the computer looked at the whole sentence, its accuracy skyrocketed. It could fix its mistakes from the "Word Only" test by listening to the neighbors.

3. The Big Reveal: How the Shift Happened

The paper doesn't just say "context helps." It breaks down exactly how the information is shared:

  • The Word (Lemma): Provides the main structural clue. The ending of the word is the primary signal.
  • The Sentence (Context): Acts as the tie-breaker. When the word itself is ambiguous (like a word that could be either gender), the surrounding words (articles, adjectives) step in to confirm the gender.

4. Why This Matters (For Linguists)

The researchers found that the "Neuter" gender didn't just vanish; it was absorbed mostly into the Masculine category, but some words went to Feminine.

  • The Twist: They found that while the ending "-um" (a classic Latin neuter ending) usually became Masculine, it was also the most common ending for words that became Feminine. This proves that you can't just count how many times an ending appears; you have to understand the complex rules of how the language changed over time.

Summary in a Nutshell

The paper is like a forensic analysis of a language's DNA. It shows that when Medieval Occitan lost its "Neuter" gender, the words didn't just randomly pick a new one.

  1. Mostly, they picked a new gender based on their own shape (spelling/ending).
  2. Sometimes, when their own shape was confusing, they relied on their sentence neighbors to tell them what to be.

The researchers also proved that to study old, messy languages, you can't use standard computer tools; you need custom tools that understand the "noise" of history. They made all their code and data public so other detectives can check their 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 →