Few-Shot JSON Extractor

Few-Shot JSON Extractor

Model: GPT-4
Difficulty: Intermediate
Upvotes: 0
data extractionfew-shotjson

โ€” Prompt โ€”

Example:
Text: 'Alice, 28, works at DataCorp as a Data Analyst.'
JSON: {"name": "Alice", "age": 28, "company": "DataCorp", "title": "Data Analyst"}

Text: [insert text]
JSON:

Why It Works

Provides clear examples to guide accurate JSON formatting.

Example Output

{"name": "Bob", "age": 35, "company": "HealthTech", "title": "Project Manager"}