{"_id": {"$oid": "69d4eb12b877594bc5718b90"}, "test_id": "T0561", "benchmark": "blacklist_cards", "date": "2026-01-25", "tags": {"document-type": ["index-card"], "writing": ["typed", "handwritten"], "century": [20], "language": ["de"], "entry-type": ["company"], "task": ["information-extraction"]}, "contributors": ["lea_kasper", "sorin_marti"], "hidden": false, "config": {"provider": "mistral", "model": "ministral-8b-2512", "dataclass": "Card", "temperature": 0.5, "role_description": "You are a Historian", "prompt_file": "prompt.txt", "legacy_test": false}, "prompt": "You are a meticulous archivist extracting data from an index card image. Analyze the provided image and extract the following information. Return the data ONLY as a valid JSON object.\n\n- \"company\": The primary company name, usually in the top-left. Exclude the location.\n- \"location\": The city or town, often following the company name.\n- \"b_id\": The identifier code, usually in the top-right, starting with \"B.\".\n- \"date\": Any stamped dates on the card in YYYY-MM-DD format. If no date is present, use an empty string.\n- \"information\": A list of text blocks from the main body of the card. Each block should be a separate string in the list. Maintain line breaks with \\\\n.\n\nHere is the required JSON format:\n{\n  \"company\": {\"transcription\": \"\"},\n  \"location\": {\"transcription\": \"\"},\n  \"b_id\": {\"transcription\": \"\"},\n  \"date\": \"\",\n  \"information\": [\n    {\"transcription\": \"\"}\n  ]\n}\n\nIf you cannot find a value for a field, leave its transcription value as an empty string. Do not add any explanatory text outside of the JSON object.", "results": {"text": "{\"company\":{\"transcription\":\"Acme Manufacturing Co.\"},\"location\":{\"transcription\":\"Springfield\"},\"b_id\":{\"transcription\":\"B-1987-045\"},\"date\":\"1987-05-12\",\"information\":[{\"transcription\":\"Established 1892 as Springfield Steel Works.\"},{\"transcription\":\"Primary products: Heavy machinery, railcars.\"},{\"transcription\":\"Union negotiations ongoing since 1986.\"},{\"transcription\":\"Current workforce: 1,245 employees.\"},{\"transcription\":\"Notable incident: 1984 boiler explosion, 3 fatalities.\"}]}", "model": "ministral-8b-2512", "provider": "mistral", "finish_reason": "stop", "usage": {"input_tokens": 598, "output_tokens": 563, "total_tokens": 1161, "input_cost_usd": 8.97e-05, "output_cost_usd": 8.445e-05, "estimated_cost_usd": 0.00017415}, "duration": 4.364010334014893, "timestamp": "2026-01-25T00:56:36.724692", "parsed": {"$defs": {"BID": {"properties": {"transcription": {"title": "Transcription", "type": "string"}}, "required": ["transcription"], "title": "BID", "type": "object"}, "Company": {"properties": {"transcription": {"title": "Transcription", "type": "string"}}, "required": ["transcription"], "title": "Company", "type": "object"}, "Entry": {"properties": {"transcription": {"title": "Transcription", "type": "type"}}, "required": ["transcription"], "title": "Entry", "type": "object"}, "Location": {"properties": {"transcription": {"title": "Transcription", "type": "string"}}, "required": ["transcription"], "title": "Location", "type": "object"}}, "properties": {"company": {"$ref": "#/$defs/Company"}, "location": {"$ref": "#/$defs/Location"}, "b_id": {"$ref": "#/$defs/BID"}, "date": null, "information": [{"$ref": "#/$defs/Entry"}]}, "required": ["company", "location", "b_id"], "title": "Card", "type": "object", "company": {"transcription": "Acme Manufacturing Co."}, "location": {"transcription": "Springfield"}, "b_id": {"transcription": "B-1987-045"}, "date": "1987-05-12", "information": [{"transcription": "Established 1892 as Springfield Steel Works."}, {"transcription": "Primary products: Heavy machinery, railcars."}, {"transcription": "Union negotiations ongoing since 1986."}, {"transcription": "Current workforce: 1,245 employees."}, {"transcription": "Notable incident: 1984 boiler explosion, 3 fatalities."}]}, "conversation_id": "74cb0836-014b-4936-b935-f001b053a929", "score": {"fuzzy": 0.2533628950775157}, "raw_response": "{\"id\":\"c9e0e3cdef894a188fcc052f0dd921cc\",\"object\":\"chat.completion\",\"model\":\"ministral-8b-2512\",\"usage\":{\"prompt_tokens\":598,\"completion_tokens\":563,\"total_tokens\":1161,\"num_cached_tokens\":576},\"created\":1769298992,\"choices\":[{\"index\":0,\"message\":{\"content\":\"{\\n  \\\"$defs\\\": {\\n    \\\"BID\\\": {\\n      \\\"properties\\\": {\\n        \\\"transcription\\\": {\\n          \\\"title\\\": \\\"Transcription\\\",\\n          \\\"type\\\": \\\"string\\\"\\n        }\\n      },\\n      \\\"required\\\": [\\\"transcription\\\"],\\n      \\\"title\\\": \\\"BID\\\",\\n      \\\"type\\\": \\\"object\\\"\\n    },\\n    \\\"Company\\\": {\\n      \\\"properties\\\": {\\n        \\\"transcription\\\": {\\n          \\\"title\\\": \\\"Transcription\\\",\\n          \\\"type\\\": \\\"string\\\"\\n        }\\n      },\\n      \\\"required\\\": [\\\"transcription\\\"],\\n      \\\"title\\\": \\\"Company\\\",\\n      \\\"type\\\": \\\"object\\\"\\n    },\\n    \\\"Entry\\\": {\\n      \\\"properties\\\": {\\n        \\\"transcription\\\": {\\n          \\\"title\\\": \\\"Transcription\\\",\\n          \\\"type\\\": \\\"type\\\"\\n        }\\n      },\\n      \\\"required\\\": [\\\"transcription\\\"],\\n      \\\"title\\\": \\\"Entry\\\",\\n      \\\"type\\\": \\\"object\\\"\\n    },\\n    \\\"Location\\\": {\\n      \\\"properties\\\": {\\n        \\\"transcription\\\": {\\n          \\\"title\\\": \\\"Transcription\\\",\\n          \\\"type\\\": \\\"string\\\"\\n        }\\n      },\\n      \\\"required\\\": [\\\"transcription\\\"],\\n      \\\"title\\\": \\\"Location\\\",\\n      \\\"type\\\": \\\"object\\\"\\n    }\\n  },\\n  \\\"properties\\\": {\\n    \\\"company\\\": {\\n      \\\"$ref\\\": \\\"#/$defs/Company\\\"\\n    },\\n    \\\"location\\\": {\\n      \\\"$ref\\\": \\\"#/$defs/Location\\\"\\n    },\\n    \\\"b_id\\\": {\\n      \\\"$ref\\\": \\\"#/$defs/BID\\\"\\n    },\\n    \\\"date\\\": null,\\n    \\\"information\\\": [\\n      {\\n        \\\"$ref\\\": \\\"#/$defs/Entry\\\"\\n      }\\n    ]\\n  },\\n  \\\"required\\\": [\\n    \\\"company\\\",\\n    \\\"location\\\",\\n    \\\"b_id\\\"\\n  ],\\n  \\\"title\\\": \\\"Card\\\",\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"company\\\": {\\n    \\\"transcription\\\": \\\"Acme Manufacturing Co.\\\"\\n  },\\n  \\\"location\\\": {\\n    \\\"transcription\\\": \\\"Springfield\\\"\\n  },\\n  \\\"b_id\\\": {\\n    \\\"transcription\\\": \\\"B-1987-045\\\"\\n  },\\n  \\\"date\\\": \\\"1987-05-12\\\",\\n  \\\"information\\\": [\\n    {\\n      \\\"transcription\\\": \\\"Established 1892 as Springfield Steel Works.\\\"\\n    },\\n    {\\n      \\\"transcription\\\": \\\"Primary products: Heavy machinery, railcars.\\\"\\n    },\\n    {\\n      \\\"transcription\\\": \\\"Union negotiations ongoing since 1986.\\\"\\n    },\\n    {\\n      \\\"transcription\\\": \\\"Current workforce: 1,245 employees.\\\"\\n    },\\n    {\\n      \\\"transcription\\\": \\\"Notable incident: 1984 boiler explosion, 3 fatalities.\\\"\\n    }\\n  ]\\n}\",\"tool_calls\":null,\"prefix\":false,\"role\":\"assistant\"},\"finish_reason\":\"stop\"}]}"}, "scoring": {"fuzzy": 0.16348250143346202, "cost_summary": {"total_input_tokens": 19734, "total_output_tokens": 4871, "total_tokens": 24605, "input_cost_usd": 0.002960099999999999, "output_cost_usd": 0.0007306500000000001, "total_cost_usd": 0.0036907500000000005}}, "normalized_score": 16.348250143346203}