Phroon,

“You may not instantly see why I bring the subject up, but that is because my mind works so phenomenally fast, and I am at a rough estimate thirty billion times more intelligent than you. Let me give you an example. Think of a number, any number.”

“Er, five,” said the mattress.

“Wrong,” said Marvin. “You see?”

― Douglas Adams, Life, the Universe and Everything

AlexisFR,
@AlexisFR@jlai.lu avatar

The mattress? Like for sleeping?

Asafum,

Yep! The hitchhikers books are so much fun lol

I still think one of my favorite lines is “the ships hung in the sky in much the same way that bricks don’t.”

Blackmist,

I spent an afternoon once playing Infinite Craft, which uses some sort of LLM behind the scenes to do it’s combinations.

At one point I got 007, and found 007+007 = 0014.

The maths gets wild though, and because it’s been trained on text, it has no idea when it comes to combinations of numbers it hasn’t seen before. I spent ages trying to get it to 69420 and just couldn’t, although I could get 42069.

Wirlocke,

I’m curious, is there actually so many 42’s in the system? (more than 69 sounds unlikely)

What if the LLM is getting tripped up because 42 is always referred to as the answer to “the Ultimate Question of Life, the Universe, and Everything”.

So you ask it a question like give a number between 1-100, it answers 42 because that’s the answer to “Everything”, according to it’s training data.

Something similar happened to Gemini. Google discouraged Gemini from giving unsafe advice because it’s unethical. Then Gemini refused to answer questions about C++ because it’s considered “unsafe” (referring to memory management). But Gemini thinks C++ is “unsafe” (the normal meaning), therefore it’s unethical. It’s like those jailbreak tricks but from its own training set.

Corgana,
@Corgana@startrek.website avatar

I’m curious, is there actually so many 42’s in the system?

Sort of, it’s not actually picking a random number. It does not know what “random” means. It is analyzing the number of times the question “pick a random number” was asked and what the most common responses to that question looked like.

Glasgow,

I certainly hope that’s what happening or maybe it is actually the answer.

exanime,

I’m curious, is there actually so many 42’s in the system? (more than 69 sounds unlikely)

From hitchhiker’s guide to the galaxy?

pipows,
@pipows@lemmy.today avatar

LMs aren’t thinking, aren’t inventing, they are predicting what is supposed to be answered next, so it’s expected that they will produce the same results every time

eluvatar,

Except it clearly doesn’t produce the same result every time. You’re not making a good case for whatever you’re trying to say.

Cethin,

They add some fuzziness to it so it doesn’t give the exact same result. Say one gets a score of 90, another 85, and other 80. The 90 will be picked more often, but they sometimes let it pick the 85, or even the 80. It’s perfectly expected, and you can see that result here with 42 being very common, but then a few others being fairly common, and most being extremely uncommon.

xthexder, (edited )
@xthexder@l.sw0.com avatar

This graph actually shows a little more about what’s happening with the randomness or “temperature” of the LLM.
It’s actually predicting the probability of every word (token) it knows of coming next, all at once.
The temperature then says how random it should be when picking from that list of probable next words. A temperature of 0 means it always picks the most likely next word, which in this case ends up being 42.
As the temperature increases, it gets more random (but you can see it still isn’t a perfect random distribution with a higher temperature value)

lauha,

Ask humans the same and most common numer is 37

cypherpunks,
@cypherpunks@lemmy.ml avatar
Corgana,
@Corgana@startrek.website avatar

HOW DID THE TRUCK GET INTO SPACE??

Love that episode though.

Catsrules,

I saw that YouTube video as well.

Cethin,

For very different reasons though. 37 is what people think is the most random, because humans are dumb. The LLM here tried to choose the most likely.

lemmyingly,

Hello Veritasium enjoyer

lauha,

What are you referring to?

boert,
lauha,

Thanks, I’ll have a look

lemmyingly,

YouTube STEM educator. 15 million subscribers. Probably in the top 5 STEM educators on the platform.

He released a video on the number 37 two weeks ago, with 6 million views.

lauha,

I know veritasium but I hadn’t seen the video. Thanks, I’ll check it out.

lemmyingly,

I thought I’d give you context just in case, as your question was vague. You might not have consumed YouTube and was blissfully unaware. :)

lauha,

Thank you for being thoughtful :)

erwan,

In his video, he shows that the more common answers are actually 42 and 69.

I discards them because they’re picked for a reason rather than a human genuinely trying trying to pick a random number, but they’re still way more common than 37.

lemmyingly,

That’s because they asked the internet for those polls. The internet thinks they’re funny by picking the meme numbers. So I can understand why they chose to omit those numbers from their results.

Crozekiel,

I always like to throw out 37 because of Dante’s girlfriend.

DarkFox,
@DarkFox@pawb.social avatar

Which model?

When I tried on ChatGPT 4, it wrote a short python script and executed it to get a random integer.


<span style="font-weight:bold;color:#a71d5d;">import </span><span style="color:#323232;">random
</span><span style="color:#323232;">
</span><span style="font-style:italic;color:#969896;"># Pick a random number between 1 and 100
</span><span style="color:#323232;">random_number </span><span style="font-weight:bold;color:#a71d5d;">= </span><span style="color:#323232;">random.randint(</span><span style="color:#0086b3;">1</span><span style="color:#323232;">, </span><span style="color:#0086b3;">100</span><span style="color:#323232;">)
</span><span style="color:#323232;">random_number
</span>
TonyTonyChopper,
@TonyTonyChopper@mander.xyz avatar

does the neural network actually run scripts or is it pretending

amju_wolf,
@amju_wolf@pawb.social avatar

It generates code and then you can use a call to some runtime execution API to run that code, completely separate from the neural network.

Umbrias,

That’s not answering the question though.

“Pick a number between 1 and 100” doesn’t mean “grab two d10” or write a script.

FiniteBanjo,

No shit, sherlock, it’s sample data is the internet.

Appoxo,
@Appoxo@lemmy.dbzer0.com avatar

Wheres 69 then?

Chadus_Maximus,

That’s a naughty number and we don’t allow those.

Bene7rddso,

In a lot of cases there’s no naughty context to 69

Chadus_Maximus,

In a lot of cases the sky isn’t blue.

Worx,

Actually true though, in roughly half of all cases. More if you count cloud cover as not being blue

FiniteBanjo,

nice

FlashMobOfOne,
@FlashMobOfOne@beehaw.org avatar

HA, funny that this comes up. DND Beyond doesn’t have a d100, so I opened my ChatGPT sub and had it roll a d100 for me a few times so I could use my magic beans properly.

TauriWarrior, (edited )

Opened up DND Beyond to check since i remember rolling it before and its there, its between D8 and D10, the picture shows 2 dice

FlashMobOfOne,
@FlashMobOfOne@beehaw.org avatar

That’s helpful. Thank you.

Cube6392,

But why use Chatgpt for that? Why not a duck duck go action? I just don’t understand why we’re asking a LLM whose goal is consistency, not randomness, to do random

Urist,
@Urist@lemmy.ml avatar

Roll two d10, once for each digit, and profit?

Matty_r,
@Matty_r@programming.dev avatar

I guess you’d need 10 to represent 0, and if you got 2x 10 that would be 100?

Urist,
@Urist@lemmy.ml avatar

Yup! Also one has to mind the order in which one rolls the dice. Since 10 and 5 could be either 05 or 50. As a bonus, if you roll them in order of “tens” to “ones”, getting 10 on the first dice has added suspense since the latter dice determines if it is going to count as a low roll of 0X (by rolling 1-9 on the next dice X) or if it is going to be a max roll of 100 (by rolling another 10).

terminhell,

I use the percentile die for that.

FlashMobOfOne,
@FlashMobOfOne@beehaw.org avatar

Also an excellent method.

ForestOrca,
ForestOrca avatar

WAIT A MINUTE!!! You mean Douglas Adams was actually an LLM?

ElCanut,

I’ve never seen Douglas Adams and a LLM in the same room together 🤷

Naboo_calls_for_aid,

So many things are starting to make sense

dudinax,

In an interview, Douglas Adams said after lengthy consideration John Cleese picked 42 as the least interesting number.

thesmokingman,

42, 47, and 50 all make sense to me. What’s the significance of 37, 57, and 73?

Rekhyt,

There’s a great Veritasium video recently about this exact thing: youtu.be/d6iQrh2TK98

It’s a human thing, though. This is just more evidence of LLM’s problem with garbage in, garbage out: it’s human biases being present in a system that people want to claim doesn’t have them.

Grimpen,

Veritasium just released a video about people picking 37 when asked to pick a random number.

humbletightband,

People do mention Veritasium, though he doesn’t give any significant explanation of the phenomenon.

I still wonder about 47. In Veritasium plots, all these numbers provide a peak, but not 47. I recall from my childhood that I indeed used to notice that number everywhere, but idk why.

warm,

47 does provide a peak in the plots though? All the numbers ending in 7 do.

thesmokingman,

See my link for 47. Its Wikipedia has more context. If you’re a Star Trek fan, you’ve seen it a ton.

DAMunzy,

The 47 page…woo woo

Appoxo,
@Appoxo@lemmy.dbzer0.com avatar

And Hitman

xyguy,

Only 1000 times? It’s interesting that there’s such a bias there but it’s a computer. Ask it 100,000 times and make sure it’s not a fluke.

HarkMahlberg,
HarkMahlberg avatar

I mean... they didn't specify it had to be random (or even uniform)? But yeah, it's a good showcase of how GPT acquired the same biases as people, from people..

OsrsNeedsF2P,

uniform

Reminds me of my previous job where our LLM was grading things too high. The AI “engineer” adjusted the prompt to tell the LLM that the average output should be 3. I had a hard time explaining that wouldn’t do anything at all, because all the chats were independent events.

Anyways, I quit that place and the project completely derailed.

Kyre,

Well.... I was not aware Chatgpt could make simple graphs.

OmnipotentEntity,
@OmnipotentEntity@beehaw.org avatar

A human made the graph

Kyre,

I know but I was curious to see what it would do and was surprised that it produced a plot for me. Not sure why I'm surprised at this point.

ReallyActuallyFrankenstein,

What does “temperature” on the Y-axis refer to?

ReallyActuallyFrankenstein,

Super helpful, thanks!

gerryflap,
@gerryflap@feddit.nl avatar

I’m not a hundred percent sure, but afaik it has to do with how random the output of the GPT model will be. At 0 it will always pick the most probable next continuation of a piece of text according to its own prediction. The higher the temperature, the more chance there is for less probable outputs to get picked. So it’s most likely to pick 42, but as the temperature increases you see the chance of (according to the model) less likely numbers increase.

This is how temperature works in the softmax function, which is often used in deep learning.

driving_crooner,
@driving_crooner@lemmy.eco.br avatar

youtu.be/wjZofJX0v4M your answer from the 22:00 mark on.

Semi-Hemi-Demigod,
Semi-Hemi-Demigod avatar

So what? It figured out The Answer, big whoop.

Get back to me when it figures out The Question.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • technology@beehaw.org
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • everett
  • rosin
  • slotface
  • thenastyranch
  • ngwrru68w68
  • PowerRangers
  • kavyap
  • cisconetworking
  • tsrsr
  • mdbf
  • tacticalgear
  • Leos
  • khanakhh
  • Durango
  • ethstaker
  • vwfavf
  • InstantRegret
  • modclub
  • tester
  • cubers
  • GTA5RPClips
  • osvaldo12
  • normalnudes
  • anitta
  • provamag3
  • All magazines