Skip to main content

Showing 1–17 of 17 results for author: Lawrence, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.14814  [pdf

    cs.CL cs.AI cs.CY cs.HC cs.LG

    The opportunities and risks of large language models in mental health

    Authors: Hannah R. Lawrence, Renee A. Schneider, Susan B. Rubin, Maja J. Mataric, Daniel J. McDuff, Megan Jones Bell

    Abstract: Global rates of mental health concerns are rising and there is increasing realization that existing models of mental healthcare will not adequately expand to meet the demand. With the emergence of large language models (LLMs) has come great optimism regarding their promise to create novel, large-scale solutions to support mental health. Despite their nascence, LLMs have already been applied to men… ▽ More

    Submitted 26 March, 2024; v1 submitted 21 March, 2024; originally announced March 2024.

    Comments: 12 pages, 2 tables, 4 figures

  2. arXiv:2401.00052  [pdf, other

    cs.CY cs.CL

    ChatEd: A Chatbot Leveraging ChatGPT for an Enhanced Learning Experience in Higher Education

    Authors: Kevin Wang, Jason Ramos, Ramon Lawrence

    Abstract: With the rapid evolution of Natural Language Processing (NLP), Large Language Models (LLMs) like ChatGPT have emerged as powerful tools capable of transforming various sectors. Their vast knowledge base and dynamic interaction capabilities represent significant potential in improving education by operating as a personalized assistant. However, the possibility of generating incorrect, biased, or un… ▽ More

    Submitted 29 December, 2023; originally announced January 2024.

    Comments: To appear at INTED2024 - 18th annual International Technology, Education and Development Conference

  3. arXiv:2311.16292  [pdf, other

    cs.CY cs.CL

    Student Mastery or AI Deception? Analyzing ChatGPT's Assessment Proficiency and Evaluating Detection Strategies

    Authors: Kevin Wang, Seth Akins, Abdallah Mohammed, Ramon Lawrence

    Abstract: Generative AI systems such as ChatGPT have a disruptive effect on learning and assessment. Computer science requires practice to develop skills in problem solving and programming that are traditionally developed using assignments. Generative AI has the capability of completing these assignments for students with high accuracy, which dramatically increases the potential for academic integrity issue… ▽ More

    Submitted 27 November, 2023; originally announced November 2023.

    Comments: 7 pages, Published in 2023 International Conference on Computational Science and Computational Intelligence Research Track on Education, IEEE CPS

  4. arXiv:2311.15125  [pdf, other

    cs.CY

    Using Assignment Incentives to Reduce Student Procrastination and Encourage Code Review Interactions

    Authors: Kevin Wang, Ramon Lawrence

    Abstract: Procrastination causes student stress, reduced learning and performance, and results in very busy help sessions immediately before deadlines. A key challenge is encouraging students to complete assignments earlier rather than waiting until right before the deadline, so the focus becomes on the learning objectives rather than just meeting deadlines. This work presents an incentive system encouragin… ▽ More

    Submitted 25 November, 2023; originally announced November 2023.

    Comments: 6 pages, To be published in 2023 International Conference on Computational Science and Computational Intelligence Research Track on Education (CSCI-RTED) IEEE CPS

  5. LearnedSort as a learning-augmented SampleSort: Analysis and Parallelization

    Authors: Ivan Carvalho, Ramon Lawrence

    Abstract: This work analyzes and parallelizes LearnedSort, the novel algorithm that sorts using machine learning models based on the cumulative distribution function. LearnedSort is analyzed under the lens of algorithms with predictions, and it is argued that LearnedSort is a learning-augmented SampleSort. A parallel LearnedSort algorithm is developed combining LearnedSort with the state-of-the-art SampleSo… ▽ More

    Submitted 17 July, 2023; originally announced July 2023.

    Comments: Published in SSDBM 2023

  6. arXiv:2302.07800  [pdf, other

    cs.DB cs.DS

    An Efficient B-tree Implementation for Memory-Constrained Embedded Systems

    Authors: Nadir Ould-Khessal, Scott Fazackerley, Ramon Lawrence

    Abstract: Embedded devices collect and process significant amounts of data in a variety of applications including environmental monitoring, industrial automation and control, and other Internet of Things (IoT) applications. Storing data efficiently is critically important, especially when the device must perform local processing on the data. The most widely used data structure for high performance query and… ▽ More

    Submitted 15 February, 2023; originally announced February 2023.

    Comments: Published in the 19th International Conference on Embedded Systems, Cyber-physical Systems, and Applications (ESCS'21). Code is available at https://github.com/ubco-db

  7. arXiv:2302.07784  [pdf, other

    cs.DL cs.DB cs.IR

    A Case Study on Record Matching of Individuals in Historical Archives of Indigenous Databases

    Authors: Matthew Currie, Ramon Lawrence

    Abstract: Digitization of historical records has produced a significant amount of data for analysis and interpretation. A critical challenge is the ability to relate historical information across different archives to allow for the data to be framed in the appropriate historical context. This paper presents a real-world case study on historical information integration and record matching with the goal to im… ▽ More

    Submitted 15 February, 2023; originally announced February 2023.

    Comments: Published in 20th International Conference on Information & Knowledge Engineering (IKE'21)

  8. arXiv:2302.06715  [pdf, other

    cs.DB

    Estimation of Average Annual Daily Bicycle Count Using Bike-Share GPS Data and Bike Counter Data for an Urban Active Transportation Network

    Authors: Marzi Rafieenia, Liza Wood, Mohsen Zardadi, Scott Fazackerley, Ramon Lawrence

    Abstract: In 2018, the City of Kelowna entered into a license agreement with Dropbike to operate a dockless bike-share pilot in and around the downtown core. The bikes were tracked by the user's cell phone GPS through the Dropbike app. The City's Active Transportation team recognized that this GPS data could help understand the routes used by cyclists which would then inform decision-making for infrastructu… ▽ More

    Submitted 13 February, 2023; originally announced February 2023.

    Comments: Published in 17th International Conference on Data Science (ICDATA'21)

  9. arXiv:2302.06698  [pdf, other

    cs.CV cs.AI

    An Application of Deep Learning for Sweet Cherry Phenoty** using YOLO Object Detection

    Authors: Ritayu Nagpal, Sam Long, Shahid Jahagirdar, Weiwei Liu, Scott Fazackerley, Ramon Lawrence, Amritpal Singh

    Abstract: Tree fruit breeding is a long-term activity involving repeated measurements of various fruit quality traits on a large number of samples. These traits are traditionally measured by manually counting the fruits, weighing to indirectly measure the fruit size, and fruit colour is classified subjectively into different color categories using visual comparison to colour charts. These processes are slow… ▽ More

    Submitted 13 February, 2023; originally announced February 2023.

    Comments: Published in 25th International Conference on Image Processing, Computer Vision, & Pattern Recognition (IPCV'21)

  10. Using Learned Indexes to Improve Time Series Indexing Performance on Embedded Sensor Devices

    Authors: David Ding, Ivan Carvalho, Ramon Lawrence

    Abstract: Efficiently querying data on embedded sensor and IoT devices is challenging given the very limited memory and CPU resources. With the increasing volumes of collected data, it is critical to process, filter, and manipulate data on the edge devices where it is collected to improve efficiency and reduce network transmissions. Existing embedded index structures do not adapt to the data distribution an… ▽ More

    Submitted 6 February, 2023; originally announced February 2023.

    Comments: To appear in SENSORNETS 2023

    Journal ref: Proceedings of the 12th International Conference on Sensor Networks (SENSORNETS 2023), pages 23-31

  11. arXiv:2211.12983  [pdf, other

    stat.ML cs.LG stat.AP

    Causal Analysis of the TOPCAT Trial: Spironolactone for Preserved Cardiac Function Heart Failure

    Authors: Francesca E. D. Raimondi, Tadhg O'Keeffe, Hana Chockler, Andrew R. Lawrence, Tamara Stemberga, Andre Franca, Maksim Sipos, Javed Butler, Shlomo Ben-Haim

    Abstract: We describe the results of applying causal discovery methods on the data from a multi-site clinical trial, on the Treatment of Preserved Cardiac Function Heart Failure with an Aldosterone Antagonist (TOPCAT). The trial was inconclusive, with no clear benefits consistently shown for the whole cohort. However, there were questions regarding the reliability of the diagnosis and treatment protocol for… ▽ More

    Submitted 23 November, 2022; originally announced November 2022.

    Journal ref: NeurIPS 2022 Workshop on Causal Machine Learning for Real-World Impact (CML4Impact 2022)

  12. arXiv:2211.11892  [pdf, ps, other

    stat.ML cs.LG stat.AP

    Equality of Effort via Algorithmic Recourse

    Authors: Francesca E. D. Raimondi, Andrew R. Lawrence, Hana Chockler

    Abstract: This paper proposes a method for measuring fairness through equality of effort by applying algorithmic recourse through minimal interventions. Equality of effort is a property that can be quantified at both the individual and the group level. It answers the counterfactual question: what is the minimal cost for a protected individual or the average minimal cost for a protected group of individuals… ▽ More

    Submitted 25 November, 2022; v1 submitted 21 November, 2022; originally announced November 2022.

    Journal ref: Presented at the Algorithmic Fairness through the Lens of Causality and Privacy Workshop at Neural Information Processing Systems, 2022

  13. arXiv:2208.08247  [pdf, other

    stat.ML cs.AI cs.LG

    Domain Knowledge in A*-Based Causal Discovery

    Authors: Steven Kleinegesse, Andrew R. Lawrence, Hana Chockler

    Abstract: Causal discovery has become a vital tool for scientists and practitioners wanting to discover causal relationships from observational data. While most previous approaches to causal discovery have implicitly assumed that no expert domain knowledge is available, practitioners can often provide such domain knowledge from prior experience. Recent work has incorporated domain knowledge into constraint-… ▽ More

    Submitted 17 August, 2022; originally announced August 2022.

    MSC Class: 68T99

  14. arXiv:2104.08043  [pdf, other

    stat.ML cs.LG

    Data Generating Process to Evaluate Causal Discovery Techniques for Time Series Data

    Authors: Andrew R. Lawrence, Marcus Kaiser, Rui Sampaio, Maksim Sipos

    Abstract: Going beyond correlations, the understanding and identification of causal relationships in observational time series, an important subfield of Causal Discovery, poses a major challenge. The lack of access to a well-defined ground truth for real-world data creates the need to rely on synthetic data for the evaluation of these methods. Existing benchmarks are limited in their scope, as they either a… ▽ More

    Submitted 16 April, 2021; originally announced April 2021.

    Comments: 17 pages, 9 figures, for associated code and data sets, see https://github.com/causalens/cdml-neurips2020

    Journal ref: Causal Discovery & Causality-Inspired Machine Learning Workshop at Neural Information Processing Systems, 2020

  15. arXiv:1807.04833  [pdf, ps, other

    stat.ML cs.LG

    DP-GP-LVM: A Bayesian Non-Parametric Model for Learning Multivariate Dependency Structures

    Authors: Andrew R. Lawrence, Carl Henrik Ek, Neill D. F. Campbell

    Abstract: We present a non-parametric Bayesian latent variable model capable of learning dependency structures across dimensions in a multivariate setting. Our approach is based on flexible Gaussian process priors for the generative map**s and interchangeable Dirichlet process priors to learn the structure. The introduction of the Dirichlet process as a specific structural prior allows our model to circum… ▽ More

    Submitted 12 July, 2018; originally announced July 2018.

  16. arXiv:1510.00757  [pdf, ps, other

    stat.ML cs.LG

    A Survey of Online Experiment Design with the Stochastic Multi-Armed Bandit

    Authors: Giuseppe Burtini, Jason Loeppky, Ramon Lawrence

    Abstract: Adaptive and sequential experiment design is a well-studied area in numerous domains. We survey and synthesize the work of the online statistical learning paradigm referred to as multi-armed bandits integrating the existing research as a resource for a certain class of online experiments. We first explore the traditional stochastic model of a multi-armed bandit, then explore a taxonomic scheme of… ▽ More

    Submitted 3 November, 2015; v1 submitted 2 October, 2015; originally announced October 2015.

    Comments: 49 pages, 1 figure

  17. Case-Based Subgoaling in Real-Time Heuristic Search for Video Game Pathfinding

    Authors: Vadim Bulitko, Yngvi Björnsson, Ramon Lawrence

    Abstract: Real-time heuristic search algorithms satisfy a constant bound on the amount of planning per action, independent of problem size. As a result, they scale up well as problems become larger. This property would make them well suited for video games where Artificial Intelligence controlled agents must react quickly to user commands and to other agents actions. On the downside, real-time search algori… ▽ More

    Submitted 16 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 39, pages 269-300, 2010