Structure & Data
Measures how reliably models turn unstructured text into exact formats: schema-true JSON extraction, classification, table understanding and format repair.
Rounds 6
R44 · Appointment extraction to strict JSON
Extrahiere alle Termine aus folgendem Text als JSON-Array von Objekten mit exakt den Feldern datum (YYYY-MM-DD), uhrzeit (HH:MM, 24h) und titel (Strin…
R41 · Prose → valid JSON
Wandle die folgenden Angaben in gültiges JSON um (nur das JSON ausgeben, keine Erklärung): Name Anna Schmidt, Alter 30, Stadt Freiburg, Hobbys Lesen u…
R6 · Extraction → JSON
Extract the following product listing into strict JSON with EXACTLY this schema: {"name": string, "brand": string, "pric…
R7 · Sentiment classification
Classify the sentiment of these 10 customer reviews as "positive", "negative" or "neutral". Output ONLY a JSON array: [{…
R19 · Table QA
Beantworten Sie die 5 Fragen zur Tabelle. Ausgabe: exakt 5 nummerierte Zeilen mit NUR der Antwort. | Produkt | Preis (E…
R20 · JSON repair
Reparieren Sie dieses kaputte JSON. Geben Sie NUR das korrigierte, valide JSON aus (keine Erklärung, kein Markdown): {'…
R146 · Repair broken JSON (4 precise errors)
Fix the following JSON. It contains exactly 4 errors: a missing comma, an unquoted key, a trailing comma, and a wrong closing bracket. Output ONLY the…
R147 · CSV with embedded comma to JSON array
Convert the following CSV into a JSON array of objects, using the header row as field names. Keep "id" and "amount" as numbers; keep "name" and "notes…
R148 · Table QA: sum, filter, max over order data
Answer all 3 questions using ONLY the table below. Output ONLY the 3 numbered answers — no explanation. | OrderID | Customer | Product | Qty | Price …
R149 · Extract meeting invite into a fixed JSON schema
Extract the event information from the text below into JSON with EXACTLY these fields: title (string), date (YYYY-MM-DD), time (24h HH:MM), location (…
R150 · Diff two near-identical config blocks
Compare Block A and Block B below and list ALL differences between them (there are exactly 3). For each difference, name the key and both values as "k…