← Latest papers
💻 computer science

UD-Quran: A Universal Dependencies Conversion of the Extended Quranic Treebank for Interoperable Quranic/Classical Arabic Parsing

This paper introduces UD-Quran, a Universal Dependencies v2 conversion of the Extended Quranic Treebank that standardizes morphological and syntactic annotations into two interoperable variants (surface and augmented) to enable consistent Quranic parsing with modern NLP tools while preserving traceability to the original corpus.

Original authors: Aws Al Arabw, Ali A. Al-Arbo, Wasan Al-Nuaimi

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

Original authors: Aws Al Arabw, Ali A. Al-Arbo, Wasan Al-Nuaimi

Original paper licensed under CC BY 4.0 (https://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 the Quran as a massive, intricate library of ancient Arabic text. For centuries, scholars have tried to build a "map" of this library to understand how the sentences are constructed—where the subjects are, where the verbs are, and how words connect. This is called a "treebank" in the world of computer science.

However, there was a problem: every scholar built their map using a different set of rules. One map might split a word into two pieces, while another keeps it whole. One might use a specific symbol for "past tense," while another uses a different one. Because these maps didn't speak the same language, it was very hard for modern computer programs (AI) to read them all at once. It was like trying to navigate a city using three different maps where "North" meant something different on each one.

The Solution: UD-Quran
This paper introduces UD-Quran, a new project that acts as a universal translator for these maps. The authors took an existing, high-quality map of the Quran (called the Extended Quranic Treebank, or EQTB) and converted it into a standard format called Universal Dependencies (UD).

Think of UD as the "GPS standard" for languages. If you speak the language of UD, you can use the same navigation tools (software) for English, French, and now, Quranic Arabic.

The Two Versions: The "Surface" and the "Augmented"
The authors realized that simply translating the map wasn't enough; they needed to offer two different views of the same territory, like a tourist map versus a geologist's map:

  1. The Surface Version (The Tourist Map): This version shows exactly what you see if you read the text with your eyes. It removes any "invisible" words that scholars might have added to explain the grammar. It's clean, direct, and matches the visible string of letters.
  2. The Augmented Version (The Geologist's Map): This version keeps the "invisible" words that scholars inserted to explain things like missing subjects (ellipsis) or implied pronouns. For example, if a sentence says "He went," but the original Arabic implies "We went," this version adds a placeholder for "We" so the computer can see the full grammatical structure.

How They Did the Conversion
The team had to perform some delicate surgery to make the old map fit the new GPS standard:

  • Word Slicing: They treated small attached pieces of words (clitics) as separate tokens, just like cutting a sandwich into bite-sized pieces so a robot can eat it one piece at a time.
  • Labeling: They took the old, complex labels and simplified them into 12 standard categories (like Noun, Verb, Pronoun) that computers understand.
  • Fixing the Flow: In the old map, some words acted as the "boss" of a sentence. In the new map, they had to ensure the "boss" was always a content word (like a noun or verb) rather than a small helper word, so the computer doesn't get confused about who is doing what.

The Results
The paper reports that they successfully converted over 11,000 sentences.

  • They created a "test drive" to see how well computers could read this new map.
  • When they gave the computer the "perfect" labels (gold tags), it understood the sentence structure about 80-82% of the time.
  • When they let the computer guess the labels first and then parse the sentence (an end-to-end pipeline), the accuracy dropped to about 64-68%.

This drop tells us that the hardest part for the computer isn't figuring out the sentence structure; it's correctly identifying the parts of speech (like knowing if a word is a verb or a noun) first.

Why This Matters
The main goal of this paper isn't to build a new app or a medical tool. Instead, it's about interoperability. It's about building a bridge. By creating this standard version, the authors allow modern AI tools to finally "speak" Quranic Arabic without needing to be reinvented for every new dataset. They kept the original map's details safe in the background (metadata) so that if a linguist wants to check the original, complex analysis, they can still find it.

In short, UD-Quran is a translator that took a complex, specialized map of the Quran and turned it into a universal language that modern computers can use, while keeping the original details safe for experts who need them.

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 →