51 Ways to Spell the Image Giraffe: The Hidden Politics of Token Languages in Generative AI
https://media.ccc.de/v/39c3-51-ways-to-spell-the-image-giraffe-the-hidden-politics-of-token-languages-in-generative-ai
58 points · 4 comments · view on lemmy.world
4 Comments
MonaySimpson@lemmy.ml · 8 pts · 118d
Welcome to 1984
divineburke@sh.itjust.works · 5 pts · 118d
This was a very interesting talk. Thanks for sharing it.
wrinkle2409@lemmy.cafe · 2 pts · 118d
Why 51? If you assign a binary number to a split, so g|i|r|af|fe is 111010 and gira|f|fe is 000110, that would be 2^7-1. I didn't get how this is counted.
General_Effort@lemmy.world · 3 pts · 117d
It doesn't explain tokenizers well (or at all). There are better videos on the subject.
Anyway. Suppose you wanted to spell giraffe with the English alphabet in any arbitrary, phonetic way. You could also spell, for example; "jeeruff", or "djirough". You could count how many phonetically correct ways there are to spell "giraffe".
Tokenizers break a text into sequences of characters (even individual characters), called tokens. Different tokenizers use different tokens. The one they use here has "gira" as a token, but also "g", "i", "r", and "a". So you could tokenize the same text in different ways. They have a slide where they show the possibilities.