Skip to content

Commit

Permalink
Create text_gen_as_graph_traversal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx authored Apr 10, 2024
1 parent 6a5f6c4 commit 3624c9c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions text_gen_as_graph_traversal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# sandbox to probe scaling laws for representation learning

labels: experimental


inspired by "generative wiki rabbit hole"

early graph assumes homogeneity of node and edge types.

certain nodes actually designate community membership. treating community nodes as conventional results in extremely dense graph, eliminating a lot of the desired structure.

structure can be recovered by pojecting membership nodes up into an orthogonal dimension, i.e. layering on a hypernetwork channel for each community...

mmm... i dunno. what i want is for this to be a multi-partite projection

...

anyway, underlying mechanisms aside, my thinking is that i could construct toy graphs and see under what conditions a transformer learns the multi-partite topology.

use a "next token prediction" objective, where sequences are random paths through the graph, and tokens are nodes

should be able model learning dynamics of NLU under this simplification?

0 comments on commit 3624c9c

Please sign in to comment.