← Latest papers
💬 NLP

Which Models Are Our Models Built On? Auditing Invisible Dependencies in Modern LLMs

This paper introduces ModSleuth, an agentic system that recursively reconstructs and formalizes the complex, fragmented dependency graphs of modern LLMs from public artifacts, revealing critical insights into license obligations, training-evaluation coupling, and documentation inconsistencies.

Original authors: Sanjay Adhikesaven, Haoxiang Sun, Sewon Min

Published 2026-06-11
📖 5 min read🧠 Deep dive

Original authors: Sanjay Adhikesaven, Haoxiang Sun, Sewon Min

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you buy a fancy, pre-made sandwich from a high-end deli. The menu says, "Made with fresh ingredients." But you have no idea where the bread came from, who baked it, or if the cheese was processed by a machine that was previously used to make something else. In the world of Artificial Intelligence, specifically Large Language Models (LLMs), this is exactly the problem.

Modern AI models aren't just built from scratch using raw human data anymore. They are like culinary masterpieces built entirely from other chefs' recipes, pre-chopped vegetables, and sauces made by other robots.

Here is the simple breakdown of what this paper is about:

The Problem: The "Invisible Ingredient" Soup

In the past, building an AI was like baking a cake: you gathered flour, eggs, and sugar (raw data) and baked it. Today, it's more like assembling a complex meal where the flour itself was ground by a robot, the eggs were sorted by a different robot, and the recipe was written by a third robot that learned from a fourth.

The authors call this a "recursive dependency."

  • The Issue: If Model A uses data generated by Model B, and Model B was trained on data filtered by Model C, the chain gets incredibly long and messy.
  • The Confusion: These chains are hidden. A paper might say "we used a dataset," but it doesn't mention that the dataset was created by a specific version of a model from a different company. It's like a sandwich menu saying "ham" without telling you the ham came from a farm that was inspected by a specific, unlisted agency.
  • The Risk: If the original "ingredient" (Model C) had a strict rule like "Do not use my output to train other robots," that rule might get lost as the ingredient passes through Model B to Model A. This creates legal nightmares, biased results, or "contaminated" data that ruins the final product.

The Solution: ModSleuth (The AI Detective)

The authors built a tool called ModSleuth. Think of it as a super-powered detective or a supply-chain auditor for AI.

Instead of just reading the final menu (the model's paper), ModSleuth goes into the kitchen, checks the receipts, reads the supplier logs, and traces every single ingredient back to its source.

How it works (The Detective's Toolkit):

  1. It doesn't just read; it investigates: It uses an AI agent (a digital detective) to read technical reports, code, and model cards.
  2. It solves the "Name Game": Sometimes a model is called "Olmo 3" in a paper, but "Olmo-3-Think" in the code. ModSleuth is smart enough to realize these are the same thing, just wearing different hats.
  3. It draws a Map: It builds a giant, visual map (a dependency graph) showing exactly how Model A connects to Model B, which connects to Model C, and so on.

What They Found (The Shocking Truth)

The authors tested ModSleuth on four major AI models. Here is what the detective found that humans missed:

  • The "Hidden Hand" Effect: They found dependencies that went 8 steps deep. For example, one model's training data was filtered by a classifier, which was trained on data generated by a model, which was trained on data from a completely different company.
  • The "Double Agent" Benchmarks: They found cases where a model was being tested on a specific math problem set, but that same math problem set was also used to train the model. It's like a student taking a test that they were secretly given the answers to during their study session.
  • The License Loophole: They found that some models were using data generated by models with strict "No-Reuse" licenses. Because the chain was so long, the final model creators didn't realize they were breaking the rules.
  • The "Ghost" Dependencies: Sometimes, the paper said one thing, but the code said another. The paper might claim "we used human data," but the code revealed they actually used data generated by a robot.

The Big Takeaway

The paper argues that we can no longer trust the "menus" (model cards and papers) alone. The ecosystem of AI is too complex and interconnected for humans to trace manually.

ModSleuth proves that:

  1. AI is a giant web: Almost every model is connected to many others in ways we didn't know.
  2. Transparency is broken: Current documentation is too flat and simple to capture these deep, multi-layered connections.
  3. We need a new standard: Just like food labels now list allergens and origins, AI models need a "dependency map" that shows exactly where their ingredients came from, all the way back to the source.

In short, the paper says: "We built a detective to find the hidden ingredients in our AI sandwiches, and we discovered the kitchen is much messier and more interconnected than anyone realized."

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →