C. Raina MacIntyre

CL
h-index74
6papers
1,134citations
Novelty32%
AI Score40

6 Papers

2.0PEMar 18
Generating a Contact Matrix for Aged Care Settings in Australia: an agent-based model study

Haley Stone, C. Raina MacIntyre, Mohana Kunasekaran et al.

Understanding infectious disease transmission in institutional settings requires models that capture how contacts arise from structured routines, roles, and spatial constraints. In aged care facilities, interactions are driven by care delivery, staff scheduling, and resident mobility, producing patterns that differ from those assumed in population-level models. This study develops an agent-based framework to generate high-resolution contact matrices by simulating task-driven behaviour, staff workflows, and movement through shared spaces. Rather than prescribing contacts, interactions emerge from scheduled activities and proximity during task execution. The model is parameterised using activity-diary data from aged care workers and separates behavioural logic from physical layout, enabling adaptation to different facility designs without altering core mechanisms. Results show strong heterogeneity in contact patterns across care levels and staff shifts. Low and medium care residents had higher contact frequencies than high care residents, while day and afternoon staff shifts accounted for most resident-staff interactions. Contacts clustered around daily routines such as meals and communal activities. Incorporating a proximity-based airborne transmission component showed that risk was concentrated during high-contact shifts and among more mobile residents. Vaccination scenarios substantially reduced predicted transmission, with the greatest impact when both staff and residents were vaccinated. By linking organisational processes to emergent contact structure, this framework provides a reproducible approach to contact matrix generation for institutional settings, supporting more realistic transmission modelling and evaluation of targeted infection control strategies.

0.5CLOct 31, 2023Code
Relation Extraction from News Articles (RENA): A Tool for Epidemic Surveillance

Jaeff Hong, Duong Dung, Danielle Hutchinson et al.

Relation Extraction from News Articles (RENA) is a browser-based tool designed to extract key entities and their semantic relationships in English language news articles related to infectious diseases. Constructed using the React framework, this system presents users with an elegant and user-friendly interface. It enables users to input a news article and select from a choice of two models to generate a comprehensive list of relations within the provided text. As a result, RENA allows real-time parsing of news articles to extract key information for epidemic surveillance, contributing to EPIWATCH, an open-source intelligence-based epidemic warning system.

2.7CLApr 11, 2025
Evaluating the Bias in LLMs for Surveying Opinion and Decision Making in Healthcare

Yonchanok Khaokaew, Flora D. Salim, Andreas Züfle et al.

Generative agents have been increasingly used to simulate human behaviour in silico, driven by large language models (LLMs). These simulacra serve as sandboxes for studying human behaviour without compromising privacy or safety. However, it remains unclear whether such agents can truly represent real individuals. This work compares survey data from the Understanding America Study (UAS) on healthcare decision-making with simulated responses from generative agents. Using demographic-based prompt engineering, we create digital twins of survey respondents and analyse how well different LLMs reproduce real-world behaviours. Our findings show that some LLMs fail to reflect realistic decision-making, such as predicting universal vaccine acceptance. However, Llama 3 captures variations across race and Income more accurately but also introduces biases not present in the UAS data. This study highlights the potential of generative agents for behavioural research while underscoring the risks of bias from both LLMs and prompting strategies.

1.2GNJun 10, 2025Code
A Probabilistic Framework for Imputing Genetic Distances in Spatiotemporal Pathogen Models

Haley Stone, Jing Du, Hao Xue et al.

Pathogen genome data offers valuable structure for spatial models, but its utility is limited by incomplete sequencing coverage. We propose a probabilistic framework for inferring genetic distances between unsequenced cases and known sequences within defined transmission chains, using time-aware evolutionary distance modeling. The method estimates pairwise divergence from collection dates and observed genetic distances, enabling biologically plausible imputation grounded in observed divergence patterns, without requiring sequence alignment or known transmission chains. Applied to highly pathogenic avian influenza A/H5 cases in wild birds in the United States, this approach supports scalable, uncertainty-aware augmentation of genomic datasets and enhances the integration of evolutionary information into spatiotemporal modeling workflows.

31.0CLJun 13, 2019
A Comparison of Word-based and Context-based Representations for Classification Problems in Health Informatics

Aditya Joshi, Sarvnaz Karimi, Ross Sparks et al.

Distributed representations of text can be used as features when training a statistical classifier. These representations may be created as a composition of word vectors or as context-based sentence vectors. We compare the two kinds of representations (word versus context) for three classification problems: influenza infection classification, drug usage classification and personal health mention classification. For statistical classifiers trained for each of these problems, context-based representations based on ELMo, Universal Sentence Encoder, Neural-Net Language Model and FLAIR are better than Word2Vec, GloVe and the two adapted using the MESH ontology. There is an improvement of 2-4% in the accuracy when these context-based representations are used instead of word-based representations.

1.3CLMar 14, 2019
Survey of Text-based Epidemic Intelligence: A Computational Linguistic Perspective

Aditya Joshi, Sarvnaz Karimi, Ross Sparks et al.

Epidemic intelligence deals with the detection of disease outbreaks using formal (such as hospital records) and informal sources (such as user-generated text on the web) of information. In this survey, we discuss approaches for epidemic intelligence that use textual datasets, referring to it as `text-based epidemic intelligence'. We view past work in terms of two broad categories: health mention classification (selecting relevant text from a large volume) and health event detection (predicting epidemic events from a collection of relevant text). The focus of our discussion is the underlying computational linguistic techniques in the two categories. The survey also provides details of the state-of-the-art in annotation techniques, resources and evaluation strategies for epidemic intelligence.