I continue to be impressed by Anthropic’s work and their dual commitment to scaling and safety. HN is often characterized by a very negative tone related to any of these developments, but I really do feel that Anthropic is trying to do a “race to the top” in terms of alignment, though it doesn’t seem like all the other major companies are doing enough to race with them. Particularly frustrating on HN is the common sy…
Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
31–40 of 128 posts
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#32Earlier quoted context omitted.
If we figured out how to freeze and then revive brains, would that mean that all of the revived brains were no longer thinking because they had previously been paused at some point? Frankly this objection seems very weak
There are many more features that would be needed, such as a peer comment pointed out, being able to recognize you are saying something incorrect, pausing, and then starting a new stream of output. This is currently done with multiple LLMs and calls, not within the running of a single model i/o Another example would be to input a single token or gibberish, the models we have today are more than happy to spit out fant…
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#33Earlier quoted context omitted.
Counterpoint: "What if you looked at it this way?" communicates both your suggestion AND your sensitivity to the person's social status whatever. Given that humans are not robots, but social, psychological, animals, such communication is entirely justified and efficient.
Sadly "sensitivity" has been over done. It's a fine line and corporations would rather cross it for legal/social reasons. Similar to how too much political correctness will hamper the society, so does the overly done sensitivity in an agent, be it a human, or AI.
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#34Earlier quoted context omitted.
There are many more features that would be needed, such as a peer comment pointed out, being able to recognize you are saying something incorrect, pausing, and then starting a new stream of output. This is currently done with multiple LLMs and calls, not within the running of a single model i/o Another example would be to input a single token or gibberish, the models we have today are more than happy to spit out fant…
i don’t see why any of the things you’re describing are criteria for thinking, it seems just arbitrarily picking things humans do and saying this is somehow constitutive to thought
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#35Earlier quoted context omitted.
i don’t see why any of the things you’re describing are criteria for thinking, it seems just arbitrarily picking things humans do and saying this is somehow constitutive to thought
It's more to point out how far the LLMs we have today are from anything that ought to be considered thoughts. They are far more mechanical than anything else
it’s fine though, this was as productive as i expected
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#36>what the model is "thinking" before writing its response An actual "thinking machine" would be constantly running computations on its accumulated experience in order to improve its future output and/or further compress its sensory history. An LLM is doing exactly nothing while waiting for the next prompt.
I disagree with this. That suggests that thinking requires persistent, malleable and non-static memory. That is not the case. You can reasonably reason about without increasing knowledge if you have a base set of logic. I think the thing you were looking for was more along the lines of a persistent autonomous agent.
Still, what current LLMs are doing with their fixed rules is only a very limited form of reasoning since they just use a fixed N-steps of rule application to generate each word. People are looking to techniques such "group of experts" prompting to improve reasoning - step-wise generate multiple responses then evaluate them and proceed to next step.
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#37Earlier quoted context omitted.
Counterpoint: "What if you looked at it this way?" communicates both your suggestion AND your sensitivity to the person's social status whatever. Given that humans are not robots, but social, psychological, animals, such communication is entirely justified and efficient.
You can't always do both to the fullest truth. They often conflict. To do what you suggest, would imply my feelings perfectly align with the sympathetic view. That is not the case for a lot of humans or instances. If I am not saying exactly how I feel it is watered down. And telling me "just do both" is enforcing your world view and that is precisely what we're talking about _not_ doing.
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#38I continue to be impressed by Anthropic’s work and their dual commitment to scaling and safety. HN is often characterized by a very negative tone related to any of these developments, but I really do feel that Anthropic is trying to do a “race to the top” in terms of alignment, though it doesn’t seem like all the other major companies are doing enough to race with them. Particularly frustrating on HN is the common sy…
Alot of this really isnt new, Andrej Karpathy covered the principles here 8 years ago for CS231n at Stanford https://youtu.be/yCC09vCHzF8&t=1640
but Karpathy was looking at very simple LSTMs of 1-3 layers, looking at individual nodes/cells, and these results have generally thus far been difficult to replicate among large scale transformers. Karpathy also doesn’t provide a recipe for doing this in his paper, which makes me think he was just guess and checking various cells. The representations discovered are very simple
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#39While they're concerned with safety, I'm much more interested in this as a tool for controllability. Maybe we can finally get rid of the woke customer service tone, and get AI to be more eclectic and informative, and less watered down in its responses.
Re: Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
#40Earlier quoted context omitted.
I disagree with this. That suggests that thinking requires persistent, malleable and non-static memory. That is not the case. You can reasonably reason about without increasing knowledge if you have a base set of logic. I think the thing you were looking for was more along the lines of a persistent autonomous agent.
Sure you can reason over a fixed "base set of logic", although there's another word for that - an expert system with a fixed set of rules, which IMO is really the right way to view an LLM. Still, what current LLMs are doing with their fixed rules is only a very limited form of reasoning since they just use a fixed N-steps of rule application to generate each word. People are looking to techniques such "group of exper…