エージェント開発におけるデータ(6 分読了)
NVIDIA と Hugging Face の共同記事は、自律型 AI エージェントの性能を決定づける「データ」の重要性と、その構築・評価における具体的な戦略を詳述している。
キーポイント
エージェント開発におけるデータの決定的役割
モデルのアーキテクチャやパラメータ数以上に、トレーニングに使用するデータ(特に高品質な推論パス)が自律型エージェントの成否を左右する。
合成データと評価データの重要性
実世界の限られたデータに依存せず、シミュレーション環境で生成された合成データや、専門家のレビューを経た評価用データを構築する必要性が強調されている。
継続的な学習とフィードバックループ
一度きりのトレーニングではなく、実運用での失敗事例を収集し、それを即座にデータセットに組み込んでモデルを改善する継続的なサイクルの構築が不可欠である。
重要な引用
The data is the model.
Agents need to be evaluated on their ability to reason and plan, not just recall facts.
影響分析・編集コメントを表示
影響分析
この記事は、AI エージェント開発の焦点が「モデルサイズの競争」から「データ品質と戦略的構築」へとシフトしていることを示唆しており、業界全体の実用化プロセスに大きな影響を与える。特に、合成データ生成や評価基準の標準化といった具体的な手法を提示することで、開発者が直面するボトルネック解消への道筋を示している。
編集コメント
モデルの性能向上には「データ」が不可欠という本質的な指摘は、現在の AI エージェント開発における最も重要な課題の一つを突いています。特に合成データの活用戦略は、実社会でのエージェント導入に向けた具体的なロードマップとして参考になります。
- モデルの重み以上のもの
- 秘密として守る
- エージェントデータの探求
- バイバ・ラ・ペルソナ(人格よ、万歳)
- グランドトゥルース(真実)
*なぜエージェント AI にオープンデータが必要なのか、そしてなぜ合成データがそのスケーリングの鍵となるのか。

*画像:Nemotron Post-Training v3 Prompt Atlas*
モデルの重み以上のもの
AI エージェントを構築するのは困難です。なぜなら、現実世界はベンチマークのように振る舞わないからです。
壊れた API 呼び出しや、かつて見たことのないワークフローから回復できないエージェントは、本当の意味でのエージェントではありません。それはツール付きのオートコンプリートに過ぎません。一方から他方へ移行させるのはデータの問題です:ソフトウェアエンジニアリングのトレース、ツールの使用失敗、多段階推論、検索、安全性、ユーザーシミュレーション、ワークフロー実行、そして最終的には物理世界との相互作用です。それが NVIDIA Nemotron のオープンデータ製品の存在する場所です。
NVIDIA は最近、オープンモデルが AI 研究を推進している様子 を強調し、人気のある機械学習国際会議(ICML)において、ほぼ 145 の論文で Nemotron モデルとデータセットが言及されていることを示しました。合成データは、このエコシステム全体で重要な役割を果たしています:
- Nemotron-CC は、事前トレーニングのために人気の高い Common Crawl データセットを強化するために合成データを使用しました。
- Nemotron-CC-MATH は、推論能力を向上させるために合成された数学の問題を活用しています。
- Nemotron の事前学習は、一般データ、コード、数学、合成データを網羅する広範なコレクションであり、総トークン数は兆単位に達します。
NVIDIA がオープンなデータセットを公開する理由の一部は、コミュニティと連携してこれらの多様な応用分野を拡大するためです。
オープンな重み(weights)は重要ですが、エージェントにおいては重みだけがすべてではありません。再現性には、モデル背後にあるデータセット、キュレーションの選択、トレーニングレシピ、評価方法も大きく依存します。
エージェントの挙動は検証可能である必要があります。モデルがツールを呼び出し、ワークフローを実行し、情報を取得し、システム間を横断して行動する場合、開発者はその挙動を形成したデータを理解する必要があります。オープンなデータにより、エージェントの挙動を検証可能かつ説明可能にすることができます。合成データは、これを可能にするための重要なピースです。
秘密として守る
NVIDIA の応用深層学習研究担当バイスプレジデントであるブライアン・カタンツァーロ氏は最近、「すべての企業は何らかの秘密を中心に構築されている」と述べています。それは競合他社が持たないワークフロー、コーパス、または顧客パターンです。これらの秘密こそが AI を有用なものにしますが、企業が安易にそれらを公開すべきではありません。合成データは、チームが有用なシグナルを保持しつつ、基盤となるソースを露出させることなくそれを維持する方法を提供します。
ブライアン氏はまた、多様な企業、研究者、政府、コミュニティが参加できる多様で参加型の AI エコシステムを育成することについても語っています。これは単なる価値観の表明ではありません。それはデータに関する主張です。
もしすべてのモデルが同じ狭いデータプールから学習するのであれば、モデルたちが同じように感じるようになることに驚くべきではありません。難しい点は、最も有用なデータは、それを直接公開できないか、あるいは公開しない組織の内部に眠っていることが多いということです。誰もがより豊かな共有データレイヤーから恩恵を受けることを望んでいます。しかし、誰も自社の独自性を支えるものを最初に手放す立場には立ちたくないのです。
Synthetic data をオープンに公開することは、この状況を打破する一つの方法です。
エージェントデータの探求
Nemotron オープンデータの一部として、私たちは多くのドメインやデータ形状にわたる 10 兆以上の事前学習トークンと数百万の事後学習サンプルを公開しました。これは理解するのに膨大な量であり、生データのテーブル表だけではあまり役に立ちません。
Nemotron の事後学習データに含まれる内容をより簡単に探索できるようにするために、Nemotron Post-Training v3 Prompt Atlas を構築しました。これは各点がプロンプトサンプルを表すインタラクティブな視覚マップで、Nemotron v3 の事後学習コレクションから抽出され、データミックスの正直な割合を反映するようにボリュームサンプリングされています。
色付きのオーバーレイとフィルターを使用することで、データセット、パイプライン段階、ドメイン、またはツール使用に応じてマップを再編成できます。意味的に類似したプロンプトはクラスター化して現れるため、特定の領域(コーディングアルゴリズム、安全性、数学、エージェント行動など)にズームインし、代表的な例を検証することで、データのカキュレーションや評価(evals)の構築、あるいはモデルがなぜそのような振る舞いをするのかを理解するためのシグナルとして活用できます。
Viva La Persona
エージェントは、自身が支援する人々を理解する必要もあり、ここで「データ品質」は普遍的なものではなく、地域固有のものとなります。英語のインターネットデータを基に訓練された毒性分類器は、攻撃性が明らかな語彙ではなく敬語レベルによって表現されることが多い韓国語や日本語における敵対的なメッセージを見逃す可能性があります。同じシグナルでも、文脈が異なります。すでにチームはこの方法で エージェントをグラウンディング しています。
Nemotron-Personas は、その課題に対処する試みの一つです。これは、人口の多様性と複雑さを捉えた、地域に根ざした合成されたペルソナです。NVIDIA の最先端の複合 AI ツールである NeMo Data Designer を用いて構築され、Nemotron-Personas は公式の地域別人口統計および地理統計を反映しています。目標は実際の人間を再現することではありません。むしろ、開発者が自らのシステムが、自身が支援すると主張するユーザー、言語、地域、職業を適切に反映しているかをテストできるよう支援するためです。先月パリで開催された VivaTech で、私たちは コレクション の 10 カ国目を発表しました。これにより、現在 24 億人以上の人々を代表するようになりました。

品質が地域固有のものである場合、その地域性を理解している人々だけがそれを構築できます。地域の研究者、ネイティブスピーカー、専門分野のエキスパート、あなたと共に検査・修正を行えるステークホルダーなどです。これが「パブリック・ラーニング(公開学習)」です。データを孤立してリリースするのではなく、協働して構築することです。
正解データ
合成データは、データソースのシステムの一部として統合される必要があります。そこにはトレードオフが存在します。リスクを低減できる一方で、グラウンディング(根拠付け)、系譜管理、キュレーション、評価、そして人間の判断の必要性がなくなるわけではありません。
これを考える上で有用な方法の一つに、「合成閾値」があります。これはデータがもはや純粋に実在するものとして扱えなくなるポイントです。その境界線は常に明確ではありません。実際のワークフロー、人間のフィードバック、モデル生成されたトレース、シミュレーションされたユーザー、そして合成ラベルはすべて相互に絡み合う可能性があります。答えは、合成データを偽物や無害なものであるかのように振る舞うことではありません。重要なのは、何が生成され、何が根拠付けられ、何がレビューされ、そのデータが何をテストするために用意されたのかを文書化することです。人工的な情報で訓練される AI システムが増えるにつれて、それらを検査し、文書化し、これらの技術について公の場で議論するためのより良い共有習慣が必要となります。
品質の意味は文脈によって異なります。推論データにはより困難な問題とクリーンなトレースが必要です。ペルソナデータには分布の忠実性と地域的なレビューが必要です。エージェント型ワークフローにはタスクの多様性、失敗のカバレッジ、回復経路が必要です。この分野はまだ公式よりも職人芸に近いものです。
だからこそ、オープンメソッドは重要なのです。合成データとは単により多くの例を生成することだけではありません。それはより良い問いを立てることであり、それまで同じテーブルに着くことができなかった当事者たち——秘密を明かさずに企業を、プライバシーを損なわずに政府を、許可がいつ来るか待たずに研究者を——を可能にするものです。
AI における希少資源はトークンではありません。組織間の信頼です。合成データは、それを構築するための数少ないツールの一つです。
私たちは 2026 年 7 月 7 日(火)に オープンデータがなぜ重要なのか というテーマで素晴らしいパネリストを迎えてライブストリームを開催しました。併せて、Hugging Face 上の Nemotron データコレクション もぜひご覧ください。
NVIDIA AI の LinkedIn、X、YouTube、および Discord 上の Nemotron チャンネル をフォローし、NVIDIA ニュースへの購読 を行うことで、NVIDIA Nemotron の最新情報を入手できます。
Hugging Face 上のオープンな Nemotron モデル にアクセスしたり、build.nvidia.com 上の NIM マイクロサービスと開発者向け例のコレクション をご覧になることも可能です。
原文を表示
- More Than Model Weights
- Keep It Like a Secret
- Exploring Agent Data
- Viva La Persona
- Ground Truths
*Why agentic AI needs open data, and why synthetic data is how we scale it.*

*Image: Nemotron Post-Training v3 Prompt Atlas*
More Than Model Weights
Building AI agents is hard, because the real world does not behave like a benchmark.
An agent that can't recover from a broken API call, or a workflow it has never seen, is not really an agent. It is an autocompleter with tools. Getting from one to the other is a data problem: software engineering traces, tool-use failures, multi-step reasoning, retrieval, safety, user simulation, workflow execution, and eventually physical world interaction. That is where NVIDIA Nemotron's open data products live.
NVIDIA recently highlighted how open models are driving AI research and showing up across the popular International Conference on Machine Learning (ICML), with nearly 145 papers citing Nemotron models and datasets. Synthetic data plays an important role across that ecosystem:
- Nemotron-CC used synthetics to enhance the popular Common Crawl dataset for pretraining.
- Nemotron-CC-MATH leverages synthetic math questions to improve reasoning.
- Nemotron Pretraining is a broad collection spanning general, code, math, and synthetic data across trillions of tokens.
Part of why NVIDIA releases open datasets is to learn with the community to expand upon these various applications.
Open weights matter. But for agents, weights are only part of the story. Reproducibility also depends on the datasets, curation choices, training recipes, and evaluation methods behind the model.
Agent behavior needs to be inspectable. If a model calls tools, executes workflows, retrieves information, and acts across systems, developers need to understand the data that shaped those behaviors. Open data makes agent behavior inspectable and explainable. Synthetic data is a key piece of the puzzle to making that possible.
Keep It Like a Secret
NVIDIA's VP of Applied Deep Learning Research Bryan Catanzaro recently noted: "every company is built around a secret" — a workflow, corpus, or customer pattern competitors don't have. Those secrets make AI useful, but companies shouldn't casually expose them. Synthetic data gives teams a way to preserve useful signals without exposing the underlying sources.
Bryan also talks about cultivating a diverse and participatory AI ecosystem where many kinds of companies, researchers, governments, and communities can contribute. That is not just a value claim. It is a data claim.
If every model learns from the same narrow pool of data, we should not be surprised when the models start to feel the same. The hard part is that the most useful data often sits inside organizations that cannot or will not publish it directly. Everyone benefits from a richer shared data layer. No one wants to be the first to give away the thing that makes them special.
Synthetic data, released openly, is one way to change that math.
Exploring Agent Data
As part of Nemotron open data, we've released over 10 trillion pre-training tokens and millions of post-training samples spanning many domains and data shapes. That's a lot to make sense of — and raw dataset tables don't help much.
To make it easier to explore what's actually in Nemotron post-training data, we built the Nemotron Post-Training v3 Prompt Atlas: an interactive visual map where each point is a prompt sample, drawn from the Nemotron v3 post-training collection and volume-sampled to reflect the honest proportions of the data mixture.
Color overlays and filters let you reorganize the map by dataset, pipeline stage, domain, or tool use. Since semantically similar prompts cluster together, you can zoom into a region — coding algorithms, safety, math, agentic behavior — inspect representative examples, and use that signal to curate data, build evals, or understand why a model behaves the way it does.
Viva La Persona
Agents also need to understand people they are built to support, and this is where “data quality” becomes local, not universal. A toxicity classifier trained on English internet data can miss hostile messages in Korean or Japanese, where aggression is often encoded in politeness levels rather than obvious vocabulary. Same signal, different context. Teams are already grounding agents this way.
Nemotron-Personas is one attempt at addressing that: locally grounded synthetic personas capturing the diversity and complexity of populations. Built using NeMo Data Designer, NVIDIA’s state-of-the-art compound-AI tooling for synthetic data generation, Nemotron-Personas mirrors official regional demographic and geographic statistics The goal is not to recreate real people. In a way, it’s to help developers test whether their systems reflect the users, languages, regions, and occupations they claim to serve. Last month at VivaTech in Paris, we launched our tenth country in the collection, which now represents more than 2.4B people.

When quality is local, only people who know that locality can build it — regional researchers, native speakers, subject-matter experts, stakeholders who can inspect and correct alongside you. That's learning in public: not releasing data in isolation, but building it collaboratively.
Ground Truths
Synthetic data needs to be integrated as part of a system of data sources. There are tradeoffs. It can reduce risk, but it does not remove the need for grounding, lineage, curation, evaluation, and human judgment.
One useful way to think about this is with "synthetic thresholds": points where data can no longer be treated as purely real. That line is not always obvious. Real workflows, human feedback, model-generated traces, simulated users, and synthetic labels can all become intertwined. The answer is not to pretend synthetic data is fake or harmless. It is to document what was generated, what was grounded, what was reviewed, and what the data is meant to test. As more AI systems are trained on artificial information, we need better shared habits for inspecting it, documenting it, and debating these technologies in public.
Quality also means different things in different contexts. Reasoning data needs harder problems and cleaner traces. Persona data needs distributional fidelity and local review. Agentic workflows need task diversity, failure coverage, and recovery paths. The field is still more craft than formula.
That is why open methods matter. Synthetic data is not just about generating more examples. It is about asking better questions, and making it possible for parties who otherwise could not sit at the same table: companies without giving away their secrets, governments without compromising privacy, and researchers without waiting for permission that may never come.
The scarce resource in AI is not tokens. It is trust between organizations. Synthetic data is one of the few tools we have for building it.
We hosted a livestream on Tuesday, July 7, 2026 on Why Open Data Matters with an amazing panel. It is worth checking out, along with the Nemotron data collections on Hugging Face.
Stay up to date on NVIDIA Nemotron by subscribing to NVIDIA news and following NVIDIA AI on LinkedIn, X, YouTube, and the Nemotron channel on Discord.
Access open Nemotron Models on Hugging Face and a collection of NIM microservices and Developer Examples on build.nvidia.com.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み