Paper Overview
Field: NLP Authors: Sanjay Adhikesaven, Haoxiang Sun, Sewon Min Published: 2026-06-10 arXiv: 2606.12385
Abstract
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.
The authors introduce ModSleuth, an agentic system that recursively reconstructs LLM dependency graphs from public artifacts with source-grounded evidence. A key finding is that the primary challenge is no longer information extraction, but rather:
- Defining what constitutes a dependency
- Reconciling artifact references across inconsistent documentation
- Formally distinguishing direct and indirect dependencies
- Representing heterogeneous pipeline roles through operation-centric relations
- Resolving artifact identities across names, versions, and repositories
- Multi-hop license obligations
- Training-evaluation coupling
- Discrepancies between release-time and training-time artifacts
- Documentation inconsistencies otherwise difficult to discover
- arXiv: https://arxiv.org/abs/2606.12385
ModSleuth addresses these challenges by:
Results
Applied to four public artifact-rich LLM releases, ModSleuth recovers 1,060 source-verified dependencies and constructs large-scale dependency graphs of modern LLM development. These graphs reveal:
ModSleuth and the resulting dependency graphs are publicly released to support transparent analysis of the increasingly complex ecosystem underlying modern LLMs.
Links
*Auto-collected on 2026-06-12.*