iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition
Home ›› Technology ›› Ai ›› Koshur Diacritizer: A Byte-Level Model Restores Diacritics for Kashmiri Language NLP

Koshur Diacritizer: A Byte-Level Model Restores Diacritics for Kashmiri Language NLP

Researchers have developed Koshur Diacritizer, a byte-level sequence-to-sequence model based on ByT5-small, to restore missing diacritic marks in Kashmiri digital text. The model, trained on 23,700 sentence pairs, achieves a DERm of 0.2012 and word error rate of 0.2159, with a native expert accuracy of 77.5%. The dataset, model, and source code are publicly released to support low-resource language research.

iG
iGEN Editorial
June 16, 2026
Koshur Diacritizer: A Byte-Level Model Restores Diacritics for Kashmiri Language NLP

Kashmiri, an Indo-Aryan language written in a modified Perso-Arabic script, suffers from frequent omission of diacritic marks in digital text, creating ambiguity and hindering downstream natural language processing (NLP) applications. To address this, researchers have introduced Koshur Diacritizer, a byte-level sequence-to-sequence model for diacritic restoration, detailed in a paper on arXiv.

The Problem of Missing Diacritics

In many languages written in Arabic-derived scripts, diacritic marks indicate vowel sounds or other phonetic distinctions. When omitted, readers and NLP systems must rely on context to disambiguate words. For low-resource languages like Kashmiri, this problem is compounded by limited digital resources. According to the paper by Malik and colleagues, the lack of diacritics creates “ambiguity” that challenges text-to-speech, machine translation, and other applications.

The Koshur Diacritizer Approach

The researchers built Koshur Diacritizer as a ByT5-small model — a byte-level variant of the T5 transformer architecture that operates directly on UTF-8 bytes rather than tokenized text. This byte-level design is particularly suited for languages with complex scripts, as it avoids the need for script-specific tokenization. The framework incorporates:

  • Script-aware normalization to standardize input variations.
  • Alignment validation to ensure correct pairing of undiacritized and diacritized sentences.
  • Skeleton-preserving inference that restores diacritics while keeping the original base-letter sequence intact.

Dataset and Training

To train the model, the researchers created a publicly available dataset of 23,700 aligned undiacritized-diacritized Kashmiri sentence pairs. Details on the data source or collection methodology were not specified in the abstract, but the release provides a foundation for future work. The model was trained on this dataset, with validation on a held-out test set.

Performance Evaluation

Experimental results on the test set report a DERm (Diacritic Error Rate modified) of 0.2012 and a Word Error Rate (WER) of 0.2159. Beyond automated metrics, a native Kashmiri linguistic expert evaluated the model’s output, yielding a mean accuracy of 77.5%. The following table summarizes the key performance indicators:

Metric Value
DERm 0.2012
WER 0.2159
Expert accuracy 77.5%

Implications for Low-Resource Language NLP

Koshur Diacritizer provides a reproducible baseline for diacritic restoration in Kashmiri and demonstrates the viability of byte-level models for low-resource languages. The public release of the dataset, model, and source code (under a Creative Commons BY-NC-SA 4.0 license) enables other researchers to build on this work. While the immediate application is linguistic, such diacritic restoration can improve downstream tasks like text-to-speech, machine translation, and information retrieval — capabilities that, when extended to other languages, may eventually benefit multinational enterprises handling multilingual trade documentation.


Sources:

Keep Reading

Recommended Stories

Large Language Models Can Read Compressed Text That Humans Cannot, Researchers Find Technology

Large Language Models Can Read Compressed Text That Humans Cannot, Researchers Find

A new research paper introduces BabelTele, a compact, non-human-readable text format that large language models can still interpret with high semantic fidelity. The approach compresses text to 27.9% of its original length while preserving 99.5% of meaning, potentially reducing context overhead and costs in enterprise AI deployments.

June 20, 2026
Data Augmentations Offer Path to Efficient Language Model Pretraining Under Data Constraints Technology

Data Augmentations Offer Path to Efficient Language Model Pretraining Under Data Constraints

As AI labs face a data ceiling where compute capacity outpaces new high-quality text, researchers propose data augmentations to enable productive multi-epoch training on fixed corpora. Three categories—token-level noise, sequence permutations, and target offset prediction—are shown to delay overfitting and lower validation loss compared to standard autoregressive pretraining. Random token replacement achieved the best minimum loss among individual methods, with combined augmentations further improving results.

June 16, 2026
CREDENCE Framework Improves Automated Fact-Checking with Semantic Metrics and Convergence Analysis Technology

CREDENCE Framework Improves Automated Fact-Checking with Semantic Metrics and Convergence Analysis

The CREDENCE framework addresses key shortcomings in automated fact-checking by replacing Jaccard overlap metrics with Semantic-F1, a cosine similarity measure that improves accuracy by 15-32 percentage points. It also provides formal convergence theorems for repair pipelines and benchmarks across social media, encyclopedic, and news domains.

July 8, 2026
IHUBERT: Vector-Based Semantic Deduplication and Domain-Balanced Pretraining for Persian Resources Technology

IHUBERT: Vector-Based Semantic Deduplication and Domain-Balanced Pretraining for Persian Resources

Researchers present IHUBERT, a monolingual Persian language model pretrained on a 45GB curated subset of the Sepahr-Danesh collection using a multi-stage pipeline that includes vector-database-based semantic deduplication and domain-balanced pretraining. IHUBERT achieves top scores on extractive QA benchmarks PQuAD and ParsiNLU-RC, and best results on FarsTail NLI, while remaining competitive on NER and topic classification.

June 20, 2026