this post was submitted on 05 Jun 2024
95 points (100.0% liked)
Technology
43242 readers
120 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not yet, anyway.
Yeah, the short-term outlook doesn't look too dangerous right now. LLMs can do a lot of things we thought wouldn't happen for a long time, but they still have major issues and are running out of easy scalability.
That being said, there's a lot of different training schemes or integrations with classical algorithms that could be tried. ChatGPT knows a scary amount of stuff (inb4 Chinese room), it just doesn't have any incentive to use it except to mimic human-generated text. I'm not saying it's going to happen, but I think it's premature to write off the possibility of an AI with complex planning capabilities in the next decade or so.
Chinese room, called it. Just with a dog instead.
I have this debate so often, I'm going to try something a bit different. Why don't we start by laying down how LLMs do work. If you had to explain as fully as you could the algorithm we're talking about, how would you do it?
Yeah, sorry, I don't want to invert burden of proof - or at least, I don't want to ask anything unreasonable of you.
Okay, let's talk just about the performance we measure - it wasn't clear to me that's what you mean from what you wrote. Natural language is inherently imprecise, so no bitterness intended, but in particular that's how I read the section outside of the spoiler tag.
By some measures, it can do quite a bit of novel logic. I recall it drawing a unicorn using text commends in one published test, for example, which correctly had a horn, body and four legs. That requires combining concepts in a way that almost certainly isn't directly in the training data, so it's fair to say it's not a mere search engine. Then again, sometimes it just doesn't do what it's asked, for example when adding two numbers - it will give a plausible looking result, but that's all.
So, we have a blackbox, and we're trying to decide if it could become an existential threat. Do we agree a computer just as smart as us probably would be? If so, that reduces to whether the blackbox could be just as smart as us eventually. Up until now, there's been great reasons to say no, even about blackbox software. I know clippy could never have done it, because there's forms of reasoning classical algorithms just couldn't do, despite great effort - it doesn't matter if clippy is closed source, because it was a classical algorithm.
On the other hand, what neural nets can't do is a total unknown. GPT-n won't add numbers directly, but it is able to correctly preform the steps, which you can show by putting it in a chain-of-thought framework. It just "chooses" not to, because that's not how it was trained. GPT-n can't organise a faction that threatens human autonomy, but we don't know if that's because it doesn't know the steps, or because of the lack of memory and cost function to make it do that.
It's a blackbox, there's no known limits on what it could do, and it's certain to be improved on quickly at least in some way. For this reason, I think it might become an existential threat, in some future iteration.
To be clear, I wasn't talking about an actual picture generating model. It was raw GPT trained on just text, asked to write instructions for a paint program to output a unicorn. That's more convincing because it's multiple steps away from the basic task it was trained on. Here, I found the paper, it starts with unicorns and then starts exploring other images, and eventually they delve into way more detail than I actually read. There's a video talk that goes with it.
The trick with trying to "make" an AI do semantics, is that we don't know what semantics is, exactly. I mean, that's kind of what we started out with (remember the old pattern-matching chatbots?) but simpler approaches often worked better. Even the Transformer block itself is barely more complicated than a plain feed-forward network. I don't think that's so much because neural nets are more efficient (they really aren't) but because we were looking for an answer to a question we didn't have.
I think the challenge going forwards is freeing all that know-how from the black box we've put it in, somehow. Assuming we do want to mess with something so dangerous if handled carelessly.