| ▲ | khalic 3 hours ago | ||||||||||||||||||||||
I was under the impression that intermediate tokens (“chain of thought”) are _not_ a representation of a model’s logical path, with one study observing that you can replace intermediate tokens with single character chains and still get the increased precision… | |||||||||||||||||||||||
| ▲ | thinking_cactus 43 minutes ago | parent | next [-] | ||||||||||||||||||||||
How can they do that? Does state propagate between each token output? That is, I were under the impression LLMs were just f(context), so chain of thought was f(...f(f(f(initial)+initial)+f(initial)+initial), i.e. y_n+1 = f(y_n+f(y_n-1)), where y_n is the nth output and f() the transformer inference function. Do they carry state across? | |||||||||||||||||||||||
| ▲ | markasoftware an hour ago | parent | prev | next [-] | ||||||||||||||||||||||
Yes dots increases precision, but not nearly the same increase in precision as having actual useful reasoning in the CoT | |||||||||||||||||||||||
| ▲ | gr_norm 3 hours ago | parent | prev [-] | ||||||||||||||||||||||
Link to this study? | |||||||||||||||||||||||
| |||||||||||||||||||||||