Skip to main content

Showing 1–2 of 2 results for author: Hutchison, A

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

    cs.HC

    PhysioLLM: Supporting Personalized Health Insights with Wearables and Large Language Models

    Authors: Cathy Mengying Fang, Valdemar Danry, Nathan Whitmore, Andria Bao, Andrew Hutchison, Cayden Pierce, Pattie Maes

    Abstract: We present PhysioLLM, an interactive system that leverages large language models (LLMs) to provide personalized health understanding and exploration by integrating physiological data from wearables with contextual information. Unlike commercial health apps for wearables, our system offers a comprehensive statistical analysis component that discovers correlations and trends in user data, allowing u… ▽ More

    Submitted 27 June, 2024; originally announced June 2024.

  2. arXiv:2005.06444  [pdf, other

    cs.PL

    Pika parsing: reformulating packrat parsing as a dynamic programming algorithm solves the left recursion and error recovery problems

    Authors: Luke A. D. Hutchison

    Abstract: A recursive descent parser is built from a set of mutually-recursive functions, where each function directly implements one of the nonterminals of a grammar. A packrat parser uses memoization to reduce the time complexity for recursive descent parsing from exponential to linear in the length of the input. Recursive descent parsers are extremely simple to write, but suffer from two significant prob… ▽ More

    Submitted 6 July, 2020; v1 submitted 13 May, 2020; originally announced May 2020.

    Comments: Submitted to ACM

    ACM Class: F.4.2; D.3.4