Large Language Models (LLMs) are known for their proficiency in various language tasks, yet their effectiveness in accessibility-critical modalities, particularly Braille, remains uncertain. A recent study by Abdullah Abdullah, submitted on May 7, 2026, evaluates state-of-the-art LLMs for Korean-Braille translation using a human-annotated dataset.
Performance of State-of-the-Art LLMs
The evaluation reveals that despite expectations for multilingual, instruction-tuned models to generalize to Braille through text representations, the results were consistently poor. The study highlights substantial disagreement with human judgments, indicating a significant gap in LLM performance when handling Braille translations.
Key findings include:
- Consistently unstable outputs from LLMs.
- Weak alignment between Korean text and Braille patterns.
- Inadequate Braille-aware tokenization methods.
Supervised Fine-Tuning for Improved Results
In contrast, the study demonstrates that supervised fine-tuning of a smaller model, specifically T5-small, shows substantial improvements. The model was fine-tuned on the same dataset, resulting in significant and stable gains over zero-shot and prompted LLM baselines.

