| ▲ | slickytail 4 hours ago | |
Structured decoding limits next-token probabilities to ensure valid JSON. The main issue is that if the model puts a substantial probability on an invalid token, then it was already confused, and in that case, you don't actually want whatever the next-most-likely valid token is: even if it's syntactically valid, it's likely semantically erroneous. | ||
| ▲ | rhodysurf 3 hours ago | parent | next [-] | |
So whats the alternative? Letting it codegen a file and the piping that? What a worse workflow | ||
| ▲ | slices 2 hours ago | parent | prev [-] | |
sounds like an argument in favor of structured output, is that right? | ||