Large Language Models
Neural networks trained on internet-scale text to predict the next word — and which, at sufficient scale, turn out to translate, code, reason, and converse without being taught any of those skills directly.
深層のアーカイブは当面英語で書かれています——検証済みの翻訳はロードマップに含まれています。このページではブラウザの翻訳機能がよく機能します。

✦ え、本当に?
An LLM's entire education is a single game: guess the next word. Nobody programmed translation, arithmetic, or coding into them — those abilities emerged, uninvited, once the models and their training data got big enough — though just how sharply they emerge is contested.
これは何か
A transformer neural network with hundreds of billions of parameters — GPT-3 had 175 billion, with frontier models estimated to reach the trillions — trained to predict the next token across trillions of words of text, then refined with human feedback into a conversational assistant.
なぜ重要だったのか
Language is the interface to almost all recorded human knowledge. A machine that genuinely handles language becomes a general-purpose collaborator — the first technology in this graph that can read the graph itself.
どのように作られたのか
Web-scale text is tokenized and fed through a transformer trained by gradient descent on next-token prediction, typically across thousands of GPUs for months; a second, far smaller phase aligns the raw predictor into a helpful assistant via human preference feedback.
何を解き放ったのか
Open — this is currently a frontier node of the graph. Candidate downstream nodes: AI-assisted software engineering, machine-readable knowledge corpora (this project), autonomous agents and robotics.
実用最小限の形
A transformer-architecture network (2017) trained autoregressively on a large web-text corpus — the GPT recipe.
解き放ったもの
最前線——その先はまだ記載されていません。
この能力を通るスレッド
How did lightning become ChatGPT?12 ステップ出典
- — Vaswani et al., 'Attention Is All You Need' (2017)
- — Brown et al., 'Language Models are Few-Shot Learners' (2020)
このページに誤りを見つけましたか?ここに記されたすべての主張は、異議に耐えるために書かれています。 訂正を提案する →