{"_id": {"$oid": "69d4eb12b877594bc5718cd0"}, "test_id": "T0698", "benchmark": "library_cards", "date": "2026-03-17", "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": "openai", "model": "gpt-5.3-codex", "dataclass": "Document", "temperature": 0.0, "role_description": "You are a historian with keyword knowledge", "prompt_file": "prompt.txt", "rules": "{\"api_style\":\"responses\"}", "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": "{\n  \"type\": {\n    \"type\": \"Dissertation or thesis\"\n  },\n  \"author\": {\n    \"last_name\": \"Tichy\",\n    \"first_name\": \"Johannes\"\n  },\n  \"publication\": {\n    \"title\": \"Klinischer und experimenteller Beitrag zur Operation der Wanderniere\",\n    \"year\": \"1914\",\n    \"place\": \"Leipzig\",\n    \"pages\": \"40\",\n    \"publisher\": \"Vogel\",\n    \"format\": \"8\u00b0\",\n    \"editor\": \"\"\n  },\n  \"library_reference\": {\n    \"shelfmark\": \"U 14.2443\",\n    \"subjects\": \"Chirurgie; Universit\u00e4tsklinik Marburg; Wanderniere\"\n  }\n}", "model": "gpt-5.3-codex", "provider": "openai", "finish_reason": "completed", "usage": {"input_tokens": 1885, "output_tokens": 161, "total_tokens": 2046, "input_cost_usd": 0.00329875, "output_cost_usd": 0.002254, "estimated_cost_usd": 0.00555275}, "duration": 2.628411054611206, "timestamp": "2026-03-17T22:46:30.464914", "parsed": {"type": {"type": "Dissertation or thesis"}, "author": {"last_name": "Tichy", "first_name": "Johannes"}, "publication": {"title": "Klinischer und experimenteller Beitrag zur Operation der Wanderniere", "year": "1914", "place": "Leipzig", "pages": "40", "publisher": "Vogel", "format": "8\u00b0", "editor": ""}, "library_reference": {"shelfmark": "U 14.2443", "subjects": "Chirurgie; Universit\u00e4tsklinik Marburg; Wanderniere"}}, "conversation_id": "8112610a-f958-4aaf-9a6b-53a0d7f9fc34", "score": {"f1_score": 0.95, "precision": 0.9090909090909091, "recall": 1.0, "true_positives": 10, "false_positives": 1, "false_negatives": 0, "field_scores": {"author.first_name": {"response": "Johannes", "ground_truth": "Johannes", "score": 1.0}, "library_reference.shelfmark": {"response": "U 14.2443", "ground_truth": "U 14. 2443", "score": 0.9473684210526316}, "publication.format": {"response": "8\u00b0", "ground_truth": "8\u00b0", "score": 1.0}, "publication.publisher": {"response": "Vogel", "ground_truth": "Vogel", "score": 1.0}, "library_reference.subjects": {"response": "Chirurgie; Universit\u00e4tsklinik Marburg; Wanderniere", "ground_truth": null, "score": 0.0}, "type.type": {"response": "Dissertation or thesis", "ground_truth": "Dissertation or thesis", "score": 1.0}, "publication.pages": {"response": "40", "ground_truth": "40", "score": 1.0}, "publication.editor": {"response": null, "ground_truth": null, "score": 1.0}, "author.last_name": {"response": "Tichy", "ground_truth": "Tichy", "score": 1.0}, "publication.year": {"response": "1914", "ground_truth": 1914, "score": 1.0}, "publication.title": {"response": "Klinischer und experimenteller Beitrag zur Operation der Wanderniere", "ground_truth": "Klinischer und experimenteller Beitrag zur Operation der Wanderniere", "score": 1.0}, "publication.place": {"response": "Leipzig", "ground_truth": "Leipzig", "score": 1.0}}, "total_fields": 12}, "raw_response": "{\"id\":\"resp_0af0007fd13ea0100069b9cbb272e88197b2f8b689bd392e23\",\"created_at\":1773783986.0,\"error\":null,\"incomplete_details\":null,\"instructions\":\"You are a historian with keyword knowledge\",\"metadata\":{},\"model\":\"gpt-5.3-codex\",\"object\":\"response\",\"output\":[{\"id\":\"msg_0af0007fd13ea0100069b9cbb2d57881979c01f65bbbe8d994\",\"content\":[{\"annotations\":[],\"text\":\"{\\n  \\\"type\\\": {\\n    \\\"type\\\": \\\"Dissertation or thesis\\\"\\n  },\\n  \\\"author\\\": {\\n    \\\"last_name\\\": \\\"Tichy\\\",\\n    \\\"first_name\\\": \\\"Johannes\\\"\\n  },\\n  \\\"publication\\\": {\\n    \\\"title\\\": \\\"Klinischer und experimenteller Beitrag zur Operation der Wanderniere\\\",\\n    \\\"year\\\": \\\"1914\\\",\\n    \\\"place\\\": \\\"Leipzig\\\",\\n    \\\"pages\\\": \\\"40\\\",\\n    \\\"publisher\\\": \\\"Vogel\\\",\\n    \\\"format\\\": \\\"8\u00b0\\\",\\n    \\\"editor\\\": \\\"\\\"\\n  },\\n  \\\"library_reference\\\": {\\n    \\\"shelfmark\\\": \\\"U 14.2443\\\",\\n    \\\"subjects\\\": \\\"Chirurgie; Universit\u00e4tsklinik Marburg; Wanderniere\\\"\\n  }\\n}\",\"type\":\"output_text\",\"logprobs\":[]}],\"role\":\"assistant\",\"status\":\"completed\",\"type\":\"message\",\"phase\":\"final_answer\"}],\"parallel_tool_calls\":true,\"temperature\":0.0,\"tool_choice\":\"auto\",\"tools\":[],\"top_p\":0.98,\"background\":false,\"completed_at\":1773783988.0,\"conversation\":null,\"max_output_tokens\":null,\"max_tool_calls\":null,\"previous_response_id\":null,\"prompt\":null,\"prompt_cache_key\":null,\"prompt_cache_retention\":null,\"reasoning\":{\"effort\":\"none\",\"generate_summary\":null,\"summary\":null},\"safety_identifier\":null,\"service_tier\":\"default\",\"status\":\"completed\",\"text\":{\"format\":{\"type\":\"text\"},\"verbosity\":\"medium\"},\"top_logprobs\":0,\"truncation\":\"disabled\",\"usage\":{\"input_tokens\":1885,\"input_tokens_details\":{\"cached_tokens\":1024},\"output_tokens\":161,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":2046},\"user\":null,\"billing\":{\"payer\":\"developer\"},\"frequency_penalty\":0.0,\"presence_penalty\":0.0,\"store\":true}"}, "scoring": {"f1_micro": 0.8499899051080154, "f1_macro": 0.8419391634980988, "micro_precision": 0.8293932230102443, "micro_recall": 0.8716356107660456, "total_instances": 263, "total_tp": 2105, "total_fp": 433, "total_fn": 310, "cost_summary": {"total_input_tokens": 498059, "total_output_tokens": 42201, "total_tokens": 540260, "input_cost_usd": 0.8716032500000012, "output_cost_usd": 0.5908140000000002, "total_cost_usd": 1.4624172500000008}}, "normalized_score": 84.19391634980988}