439

LESSWRONG
LW

438

Malentropic Gizmo's Shortform

by Malentropic Gizmo
23rd Jan 2024
1 min read
13

1

This is a special post for quick takes by Malentropic Gizmo. Only they can create top-level comments. Comments here also appear on the Quick Takes page and All Posts page.
Malentropic Gizmo's Shortform
3Malentropic Gizmo
1Malentropic Gizmo
2dirk
1Malentropic Gizmo
1Malentropic Gizmo
7benjamincosman
2Seth Herd
1Malentropic Gizmo
4niplav
1Malentropic Gizmo
3metachirality
1Malentropic Gizmo
1Malentropic Gizmo
13 comments, sorted by
top scoring
Click to highlight new comments since: Today at 2:13 PM
[-]Malentropic Gizmo2y*30

A coin has two sides. One side commonly has a person on it, this side is called Heads, and the other usually has a number or some other picture on it, this side is called Tails. What I don't understand is why would the creator (I'm unsure whether we should blame Adam Elga, Robert Stalnaker or Arnold Zuboff) of the Sleeping Beauty Problem specify the problem so that the branch with the extra person corresponds to the Tails side of the coin. This almost annoys me more than not calling Superpermutations supermutations or Poisson equations Laplace equations or Laplace equations Harmonic equations.

Reply
[-]Malentropic Gizmo5mo10

What's up with glowfic.com? Getting a lot of 500 responses..

EDIT: I thought some might know here, because of the dath ilan stories, and I have no clue where else to ask, but nvm if it's too unrelated to this site.

Reply1
[-]dirk5mo20

No specific knowledge but in the future you might be able to find more info in the constellation discord (for technical site stuff) or the glowfic community discord; both are linked on glowfic.com when it happens to be up.

Reply1
[-]Malentropic Gizmo2y10

Random Musing on Autoregressive Transformers resulting from Taelin's A::B Challenge

Let's model an autoregressive transformer as a Boolean circuit or, for simpler presentation, a n-ary circuit with m inputs and 1 output.

Model the entire system the following way: Given some particular m length starting input:

  1. circuit calculates the output token (/integer) from the input
  2. appends calculated output token to the end of the inputword
  3. deletes first token of input
  4. go to 1

It's easy to see that, strictly speaking, this system is not very powerful computationally: we have finite number of possible tokens (n) and finite length context window (m), so we only have finite possible states (n*m), therefore our model is as powerful as a finite state machine (it's pretty much equivalent in its behaviour to a regular grammar only containing A → aB rules)

However, real life computers also have finite memory yet we never let that bother us!

How should we manually design our circuit to enable us to solve the most types of problems with an appropriate selection of the initial input?

I think one very straightforward solution is to simply emulate a computer with random access memory the following way:

  • Select some fixed instruction set with k instructions and from our n tokens choose k to correspond to these k instructions.
  • Select another k tokens from the remaining to denote that the given instruction is under execution.
  • design the circuit such that if the emulated computer's memory is M_t (m element vector, M_{ti} is the ith token) after the execution of the t-th instruction, then our circuit should compute the following tokens (including the starting input) : M_{00}, M_{01}, M_{02}, .. M_{0m}, M_{10}, M_{11}, .., M_{1m}, M_{20}, ...

This can be done efficiently with relatively few cicuit nodes and relatively low depth, but I don't want to write down the construction.

It's interesting to see that actual large autoregressive transformers on human language seem to be fitting this model more and more closely:

  1. With GPT-3 (possibly GPT-2), it was shown that after an instruction is given in the initial prompt, the transformer can execute that instruction in its continuation (eg. translate this french sentence to english, french: Je mange une pomme, english: ). This corresponds to having a fixed instruction set in the above model (where the instruction set is in common english instead of singular tokens)
  2. With ChatGPT-3.5 and even more with newer models, it was shown that chain of thought prompting works well for solving more complex problems than asking for a solution immediately. I think the newest models often don't even require an explicit instruction to break their reasoning down into steps, they often do so anyway. I expect this behaviour to be more and more common as newer models get smarter and also, encounter more and more transformer/human interactions in their training set. This corresponds to iteratively calculating M_1, M_2, ... according to the given instructions. However, at this point, the instructions and subsequent "memory snapshots" are all in the transformer's context window. 
  3. Might we expect this to change? Will future models be able to notice when the initial prompt or some still relevant previous data is about to exit the context window and autonomously re-generate them and subsequently pick up the calculation where they left off? I expect they will! What do you think?
Reply
[-]Malentropic Gizmo2y10

I will read the fiction book that is recommended to me first (and I haven't already read it)! Time is of the essence! I will read anything, but if you want to recommend me something I am more likely to enjoy, here are a few thing about me: I like Sci-fi, Fantasy, metaethics, computers, games, Computer Science theory, Artificial Intelligence, fitness, D&D, edgy/shock humor.

Reply
[-]benjamincosman2y72

Too Like the Lightning by Ada Palmer :)

Reply
[-]Seth Herd2y20

I second this recommendation. This book was amazing. It's quite unlike other scifi, and that's a good thing.

Reply
[-]Malentropic Gizmo2y10

Thank you, I will read this one!

Reply
[-]niplav2y40

The titular short story from Luminous (Greg Egan, 1995).

Reply
[-]Malentropic Gizmo2y10

I love Egan! I will read Luminous next! Thanks!

Reply
[-]metachirality2y30

I would be surprised if you haven't read Unsong already.

Reply
[-]Malentropic Gizmo2y10

Yes, but good recommendation otherwise, thank you!

Reply
[-]Malentropic Gizmo2y10

So I've reached a point in my amateur bodybuilding process where I am satisfied with my arms. I, of course, regularly see and talk with guys who have better physiques, but it doesn't bother me, when I look in the mirror, I'm still happy. 

This, apparently, is not the typical experience. In the bodybuilding noosphere, there are many memes born from the opposite experience: "The day you start lifting is the day you're never big enough.", "You will never be as big as your pump.", etc.. 

My question is about a meme I've seen recenty which DOES mirror my own experience, but unfortunately I can't find it. IIRC the meme had similar art style to cyanide and happiness (or maybe smbc). It depicted a person who after getting an initial progress in bodybuilding talked with a much more advanced bodybuilder who tried to advise him how to continue building even more muscle. The new guy's answer was something along the lines of "thanks, but i'm okay with my current results" and the last panel depicted the buff guy wistfully watching the sunset alone. 

Can someone maybe help me find the meme? Any help is appreciated!

Reply
Moderation Log
More from Malentropic Gizmo
View more
Curated and popular this week
13Comments