{"_id": {"$oid": "6a8456c1ef0a19c343227d38"}, "test_id": "T1515", "benchmark": "library_cards", "date": "2026-08-15", "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": "huggingface", "model": "Qwen/Qwen3-VL-235B-A22B-Instruct:deepinfra", "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": "{\n  \"type\": {\n    \"type\": \"Dissertation or thesis\"\n  },\n  \"author\": {\n    \"last_name\": \"Widmer\",\n    \"first_name\": \"Ulrich Rudolf\"\n  },\n  \"publication\": {\n    \"title\": \"Ladungsaccelerierte und ladungskontrollierte aromatische sigmatropische Umlagerungen.\",\n    \"year\": 1974,\n    \"place\": \"Freiburg i.Br.\",\n    \"pages\": \"107 Seiten, Tab.\",\n    \"publisher\": \"Z\u00fcrich, Univ., Phil. Fak. II\",\n    \"format\": \"8\u00b0\"\n  },\n  \"library_reference\": {\n    \"shelfmark\": \"Diss.1975,2594\",\n    \"subjects\": \"\"\n  }\n}", "model": "Qwen/Qwen3-VL-235B-A22B-Instruct", "provider": "huggingface", "finish_reason": "stop", "usage": {"input_tokens": 1773, "output_tokens": 176, "total_tokens": 1949, "input_cost_usd": 0.00035460000000000005, "output_cost_usd": 0.00015488, "estimated_cost_usd": 0.0005094800000000001}, "duration": 369.50107979774475, "timestamp": "2026-08-15T21:07:31.054704", "parsed": {"type": {"type": "Dissertation or thesis"}, "author": {"last_name": "Widmer", "first_name": "Ulrich Rudolf"}, "publication": {"title": "Ladungsaccelerierte und ladungskontrollierte aromatische sigmatropische Umlagerungen.", "year": 1974, "place": "Freiburg i.Br.", "pages": "107 Seiten, Tab.", "publisher": "Z\u00fcrich, Univ., Phil. Fak. II", "format": "8\u00b0"}, "library_reference": {"shelfmark": "Diss.1975,2594", "subjects": ""}}, "conversation_id": "5f665018-e849-46cb-a87c-a80c50ca524d", "score": {"f1_score": 0.84, "precision": 0.8, "recall": 0.8888888888888888, "true_positives": 8, "false_positives": 2, "false_negatives": 1, "field_scores": {"publication.title": {"response": "Ladungsaccelerierte und ladungskontrollierte aromatische sigmatropische Umlagerungen.", "ground_truth": "Ladungsaccelerierte und ladungskontrollierte aromatische sigmatropische Umlagerungen", "score": 0.9940828402366865}, "publication.publisher": {"response": "Z\u00fcrich, Univ., Phil. Fak. II", "ground_truth": null, "score": 0.0}, "publication.pages": {"response": "107 Seiten, Tab.", "ground_truth": "107", "score": 0.3157894736842105}, "type.type": {"response": "Dissertation or thesis", "ground_truth": "Dissertation or thesis", "score": 1.0}, "library_reference.subjects": {"response": null, "ground_truth": null, "score": 1.0}, "author.last_name": {"response": "Widmer", "ground_truth": "Widmer", "score": 1.0}, "publication.place": {"response": "Freiburg i.Br.", "ground_truth": "Freiburg i.Br.", "score": 1.0}, "library_reference.shelfmark": {"response": "Diss.1975,2594", "ground_truth": "Diss.1975,2594", "score": 1.0}, "author.first_name": {"response": "Ulrich Rudolf", "ground_truth": "Ulrich Rudolf", "score": 1.0}, "publication.format": {"response": "8\u00b0", "ground_truth": "8\u00b0", "score": 1.0}, "publication.year": {"response": 1974, "ground_truth": 1974, "score": 1.0}}, "total_fields": 11}, "raw_response": "{\"id\":\"chatcmpl-R5YqFQ58BN6ocUtnlHmWzD0B\",\"choices\":[{\"finish_reason\":\"stop\",\"index\":0,\"logprobs\":null,\"message\":{\"content\":\"{\\n  \\\"type\\\": {\\n    \\\"type\\\": \\\"Dissertation or thesis\\\"\\n  },\\n  \\\"author\\\": {\\n    \\\"last_name\\\": \\\"Widmer\\\",\\n    \\\"first_name\\\": \\\"Ulrich Rudolf\\\"\\n  },\\n  \\\"publication\\\": {\\n    \\\"title\\\": \\\"Ladungsaccelerierte und ladungskontrollierte aromatische sigmatropische Umlagerungen.\\\",\\n    \\\"year\\\": 1974,\\n    \\\"place\\\": \\\"Freiburg i.Br.\\\",\\n    \\\"pages\\\": \\\"107 Seiten, Tab.\\\",\\n    \\\"publisher\\\": \\\"Z\u00fcrich, Univ., Phil. Fak. II\\\",\\n    \\\"format\\\": \\\"8\u00b0\\\"\\n  },\\n  \\\"library_reference\\\": {\\n    \\\"shelfmark\\\": \\\"Diss.1975,2594\\\",\\n    \\\"subjects\\\": \\\"\\\"\\n  }\\n}\",\"refusal\":null,\"role\":\"assistant\",\"annotations\":null,\"audio\":null,\"function_call\":null,\"tool_calls\":[],\"reasoning_content\":null,\"name\":null}}],\"created\":1786820851,\"model\":\"Qwen/Qwen3-VL-235B-A22B-Instruct\",\"object\":\"chat.completion\",\"service_tier\":\"default\",\"system_fingerprint\":null,\"usage\":{\"completion_tokens\":176,\"prompt_tokens\":1773,\"total_tokens\":1949,\"completion_tokens_details\":null,\"prompt_tokens_details\":null,\"estimated_cost\":0.0005094800000000001}}"}, "scoring": {"f1_micro": 0.76147859922179, "f1_macro": 0.7549049429657795, "micro_precision": 0.7181651376146789, "micro_recall": 0.810351966873706, "total_instances": 263, "total_tp": 1957, "total_fp": 768, "total_fn": 458, "cost_summary": {"total_input_tokens": 346829, "total_output_tokens": 49764, "total_tokens": 396593, "input_cost_usd": 0.06936579999999969, "output_cost_usd": 0.04379232000000001, "total_cost_usd": 0.11315812}}, "normalized_score": 75.49049429657795}