I think one of the techniques underexplored in all the hype is guiding the evaluation process depending on the context. I.e. if you're generating code, it has to satisfy the parser for the given language. If the token is unsatisfactory, throw it out and try another one. Thought chains could be generated in a similar way (you can do so with special tokens, see "Recursion of Thought").But yeah overall GenAI tends to remain hype-over-substance.
iLoveOncall|1 year ago
We envisioned doing this for an SQL query generator at work but with our constraints a single query already takes 15 seconds.