Skip to main content

Showing 1–4 of 4 results for author: Kiddon, C

  1. arXiv:2404.16250  [pdf, other

    cs.CL

    Semgrex and Ssurgeon, Searching and Manipulating Dependency Graphs

    Authors: John Bauer, Chloe Kiddon, Eric Yeh, Alex Shan, Christopher D. Manning

    Abstract: Searching dependency graphs and manipulating them can be a time consuming and challenging task to get right. We document Semgrex, a system for searching dependency graphs, and introduce Ssurgeon, a system for manipulating the output of Semgrex. The compact language used by these systems allows for easy command line or API processing of dependencies. Additionally, integration with publicly released… ▽ More

    Submitted 24 April, 2024; originally announced April 2024.

    Comments: Georgetown University Round Table (GURT) 2023

  2. arXiv:1910.10252  [pdf, other

    cs.LG stat.ML

    Federated Evaluation of On-device Personalization

    Authors: Kangkang Wang, Rajiv Mathews, Chloé Kiddon, Hubert Eichner, Françoise Beaufays, Daniel Ramage

    Abstract: Federated learning is a distributed, on-device computation framework that enables training global models without exporting sensitive user data to servers. In this work, we describe methods to extend the federation framework to evaluate strategies for personalization of global models. We present tools to analyze the effects of personalization and evaluate conditions under which personalization yiel… ▽ More

    Submitted 22 October, 2019; originally announced October 2019.

    Comments: 4 pages, 4 figures

  3. arXiv:1902.01046  [pdf, other

    cs.LG cs.DC stat.ML

    Towards Federated Learning at Scale: System Design

    Authors: Keith Bonawitz, Hubert Eichner, Wolfgang Grieskamp, Dzmitry Huba, Alex Ingerman, Vladimir Ivanov, Chloe Kiddon, Jakub Konečný, Stefano Mazzocchi, H. Brendan McMahan, Timon Van Overveldt, David Petrou, Daniel Ramage, Jason Roselander

    Abstract: Federated Learning is a distributed machine learning approach which enables model training on a large corpus of decentralized data. We have built a scalable production system for Federated Learning in the domain of mobile devices, based on TensorFlow. In this paper, we describe the resulting high-level design, sketch some of the challenges and their solutions, and touch upon the open problems and… ▽ More

    Submitted 22 March, 2019; v1 submitted 4 February, 2019; originally announced February 2019.

  4. arXiv:1811.03604  [pdf, other

    cs.CL

    Federated Learning for Mobile Keyboard Prediction

    Authors: Andrew Hard, Kanishka Rao, Rajiv Mathews, Swaroop Ramaswamy, Françoise Beaufays, Sean Augenstein, Hubert Eichner, Chloé Kiddon, Daniel Ramage

    Abstract: We train a recurrent neural network language model using a distributed, on-device learning framework called federated learning for the purpose of next-word prediction in a virtual keyboard for smartphones. Server-based training using stochastic gradient descent is compared with training on client devices using the Federated Averaging algorithm. The federated algorithm, which enables training on a… ▽ More

    Submitted 28 February, 2019; v1 submitted 8 November, 2018; originally announced November 2018.

    Comments: 7 pages, 4 figures