CANDLE: Character-level Arabic Noise Deduplication using Lightweight Encoder

15d ago · Global · primary source: export.arxiv.org

A research team has introduced CANDLE, a lightweight system that applies Connectionist Temporal Classification to the task of character-level Arabic noise deduplication, according to a paper posted on arXiv [1]. The system addresses the challenge of repeated characters in Arabic text, which can indicate either correct spelling or informal elongation common in social media posts. CANDLE operates without handcrafted rules, dictionaries, or morphological analyzers, instead framing normalization as a sequence alignment problem over a character-based encoder [1][2]. The researchers evaluated the CTC model on three benchmarks: clean newspaper text, manually curated ambiguous cases, and real-world social media content. It achieved a Sentence Error Rate as low as 5.37% and consistently outperformed a classification-based baseline by a large margin [1][2]. To reduce inference overhead, the team distilled the original 6-layer CTC model into a 2-layer student model, achieving a 3× depth reduction with minimal performance degradation [1][2]. Beyond deduplication accuracy, the normalization process produced a practical downstream benefit: a relative reduction in tokenizer fertility of up to 12.8% across a diverse set of Arabic large language model tokenizers, which directly lowers inference costs and improves context window utilization [1][2]. The authors have released all code and models publicly to support reproducibility and further research [1][2].

research-paperinfrastructuremodel-releasesafety-researchtool-release

Background sources we checked (6)
  • arxiv.org ↗ Handling repeated characters in text can be tricky, since they can represent either the correct spelling of a word or informal character elongation often seen in social media posts. We present CANDLE, a lightweight system for character-level Arabic noise deduplication that addres…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
  • arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
  • en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
  • en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…

Sources

Spot something wrong? Report an issue