LLM が苦手とする構造化データ分析を大規模表モデルが解決
本文の状態
日本語全文を表示中
詳細モードで約8分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
IEEE Spectrum AI
生成AIの主流である大規模言語モデルが苦手とする表形式データの分析を専門に行う「大型表モデル」を開発するスタートアップFundamentalが、2026年2月に新モデルNEXUSを発表し、AWSなどが採用を開始した。
AI深層分析を開く2026年8月4日 14:01
AI深層分析
キーポイント
LLMの構造化データ処理における限界
ChatGPTやClaudeなどの大規模言語モデルは文章生成には優れるが、表形式データを扱う能力に大きな欠陥があり、行と列で構成されるデータの分析において根本的な不適合を示す。
大型表モデル(LTM)の登場
Fundamental社が2026年2月にステルスモードを解除し、表データ専用として設計された「NEXUS」と呼ばれる大型表モデルを発表した。
技術的アプローチの違い
言語は順序に依存するが表データは列の順序を入れ替えても意味が変わらない非順序性を持つため、LLMのような次値予測方式では対応できず、LTMはこの課題を解決する。
市場への浸透と資金調達
Fundamental社は2億7500万ドルの資金調達を果たし、Amazon Web Servicesなどの企業がNEXUSを採用しており、他社も独自のLTM開発を競っている。
LLM と LTMs の根本的な違い
LLM は線形順序の予測に依存するため入力変更で出力が不安定になるが、LTMs は表データ構造を直接モデル化し、文脈を理解して安定した予測を行う。
重要な引用
LLMs can't deal with it.
Tabular data really lags behind because it's not fun to look at numbers.
With LLMs, even slightly changing the input, you get a different output.
"With LLMs, even slightly changing the input, you get a different output," says Jeremy Fraenkel, CEO of Fundamental. "That's fine and actually often desirable for LLMs, but when you're making a prediction of whether a transaction is fraudulent or not, you want to make sure that the prediction is the same, or deterministic, no matter what."
編集コメントを表示
編集コメント
LLMが万能であるという認識を覆す、実務的な課題解決への注目が集まる。2026年という未来の時点での発表内容だが、表データ専門AIの実用化が現実味を帯びている点は業界にとって重要な転換点となる。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。

ChatGPT、Claude、Gemini といった生成 AI チャットボットの基盤となっている大規模言語モデル(LLM)は、驚くほど人間らしいテキストや画像を生成できます。しかし皮肉なことに、彼らの得意分野にあるはずの「構造化データの分析」というスキルでは、まだ苦戦しています。この状況を打開する新しいタイプの生成 AI が登場しようとしています。
お気に入りのチャットボットに難解な数学問題を解かせたり、分厚い法律文書をレビューさせたり、キャッチーなポップソングを作らせたり、スリムな PowerPoint スライドをまとめさせたりすることは可能です。しかし、テーブル(表)が少し大きくなるだけで、もう何をすればいいか見当もつきません。
ほとんどの企業や組織にとって、最も重要なデータはスプレッドシートに格納されています。銀行の取引ログ、マーケティングエージェンシーのウェブサイトのメトリクス、臨床試験参加者のバイタルサイン、あるいは大型ハドロン衝突型加速器(LHC)のような原子衝突実験で生成される膨大な陽子衝突情報など、行と列からなる構造化データが世界を動かしています。しかし、LLM はそれを処理することができないのです。
AI スタートアップの Fundamental は、このギャップを埋めるために「大型表モデル(LTM)」と呼ばれる新しいタイプの AI 基盤モデルの開発に着手しています。Fundamental は 2026 年 2 月 5 日にステルスモードを終了し、資金調達額 2.75 億ドルを獲得するとともに、表データ専用として設計された「NEXUS」というモデルを発表しました。現在、このモデルは Amazon Web Services などの企業で採用され始めており、他社も独自の LTM 開発競争を繰り広げています。
なぜ大規模言語モデル(LLM)はスプレッドシートに苦戦するのか
構造化データがあまり注目されない理由の一つには、非常に人間的なバイアスが影響していると、アムステルダム在住のシニア AI リサーチャーである Boris van Breugel 氏は指摘します。「人は画像や動画、ChatGPT の回答を見ることを好みます」と同氏は話します。「しかし表データは、数字を眺めるのが楽しくないため、どうしても後れを取ってしまいます」。
van Breugel 氏が 2024 年にこのテーマについて先見の明のある位置づけ論文を共著したように、異なる表データセット同士を比較することも困難です。言語には類似した意味合いが含まれることが多く、LLM が大量のテキストデータを学習するのに適している一方で、変数が大きく異なるテーブルに対して単一の表モデルを訓練するのははるかに難しいと van Breugel 氏は主張します。
さらに、言語は本質的に順序性を持っています(音楽や画像、動画も同様です)。文の中の単語の順序を変えると、意味が変わったり、完全に崩壊したりする可能性があります。一方、スプレッドシートで見られる構造化データには順序性がありません。列の順序を入れ替えたり行をいじったりしても、データの背後にある事実上の意味は同じままなのです。
この順序非依存性は、LLM が線形シーケンス内の次の値を予測するという根本的な目的と矛盾します。Fundamental の CEO であるジェレミー・フランクエルは、「LLM では入力をわずかに変更しただけで出力が変わってしまいます」と指摘しています。「これは LLM にとっては問題なく、むしろ望ましい場合も多いですが、取引が不正かどうかを予測する際には、入力に関わらず結果が同じ、つまり決定論的であることが保証されなければなりません。」
Fundamental の LTM 開発の背景
現在の表形式データ処理ソリューションは、15 年以上前から存在し世界中で利用されている機械学習アルゴリズム、例えば XGBoost に依存しています。これらの勾配ブースト決定木(gradient-boosted decision trees)は、各ユースケースごとにデータサイエンティストが数ヶ月かけて訓練と最適化を行う必要があります。一方、NEXUS やその他の新興 LTM は基盤モデルとして機能し、多様なデータベースでの事前学習で得られた知識を活用します。これにより、特定の機能設計やタスク固有のモデル構築を最小限に抑えつつ、幅広い予測タスクに適用することが可能になります。
LLM が主にトークンのシーケンスをモデル化するのに対し、LTMs は表形式データの構造そのものを直接モデル化します。各エントリの数値、それが何を表すか、そして他のエントリとどう関連しているかを同時に学習するのです。
例えば、バナナの在庫数を記録した食料品管理テーブルのエントリを想像してください。LTM は単に「500」という数値の大きさだけでなく、そのエントリが現在のバナナ在庫量を表し、カテゴリは「生鮮食品」であり、この列の他のデータと統計的にどう結びついているかといった文脈も理解します。こうした文脈を把握できるからこそ、構造化データに対する推論や予測の精度が高まるのです。
Fundamental の創業者である Fraenkel 氏によれば、NEXUS を開発する上で最大の課題の一つは、適切なトレーニングデータの確保でした。自然言語が構造において豊富で比較的均一であるのに対し、表形式データは入手が難しく、かつ多様です。多くのデータが機密情報や企業固有のものだからです。例えば、生物学のデータセットと金融のデータセットの間には共通点が少ないのが実情です。こうした要因が重なり、Fundamental 社は巨大なトレーニングセットを構築するために多大な投資を行わざるを得ませんでした。
「NEXUS は、パートナーシップやライセンス契約を通じて取得した独自データセット、高品質なパブリックおよびオープンソースのデータセット、そしてトレーニングコーパスの多様性とカバレッジを拡大するデータ拡張技術を組み合わせて、数十億件のテーブルで事前学習されました」とフレンケル氏は語ります。ただし、NEXUS が顧客データを学習していない点は強調しておきたいと彼は付け加えています。実際、これは機密計算プラットフォームであり、Fundamental 社が物理的に顧客データにアクセスすることはもちろん、それを基にトレーニングすることも不可能です。
この機能は、6 月に Amazon Web Services (AWS) が NEXUS を Amazon SageMaker に組み込んだ際の重要な考慮事項だった可能性が高いです。SageMaker はセキュアな機械学習のための事実上の標準オペレーティングシステムとして広く認識されています。これにより、NEXUS は多くの顧客の機密データに直接アクセスできるようになります。これは、データをモデル側に持ち込む必要がある LLM とは対照的なアプローチです。
「Amazon とは第一当事者としてのパートナーシップを結んでおり、当社のモデルが AWS のネイティブソリューションであるかのように機能しています」とフレンケル氏は説明します。「将来的には、こうした関係性を拡大し、エンドユーザーが予測を行う場所に関わらず、自らのデータにアクセスできる環境を整えることが目標です。」
データ分析の未来
Fundamental が企業向けアプリケーションにおいて先頭を走っているとはいえ、基盤型テーブルモデル(LTM)の開発に注力しているのは同社だけではありません。3 月には不正や金融犯罪防止サービスを提供する Feedzai とクレジットカード会社の Mastercard がそれぞれ独自技術を発表し、これらは金融分野に特化した類似の LTM です。さらに 6 月下旬には Google も数百億件の合成データセットで完全に訓練された独自の競合モデル「TabFM」をリリースしました。
機械学習研究者たちも遅れていません。FlexTab、TabICL、iLTM は、過去 1 年間に研究コミュニティによって開発された LTM の数ある例のうちの 3 つに過ぎません。これらはすべて、LLM(大規模言語モデル)の成功をテーブルデータ領域にもたらすことを目指して作られたものです。
関係者全員が共通しているのは、進むべき方向性が明確だということです。「将来、データ処理や分析の多くが LLM でも LTM でも、あるいはそれらの組み合わせでも、自動化されたシステムを通じて行われるようになるでしょう。その可能性を否定するのは難しい」と van Breugel 氏は語ります。「多くの人は必ずしもデータ分析を行うことを好まない一方で、これらのシステムはそれをより良く実行できるのです」
Fraenkel 氏も同意見です。「LLM と LTM の関係は人間の脳に似ていると思います。左側は推論やテキストの理解・要約が得意で、右側は数値や統計、パターンの理解に優れています。しかし、この両方を組み合わせることで初めて、はるかに強力なものが生まれるのです」と彼は述べています。
原文を表示

The large language models (LLMs) that form the basis of generative AI chatbots such as ChatGPT, Claude, and Gemini can generate uncannily human-like text and images. But these models still struggle with a skill that, ironically, looks at face value to be right in their wheelhouse: analyzing structured data. A new type of generative AI is set to change this situation.
Although you can get your favorite chatbot to solve intractable math problems, review dense legal documents, compose a catchy pop song, or put together some slick PowerPoint slides, give it anything more than a small table and it doesn’t have a clue what to do.
For most companies and organizations, the most important data sits in spreadsheets. Whether it’s a bank’s transaction logs, a marketing agency’s website metrics, clinical trial participants’ vital signs, or the vast amount of proton collision information produced at atom smashers like the Large Hadron Collider, structured, row-and-column data runs the world, and LLMs can’t deal with it.
AI startup Fundamental is pioneering a new type of AI foundation model, known as a large tabular model (LTM), to fill the gap. Fundamental came out of stealth mode on 5 February 2026 with US $275 million in funding and a model called NEXUS, purpose-built for tabular data. Now, the model is being adopted by companies such as Amazon Web Services, while others race to build their own LTMs.
Why LLMs struggle with spreadsheets
Part of why structured data has garnered less attention is a very human bias, argues Boris van Breugel, a senior AI researcher based in Amsterdam. “People like to see images, videos, and ChatGPT responses,” he says. “But tabular data really lags behind because it’s not fun to look at numbers.”
Different tabular datasets are also difficult to compare, explains van Breugel, who co-wrote a prescient position paper on this topic in 2024. Whereas most language has similar semantics, making LLMs well-suited to being trained on vast amounts of text data, van Breugel argues that it is much harder to train a single tabular model on tables with very different variables.
Additionally, language is sequential by nature (as are music, images, and video). Changing the order of words in a sentence may change or completely destroy its meaning. But the structured data you find in spreadsheets isn’t sequential. You can swap the order of columns or play around with rows, but the underlying factual meaning of the data remains the same.
This independence from linear order is incompatible with an LLM’s fundamental purpose of predicting the next value in a linear sequence. “With LLMs, even slightly changing the input, you get a different output,” says Jeremy Fraenkel, CEO of Fundamental. “That’s fine and actually often desirable for LLMs, but when you’re making a prediction of whether a transaction is fraudulent or not, you want to make sure that the prediction is the same, or deterministic, no matter what.”
Developing Fundamental’s LTM
Current tabular data solutions are limited to machine learning algorithms, such as XGBoost, that have been around for more than 15 years and are used by organizations globally. These algorithms—called gradient-boosted decision trees—have to be trained and optimized by data scientists over the course of months for each and every use case. In contrast, NEXUS and other emerging LTMs are foundational, leveraging learning amassed from pre-training on diverse databases so that they can be applied across a range of different predictive tasks with minimal bespoke feature engineering or task-specific model building.
And unlike LLMs, which primarily model sequences of tokens, LTMs model the structure of tabular data directly. They jointly learn from each entry’s numerical value, what it represents, and how it relates to other entries. For example, imagine an entry in a grocery stock inventory table for bananas: The LTM can take in not just the magnitude—say, 500—but the fact that the entry represents the current banana stock quantity, its category (produce), and the statistical properties that link the entry with the rest of the column. This contextual understanding enables more accurate reasoning and prediction over structured data.
According to Fraenkel, one of Fundamental’s biggest challenges in developing NEXUS was obtaining the right training data. Unlike natural language, which is abundant and broadly uniform in structure, tabular data is relatively hard to find—much of the data is sensitive or proprietary—and diverse. There are very few similarities between, for instance, a biology dataset and a financial one. That combination of factors meant Fundamental needed to invest in building a huge training set.
“We pre-trained NEXUS on billions of tables using a combination of proprietary datasets acquired through partnerships and licensing, high-quality public and open-source datasets, and data augmentation techniques that expanded the diversity and coverage of our training corpus,” Fraenkel says, though he is keen to point out that NEXUS is not trained on customer data. In fact, it is a confidential computing platform, which means that Fundamental physically cannot access customer data, let alone train on it.
This feature was most likely a key consideration when in June, Amazon Web Services (AWS) embedded NEXUS in Amazon SageMaker, widely considered the default operating system for secure machine learning. This brings NEXUS to many customers’ often sensitive data—a contrasting approach to LLMs, where the data has to be imported to the model.
“With Amazon, we have a first-party partnership, which means that our model exists as if it’s a native AWS solution,” Fraenkel says. “And over time, the goal is to expand these types of relationships to allow [end users] to really access their data wherever they do their predictions.”
The future of data analysis
Though Fundamental has taken the lead, at least in enterprise applications, the company is not alone in pursuing foundational LTMs. In March, Feedzai, which provides fraud and financial crime prevention services, and credit card company Mastercard separately launched similar proprietary technologies focused on finance. Then, in late June, Google launched its own foundational competitor, TabFM, trained entirely on hundreds of millions of synthetic datasets.
And machine learning researchers are not far behind either. FlexTab, TabICL, and iLTM are just three of a raft of LTMs developed by the research community in the past year, all in the pursuit of bringing the success of LLMs to the tabular domain.
For all involved, the direction of travel is clear. “I would be very surprised if most data processing and analysis is not done through an automated system in the future, whether that’s an LLM, an LTM, or some combination,” van Breugel says. “Most people don’t necessarily like to do data analysis, and these systems will be able to do it a lot better.”
Fraenkel agrees. “I see the relationship between LLMs and LTMs as being a bit like the human brain: The left side is good at reasoning and understanding and summarizing text, and the right side is really good at understanding numbers and statistics and patterns,” he says. “But it’s when you combine both of those that you really get something much more powerful.”
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み