English

A Compositional Framework for Scientific Model Augmentation

Programming Languages 2020-09-16 v2 Software Engineering Category Theory

Abstract

Scientists construct and analyze computational models to understand the world. That understanding comes from efforts to augment, combine, and compare models of related phenomena. We propose SemanticModels.jl, a system that leverages techniques from static and dynamic program analysis to process executable versions of scientific models to perform such metamodeling tasks. By framing these metamodeling tasks as metaprogramming problems, SemanticModels.jl enables writing programs that generate and expand models. To this end, we present a category theory-based framework for defining metamodeling tasks, and extracting semantic information from model implementations, and show how this framework can be used to enhance scientific workflows in a working case study.

Keywords

Cite

@article{arxiv.1907.03536,
  title  = {A Compositional Framework for Scientific Model Augmentation},
  author = {Micah Halter and Christine Herlihy and James Fairbanks},
  journal= {arXiv preprint arXiv:1907.03536},
  year   = {2020}
}

Comments

In Proceedings ACT 2019, arXiv:2009.06334

R2 v1 2026-06-23T10:14:42.431Z