Search papers, labs, and topics across Lattice.
This paper introduces ModSleuth, an agentic system designed to recursively reconstruct dependency graphs of large language models (LLMs) from public artifacts, addressing the complexities of fragmented and inconsistent documentation. The study reveals that the primary challenge lies in defining dependencies and reconciling references rather than merely extracting information. By applying ModSleuth to four LLM releases, the authors identified 1,060 source-verified dependencies, uncovering critical insights such as multi-hop license obligations and discrepancies between released and training-time artifacts.
Uncovering over 1,000 hidden dependencies in LLMs reveals a tangled web of licensing and documentation issues that could reshape our understanding of model transparency.
Modern LLM training pipelines increasingly rely on other models to generate data, filter corpora, judge outputs, and guide development decisions. These dependencies are recursive: a model may depend on an upstream artifact whose own dependencies are documented only in separate releases and artifacts. As a result, the full dependency structure is fragmented across heterogeneous public artifacts, with complexity and recursive depth far outpacing humans'ability to trace. We introduce ModSleuth, an agentic system that recursively reconstructs LLM dependency graphs from public artifacts with source-grounded evidence. We find that the primary challenge is no longer information extraction, but defining what constitutes a dependency and reconciling artifact references across inconsistent documentation. We address these challenges through a formalization that distinguishes direct and indirect dependencies, represents heterogeneous pipeline roles through operation-centered relationships, and resolves artifact identities across names, versions, and repositories. Applying ModSleuth to four public-artifact-rich LLM releases, we recover 1,060 source-verified dependencies and construct large-scale dependency graphs of modern LLM development. These graphs reveal multi-hop license obligations, train-evaluation coupling, discrepancies between released and training-time artifacts, and documentation inconsistencies that would otherwise be difficult to uncover. We release ModSleuth and the resulting dependency graphs to support transparent analysis of the increasingly complex ecosystems underlying modern LLMs.