System2

Directory / Tags

extraction

  1. 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.choiceextractionconfidenceOfficial cookbookTypeSafe docs
  2. 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.choicenoulextractionOfficial cookbookTypeSafe docs
  3. 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.noulextractioncostOfficial cookbookTypeSafe docs

End of catalogue. Add yours →