---
title: "Stochastic parrot — 随机鹦鹉"
source: "https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89"
wiki: "systems-analysis.info/int"
article: "Stochastic_parrot_—_随机鹦鹉"
language: "zh"
categories:
  - "Category:Chinese"
  - "Category:Large language models"
  - "Category:Machine learning"
  - "Category:Systems analysis terminology"
revision_id: 6911
wiki_created_at: 2026-09-07T00:13:09Z
wiki_modified_at: 2026-09-07T00:13:09Z
downloaded_at: 2026-09-07T23:16:22Z
---

# Stochastic parrot — 随机鹦鹉

**随机鹦鹉**（英语：*Stochastic parrot*）是人工智能领域使用的一个比喻，用于描述大型语言模型 (LLM)作为一种系统，虽然能够以统计上看似合理的方式组合语言形式，但却缺乏对其意义的真正理解<sup>[\[1\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-mint_def-1)</sup>。

该术语于2021年3月在一篇题为《关于随机鹦鹉的危险：语言模型是否会过大？》（*On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?*）的科学论文中被提出，该论文发表于FAccT会议。论文作者为艾米丽·M·本德（Emily M. Bender）、蒂姆尼特·格布鲁（Timnit Gebru）、安吉丽娜·麦克米兰-梅杰（Angelina McMillan-Major）和玛格丽特·米切尔（Margaret Mitchell）<sup>[\[2\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-bender_2021-2)</sup>。

## 定义与概念

根据该论文的作者，随机鹦鹉是“一个用于混乱地拼接其庞大训练数据中观察到的语言形式序列的系统，拼接依据是关于它们如何组合的概率信息，但与意义没有任何联系”<sup>[\[2\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-bender_2021-2)</sup>。

该术语由两部分组成：

- ***随机（Stochastic）*** — 源自古希腊语 *στοχαστικός*（意为“基于猜测的”），在现代数学中指由随机概率分布决定的过程<sup>[\[1\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-mint_def-1)</sup>。
- ***鹦鹉（Parrot）*** — 指的是鹦鹉能够模仿人类言语但并不理解其含义的能力<sup>[\[1\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-mint_def-1)</sup>。

该概念认为，被训练来预测序列中下一个词的LLM，本质上是复杂的自动补全系统，它们在无法接触到符号意义的情况下操纵符号。

## 《On the Dangers of Stochastic Parrots》一文的主要论点

该研究指出了与开发超大型语言模型相关的四大类风险。

### 1. 不可知的训练数据

LLM在从互联网（如Common Crawl）收集的、未经标注的庞大数据集上进行训练。这些数据集不可避免地包含偏见、有害言论和霸权观点，对弱势群体造成伤害。例如，互联网内容中不成比例地代表了来自发达国家的白人男性（美国Reddit用户中有67%是男性）<sup>[\[2\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-bender_2021-2)</sup>。

### 2. 缺乏对语言的真正理解

作者们认为，LLM不具备对语言的真正理解。他们引用了一种理论，即语言是一个符号系统，其中形式（词语）与意义（含义）密不可分。LLM的训练数据只包含形式，这使得模型无法接触到意义。因此，LLM仅仅是在模仿有意义的言语。

### 3. 合成文本与潜在危害

由于LLM能生成语法正确且有说服力的文本，人们倾向于赋予其意义并信任它。这带来了传播虚假信息、仇恨言论和欺诈的风险。模仿得越完美，人们高估AI能力并将其用于关键决策的风险就越大。

## 学术影响与发表争议

该论文成为谷歌内部一场重大争议的中心，当时论文的合著者蒂姆尼特·格布鲁和玛格丽特·米切尔均在谷歌工作。2020年底，在内部审查期间，谷歌管理层要求作者撤回论文，或从中删除谷歌员工的名字<sup>[\[3\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-habr_digest-3)</sup>。

AI伦理领域的顶尖研究员蒂姆尼特·格布鲁拒绝了这一要求，导致她于2020年12月被谷歌解雇。2021年2月，支持格布鲁的玛格丽特·米切尔也被解雇<sup>[\[4\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-techreview_paper-4)</sup>。这些事件引发了广泛的社会反响。超过2200名谷歌员工和数千名学术界人士签署了一封抗议信，指责该公司进行学术审查，并压制可能影响其商业利益的研究<sup>[\[5\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-verge_paper-5)</sup>。最终，该论文于2021年3月在FAccT会议上发表。

## 反响、辩论与观点演变

“随机鹦鹉”这一比喻迅速传播开来，成为关于人工智能本质辩论的焦点。美国方言学会（ADS）将**“stochastic parrot”**评选为2023年度AI领域词汇，其热度甚至超过了“ChatGPT”和“LLM”<sup>[\[1\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-mint_def-1)</sup>。

### 对概念的批判与理解的证据

这一概念遭到了许多顶尖研究人员的质疑。

- **杰弗里·辛顿（Geoffrey Hinton）**，深度学习的“教父”之一，认为“要准确预测下一个词，就需要理解整个句子”<sup>[\[1\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-mint_def-1)</sup>。2023年离开谷歌后，他表示大型模型已经能够“理解”它们所学的内容，并能做出独立的推论<sup>[\[6\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-cbs_hinton-6)</sup>。
- **涌现能力（Emergent abilities）**: 研究表明，当达到一定规模时，LLM会展现出新能力的跃升，例如解决算术问题，而这些能力并未被明确编程到模型中<sup>[\[7\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-wiki_parrot-7)</sup>。
- **内部世界模型**: 2022年的一项研究表明，一个基于棋谱文本训练的奥赛罗（Othello）游戏模型，自发地形成了对棋盘的内部表征，这表明它发展出了对所描述世界的一种抽象模型<sup>[\[3\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-habr_digest-3)</sup>。
- **基准测试表现**: 现代模型（如GPT-4）在复杂专业考试中的表现达到了甚至超过了人类水平，一些人认为，没有理解能力是不可能做到这一点的<sup>[\[8\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-pmc_debate-8)</sup>。

### 讽刺性使用与公共讨论

该术语变得非常流行，甚至OpenAI的CEO **萨姆·阿尔特曼（Sam Altman）**也在Twitter上讽刺性地使用了它，他写道：“我是一个随机鹦鹉，你也是”（*i am a stochastic parrot, and so r u*）。他以此暗示，人类的言语在很大程度上也是对下一个词的概率性预测，从而巧妙地回应了对AI的批评<sup>[\[1\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-mint_def-1)</sup>。

### 对科学讨论的影响

“随机鹦鹉”这一比喻在关于LLM能力与局限的辩论中仍然处于核心地位。它帮助阐明了语言模型缺乏真正理解的问题，并引起了人们对其开发相关风险的关注。与此同时，LLM领域的飞速发展迫使人们不断重新审视这个比喻，因为最新的模型展现出越来越复杂的行为，已不符合“无意义的鹦鹉”这一形象。该术语持续影响着科学讨论，强调了对AI系统能力及其社会后果进行批判性分析的重要性<sup>[\[8\]](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_note-pmc_debate-8)</sup>。

## 参考文献

- Bender, E. M.; Gebru, T.; McMillan-Major, A.; Mitchell, M. (2021). *On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?*. <a href="https://s10251.pcdn.co/pdf/2021-bender-parrots.pdf" class="external text" rel="nofollow">FAccT 2021</a>.
- Floridi, L.; Chiriatti, M. (2020). *GPT-3: Its Nature, Scope, Limits, and Consequences*. <a href="https://link.springer.com/article/10.1007/s11023-020-09548-1" class="external text" rel="nofollow">Minds &amp; Machines, 30(4), 681-694</a>.
- Bommasani, R. et al. (2021). *On the Opportunities and Risks of Foundation Models*. <a href="https://arxiv.org/abs/2108.07258" class="external text" rel="nofollow">arXiv:2108.07258</a>.
- Weidinger, L. et al. (2021). *Ethical and Social Risks of Harm from Language Models*. <a href="https://arxiv.org/abs/2112.04359" class="external text" rel="nofollow">arXiv:2112.04359</a>.
- Kaplan, J. et al. (2020). *Scaling Laws for Neural Language Models*. <a href="https://arxiv.org/abs/2001.08361" class="external text" rel="nofollow">arXiv:2001.08361</a>.
- Wei, J. et al. (2022). *Emergent Abilities of Large Language Models*. <a href="https://arxiv.org/abs/2206.07682" class="external text" rel="nofollow">arXiv:2206.07682</a>.
- Perez, E. et al. (2022). *Red Teaming Language Models with Language Models*. <a href="https://aclanthology.org/2022.emnlp-main.225.pdf" class="external text" rel="nofollow">EMNLP 2022</a>.
- Bai, Y. et al. (2022). *Constitutional AI: Harmlessness from AI Feedback*. <a href="https://arxiv.org/abs/2212.08073" class="external text" rel="nofollow">arXiv:2212.08073</a>.
- Du, Z. et al. (2024). *Understanding Emergent Abilities of Language Models from the Loss Perspective*. <a href="https://arxiv.org/pdf/2403.15796" class="external text" rel="nofollow">arXiv:2403.15796</a>.
- Gerstgrasser, M. et al. (2024). *Is Model Collapse Inevitable? Breaking the Curse of Recursion by Accumulating Real and Synthetic Data*. <a href="https://arxiv.org/abs/2404.01413" class="external text" rel="nofollow">arXiv:2404.01413</a>.

## 注释

1.  <span id="cite_note-mint_def-1">↑ <sup>[1.0](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-mint_def_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-mint_def_1-1)</sup> <sup>[1.2](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-mint_def_1-2)</sup> <sup>[1.3](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-mint_def_1-3)</sup> <sup>[1.4](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-mint_def_1-4)</sup> <sup>[1.5](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-mint_def_1-5)</sup> 'Stochastic Parrot': A Name for AI That Sounds a Bit Less Intelligent. *Mint*. <a href="https://www.livemint.com/opinion/stochastic-parrot-a-name-for-ai-that-sounds-a-bit-less-intelligent-11705652148367.html" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-bender_2021-2">↑ <sup>[2.0](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-bender_2021_2-0)</sup> <sup>[2.1](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-bender_2021_2-1)</sup> <sup>[2.2](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-bender_2021_2-2)</sup> Bender, Emily M., et al. «On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?». *Conference on Fairness, Accountability, and Transparency (FAccT '21)*. <a href="https://s10251.pcdn.co/pdf/2021-bender-parrots.pdf" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-habr_digest-3">↑ <sup>[3.0](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-habr_digest_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-habr_digest_3-1)</sup> «Протестующие пчёлы и стохастические попугаи: дайджест публикаций с критикой и поддержкой развития AI». *Хабр*. <a href="https://habr.com/ru/articles/727984/" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-techreview_paper-4">[↑](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-techreview_paper_4-0) Hao, Karen. «We read the paper that forced Timnit Gebru out of Google. Here's what it says». *MIT Technology Review*. <a href="https://web.archive.org/web/20211006233625/https://www.technologyreview.com/2020/12/04/1013294/google-ai-ethics-research-paper-forced-out-timnit-gebru/" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-verge_paper-5">[↑](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-verge_paper_5-0) Vincent, James. «Timnit Gebru's actual paper may explain why Google ejected her». *The Verge*. <a href="https://www.theverge.com/2020/12/5/22155985/paper-timnit-gebru-fired-google-large-language-models-search-ai" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-cbs_hinton-6">[↑](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-cbs_hinton_6-0) «Geoffrey Hinton on the promise, risks of artificial intelligence». *60 Minutes - CBS News*. <a href="https://www.cbsnews.com/news/geoffrey-hinton-ai-dangers-60-minutes-transcript/" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-wiki_parrot-7">[↑](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-wiki_parrot_7-0) «Stochastic parrot». *Wikipedia*. <a href="https://en.wikipedia.org/wiki/Stochastic_parrot" class="external autonumber" rel="nofollow">[7]</a></span>
8.  <span id="cite_note-pmc_debate-8">↑ <sup>[8.0](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-pmc_debate_8-0)</sup> <sup>[8.1](https://systems-analysis.info/int/Stochastic_parrot_%E2%80%94_%E9%9A%8F%E6%9C%BA%E9%B9%A6%E9%B9%89#cite_ref-pmc_debate_8-1)</sup> «The debate over understanding in AI's large language models». *PMC*. <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC10068812/" class="external autonumber" rel="nofollow">[8]</a></span>
