R-LAM: Reproducibility-Constrained Large Action Models for Scientific Workflow Automation
Suriya Sureshkumar
TL;DR
R-LAM tackles the reproducibility problem in Large Action Models when automating scientific workflows by enforcing structured action schemas, a deterministic execution engine, and a provenance-enabled trace. It decouples intent from execution, enabling replay and controlled forking while guaranteeing auditable, first-class scientific artifacts. The authors implement a lightweight Python framework and open-source PyPI artifact, then demonstrate improved reproducibility and reliability on synthetic and ML workflows without sacrificing adaptive control. The work argues that reproducibility constraints should be integral in scientific automation and provides a concrete reference implementation to foster reproducible research.
Abstract
Large Action Models (LAMs) extend large language models by enabling autonomous decision-making and tool execution, making them promising for automating scientific workflows. However, scientific workflows impose strict requirements on reproducibility, auditability, and deterministic execution, which are not satisfied by generic LLM-based agents. Unconstrained action generation can lead to silent state changes, non-deterministic executions, and irreproducible experimental results, limiting the applicability of LAMs in scientific settings. In this paper, we propose R-LAM, a reproducibility-constrained framework for applying Large Action Models to scientific workflow automation. R-LAM introduces structured action schemas, deterministic execution policies, and explicit provenance tracking to ensure that every action and intermediate artifact is auditable and replayable. The framework supports failure-aware execution loops and controlled workflow forking, enabling iterative experimentation without compromising reproducibility. We implement R-LAM as a lightweight Python framework and release it as an open-source PyPI package to facilitate reproducible research. An experimental evaluation of representative scientific workflows demonstrates that R-LAM improves reproducibility success rates and execution reliability compared to unconstrained LLM-based agents, while retaining adaptive control over workflow execution.
