Command Palette
Search for a command to run...
데이터 저널리스트 Agent: 데이터를 검증 가능한 다중 모달 스토리로 변환
데이터 저널리스트 Agent: 데이터를 검증 가능한 다중 모달 스토리로 변환
Kevin Qinghong Lin Batu EI Yuhong Shi Pan Lu Philip Torr James Zou
초록
데이터는 사회를 형성하는 서사를 전달하며, 데이터 저널리스트의 역할은 비전문가도 신뢰할 수 있는 서사로 원시 정보를 변환하는 것입니다. 고품질 뉴스 특집은 뉴스룸 팀에게 맥락 탐색, 통계 분석, 각도 선정, 시각 자료 디자인 등을 위해 수주가 소요됩니다. 최근 agents는 개별 단계를 잘 처리합니다. 데이터 과학 agents는 분석 루프를 완성하는 반면, 디자인 agents는 아름다운 웹사이트를 생성합니다. 그러나 단일 agent가 데이터 저널리스트의 역할을 처음부터 끝까지 수행할 수 있을까요? 우리는 전문적인 역할들을 단일 가상 뉴스룸으로 조율하는 multi-agent 프레임워크인 Data Journalist Agent(Data2Story)를 소개합니다. Data2Story는 두 가지 혁신을 제시합니다. (i) 주장은 증거에 기반합니다: Inspector는 모든 수치, 각도, 자산을 데이터, 코드 또는 외부 참고문헌으로 추적 가능하게 연결합니다. (ii) 기사는 다중 모달 생성 방식을 채택합니다: 단순 텍스트와 정적 차트에 의존하는 대신, Data2Story는 독자가 원하는 콘텐츠를 추론한 후 지리 정보용 인터랙티브 맵이나 음악용 오디오와 같은 다중 모달 도구를 활용합니다. 우리는 원래 출판된 전문가 기사와 짝지어진 18개의 기사를 대상으로 Data2Story를 네 가지 축에 걸쳐 평가합니다: (a) human-agent 각도 커버리지; (b) 53명의 참가자가 5개 차원에서 수행하는 루브릭 평가; (c) 판사 역할을 수행하는 computer-use agents(독자가 인터랙티브 기사를 탐색하는 방식을 평가하는 비용 효율적인 대리 지표); (d) 검증 가능성: 코딩 검증기가 데이터를 기반으로 문장을 재실행하고, 주장이 참고문헌과 일치하는지 검증합니다. Data2Story는 경쟁력 있는 수준의 증거 추적 가능한 멀티미디어 서사를 생성하며, 특히 투명성과 감사 가능성에서 강점을 보입니다. 인간이 작성한 기사는 편집 각도, 창의적 디자인, 표현력 측면에서 여전히 우위를 점합니다. 우리는 Data2Story를 저널리스트의 협력자로 제안하며, 이를 통해 더욱 증거 기반적이고 투명하며 검증 가능한 보도를 가능하게 합니다. 코드와 데모는 https://data2story.github.io에서 확인할 수 있습니다.
One-sentence Summary
Data2Story is a multi-agent framework that orchestrates specialized roles into a virtual newsroom to produce end-to-end data journalism, featuring an Inspector module for evidence-grounded claims and audience-tailored multimodal generation, and it yields competitive, transparent narratives across 18 articles evaluated through human-agent angle coverage, a 53-participant rubric study, computer-use agent navigation, and automated claim verification, ultimately functioning as a verifiable supplement to human reporting.
Key Contributions
- Data2Story is a multi-agent framework that orchestrates specialized roles to automatically generate complete multimedia news articles from raw data. An Inspector agent explicitly links all numerical claims, visual assets, and narrative angles to verifiable sources including raw datasets, executable code, or external URLs.
- A Designer agent dynamically generates topic-specific multimedia elements such as interactive maps and playable simulations by reasoning about audience preferences. This multimodal generation capability ensures the final output aligns with both the data subject matter and the intended readership.
- The framework is evaluated across 18 diverse articles paired with expert-written counterparts using human rubric scoring, computer-use agent navigation proxies, and automated coding verification. The system produces competitive, evidence-traceable stories with superior transparency and claim-level auditability, while human journalists retain an advantage in editorial angle and creative design.
Method
The authors introduce a multi-agent framework termed the Virtual Newsroom, which automates the end-to-end process of data journalism. As illustrated in the overview below, the system transforms raw data into a narrative story enriched with multimodal elements through an intelligent agent pipeline.
The detailed architecture is presented in the framework diagram below. The pipeline consists of several specialized agent roles. The process begins with a raw dataset D, which is processed by the Detective agent. The Detective augments the raw data with external context obtained via web search, creating an enriched corpus D∪D. Next, the Analyst agent writes Python code to perform statistical analysis on the enriched data, generating a set of results R and corresponding scripts C. The Editor agent then reviews these findings to construct an editorial plan and a prose outline, producing a set of findings F.
The Designer agent creates multimedia assets V, such as images, videos, or interactive widgets, to complement the narrative. The Programmer agent then assembles these artifacts into a final HTML page U. If the Auditor agent detects visual or structural defects in the rendered page, it provides revision suggestions S, which the Programmer uses to refine the output.
To ensure the verifiability of the generated content, the system employs an Inspector module. As shown in the figure below, the Inspector binds every element of the final article back to its supporting evidence. It aggregates atomic units of evidence from upstream agents, including context items D, results R, code C, findings F, and visual specifications V. The Inspector decomposes the final HTML page into fragments and links each fragment to the specific code line or external reference that grounds it. This creates a traceable evidence chain, allowing readers to verify claims by following links to the original data, code, or source material.
Experiment
The evaluation compares Data2Story-generated multimedia articles against human-written references from diverse publications using human readers, a computer-use agent proxy, and an automated provenance verifier to assess narrative quality, judge alignment, and traceability. Results indicate that the system reliably captures straightforward analytical angles and consistently outperforms human baselines in transparency and claim-data alignment, though it struggles to fully replicate highly creative editorial storytelling. The agent-as-judge protocol successfully mirrors human preferences at a fraction of the cost, while the built-in Inspector module proves essential for establishing machine-auditable evidence trails. Ultimately, Data2Story demonstrates that automated agents can effectively bridge data analysis and data journalism by producing verifiable, multimedia-rich narratives that meet professional standards.
The evaluation indicates that agent-generated articles, particularly those utilizing the Inspector feature, consistently achieve higher average scores than human-written counterparts across all tested categories. The inclusion of the Inspector component results in a significant performance boost compared to the agent's output without it. The most substantial advantage is observed in the TidyTuesday category, while the Pudding category shows the smallest performance gap between the agent and human baselines. Agent-generated articles consistently outperform human-written articles across all evaluated categories. The inclusion of the Inspector feature leads to a notable improvement in performance compared to the version without it. The performance gap is widest for TidyTuesday articles, whereas Pudding articles show results closer to human baselines.
The evaluation demonstrates that the proposed agent outperforms human-written articles across all assessed rubric dimensions, with the most substantial gains in transparency and claim alignment. While the agent shows a clear advantage in analytical genres, its performance in highly designed editorial styles is comparable to human baselines. Overall, human reviewers expressed a strong preference for the agent's output over human references. The agent achieves higher mean scores than human authors across all five rubric dimensions, particularly excelling in transparency and claim alignment. Performance gaps are wider for analytical sources like economics and community datasets compared to highly curated editorial pieces where results are similar. A significant majority of reviewers preferred the agent-generated articles in pairwise comparisons, aligning with the quantitative rubric scores.
The human evaluation demonstrates that the agent-generated articles outperform human-written counterparts across all assessed quality dimensions. The most significant advantage appears in transparency and claim-data alignment, while visual design shows the smallest gap. When broken down by publication style, the agent maintains a clear lead in analytical and community-driven sources but matches human performance in highly curated, long-form editorial pieces. Overall, a majority of reviewers preferred the agent's work, aligning with the dimensional scoring trends. The agent surpasses human authors on every rubric dimension, with transparency showing the largest advantage. Performance varies by source type, excelling in analytical formats but tying with humans in highly designed editorial pieces. Holistic reader preference strongly favors the agent, consistent with the per-dimension evaluation results.
The study evaluates the textual composition and claim coverage of an AI agent against human data journalists. Results indicate that the agent writes in a more granular style, utilizing a higher volume of shorter sentences. In terms of content alignment, the agent effectively captures a majority of the claims presented in human-written articles, though it also generates a significant number of unique claims not found in the human references. The agent generates articles with a higher frequency of shorter sentences compared to human counterparts. The agent successfully covers a substantial portion of the claims made by human journalists across different publication sources. Coverage gaps vary by source, with the agent capturing the most human claims in brief-style articles while introducing many unique insights.
The evaluation compares AI-generated articles against human-written data journalism pieces across multiple quality rubrics, publication formats, and stylistic analyses to validate the agent's compositional accuracy, transparency, and overall journalistic quality. Results demonstrate that the agent consistently surpasses human baselines across all assessed dimensions, with the Inspector feature driving notable improvements in claim alignment and analytical rigor. While the agent excels in data-driven and community-focused formats, it closely matches human performance in highly curated editorial styles. Overall, reviewers strongly preferred the agent's output, which features a more granular writing style, comprehensive claim coverage, and the generation of valuable unique insights.