I think this is the entry point needed to get peoples attention and explain: LLMs aren’t people, and emergent properties are being over extended. If LLMs are showing “better” performance when there are tokens that humans read as emotionally salient - Then the underlying text it’s trained on shows humans give better answers when emotionally salient context is provided. LLMs predict words. Any semantic validity is a si…
Telling GPT-4 you're scared or under pressure improves performance
51–60 of 255 posts
Re: Telling GPT-4 you're scared or under pressure improves performance
#52I think this is the entry point needed to get peoples attention and explain: LLMs aren’t people, and emergent properties are being over extended. If LLMs are showing “better” performance when there are tokens that humans read as emotionally salient - Then the underlying text it’s trained on shows humans give better answers when emotionally salient context is provided. LLMs predict words. Any semantic validity is a si…
It is not accurate to say that an LLM like ChatGPT predicts anything. It is trained to maximize a score function, so it is more like trying to win a game where the moves are word choices.
Re: Telling GPT-4 you're scared or under pressure improves performance
#53Earlier quoted context omitted.
> LLMs aren’t people, and emergent properties are being over extended. LLMs are trained on human texts. And if they're trained well these models might start to simulate parts of a human brain. Might be that this is the simplest way to produce texts that satisfy the objective function. If this would be the case, and we give LLMs some emotional shading, maybe these would simulate parts of a human brain with this emotio…
It won't ever simulate the human brain. It may simulate human cultural knowledge, or emotions, but only as far as they are encoded in the current millennium's written knowledge. The human brain doesn't even have the concept of written language, that's all culturally learned knowledge.
If you have no answer, I put it to you that your assertion is of the no-true-Scotsman type -- that is, unfalsifiable.
Re: Telling GPT-4 you're scared or under pressure improves performance
#54Am I the only one who feels bad for asking ChatGPT a "dumb" question that I know I should know, or not saying thank you when it gives me an answer? No? I'm just a weirdo? Okay. I have to push back really hard against my proclivity to humanize it, to the point where I probably don't use it as much as I should, just because I don't want to deal with the psychic stress of reminding myself that it's not a living entity.
I have this too and to be honest, I have made the conscious decision that it is OK. I prefer to retain my habit of being polite even when it's not necessary over getting used to being rude which may then "spill" over to my human-to-human interactions.
Re: Telling GPT-4 you're scared or under pressure improves performance
#55> The implications are clear: incorporating emotional cues can lead to more effective and responsive AI applications. I think it's important to remember these models were trained on human interaction, and are in many ways a mirror for us to better understand human interaction. I don't think many people would be surprised if you said emotion can be used to better communicate with a human, but it is interesting to see…
All in all, I like this. Both for what it implies about humans interacting with other humans, and for shaping norms about how best to to interact with other entities that show signs of intelligence.
Re: Telling GPT-4 you're scared or under pressure improves performance
#56I think this is the entry point needed to get peoples attention and explain: LLMs aren’t people, and emergent properties are being over extended. If LLMs are showing “better” performance when there are tokens that humans read as emotionally salient - Then the underlying text it’s trained on shows humans give better answers when emotionally salient context is provided. LLMs predict words. Any semantic validity is a si…
The “statistical parrot” assertion is pretty thoroughly disproven by this point, but suppose we ignore the literature and just assume it’s true: what does it matter? “Real” people are time bombs too, for instance. Is there some predictive power that we gain by reducing LLM skills to mere token production side effects?
Re: Telling GPT-4 you're scared or under pressure improves performance
#57Earlier quoted context omitted.
> To address this, I implemented a strategy of tagging messages to create and utilize categories. I think before RAG we need to do more legwork with the LLM on the raw text. Here is one of my blog posts that is related: https://mindmachina.wixsite.com/ai-blog/post/the-promise-of-... The idea is to create chain-of-thought annotations from your raw texts, that would improve the embedding and retrieval process by making…
Interesting, thank you! I think a lot about the cost of the loop, mostly in terms of time. I don't want the bot to take too long to respond. That's why dream cycles seem like an obvious solution to some of the more heavy work. I guess it would make sense to combine those with your idea -- "given what I know about the user, what should I study?", especially if it has access to an "enhanced" knowledge db like you sugge…
Re: Telling GPT-4 you're scared or under pressure improves performance
#58Earlier quoted context omitted.
> LLMs aren’t people, and emergent properties are being over extended. LLMs are trained on human texts. And if they're trained well these models might start to simulate parts of a human brain. Might be that this is the simplest way to produce texts that satisfy the objective function. If this would be the case, and we give LLMs some emotional shading, maybe these would simulate parts of a human brain with this emotio…
It won't ever simulate the human brain. It may simulate human cultural knowledge, or emotions, but only as far as they are encoded in the current millennium's written knowledge. The human brain doesn't even have the concept of written language, that's all culturally learned knowledge.
We can with reasonable certainty say that there are still significant differences between LLMs and human brains, but this notion that we can say with any certainty that similar structures won't form as a side effect of sufficient training is pure fiction.
Re: Telling GPT-4 you're scared or under pressure improves performance
#59Re: Telling GPT-4 you're scared or under pressure improves performance
#60I think this is the entry point needed to get peoples attention and explain: LLMs aren’t people, and emergent properties are being over extended. If LLMs are showing “better” performance when there are tokens that humans read as emotionally salient - Then the underlying text it’s trained on shows humans give better answers when emotionally salient context is provided. LLMs predict words. Any semantic validity is a si…
The “statistical parrot” assertion is pretty thoroughly disproven by this point, but suppose we ignore the literature and just assume it’s true: what does it matter? “Real” people are time bombs too, for instance. Is there some predictive power that we gain by reducing LLM skills to mere token production side effects?
errr... all NNs are just optimisations of an associative probability objective: P(Y|X), they are by definition "statistical parrots". There isn't anything to prove or disprove.
People offering prompts as evidence are people who fundamentally do not understand the basics. NNs aren't strange empirical objects, they're specified by mathematical rules whose properties are known ahead of time.
Any property of a trained NN is derivative of a property of a formula P(Answer|Prompt, TrainingData)
This is an associative statistical relation, which by definition, selects elements of TrainingData by-association with the Prompt.
If the basis by which you understand LLMs is putting prompts into ChatGPT you're severely underqualified for drawing any conclusions about LLMs, and radically subject to confirmation bias.