Long-Document Entity Extraction
Independent PiSkill directory guide. The original prompt remains hosted by OpenAI Cookbook.
What does this prompt do?
Extracts defined entities from long documents through structured chunking, grounded outputs, reconciliation, and checks that preserve traceability to source material.
Primary use case
Extract structured entities from a long document.
Expected output
Source-grounded structured entities.
Inputs or variables
- document
- entity schema
- output rules
Related prompts
Gemini and Document AI Entity Extraction
Combines Document AI and Gemini to extract defined entities, reconcile OCR context, and assess whether structured results match the underlying document.
AI-Assisted Data Science
Uses Gemini to explore a data question, inspect a dataset, develop analysis steps, produce code, and explain findings with assumptions and validation checks.
Autofix GitHub Actions with Codex
Demonstrates a Codex workflow that reads failed GitHub Actions evidence, identifies the responsible change or configuration, proposes a focused repair, and validates it.
Codex Prompting Guide
Provides a source-linked recipe for structuring coding tasks, context, constraints, tool use, iteration, and verification when working with Codex-oriented models.
Data Extraction and Transformation
Extracts structured fields from source documents and transforms them into a target data representation.
Deep Research API Workflow
Shows how to frame a research question, provide source access, run a deep-research workflow, and return a cited synthesis with transparent limitations.