paper-with-me

Papers

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

2023-05-05 · Shijia Liu, David A. Smith

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.

📄 PDF Abstract BibTeX arXiv:2305.03819

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Noisy Neural Language Modeling for Typing Prediction in BCI Communication

2019-06-01 · WS 2019 6 · Rui Dong, David Smith, Shiran Dudy, Steven Bedrick

Language models have broad adoption in predictive typing tasks. When the typing history contains numerous errors, as in open-vocabulary predictive typing with brain-computer interface (BCI) systems, we observe significan…

Brain Computer InterfaceLanguage ModelingLanguage Modelling

Neural Language Taskonomy: Which NLP Tasks are the most Predictive of fMRI Brain Activity?

2022-05-03 · NAACL 2022 7 · Subba Reddy Oota, Jashn Arora, Veeral Agarwal, Mounika Marreddy 외

Several popular Transformer based language models have been found to be successful for text-driven brain encoding. However, existing literature leverages only pretrained text Transformer models and has not explored the e…

coreference-resolutionCoreference ResolutionNatural Language InferenceNER+2

Cross-domain Fiber Cluster Shape Analysis for Language Performance Cognitive Score Prediction

2024-03-27 · Yui Lo, Yuqian Chen, Dongnan Liu, Wan Liu 외

Shape plays an important role in computer graphics, offering informative features to convey an object's morphology and functionality. Shape analysis in brain imaging can help interpret structural and functionality correl…

CoRe-BT: A Multimodal Radiology-Pathology-Text Benchmark for Robust Brain Tumor Typing

2026-03-04 · Juampablo E. Heras Rivera, Daniel K. Low, Xavier Xiong, Jacob J. Ruzevick 외 arxiv

Accurate brain tumor typing requires integrating heterogeneous clinical evidence, including magnetic resonance imaging (MRI), histopathology, and pathology reports, which are often incomplete at the time of diagnosis. We…

Representation Learning

Adaptive Synaptic Failure Enables Sampling from Posterior Predictive Distributions in the Brain

2022-10-04 · Kevin McKee, Ian Crandell, Rishidev Chaudhuri, Randall O'Reilly

Bayesian interpretations of neural processing require that biological mechanisms represent and operate upon probability distributions in accordance with Bayes' theorem. Many have speculated that synaptic failure constitu…

Bayesian Inference