Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–5 of 5 results for author: Key, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2604.04168  [pdf, ps, other

    cs.CL cs.IR

    A Semi-Automated Annotation Workflow for Paediatric Histopathology Reports Using Small Language Models

    Authors: Avish Vijayaraghavan, Jaskaran Singh Kawatra, Sebin Sabu, Jonny Sheldon, Will Poulett, Alex Eze, Daniel Key, John Booth, Shiren Patel, Jonny Pearson, Dan Schofield, Jonathan Hope, Pavithra Rajendran, Neil Sebire

    Abstract: Electronic Patient Record (EPR) systems contain valuable clinical information, but much of it is trapped in unstructured text, limiting its use for research and decision-making. Large language models can extract such information but require substantial computational resources to run locally, and sending sensitive clinical data to cloud-based services, even when deidentified, raises significant pat… ▽ More

    Submitted 7 April, 2026; v1 submitted 5 April, 2026; originally announced April 2026.

    Comments: 36 pages, includes supplementary information

  2. arXiv:2512.22177  [pdf

    cs.CV

    Real-Time American Sign Language Recognition Using 3D Convolutional Neural Networks and LSTM: Architecture, Training, and Deployment

    Authors: Dawnena Key

    Abstract: This paper presents a real-time American Sign Language (ASL) recognition system utilizing a hybrid deep learning architecture combining 3D Convolutional Neural Networks (3D CNN) with Long Short-Term Memory (LSTM) networks. The system processes webcam video streams to recognize word-level ASL signs, addressing communication barriers for over 70 million deaf and hard-of-hearing individuals worldwide… ▽ More

    Submitted 18 December, 2025; originally announced December 2025.

    Comments: 10 pages, 1 figure, 2 tables. Patent pending (US 63/918,518). Code available at https://github.com/dawnenakey/spokhandSLR

  3. arXiv:2405.00738  [pdf, other

    cs.AR cs.AI cs.LG

    HLSTransform: Energy-Efficient Llama 2 Inference on FPGAs Via High Level Synthesis

    Authors: Andy He, Darren Key, Mason Bulling, Andrew Chang, Skyler Shapiro, Everett Lee

    Abstract: Graphics Processing Units (GPUs) have become the leading hardware accelerator for deep learning applications and are used widely in training and inference of transformers; transformers have achieved state-of-the-art performance in many areas of machine learning and are especially used in most modern Large Language Models (LLMs). However, GPUs require large amounts of energy, which poses environmen… ▽ More

    Submitted 29 April, 2024; originally announced May 2024.

    Comments: 7 pages, 2 figures

  4. arXiv:2402.12275  [pdf, other

    cs.AI cs.CL

    WorldCoder, a Model-Based LLM Agent: Building World Models by Writing Code and Interacting with the Environment

    Authors: Hao Tang, Darren Key, Kevin Ellis

    Abstract: We give a model-based agent that builds a Python program representing its knowledge of the world based on its interactions with the environment. The world model tries to explain its interactions, while also being optimistic about what reward it can achieve. We define this optimism as a logical constraint between a program and a planner. We study our agent on gridworlds, and on task planning, findi… ▽ More

    Submitted 20 September, 2024; v1 submitted 19 February, 2024; originally announced February 2024.

  5. arXiv:2210.00848  [pdf, other

    cs.SE cs.AI cs.LG cs.PL

    Toward Trustworthy Neural Program Synthesis

    Authors: Darren Key, Wen-Ding Li, Kevin Ellis

    Abstract: We develop an approach to estimate the probability that a program sampled from a large language model is correct. Given a natural language description of a programming problem, our method samples both candidate programs as well as candidate predicates specifying how the program should behave. This allows learning a model that forms a well-calibrated probabilistic prediction of program correctness.… ▽ More

    Submitted 9 October, 2023; v1 submitted 29 September, 2022; originally announced October 2022.

    Comments: 9 pages, 8 figures