Directory / Tags
extraction
- Date extractionPull absolute and relative dates out of documents by asking for the parts that are named, then resolving and validating them in code, with low-confidence cases sent for review.
- Pre-parsed value extractionLet a regex find every candidate email, phone number or amount, then have the model select the right one. The output is always a verbatim value from the text: select, do not generate.
- SDE cascadeA two-stage cascade for structured data extraction: a small model extracts, a verification step checks, and only the doubtful cases go to a large reasoning model. Most of the quality for a fraction of the cost.
End of catalogue. Add yours →