Adapting Large Language Models for Character-based Augmentative and Alternative Communication

๐Ÿ“… 2025-01-17
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the challenge of real-time, character-level prediction in Augmentative and Alternative Communication (AAC), where large language models (LLMs) struggle to deliver low-latency, high-accuracy sequential character generation. To overcome this, we propose a lightweight character-decoding algorithm built upon subword-based LLMsโ€”avoiding both classification-layer fine-tuning and inefficient byte-level modeling. We curate a high-quality, AAC-domain-specific corpus and introduce a rigorous text quality rating mechanism. Furthermore, we design a dialogue-oriented domain-adaptive curriculum learning strategy to progressively align model behavior with AAC usage patterns. Experiments demonstrate substantial improvements in character-level prediction accuracy for simple conversational scenarios, while maintaining low inference latency and minimal computational overhead. The approach achieves a favorable balance between practical usability and efficiency, establishing a deployable paradigm for adapting LLMs to resource-constrained AAC systems.

Technology Category

Application Category

๐Ÿ“ Abstract
Users of Augmentative and Alternative Communication (AAC) may write letter-by-letter via an interface that uses a character language model. However, most state-of-the-art large pretrained language models predict subword tokens of variable length. We investigate how to practically use such models to make accurate and efficient character predictions. We fine-tune models using a large dataset of sentences we curated in which each sentence is rated according to how useful it might be for spoken or written AAC communication. We find that using an algorithm to produce character predictions from a subword large language model provides more accurate predictions than adding a classification layer or using a byte-level model. We also find that our domain adaptation curriculum is effective at improving model performance on simple, conversational text.
Problem

Research questions and friction points this paper is trying to address.

Large Language Models
Augmentative and Alternative Communication (AAC)
Letter Prediction
Innovation

Methods, ideas, or system contributions that make the work stand out.

Large Language Models
Assistive and Alternative Communication (AAC)
Predictive Letter Typing