Skip to content

Commit bd1f1f9

Browse files
authored
Merge pull request dwmkerr#465 from dwmkerr/feat/stochastic-parrot
feat: add The Stochastic Parrot
2 parents 6f4ff0d + 286e57a commit bd1f1f9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
- [The Dilbert Principle](#the-dilbert-principle)
7575
- [The Pareto Principle (The 80/20 Rule)](#the-pareto-principle-the-8020-rule)
7676
- [The Shirky Principle](#the-shirky-principle)
77+
- [The Stochastic Parrot](#the-stochastic-parrot)
7778
- [The Peter Principle](#the-peter-principle)
7879
- [The Robustness Principle (Postel's Law)](#the-robustness-principle-postels-law)
7980
- [SOLID](#solid)
@@ -916,6 +917,23 @@ See also:
916917

917918
- [Pareto Principle](#the-pareto-principle-the-8020-rule)
918919

920+
### The Stochastic Parrot
921+
922+
[On the Dangers of Stochastic Parrots - Bender, Gebru, et al. (2021)](https://dl.acm.org/doi/10.1145/3442188.3445922)
923+
924+
> Contrary to how it may seem when we observe its output, an LM is a system for haphazardly stitching together sequences of linguistic forms it has observed in its vast training data, according to probabilistic information about how they combine, but without any reference to meaning: a stochastic parrot.
925+
>
926+
> _Emily M. Bender, Timnit Gebru, et al. (2021)_
927+
928+
The term argues that Large Language Models (LLMs) produce statistically likely sequences of text based on training data, without genuine comprehension. Essentially - confident-sounding output is not evidence of correctness or understanding.
929+
930+
Models can (and do) "hallucinate" - producing plausible sounding output or confidently making statements which are demonstrably wrong. This does not devalue these models, but highlights important characteristics which must be accounted for when using them.
931+
932+
See also:
933+
934+
- [The Bitter Lesson](#the-bitter-lesson)
935+
- [All Models Are Wrong (George Box's Law)](#all-models-are-wrong-george-boxs-law)
936+
919937
### The Peter Principle
920938

921939
[The Peter Principle on Wikipedia](https://en.wikipedia.org/wiki/Peter_principle)

0 commit comments

Comments
 (0)