CLMay 5, 2023

Adapting Transformer Language Models for Predictive Typing in Brain-Computer Interfaces

arXiv:2305.03819v1
Originality Incremental advance
AI Analysis

This work addresses typing speed issues for users of BCI systems, but it is incremental as it adapts existing models to a specific domain.

The paper tackled the problem of slow typing in brain-computer interfaces (BCI) by adapting Transformer language models for character-level predictions, finding that GPT-2 performed best on clean text with varying responses to noise.

Brain-computer interfaces (BCI) are an important mode of alternative and augmentative communication for many people. Unlike keyboards, many BCI systems do not display even the 26 letters of English at one time, let alone all the symbols in more complex systems. Using language models to make character-level predictions, therefore, can greatly speed up BCI typing (Ghosh and Kristensson, 2017). While most existing BCI systems employ character n-gram models or no LM at all, this paper adapts several wordpiece-level Transformer LMs to make character predictions and evaluates them on typing tasks. GPT-2 fares best on clean text, but different LMs react differently to noisy histories. We further analyze the effect of character positions in a word and context lengths.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes