English

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

Computation and Language 2025-10-03 v3 Human-Computer Interaction

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. Our algorithm for producing character predictions from a subword large language model (LLM) provides more accurate predictions than using a classification layer, a byte-level LLM, or an n-gram model. Additionally, we investigate a domain adaptation procedure based on a large dataset of sentences we curated based on scoring how useful each sentence might be for spoken or written AAC communication. We find our procedure further improves model performance on simple, conversational text.

Keywords

Cite

@article{arxiv.2501.10582,
  title  = {Adapting Large Language Models for Character-based Augmentative and Alternative Communication},
  author = {Dylan Gaines and Keith Vertanen},
  journal= {arXiv preprint arXiv:2501.10582},
  year   = {2025}
}

Comments

To appear in Findings of EMNLP 2025

R2 v1 2026-06-28T21:09:55.673Z