Skip to main content

Showing 1–12 of 12 results for author: Wade, S

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

    cs.SE cs.AI

    Out of style: Misadventures with LLMs and code style transfer

    Authors: Karl Munson, Chih-Kai Ting, Serenity Wade, Anish Savla, Julian Dolby, Kiran Kate, Kavitha Srinivas

    Abstract: Like text, programs have styles, and certain programming styles are more desirable than others for program readability, maintainability, and performance. Code style transfer, however, is difficult to automate except for trivial style guidelines such as limits on line length. Inspired by the success of using language models for text style transfer, we investigate if code language models can perform… ▽ More

    Submitted 14 June, 2024; originally announced June 2024.

  2. arXiv:2309.04607  [pdf

    cs.CL cs.AI

    Linking Symptom Inventories using Semantic Textual Similarity

    Authors: Eamonn Kennedy, Shashank Vadlamani, Hannah M Lindsey, Kelly S Peterson, Kristen Dams OConnor, Kenton Murray, Ronak Agarwal, Houshang H Amiri, Raeda K Andersen, Talin Babikian, David A Baron, Erin D Bigler, Karen Caeyenberghs, Lisa Delano-Wood, Seth G Disner, Ekaterina Dobryakova, Blessen C Eapen, Rachel M Edelstein, Carrie Esopenko, Helen M Genova, Elbert Geuze, Naomi J Goodrich-Hunsaker, Jordan Grafman, Asta K Haberg, Cooper B Hodges , et al. (57 additional authors not shown)

    Abstract: An extensive library of symptom inventories has been developed over time to measure clinical symptoms, but this variety has led to several long standing issues. Most notably, results drawn from different settings and studies are not comparable, which limits reproducibility. Here, we present an artificial intelligence (AI) approach using semantic textual similarity (STS) to link symptoms and scores… ▽ More

    Submitted 8 September, 2023; originally announced September 2023.

  3. arXiv:2209.15321  [pdf, other

    stat.ML cs.LG

    Leveraging variational autoencoders for multiple data imputation

    Authors: Breeshey Roskams-Hieter, Jude Wells, Sara Wade

    Abstract: Missing data persists as a major barrier to data analysis across numerous applications. Recently, deep generative models have been used for imputation of missing data, motivated by their ability to capture highly non-linear and complex relationships in the data. In this work, we investigate the ability of deep models, namely variational autoencoders (VAEs), to account for uncertainty in missing da… ▽ More

    Submitted 30 September, 2022; originally announced September 2022.

    Comments: 17 pages, 3 main figures, 6 supplementary figures

  4. arXiv:2209.06273  [pdf, other

    cs.CL

    Exploring Code Style Transfer with Neural Networks

    Authors: Karl Munson, Anish Savla, Chih-Kai Ting, Serenity Wade, Kiran Kate, Kavitha Srinivas

    Abstract: Style is a significant component of natural language text, reflecting a change in the tone of text while kee** the underlying information the same. Even though programming languages have strict syntax rules, they also have style. Code can be written with the same functionality but using different language features. However, programming style is difficult to quantify, and thus as part of this wor… ▽ More

    Submitted 13 September, 2022; originally announced September 2022.

  5. arXiv:2208.12830  [pdf, other

    stat.ML cs.LG stat.CO

    Mixtures of Gaussian Process Experts with SMC$^2$

    Authors: Teemu Härkönen, Sara Wade, Kody Law, Lassi Roininen

    Abstract: Gaussian processes are a key component of many flexible statistical and machine learning models. However, they exhibit cubic computational complexity and high memory constraints due to the need of inverting and storing a full covariance matrix. To circumvent this, mixtures of Gaussian process experts have been considered where data points are assigned to independent experts, reducing the complexit… ▽ More

    Submitted 26 August, 2022; originally announced August 2022.

  6. arXiv:2109.14171  [pdf, other

    stat.ML cs.LG stat.CO

    Non-stationary Gaussian process discriminant analysis with variable selection for high-dimensional functional data

    Authors: W Yu, S Wade, H D Bondell, L Azizi

    Abstract: High-dimensional classification and feature selection tasks are ubiquitous with the recent advancement in data acquisition technology. In several application areas such as biology, genomics and proteomics, the data are often functional in their nature and exhibit a degree of roughness and non-stationarity. These structures pose additional challenges to commonly used methods that rely mainly on a t… ▽ More

    Submitted 28 September, 2021; originally announced September 2021.

  7. arXiv:2106.10716  [pdf

    cs.LG

    Machine learning in the social and health sciences

    Authors: Anja K. Leist, Matthias Klee, Jung Hyun Kim, David H. Rehkopf, Stéphane P. A. Bordas, Graciela Muniz-Terrera, Sara Wade

    Abstract: The uptake of machine learning (ML) approaches in the social and health sciences has been rather slow, and research using ML for social and health research questions remains fragmented. This may be due to the separate development of research in the computational/data versus social and health sciences as well as a lack of accessible overviews and adequate training in ML techniques for non data scie… ▽ More

    Submitted 20 June, 2021; originally announced June 2021.

  8. Fast Deep Mixtures of Gaussian Process Experts

    Authors: Clement Etienam, Kody Law, Sara Wade, Vitaly Zankin

    Abstract: Mixtures of experts have become an indispensable tool for flexible modelling in a supervised learning context, allowing not only the mean function but the entire density of the output to change with the inputs. Sparse Gaussian processes (GP) have shown promise as a leading candidate for the experts in such models, and in this article, we propose to design the gating network for selecting the exper… ▽ More

    Submitted 30 November, 2023; v1 submitted 11 June, 2020; originally announced June 2020.

    Comments: 22 pages, 28 figures, to be published in Machine Learning journal

    Journal ref: Machine Learning (2024)

  9. Rethinking Defeasible Reasoning: A Scalable Approach

    Authors: Michael J. Maher, Ilias Tachmazidis, Grigoris Antoniou, Stephen Wade, Long Cheng

    Abstract: Recent technological advances have led to unprecedented amounts of generated data that originate from the Web, sensor networks and social media. Analytics in terms of defeasible reasoning - for example for decision making - could provide richer knowledge of the underlying domain. Traditionally, defeasible reasoning has focused on complex knowledge structures over small to medium amounts of data, b… ▽ More

    Submitted 2 January, 2020; originally announced January 2020.

    Comments: Under consideration in Theory and Practice of Logic Programming (TPLP)

    Journal ref: Theory and Practice of Logic Programming 20 (2020) 552-586

  10. arXiv:1905.12969  [pdf, other

    stat.ML cs.LG

    Enriched Mixtures of Gaussian Process Experts

    Authors: Charles W. L. Gadd, Sara Wade, Alexis Boukouvalas

    Abstract: Mixtures of experts probabilistically divide the input space into regions, where the assumptions of each expert, or conditional model, need only hold locally. Combined with Gaussian process (GP) experts, this results in a powerful and highly flexible model. We focus on alternative mixtures of GP experts, which model the joint distribution of the inputs and targets explicitly. We highlight issues o… ▽ More

    Submitted 30 May, 2019; originally announced May 2019.

  11. arXiv:1803.10746  [pdf, other

    stat.ML cs.LG

    Pseudo-marginal Bayesian inference for supervised Gaussian process latent variable models

    Authors: Charles Gadd, Sara Wade, Akeel Shah, Dimitris Grammatopoulos

    Abstract: We introduce a Bayesian framework for inference with a supervised version of the Gaussian process latent variable model. The framework overcomes the high correlations between latent variables and hyperparameters by using an unbiased pseudo estimate for the marginal likelihood that approximately integrates over the latent variables. This is used to construct a Markov Chain to explore the posterior… ▽ More

    Submitted 28 March, 2018; originally announced March 2018.

    Comments: 9 pages, 2 figures, working paper

  12. arXiv:1706.02480  [pdf, other

    stat.ML cs.LG

    Forward Thinking: Building and Training Neural Networks One Layer at a Time

    Authors: Chris Hettinger, Tanner Christensen, Ben Ehlert, Jeffrey Humpherys, Tyler Jarvis, Sean Wade

    Abstract: We present a general framework for training deep neural networks without backpropagation. This substantially decreases training time and also allows for construction of deep networks with many sorts of learners, including networks whose layers are defined by functions that are not easily differentiated, like decision trees. The main idea is that layers can be trained one at a time, and once they a… ▽ More

    Submitted 8 June, 2017; originally announced June 2017.