AIAny
Icon for item

Data Journalist Agent: Transforming Data into Verifiable Multimodal Stories

Turns raw datasets into verifiable multimodal news features via a multi-agent newsroom pipeline. Key innovations: (1) an Inspector that links each claim to data/code/external references for re-execution and audit; (2) multimodal asset generation (interactive maps, audio, visuals) tailored to the story.

Introduction

Automated data storytelling risks producing plausible but unverifiable claims. This work shows a practical way to automate journalism while keeping every factual element traceable: a multi-agent pipeline synthesizes statistics, narrative, and visuals and tags every sentence and asset with upstream evidence so claims can be re-executed and audited.

Key Findings
  • A seven-role newsroom pipeline (Detective, Analyst, Editor, Designer, Programmer, Auditor, Inspector) breaks the task into specialised artifacts so each output is tagged with provenance — this makes the final article reproducible and easier to audit.
  • The Inspector mechanism binds text, numbers, charts and assets to concrete evidence (data, code, external URLs) and supports automated re-execution checks — so what: readers and editors can verify claims programmatically, reducing trust friction in data-driven reporting.
  • The system generates multimodal outputs (interactive maps, charts, audio/video where relevant) instead of static text-only pieces — so what: stories better match reader needs and data modalities, improving comprehension for geographically or media-rich topics.
  • Empirical evaluation on 18 paired articles shows the agent pipeline excels at transparency and verifiability but lags human-authored pieces on editorial angle, creative design, and final presentation — so what: the system is a practical collaborator that augments journalistic workflows rather than replacing reporters.
Who it's for and tradeoffs

Great fit if you run a newsroom, data- journalism project, or research group that needs reproducible, evidence-grounded multimedia stories and can provide curated datasets and modest engineering resources. Look elsewhere if your priority is investigative reporting that requires deep human sources, nuanced editorial judgment, or bespoke creative design: the pipeline emphasizes verifiability and multimodal automation over editorial artistry. The approach also depends on LLMs, executable analysis code, and integration engineering, so expect implementation overhead and the usual limitations of model-driven generation.

Information

  • Websitearxiv.org
  • OrganizationsUniversity of Oxford, Stanford University
  • AuthorsKevin Qinghong Lin, Batu EI, Yuhong Shi, Pan Lu, Philip Torr, James Zou
  • Published date2026/06/09

Categories

More Items

Synthesizes a deployment-specific safety harness (natural-language policy plus executable logic) for a frozen LLM in a target domain, using model behavior, domain specs, and adversarial review to optimize safety–utility trade-offs and transfer across agent benchmarks.

Defines the Discovery Certification Protocol (DCP) to audit claims of discovery by AI research agents, converting claims into executable recovery and feedback tests. Specifies multi-gate certification, Core control requirements, and a deterministic offline verifier; validated in two controlled audits.

Evaluates whether AI agents can autonomously use Sparse Autoencoders (SAEs) to discover interpretable features and causally steer model behavior. Introduces a 20-task benchmark that has agents design contrastive probes to search a 131K+ feature dictionary in Gemma-2-9B-IT and evaluates activation rank, selectivity, and causal steering against expert references.