{"_id": {"$oid": "69d4eb12b877594bc5718a5a"}, "test_id": "T0442", "benchmark": "blacklist_cards", "date": "2025-11-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": "mistral-small-2506", "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 Corporation\"},\"location\":{\"transcription\":\"Springfield\"},\"b_id\":{\"transcription\":\"B.12345\"},\"date\":\"1985-06-15\",\"information\":[{\"transcription\":\"Dear Sir,\\\\n\\\\nWe are writing to inform you...\"},{\"transcription\":\"Sincerely,\\\\nJohn Doe\"}]}", "model": "mistral-small-2506", "provider": "mistral", "finish_reason": "stop", "usage": {"input_tokens": 598, "output_tokens": 106, "total_tokens": 704, "input_cost_usd": 5.9800000000000003e-05, "output_cost_usd": 3.18e-05, "estimated_cost_usd": 9.16e-05}, "duration": 1.0069382190704346, "timestamp": "2025-11-25T11:39:36.278947", "parsed": {"company": {"transcription": "Acme Corporation"}, "location": {"transcription": "Springfield"}, "b_id": {"transcription": "B.12345"}, "date": "1985-06-15", "information": [{"transcription": "Dear Sir,\\n\\nWe are writing to inform you..."}, {"transcription": "Sincerely,\\nJohn Doe"}]}, "score": {"fuzzy": 0.22631058446954078}, "raw_response": "{\"id\":\"c84c45b202734da4992da1ecbcffa5e6\",\"object\":\"chat.completion\",\"model\":\"mistral-small-2506\",\"usage\":{\"prompt_tokens\":598,\"completion_tokens\":106,\"total_tokens\":704},\"created\":1764067175,\"choices\":[{\"index\":0,\"message\":{\"content\":\"{\\n  \\\"company\\\": {\\\"transcription\\\": \\\"Acme Corporation\\\"},\\n  \\\"location\\\": {\\\"transcription\\\": \\\"Springfield\\\"},\\n  \\\"b_id\\\": {\\\"transcription\\\": \\\"B.12345\\\"},\\n  \\\"date\\\": \\\"1985-06-15\\\",\\n  \\\"information\\\": [\\n    {\\\"transcription\\\": \\\"Dear Sir,\\\\\\\\n\\\\\\\\nWe are writing to inform you...\\\"},\\n    {\\\"transcription\\\": \\\"Sincerely,\\\\\\\\nJohn Doe\\\"}\\n  ]\\n}\",\"tool_calls\":null,\"prefix\":false,\"role\":\"assistant\"},\"finish_reason\":\"stop\"}]}"}, "scoring": {"fuzzy": 0.22504888058615438, "cost_summary": {"total_input_tokens": 19734, "total_output_tokens": 3737, "total_tokens": 23471, "input_cost_usd": 0.001973400000000001, "output_cost_usd": 0.0011211, "total_cost_usd": 0.0030945}}, "normalized_score": 22.50488805861544}