Posts

JoNeedsSleep's Shortform 2024-10-24T04:50:44.976Z
Notes on Tuning Metacognition 2024-07-03T19:54:59.732Z

Comments

Comment by JoNeedsSleep (joanna-j-1) on JoNeedsSleep's Shortform · 2025-01-27T23:05:34.407Z · LW · GW

My best attempt at attempting to characterize Kant's Transcendental Idealism - Kant's idealism says that essence--not existence--is dependent on us. That is to say, what it is to be is dependent on how we understand. For example, the schema of classification in biology, such as genetic proximity, depends on what purposes they serve to us. What it is for animals to be depends, in other words, on the biologist. To draw the biology analogy ad absurdum, transcendental idealism says something like "the genetic composition is the condition of the possibility of how we are able to make sense of biological objects in the first place". The existence of these classification schema is dependent on our mind a priori.

Comment by JoNeedsSleep (joanna-j-1) on JoNeedsSleep's Shortform · 2024-10-24T04:50:45.251Z · LW · GW

The distinction between inner and outer alignment is quite unnatural. For example, even the concept of reward hacking implies the double-fold failure of a reward that is not robust enough to exploitation, and a model that develops instrumental capabilities as to find a way to trick the reward; indeed, in the case of reward hacking, it's worth noting that depending on the autonomy of the system in question, we could attribute the misalignment as inner or outer. At its core, this distinction comes out of the policy <-> reward scheme of RL, though prediction <-> loss function in SL can be similarly characterized; I doubt how well this framing generalizes to other engineering choices.

Comment by JoNeedsSleep (joanna-j-1) on IMO challenge bet with Eliezer · 2024-08-20T23:01:38.811Z · LW · GW

Eliezer seems on track to win: current AI benchmark for IMO geometry problems is at 27/30 (IMO Gold human performance is at 25.9/30). This new benchmark was set by LLM-augmented neurosymbolic AI.

Wu's Method can Boost Symbolic AI to Rival Silver Medalists and AlphaGeometry to Outperform Gold Medalists at IMO Geometry [2024 April]

Comment by JoNeedsSleep (joanna-j-1) on Transformers Represent Belief State Geometry in their Residual Stream · 2024-05-02T03:03:00.427Z · LW · GW

Thank you for the insightful post! You mentioned that:

Consider the relation a transformer has to an HMM that produced the data it was trained on. This is general - any dataset consisting of sequences of tokens can be represented as having been generated from an HMM.

and the linear projection consists of:

Linear regression from the residual stream activations (64 dimensional vectors) to the belief distributions (3 dimensional vectors).

Given any natural language dataset, if we didn't have the ground truth belief distribution, is it possible to reverse engineer (data  model) a HMM and extract the topology of the residual stream activation? 

I've been running task salient representation experiments on larger models and am very interested in replicating and possibly extending your result to more noisy settings.