← Search

Yuanbo Zhang

3 accepted papers

2024

Neural Search Space in Gboard Decoder

EMNLP 2024industry

Gboard Decoder produces suggestions by looking for paths that best match input touch points on the context aware search space, which is backed by the language Finite State Transducers (FST). The language FST is currently an N-gram language model (LM). However, N-gram LMs, limited in context length,…

Cited by 0SourcePDFScholar
2024

Proofread: Fixes All Errors with One Tap

ACL 2024system demonstrations

The impressive capabilities in Large Language Models (LLMs) provide a powerful approach to reimagine users’ typing experience. This paper demonstrates the Proofread feature in Gboard, a virtual keyboard running on mobile phones. Proofread enables seamless sentence-level and paragraph-level correctio…

Cited by 4SourcePDFScholar
2023

Federated Learning of Gboard Language Models with Differential Privacy

ACL 2023industry

We train and deploy language models (LMs) with federated learning (FL) and differential privacy (DP) in Google Keyboard (Gboard). The recent DP-Follow the Regularized Leader (DP-FTRL) algorithm is applied to achieve meaningfully formal DP guarantees without requiring uniform sampling of clients. To…