Silico (3 minute read)
GoodfireAI からの最新情報
7 月 10 日
LLM(大規模言語モデル)はワールドカップの勝者を予測できるのか?
Goodfire は、EternisAI と提携し、LLM が利用可能な証拠をどう扱い、不確実性をどう管理するかを改善しました。
その結果、モデルが予測に対して過信している傾向があることが判明しましたが、プローブ(検出器)を導入することで校正精度が大幅に向上しました。(1/6)
優れた予測者とは、80% の確信度で予測した事象が実際に 80% の頻度で起こるような「校正」が取れている状態を指します。私たちのテストでは、Eternis-Forecaster ははるかに大きなモデルよりも優れた校正性能を示しました。
しかし、モデル内部にプローブを訓練することで、さらに校正精度を高めることができました。(2/6)
これらのプローブは、推論の忠実性をチェックする「嘘発見器」としても機能します。
実際のニュースソースを捏造されたものに置き換え、予測とプローブの両方の変化を観察しました。その結果、チェーン・オブ・ソート(CoT)が変化に気づかずに予測が変わるケースが多々ありましたが、プローブは確実にその変化を追跡していました。(3/6)
6 月 25 日
わずか 4 つのドイツ語トークンで微調整を行うだけで、LM(言語モデル)がドイツ語を話せる能力を完全に削除することに成功しました。
製品「Silico」を軸にした1日間のハッカソンにおいて、ある6700万パラメータの言語モデルからドイツ語予測機能を削除しました。その際、重みの一部にあるスカラー値のみを調整するだけで実現可能です。(1/6)
これは、「パラメータ分解(parameter decomposition)」を用いたファインチューニングの初期探求です。この手法では、モデルの重み行列を解釈可能でスパースに活性化される構成要素へと分割します。
ドイツ語を選んだのは、同モデルが英語以外の言語の中で最も得意としていたと判断されたためです。(2/6)
LoRA(Low-Rank Adaptation)によるファインチューニングと比較ベンチマークを行いました。結果、ドイツ語の削除においては、当社の編集手法の方がはるかに少ないトークン数で同等の結果を達成しました。
驚くべきことに、他の言語への影響もほぼゼロでした。
LoRAではフランス語、スペイン語、イタリア語、場合によっては英語まで壊れてしまうことが多々ありますが、当社の編集手法ではそれらの言語はほとんど手つかずのままです。(3/6)
7件のツイートを読む
ストーリーには形があります。喜劇は喜びへと上昇し、悲劇は喪失へと沈んでいきます。
大規模言語モデル(LLM)内部においても、これはより文字通りに見て取れます。LLMが物語を読み進める際、その内部の活性化パターンは、モデル自身が「今どのような種類の物語を読んでいるか」を把握していることを反映し、さまようような軌跡を描きます。(1/5)

物語の感情は文ごとに移り変わります。モデルがその変化に追従できているか確認するため、各文ごとに処理を停止し、以下の手順を行います。
- 最後のトークンにおける内部活性化値を取得する
- これまでの驚き、嫌悪、怒り、喜び、悲しみ、恐怖のレベルを 0〜10 のスケールで評価させる
(2/5)
両方のアプローチから、モデルが物語の感情の弧を追跡していることがわかります。これは明示的な評価結果だけでなく、内部の幾何構造にも表れています。つまり、活性化値は感情の曲面(マニフォールド)上を移動しているのです。
(3/5)
ツイート 5 件を読む
link#goto">
twitter-profile#error" data-retried="true">
Jun 11
学習データのデバッグは行いましたか?結果に驚くかもしれません。
予測型データ・デバッグの登場です。トレーニング前に、モデルが何を学ぶかを可視化し、制御できるようになります。
DPO データセットでは、ガードレールの欠陥、ハルシネーション(幻覚)、そして「魚の屁」を題材にしたファンフィクション(本気です)が見つかりました。(1/9)

予測型データ・デバッグを使えば、トレーニング前に DPO がどの振る舞いを増幅し、どの振る舞いを抑制するかを明らかにできます(モデルが実際に学習する結果との相関係数 R² = 0.9)。
さらに、問題のある振る舞いの原因となるデータを特定し、学習プロセスを調整して望ましくない影響を防ぎます。(2/9)
肝心なのは、モデルの解釈が可能になれば、データセットそのものの解釈も可能になるという点です。
解釈モデルを介してデータを通過させることで、各例を処理する際にモデルが何を実行しているかを明らかにできます。
その概念は、そのデータでトレーニングした場合に、モデルがどこへ向かい、どこから離れるかを予測します。
読み進める (ツイート 10 件)
5 月 7 日
ニューラルネットワークは英語を話すかもしれませんが、思考の基盤となるのは「形状」です。
その豊かな「ニューラル幾何学(neural geometry)」を理解することが、モデルがどのように動作するかを知る鍵であり、精密なデバッグや制御を実現する道となります。
本日、この研究アジェンダに関する一連の投稿を公開します。🧵

現実世界が高度に構造化されているのと同様に、ニューラルネットワークも豊かな幾何学的構造に満ちています。時間、空間、数値、色、生命の木(ツリー・オブ・ライフ)、新たなバイオマーカーなどが、曲線や曲面に沿って表現されています。
これはモデルの種類、モダリティ、ドメインを問わず真実です!
この「ニューラル幾何学」を理解するための新しい手法は、モデルの理解、改善、制御における重要な最前線です。
読み進める (ツイート 8 件)
4 月 30 日
Silico の紹介:ソフトウェアを記述する際の精度で AI モデルを構築できるプラットフォーム。
Silico を利用すれば、研究者やエンジニアは自社のモデル内部を可視化し、失敗の原因を特定・デバッグし、ゼロから意図的に設計することが可能になります。
現在、早期アクセスの受付を開始しました。🧵(1/10)

私たちは解釈可能性(interpretability)の手法を用いて、アルツハイマー病の新たなバイオマーカーを発見したり、言語モデルが自ら hallucinations(幻覚・誤生成)を修正する方法を教えたり、ロボティクスモデルのパフォーマンスボトルネックを診断したりしてきました。
Silico はこうした最先端の技術を、すべての人に提供します。(2/10)
Silico が新たに導入するのは「モデル神経科学者」です。これは、あなたのモデルに対して計画を立てて並行して実験を実行する自律型エージェントです。
このツールは、チームと連携しながら設計環境で動作します。ここでは研究スレッドの整理や論文の再現・拡張、そして知見の共同作成が可能になります。
Silico でできることの 5 つをご紹介します。(3/10)
Read 10 tweets
原文を表示
More from @GoodfireAI
link#goto">
twitter-profile#error" data-retried="true">
Jul 10
Can LLMs predict the next World Cup champion?
Goodfire partnered with @EternisAI to improve how LLM forecasters use available evidence and manage uncertainty.
We found models were overconfident in their predictions – but probes significantly improved calibration. (1/6)
A good forecaster should be calibrated: e.g., outcomes it predicts with 80% confidence happen 80% of the time. In our tests, Eternis-Forecaster was better calibrated than much larger models.
But training probes on model internals let us improve calibration even more! (2/6)
These probes also double as “lie detectors” for reasoning faithfulness.
We swapped real news sources with fabricated ones, watching both the forecast and the probe. This often changed the forecast without the CoT acknowledging it – but the probe still tracked the shift. (3/6)
Read 6 tweets
link#goto">
twitter-profile#error" data-retried="true">
Jun 25
We removed an LM's ability to speak German by fine-tuning on only 4 German tokens.
As part of a 1-day hackathon with our product Silico, we removed a 67M-parameter language model's ability to predict German text, by tuning only a scalar factor on one subcomponent of the weights. (1/6)
This was an early exploration in fine-tuning with *parameter decomposition* (see quote), our method which divides a model's weight matrices into interpretable, sparsely-activating components.
We picked German as it seemed to be the model's strongest non-English language. (2/6)
https://twitter.com/3079387847/status/2051717264286609516
We benchmarked vs LoRA fine-tuning. Our edit matched its German removal with far fewer tokens.
Strikingly, it also left other languages almost untouched.
The LoRAs often wrecked French, Spanish, Italian, and sometimes English, while our edit mostly left them alone. (3/6)
Read 7 tweets
link#goto">
twitter-profile#error" data-retried="true">
Jun 23
Stories have shapes: a comedy rises toward joy; a tragedy falls into loss.
Inside an LLM, that’s visible more literally: as an LLM reads a story, its internal activations trace a wandering path that reflects the model’s sense of what kind of story it is reading. (1/5)
https://twitter.com/1818809548037062656/status/2052420446910644616

A story's emotions shift sentence to sentence. To see if the model keeps up, we stop after each sentence and:
- Harvest the internal activations from the last token.
- Ask it to rate surprise, disgust, anger, happiness, sadness, and fear so far, 0–10
(2/5)
Both approaches show that the model tracks the story's emotional arc — in its stated ratings, and in its internal geometry, where the activations wander along a curved manifold of emotions. (3/5)
Read 5 tweets
link#goto">
twitter-profile#error" data-retried="true">
Jun 11
Have you debugged your training data? You might not like what you find.
Introducing predictive data debugging: reveal and shape what your model will learn before training.
In DPO datasets, we found broken guardrails, hallucinations, and fish fart fan fiction (seriously). (1/9)

Predictive data debugging reveals which behaviors DPO will amplify or suppress before you train (R² = 0.9 vs what the model actually learns).
It then traces behaviors to responsible data, and modulates learning to prevent undesired effects. (2/9)
The key idea: interpreting a model also lets us interpret a dataset.
Passing data through an interpreted model reveals what the model computes when processing each example.
Those concepts predict what the model will move toward, or away from, if you train on that data. (3/9)
Read 10 tweets
link#goto">
twitter-profile#error" data-retried="true">
May 7
Neural networks might speak English, but they think in shapes.
Understanding their rich *neural geometry* is key to understanding how they work – and to debugging and controlling them with precision.
Starting today, we’re releasing a series of posts on this research agenda. 🧵

Just as the real world is highly structured, neural networks are full of rich geometric structure: time, space, numbers, color, the tree of life, new biomarkers, and more are represented along curved paths and surfaces.
This is true across models, modalities, and domains! (2/8)
New methods to understand this “neural geometry” are a crucial frontier in understanding, improving, and controlling models. (3/8)
Read 8 tweets
link#goto">
twitter-profile#error" data-retried="true">
Apr 30
Introducing Silico: the platform for building AI models with the precision of written software.
Silico lets researchers and engineers see inside their models, debug failures, and intentionally design them from the ground up.
Early access is open now. 🧵(1/10)

We’ve used interpretability to discover a novel class of Alzheimer’s biomarkers, teach a language model to correct its own hallucinations, and diagnose performance bottlenecks in a robotics model.
Silico brings those frontier techniques to everyone. (2/10)
Silico introduces our model neuroscientist: an autonomous agent that plans and runs concurrent experiments on your model.
It works with your team in our model design environment, where you can organize research threads, replicate and extend papers, and collaborate on findings.
Here are 5 things you can do with Silico:
(3/10)
Read 10 tweets
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み