Atomic Information Flow: A Network Flow Model for Tool Attributions in RAG Systems
James Gao, Josh Zhou, Qi Sun, Ryan Huang, Steven Yoo

TL;DR
This paper introduces Atomic Information Flow (AIF), a graph-based model that decomposes tool outputs and LLM calls into atomic units to enable precise attribution and explainability in complex RAG systems.
Contribution
We propose AIF, a novel network flow model that decomposes information into atoms for granular attribution and train a lightweight model to approximate critical information flow.
Findings
AIF enables granular attribution metrics for RAG systems.
Training on AIF signals significantly improves the accuracy of a small language model in identifying critical information.
The AIF approach bridges the performance gap between small and large language models in information attribution.
Abstract
Many tool-based Retrieval Augmented Generation (RAG) systems lack precise mechanisms for tracing final responses back to specific tool components -- a critical gap as systems scale to complex multi-agent architectures. We present \textbf{Atomic Information Flow (AIF)}, a graph-based network flow model that decomposes tool outputs and LLM calls into atoms: indivisible, self-contained units of information. By modeling LLM orchestration as a directed flow of atoms from tool and LLM nodes to a response super-sink, AIF enables granular attribution metrics for AI explainability. Motivated by the max-flow min-cut theorem in network flow theory, we train a lightweight Gemma3 (4B parameter) language model as a context compressor to approximate the minimum cut of tool atoms using flow signals computed offline by AIF. We note that the base Gemma3-4B model struggles to identify critical…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Materials Science · Topic Modeling · Advanced Graph Neural Networks
