Has anyone here found a link to the actual paper? If I click on 'paper', I only see what seems to be an awkward HTML version.
You mean this? https://openaipublic.blob.core.windows.net/neuron-explainer/... Would you prefer a PDF? (I'm always fascinated to hear from people who would rather read a PDF than a web-native paper like this one, especially given that web papers are actually readable on mobile devices. Do you do all of your reading on a laptop?)
Language models can explain neurons in language models
131–140 of 497 posts
Re: Language models can explain neurons in language models
#132Earlier quoted context omitted.
No it’s a given that some people who attempt to wield AI will be adversarial. In any case a similar argument can be made with merely instrumental goals causing harm: “I am an ant and I do not see how or why a human would cause me harm, therefore I am not in danger.”
People wielding AI and destroying humanity is very different from AI itself, being a weird alien intelligence, destroying humanity. Honestly if you have no examples you can't really blame people for not being scared. I have no reason to think this ant-human relationship is analogous. And seriously, I've made no claims that AI is benign so please stop characterizing my claims thusly. The question is simple, give me a…
The guy at Google already demonstrated that AIs are able to convince people of fairly radical beliefs (and we have proof that even humans a thousand years ago were capable of creating belief systems that cause people to blow themselves up and kill thousands of innocent people).
P.S. I was not characterizing your opinion, I was speaking in the voice of an ant.
Re: Language models can explain neurons in language models
#133Great. Going meta with an introspective feedback loop. Let's see if that's the last requisite for exponential AGI growth... Singoolaretee here we go..............
Re: Language models can explain neurons in language models
#134Earlier quoted context omitted.
This is also why I go into chess matches against 1400 elo players. I cannot conceive of the specific ways in which they will beat me (a 600 elo player), so I have good reason to suspect that I can win. I'm willing to bet the future of our species on my consistent victory in these types of matches, in fact.
Other caveman use fire to cook food. Fire scary and hurt. No understand fire. Fire cavemen bad.
Other caveman use anthrax in subway station. Anthrax scary and hurt…
Is AI closer to fire or closer to nukes and engineered viruses? Has fire ever invented a new weapon system?
By the way: we have shitloads of regulations and safety systems around fire due to, you guessed it, the amount of harm it can do by accident.
Re: Language models can explain neurons in language models
#135Re: Language models can explain neurons in language models
#136"This work is part of the third pillar of our approach to alignment research: we want to automate the alignment research work itself. A promising aspect of this approach is that it scales with the pace of AI development. As future models become increasingly intelligent and helpful as assistants, we will find better explanations." On first look this is genius but it seems pretty tautological in a way. How do we know i…
It produces examples that can be evaluated. https://openaipublic.blob.core.windows.net/neuron-explainer/...
Re: Language models can explain neurons in language models
#137Earlier quoted context omitted.
Are there any examples of an LLM developing concepts that do not exist or cannot be inferred from its training set?
Tautologically, every concept that anything (LLM, or human, or alien) develops can be inferred from the input data(e.g. training set), because it was.
And I'm not talking about imitation nor am I interested in semantic games, I'm talking about raw inventiveness. Not a stochastic parrot looping through a large corpus of information and a table of weights on word pairings.
Has AI ever managed to learn something humans didn't already know? It's got all the physics text books in its data set. Can it make novel inferences from that? How about in math?
Re: Language models can explain neurons in language models
#138Language models can also tell you they’re not AI.
Re: Language models can explain neurons in language models
#139Earlier quoted context omitted.
> Which is to say, we still have no clue as to what's going on inside GPT-4 or even GPT-3, which I think is the question many want an answer to. Exactly. Especially: > ...the technique is already very computationally intensive, and the focus on individual neurons as a function of input means that they can't "reverse engineer" larger structures composed of multiple neurons nor a neuron that has multiple roles; This pa…
> It is also the reason why they cannot be trusted in the most serious of applications which such decision making requires lots of transparency rather than a model regurgitating nonsense confidently. Like say, in court to detect if someone is lying? Or at an airport to detect drugs?
But, yes, those are also good examples of what we shouldn't be doing, but are going to do anyway.
Re: Language models can explain neurons in language models
#140I wonder will someone please check the neurons associated to the petertodd and other anomalous glitch tokens ( https://www.lesswrong.com/posts/jkY6QdCfAXHJk3kea/the-petert... )? I can see the github and I see that for any given neuron you can see associated tokens but I don't see how to do an inverse search.
Those were discovered by finding strings that OpenAI’s tokenizer didn’t properly split up. Because of this, they are treated as singular tokens, and since these don’t occur frequently in the training data, you get what are effectively random outputs when using them. The author definitely tries to up the mysticism knob to 11 though, and the post itself is so long, you can hardly finish it before seeing this obvious cr…