Skip to main content

Showing 1–5 of 5 results for author: Enguehard, J

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

    cs.LG cs.AI

    Time Interpret: a Unified Model Interpretability Library for Time Series

    Authors: Joseph Enguehard

    Abstract: We introduce $\texttt{time_interpret}$, a library designed as an extension of Captum, with a specific focus on temporal data. As such, this library implements several feature attribution methods that can be used to explain predictions made by any Pytorch model. $\texttt{time_interpret}$ also provides several synthetic and real world time series datasets, various PyTorch models, as well as a set of… ▽ More

    Submitted 5 June, 2023; v1 submitted 5 June, 2023; originally announced June 2023.

    Comments: 7 pages, 1 figure. Code available at https://github.com/josephenguehard/time_interpret

  2. arXiv:2305.18840  [pdf, other

    cs.LG cs.AI stat.ML

    Learning Perturbations to Explain Time Series Predictions

    Authors: Joseph Enguehard

    Abstract: Explaining predictions based on multivariate time series data carries the additional difficulty of handling not only multiple features, but also time dependencies. It matters not only what happened, but also when, and the same feature could have a very different impact on a prediction depending on this time information. Previous work has used perturbation-based saliency methods to tackle this issu… ▽ More

    Submitted 30 May, 2023; originally announced May 2023.

    Comments: Accepted at ICML 2023

  3. arXiv:2305.15853  [pdf, other

    cs.CL cs.AI cs.LG

    Sequential Integrated Gradients: a simple but effective method for explaining language models

    Authors: Joseph Enguehard

    Abstract: Several explanation methods such as Integrated Gradients (IG) can be characterised as path-based methods, as they rely on a straight line between the data and an uninformative baseline. However, when applied to language models, these methods produce a path for each word of a sentence simultaneously, which could lead to creating sentences from interpolated words either having no clear meaning, or h… ▽ More

    Submitted 25 May, 2023; originally announced May 2023.

    Comments: Accepted at ACL 2023 Findings

  4. arXiv:2007.13794  [pdf, other

    cs.LG stat.ML

    Neural Temporal Point Processes For Modelling Electronic Health Records

    Authors: Joseph Enguehard, Dan Busbridge, Adam Bozson, Claire Woodcock, Nils Y. Hammerla

    Abstract: The modelling of Electronic Health Records (EHRs) has the potential to drive more efficient allocation of healthcare resources, enabling early intervention strategies and advancing personalised healthcare. However, EHRs are challenging to model due to their realisation as noisy, multi-modal data occurring at irregular time intervals. To address their temporal nature, we treat EHRs as samples gener… ▽ More

    Submitted 7 December, 2020; v1 submitted 27 July, 2020; originally announced July 2020.

    Comments: Version accepted to Machine Learning for Health (ML4H) workshop at NeurIPS 2020. 10 pages, 5 figures, 3 tables. Code, pre-trained models and datasets available at https://github.com/babylonhealth/neuralTPPs

  5. arXiv:1910.03492  [pdf, other

    cs.CL cs.LG cs.NE stat.ML

    Neural Language Priors

    Authors: Joseph Enguehard, Dan Busbridge, Vitalii Zhelezniak, Nils Hammerla

    Abstract: The choice of sentence encoder architecture reflects assumptions about how a sentence's meaning is composed from its constituent words. We examine the contribution of these architectures by holding them randomly initialised and fixed, effectively treating them as as hand-crafted language priors, and evaluating the resulting sentence encoders on downstream language tasks. We find that even when enc… ▽ More

    Submitted 4 October, 2019; originally announced October 2019.

    Comments: 4 pages, 1 figure, 1 table