Remix.run Logo
alphazard 3 hours ago

There's a whole lot of information on this page that doesn't tell me anything about what this actually is. Can anyone spell out what the architecture is here?

They claim it's not an LLM, which I read as "not an auto-regressive token generator". I assume they are still using a transformer, otherwise they would be talking about the thing that's not a transformer, instead of all the fluff on the linked page. But they emphasize parallel generation, so is it like a text diffusion model?

tacoooooooo 2 hours ago | parent [-]

Sounds like its essentially a generalized zero-shot classifier that takes and option set at runtime and works on unstructured inputs.

you pass in your "prompt" and options (described in natural language) that it can respond with, in addition to your input. it gives back that option set with a probability assigned to each one

CompleteSkeptic 17 minutes ago | parent [-]

yes and can do many of those in parallel