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

Evaluates whether vision-language models can make actionable decisions for a physical body by decoupling decision-making from low-level motor execution. Introduces HumanCLAW-Bench with 1,218 long-horizon egocentric episodes across 41 indoor scenes and diagnoses a lack of embodied self-awareness in current VLMs.

Measures how agent memory systems miss implicitly associated facts by introducing InMind, a 125-task benchmark with paired controls that separate stored-vs-retrieval vs knowledge gaps. Quantifies a large retrieval-interface blind spot and points to routing as the core open problem.

Turns document relevance into an execution prior for agentic corpus interaction: orders documents for sequential ripgrep traversal, seeds promising entry points with query-relevant paragraphs, and reranks grep matches to surface informative excerpts. Improves the accuracy–efficiency frontier on browse QA and reasoning-intensive retrieval.