OpenAI, Google DeepMind's current and former employees warn about AI risks
1–8 of 8 posts
Re: OpenAI, Google DeepMind's current and former employees warn about AI risks
#2Re: OpenAI, Google DeepMind's current and former employees warn about AI risks
#3Personally, I think the biggest risk of AI is that it doesn’t live up to expectations (in the short term).
Re: OpenAI, Google DeepMind's current and former employees warn about AI risks
#4Personally, I think the biggest risk of AI is that it doesn’t live up to expectations (in the short term).
And this has been a reccuring observations of neural networks for the past 40 years, which makes me think there's some inherently problematic blockers with the fundamentals of the tech we haven't solved yet.
Re: OpenAI, Google DeepMind's current and former employees warn about AI risks
#5Re: OpenAI, Google DeepMind's current and former employees warn about AI risks
#6Personally, I think the biggest risk of AI is that it doesn’t live up to expectations (in the short term).
I feel that it's really hard to get an intuition on where all this is going. on the one hand you've got sci-fi like openai demos, and for sure their tool is definitely a productivity booster which i use often, on the other hand it still fails mysteriously at some elementary tasks. And this has been a reccuring observations of neural networks for the past 40 years, which makes me think there's some inherently problema…
If your input is sufficiently similar to enough training data, then your output is going to be good. If it isn’t, then it’s a crap shoot.
Re: OpenAI, Google DeepMind's current and former employees warn about AI risks
#7Earlier quoted context omitted.
I feel that it's really hard to get an intuition on where all this is going. on the one hand you've got sci-fi like openai demos, and for sure their tool is definitely a productivity booster which i use often, on the other hand it still fails mysteriously at some elementary tasks. And this has been a reccuring observations of neural networks for the past 40 years, which makes me think there's some inherently problema…
It’s actually not that mysterious. Deep learning is curve-fitting. The whole premise of it is to approximate data and provide a function to interpolate between the sampled points. This is a very static end product, nothing like the dynamism of actual intelligence. If your input is sufficiently similar to enough training data, then your output is going to be good. If it isn’t, then it’s a crap shoot.
Example query: "list 5 songs where the lyrics start with "hey" but the title doesn't"
It will confidently hallucinate answers where the lyrics do start with hey, but so do the song title. But if you tell it to first output the lyric and then the song title, it will correctly check that both conditions are true before claiming a match. "sufficiently similar training data" wouldn't help in this case, or at least not without making the training data so exhaustive as to be impractical.
This is essentially another kind of CoT prompting which helps these failure modes. It seems difficult to train the models themselves to determine they need a suitable strategy to work around issues like these (as opposed to prompting it to).
Re: OpenAI, Google DeepMind's current and former employees warn about AI risks
#8Personally, I think the biggest risk of AI is that it doesn’t live up to expectations (in the short term).
I feel that it's really hard to get an intuition on where all this is going. on the one hand you've got sci-fi like openai demos, and for sure their tool is definitely a productivity booster which i use often, on the other hand it still fails mysteriously at some elementary tasks. And this has been a reccuring observations of neural networks for the past 40 years, which makes me think there's some inherently problema…