New ask Hacker News story: LLMs for structured input validation

LLMs for structured input validation
2 by kevalshah90 | 1 comments on Hacker News.
There are several examples of structured outputs from LLMs; however, I'd like to use an language model to see if a given document / pdf adheres to a set template. Are there any good examples of this input validation use-case? If the input doc / text doesn't adhere to the specific template, I'd like LLMs to point our the inconsistencies.

Comments