{"_id": {"$oid": "6a26c67c3572c06bc1455dd9"}, "test_id": "T1027", "benchmark": "library_cards", "date": "2026-04-21", "tags": {"document-type": ["index-card"], "writing": ["typed", "printed", "handwritten"], "century": [20, 19], "language": ["de", "fr", "en", "la", "el", "fi", "sv", "pl"], "layout": ["index"], "entry-type": ["bibliographic"], "task": ["information-extraction"]}, "contributors": ["gabriel_muller", "maximilian_hindermann"], "hidden": false, "config": {"provider": "anthropic", "model": "claude-opus-4-7", "dataclass": "Document", "temperature": 0.0, "role_description": "You are a historian with keyword knowledge", "prompt_file": "prompt.txt", "legacy_test": false}, "prompt": "Extract the bibliographic information about a historical dissertation from this index card and return it as a structured JSON object with the following exact format:\n\n```json\n{\n  \"type\": {\n    \"type\": \"Dissertation or thesis\" OR \"Reference\"\n  },\n  \"author\": {\n    \"last_name\": \"string\",\n    \"first_name\": \"string\"\n  },\n  \"publication\": {\n    \"title\": \"string\",\n    \"year\": integer,\n    \"place\": \"string or empty string\",\n    \"pages\": \"string or empty string\",\n    \"publisher\": \"string or empty string\",\n    \"format\": \"string or empty string\"\n  },\n  \"library_reference\": {\n    \"shelfmark\": \"string or empty string\",\n    \"subjects\": \"string or empty string\"\n  }\n}\n```\n\nEXTRACTION RULES:\n1. **Card Type**: If a card contains the note \"s.\" on a separate line, it is a \"Reference\". Otherwise, it is a \"Dissertation or thesis\".\n\n2. **Author**: Extract last_name and first_name. If only one name is given, put it in last_name and leave first_name empty.\n\n3. **Publication**:\n   - title: The main title of the work\n   - year: Publication year as integer\n   - place: Publication place\n   - pages: Page count (remove \" S.\" suffix if present)\n   - publisher: Publishing house/institution\n   - format: Usually \"8\u00b0\", \"8'\", or \"4\u00b0\" - single value only\n\n4. **Library Reference**:\n   - shelfmark: Often begins with \"Diss.\" or \"AT\", may be marked with \"Standort:\"\n   - subjects: Subject classifications or keywords\n\n5. **Missing Information**: Use empty string \"\" for missing text fields, omit year fields entirely if not present.\n\n6. **Ignore**: Disregard any information that doesn't fit into these categories.\n\nReturn ONLY the JSON object, no additional text or explanation.", "results": {"text": "{\"type\":{\"type\":\"Dissertation or thesis\"},\"author\":{\"last_name\":\"Strehle\",\"first_name\":\"Wolfgang\"},\"publication\":{\"title\":\"Die Abh\u00e4ngigkeit elektrisch angeregter subjektiver Lichtmuster (Phosphene) von Umwelteinfl\u00fcssen. Diss. M\u00fcnchen.\",\"year\":\"1971\",\"place\":\"M\u00fcnchen\",\"pages\":\"75\",\"publisher\":\"\",\"format\":\"8'\",\"editor\":null},\"library_reference\":{\"shelfmark\":\"Diss.1972,3635\",\"subjects\":\"Illusion/ Diss\"}}", "model": "claude-opus-4-7", "provider": "anthropic", "finish_reason": "tool_use", "usage": {"input_tokens": 3324, "output_tokens": 278, "total_tokens": 3602, "input_cost_usd": 0.01662, "output_cost_usd": 0.00695, "estimated_cost_usd": 0.02357}, "duration": 5.204079627990723, "timestamp": "2026-04-21T23:01:29.798012", "parsed": {"type": {"type": "Dissertation or thesis"}, "author": {"last_name": "Strehle", "first_name": "Wolfgang"}, "publication": {"title": "Die Abh\u00e4ngigkeit elektrisch angeregter subjektiver Lichtmuster (Phosphene) von Umwelteinfl\u00fcssen. Diss. M\u00fcnchen.", "year": "1971", "place": "M\u00fcnchen", "pages": "75", "publisher": "", "format": "8'"}, "library_reference": {"shelfmark": "Diss.1972,3635", "subjects": "Illusion/ Diss"}}, "conversation_id": "34a8aadd-72f2-41d1-be51-714e8725f11e", "score": {"f1_score": 1.0, "precision": 1.0, "recall": 1.0, "true_positives": 10, "false_positives": 0, "false_negatives": 0, "field_scores": {"type.type": {"response": "Dissertation or thesis", "ground_truth": "Dissertation or thesis", "score": 1.0}, "author.last_name": {"response": "Strehle", "ground_truth": "Strehle", "score": 1.0}, "publication.year": {"response": "1971", "ground_truth": 1971, "score": 1.0}, "library_reference.shelfmark": {"response": "Diss.1972,3635", "ground_truth": "Diss.1972,3635", "score": 1.0}, "author.first_name": {"response": "Wolfgang", "ground_truth": "Wolfgang", "score": 1.0}, "publication.place": {"response": "M\u00fcnchen", "ground_truth": "M\u00fcnchen", "score": 1.0}, "publication.pages": {"response": "75", "ground_truth": "75", "score": 1.0}, "publication.format": {"response": "8'", "ground_truth": "8'", "score": 1.0}, "publication.publisher": {"response": null, "ground_truth": null, "score": 1.0}, "publication.title": {"response": "Die Abh\u00e4ngigkeit elektrisch angeregter subjektiver Lichtmuster (Phosphene) von Umwelteinfl\u00fcssen. Diss. M\u00fcnchen.", "ground_truth": "Die Abh\u00e4ngigkeit elektrisch angeregter subjektiver Lichtmuster (Phosphene) von Umwelteinfl\u00fcssen", "score": 0.9223300970873787}, "library_reference.subjects": {"response": "Illusion/ Diss", "ground_truth": "Illusion/ Diss", "score": 1.0}}, "total_fields": 11}, "raw_response": "{\"id\":\"msg_01GXfJX1VtvbFnnxrZwvvZsr\",\"container\":null,\"content\":[{\"id\":\"toolu_01JWqDh864CGhBYsyXnuRWCE\",\"caller\":{\"type\":\"direct\"},\"input\":{\"type\":{\"type\":\"Dissertation or thesis\"},\"author\":{\"last_name\":\"Strehle\",\"first_name\":\"Wolfgang\"},\"publication\":{\"title\":\"Die Abh\u00e4ngigkeit elektrisch angeregter subjektiver Lichtmuster (Phosphene) von Umwelteinfl\u00fcssen. Diss. M\u00fcnchen.\",\"year\":\"1971\",\"place\":\"M\u00fcnchen\",\"pages\":\"75\",\"publisher\":\"\",\"format\":\"8'\"},\"library_reference\":{\"shelfmark\":\"Diss.1972,3635\",\"subjects\":\"Illusion/ Diss\"}},\"name\":\"extract_structured_data\",\"type\":\"tool_use\"}],\"model\":\"claude-opus-4-7\",\"role\":\"assistant\",\"stop_reason\":\"tool_use\",\"stop_sequence\":null,\"type\":\"message\",\"usage\":{\"cache_creation\":{\"ephemeral_1h_input_tokens\":0,\"ephemeral_5m_input_tokens\":0},\"cache_creation_input_tokens\":0,\"cache_read_input_tokens\":0,\"inference_geo\":\"global\",\"input_tokens\":3324,\"output_tokens\":278,\"server_tool_use\":null,\"service_tier\":\"standard\"},\"stop_details\":null}"}, "scoring": {"f1_micro": 0.9007049345417926, "f1_macro": 0.8916730038022813, "micro_precision": 0.8768627450980392, "micro_recall": 0.925879917184265, "total_instances": 263, "total_tp": 2236, "total_fp": 314, "total_fn": 179, "cost_summary": {"total_input_tokens": 875339, "total_output_tokens": 71670, "total_tokens": 947009, "input_cost_usd": 4.3766950000000024, "output_cost_usd": 1.7917500000000002, "total_cost_usd": 6.168444999999998}}, "normalized_score": 89.16730038022813}