diff --git "a/data/base/test.jsonl" "b/data/base/test.jsonl" new file mode 100644--- /dev/null +++ "b/data/base/test.jsonl" @@ -0,0 +1,219 @@ +{"id": "cloud_deployment_0276_explicit_negative_open__lcwa", "base_id": "cloud_deployment_0276_explicit_negative_open", "split": "test", "domain": "cloud_deployment", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval", "may_deploy"], "facts_positive": ["Service C passed unit tests."], "facts_negative": ["Service A does not has an incident note."], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service A", "target_statement": "Service A has an incident note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": ["has_incident_note::Service A"], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["passed_unit_tests::Service C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval, may_deploy.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service C passed unit tests.\n\nNegative facts:\n- Service A does not has an incident note.\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service A.\nTarget statement: Service A has an incident note."} +{"id": "university_registration_0052_open_missing_with_closed_distractor__lcwa", "base_id": "university_registration_0052_open_missing_with_closed_distractor", "split": "test", "domain": "university_registration", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Theo has advising clearance.", "Theo passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Iris", "target_statement": "Iris has an external scholarship.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Theo has advising clearance.\n- Theo passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship."} +{"id": "hospital_access_0039_explicit_negative_open__cwa", "base_id": "hospital_access_0039_explicit_negative_open", "split": "test", "domain": "hospital_access", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Farid has completed safety training."], "facts_negative": ["Dylan is not assigned to the clinical trial."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "assigned_to_trial::Dylan", "target_statement": "Dylan is assigned to the clinical trial.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": ["assigned_to_trial::Dylan"], "rules": [], "query_atom": "assigned_to_trial::Dylan", "closure_atoms": ["completed_training::Farid"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Farid has completed safety training.\n\nNegative facts:\n- Dylan is not assigned to the clinical trial.\n\nRules:\n- None\n\nTarget atom: assigned_to_trial::Dylan.\nTarget statement: Dylan is assigned to the clinical trial."} +{"id": "hospital_access_0039_explicit_negative_open__lcwa", "base_id": "hospital_access_0039_explicit_negative_open", "split": "test", "domain": "hospital_access", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance", "may_enter_lab"], "facts_positive": ["Farid has completed safety training."], "facts_negative": ["Dylan is not assigned to the clinical trial."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "assigned_to_trial::Dylan", "target_statement": "Dylan is assigned to the clinical trial.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": ["assigned_to_trial::Dylan"], "rules": [], "query_atom": "assigned_to_trial::Dylan", "closure_atoms": ["completed_training::Farid"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance, may_enter_lab.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Farid has completed safety training.\n\nNegative facts:\n- Dylan is not assigned to the clinical trial.\n\nRules:\n- None\n\nTarget atom: assigned_to_trial::Dylan.\nTarget statement: Dylan is assigned to the clinical trial."} +{"id": "university_registration_0065_entailed_closed_conclusion__owa", "base_id": "university_registration_0065_entailed_closed_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Theo has advising clearance.", "Theo passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Theo", "target_statement": "Theo may register for the seminar.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Theo", "has_advising_clearance::Theo"], "conclusion": "may_register::Theo", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Theo", "closure_atoms": ["has_advising_clearance::Theo", "may_register::Theo", "passed_exam::Theo"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Theo has advising clearance.\n- Theo passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Theo.\nTarget statement: Theo may register for the seminar."} +{"id": "library_services_0220_open_derived_missing_antecedent__lcwa", "base_id": "library_services_0220_open_derived_missing_antecedent", "split": "test", "domain": "library_services", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader E has an active membership."], "facts_negative": [], "rules_natural": ["If a reader has a special request, then that reader needs librarian review."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "needs_librarian_review::Reader E", "target_statement": "Reader E needs librarian review.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader E"], "conclusion": "needs_librarian_review::Reader E", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader E", "closure_atoms": ["has_active_membership::Reader E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance, may_borrow_archive_item.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader E has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader E.\nTarget statement: Reader E needs librarian review."} +{"id": "finance_controls_0151_entailed_open_conclusion__cwa", "base_id": "finance_controls_0151_entailed_open_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 27 has a manual exception."], "facts_negative": [], "rules_natural": ["If an account has a manual exception, then that account needs compliance review."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "needs_compliance_review::Account 27", "target_statement": "Account 27 needs compliance review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 27"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 27"], "conclusion": "needs_compliance_review::Account 27", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 27", "closure_atoms": ["has_manual_exception::Account 27", "needs_compliance_review::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 has a manual exception.\n\nNegative facts:\n- None\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 27.\nTarget statement: Account 27 needs compliance review."} +{"id": "hospital_access_0025_entailed_closed_conclusion__cwa", "base_id": "hospital_access_0025_entailed_closed_conclusion", "split": "test", "domain": "hospital_access", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Ben has completed safety training.", "Ben has security clearance."], "facts_negative": [], "rules_natural": ["If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "may_enter_lab::Ben", "target_statement": "Ben may enter Lab A.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Ben", "has_clearance::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ben", "has_clearance::Ben"], "conclusion": "may_enter_lab::Ben", "text": "If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."}], "query_atom": "may_enter_lab::Ben", "closure_atoms": ["completed_training::Ben", "has_clearance::Ben", "may_enter_lab::Ben"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ben has completed safety training.\n- Ben has security clearance.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A.\n\nTarget atom: may_enter_lab::Ben.\nTarget statement: Ben may enter Lab A."} +{"id": "manufacturing_quality_0080_closed_missing_direct__cwa", "base_id": "manufacturing_quality_0080_closed_missing_direct", "split": "test", "domain": "manufacturing_quality", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part C passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part C", "target_statement": "Part C has release approval.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part C passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part C.\nTarget statement: Part C has release approval."} +{"id": "finance_controls_0150_entailed_open_conclusion__cwa", "base_id": "finance_controls_0150_entailed_open_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 12 has a manual exception."], "facts_negative": [], "rules_natural": ["If an account has a manual exception, then that account needs compliance review."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "needs_compliance_review::Account 12", "target_statement": "Account 12 needs compliance review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 12"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 12"], "conclusion": "needs_compliance_review::Account 12", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 12", "closure_atoms": ["has_manual_exception::Account 12", "needs_compliance_review::Account 12"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 12 has a manual exception.\n\nNegative facts:\n- None\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 12.\nTarget statement: Account 12 needs compliance review."} +{"id": "library_services_0238_explicit_negative_open__owa", "base_id": "library_services_0238_explicit_negative_open", "split": "test", "domain": "library_services", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader A has an active membership."], "facts_negative": ["Reader E does not has a special request."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader E", "target_statement": "Reader E has a special request.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": ["has_special_request::Reader E"], "rules": [], "query_atom": "has_special_request::Reader E", "closure_atoms": ["has_active_membership::Reader A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader A has an active membership.\n\nNegative facts:\n- Reader E does not has a special request.\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader E.\nTarget statement: Reader E has a special request."} +{"id": "cloud_deployment_0276_explicit_negative_open__cwa", "base_id": "cloud_deployment_0276_explicit_negative_open", "split": "test", "domain": "cloud_deployment", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service C passed unit tests."], "facts_negative": ["Service A does not has an incident note."], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service A", "target_statement": "Service A has an incident note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": ["has_incident_note::Service A"], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["passed_unit_tests::Service C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service C passed unit tests.\n\nNegative facts:\n- Service A does not has an incident note.\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service A.\nTarget statement: Service A has an incident note."} +{"id": "robotics_operations_0173_open_missing_with_closed_distractor__cwa", "base_id": "robotics_operations_0173_open_missing_with_closed_distractor", "split": "test", "domain": "robotics_operations", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 1 has shift clearance.", "Rover 1 passed diagnostics."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "has_field_note::Rover 6", "target_statement": "Rover 6 has a field note.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_field_note, has_shift_clearance, may_start_shift, needs_operator_review, passed_diagnostics.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 1 has shift clearance.\n- Rover 1 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_field_note::Rover 6.\nTarget statement: Rover 6 has a field note."} +{"id": "manufacturing_quality_0109_entailed_open_conclusion__lcwa", "base_id": "manufacturing_quality_0109_entailed_open_conclusion", "split": "test", "domain": "manufacturing_quality", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval", "may_ship"], "facts_positive": ["Part B has a supplier note."], "facts_negative": [], "rules_natural": ["If a part has a supplier note, then that part needs engineer review."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "needs_engineer_review::Part B", "target_statement": "Part B needs engineer review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part B"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part B"], "conclusion": "needs_engineer_review::Part B", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part B", "closure_atoms": ["has_supplier_note::Part B", "needs_engineer_review::Part B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval, may_ship.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B has a supplier note.\n\nNegative facts:\n- None\n\nRules:\n- If a part has a supplier note, then that part needs engineer review.\n\nTarget atom: needs_engineer_review::Part B.\nTarget statement: Part B needs engineer review."} +{"id": "manufacturing_quality_0092_open_missing_with_closed_distractor__owa", "base_id": "manufacturing_quality_0092_open_missing_with_closed_distractor", "split": "test", "domain": "manufacturing_quality", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part D has release approval.", "Part D passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_supplier_note::Part C", "target_statement": "Part C has a supplier note.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D has release approval.\n- Part D passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_supplier_note::Part C.\nTarget statement: Part C has a supplier note."} +{"id": "library_services_0239_explicit_negative_open__owa", "base_id": "library_services_0239_explicit_negative_open", "split": "test", "domain": "library_services", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader B has an active membership."], "facts_negative": ["Reader F does not has a special request."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader F", "target_statement": "Reader F has a special request.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": ["has_special_request::Reader F"], "rules": [], "query_atom": "has_special_request::Reader F", "closure_atoms": ["has_active_membership::Reader B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has an active membership.\n\nNegative facts:\n- Reader F does not has a special request.\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader F.\nTarget statement: Reader F has a special request."} +{"id": "university_registration_0053_open_missing_with_closed_distractor__owa", "base_id": "university_registration_0053_open_missing_with_closed_distractor", "split": "test", "domain": "university_registration", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Mia has advising clearance.", "Mia passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Theo", "target_statement": "Theo has an external scholarship.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Mia has advising clearance.\n- Mia passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Theo.\nTarget statement: Theo has an external scholarship."} +{"id": "cloud_deployment_0242_closed_missing_direct__owa", "base_id": "cloud_deployment_0242_closed_missing_direct", "split": "test", "domain": "cloud_deployment", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service C passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_deployment_approval::Service C", "target_statement": "Service C has deployment approval.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["passed_unit_tests::Service C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service C passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_deployment_approval::Service C.\nTarget statement: Service C has deployment approval."} +{"id": "university_registration_0076_explicit_negative_open__cwa", "base_id": "university_registration_0076_explicit_negative_open", "split": "test", "domain": "university_registration", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Mia passed the qualifying exam."], "facts_negative": ["Iris does not has an external scholarship."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Iris", "target_statement": "Iris has an external scholarship.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": ["has_external_scholarship::Iris"], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["passed_exam::Mia"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Mia passed the qualifying exam.\n\nNegative facts:\n- Iris does not has an external scholarship.\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship."} +{"id": "university_registration_0072_explicit_negative_closed__owa", "base_id": "university_registration_0072_explicit_negative_closed", "split": "test", "domain": "university_registration", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Lena passed the qualifying exam."], "facts_negative": ["Mia does not has advising clearance."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_advising_clearance::Mia", "target_statement": "Mia has advising clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": ["has_advising_clearance::Mia"], "rules": [], "query_atom": "has_advising_clearance::Mia", "closure_atoms": ["passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena passed the qualifying exam.\n\nNegative facts:\n- Mia does not has advising clearance.\n\nRules:\n- None\n\nTarget atom: has_advising_clearance::Mia.\nTarget statement: Mia has advising clearance."} +{"id": "procurement_review_0305_entailed_closed_conclusion__cwa", "base_id": "procurement_review_0305_entailed_closed_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor F has vendor approval.", "Vendor F submitted a tax form."], "facts_negative": [], "rules_natural": ["If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "may_receive_purchase_order::Vendor F", "target_statement": "Vendor F may receive a purchase order.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor F", "has_vendor_approval::Vendor F"], "conclusion": "may_receive_purchase_order::Vendor F", "text": "If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."}], "query_atom": "may_receive_purchase_order::Vendor F", "closure_atoms": ["has_vendor_approval::Vendor F", "may_receive_purchase_order::Vendor F", "submitted_tax_form::Vendor F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_risk_note, has_vendor_approval, may_receive_purchase_order, needs_procurement_review, submitted_tax_form.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor F has vendor approval.\n- Vendor F submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order.\n\nTarget atom: may_receive_purchase_order::Vendor F.\nTarget statement: Vendor F may receive a purchase order."} +{"id": "manufacturing_quality_0080_closed_missing_direct__lcwa", "base_id": "manufacturing_quality_0080_closed_missing_direct", "split": "test", "domain": "manufacturing_quality", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval"], "facts_positive": ["Part C passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part C", "target_statement": "Part C has release approval.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part C passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part C.\nTarget statement: Part C has release approval."} +{"id": "procurement_review_0313_explicit_negative_closed__lcwa", "base_id": "procurement_review_0313_explicit_negative_closed", "split": "test", "domain": "procurement_review", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_vendor_approval"], "facts_positive": ["Vendor D submitted a tax form."], "facts_negative": ["Vendor B does not has vendor approval."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor B", "target_statement": "Vendor B has vendor approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": ["has_vendor_approval::Vendor B"], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_vendor_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor D submitted a tax form.\n\nNegative facts:\n- Vendor B does not has vendor approval.\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval."} +{"id": "university_registration_0058_closed_derived_missing_antecedent__owa", "base_id": "university_registration_0058_closed_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Iris passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Iris", "target_statement": "Iris may register for the seminar.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Iris", "has_advising_clearance::Iris"], "conclusion": "may_register::Iris", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Iris", "closure_atoms": ["passed_exam::Iris"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Iris passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Iris.\nTarget statement: Iris may register for the seminar."} +{"id": "library_services_0218_closed_derived_missing_antecedent__cwa", "base_id": "library_services_0218_closed_derived_missing_antecedent", "split": "test", "domain": "library_services", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader C has an active membership."], "facts_negative": [], "rules_natural": ["If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "may_borrow_archive_item::Reader C", "target_statement": "Reader C may borrow an archive item.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader C", "has_borrowing_clearance::Reader C"], "conclusion": "may_borrow_archive_item::Reader C", "text": "If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."}], "query_atom": "may_borrow_archive_item::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader C has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item.\n\nTarget atom: may_borrow_archive_item::Reader C.\nTarget statement: Reader C may borrow an archive item."} +{"id": "cloud_deployment_0254_open_missing_with_closed_distractor__lcwa", "base_id": "cloud_deployment_0254_open_missing_with_closed_distractor", "split": "test", "domain": "cloud_deployment", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval", "may_deploy"], "facts_positive": ["Service D has deployment approval.", "Service D passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service C", "target_statement": "Service C has an incident note.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service C", "closure_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval, may_deploy.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service D has deployment approval.\n- Service D passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service C.\nTarget statement: Service C has an incident note."} +{"id": "hospital_access_0034_explicit_negative_closed__cwa", "base_id": "hospital_access_0034_explicit_negative_closed", "split": "test", "domain": "hospital_access", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Ava has completed safety training."], "facts_negative": ["Elena does not has security clearance."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Elena", "target_statement": "Elena has security clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": ["has_clearance::Elena"], "rules": [], "query_atom": "has_clearance::Elena", "closure_atoms": ["completed_training::Ava"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ava has completed safety training.\n\nNegative facts:\n- Elena does not has security clearance.\n\nRules:\n- None\n\nTarget atom: has_clearance::Elena.\nTarget statement: Elena has security clearance."} +{"id": "cloud_deployment_0252_open_missing_with_closed_distractor__owa", "base_id": "cloud_deployment_0252_open_missing_with_closed_distractor", "split": "test", "domain": "cloud_deployment", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service B has deployment approval.", "Service B passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service A", "target_statement": "Service A has an incident note.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service B has deployment approval.\n- Service B passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service A.\nTarget statement: Service A has an incident note."} +{"id": "finance_controls_0151_entailed_open_conclusion__owa", "base_id": "finance_controls_0151_entailed_open_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 27 has a manual exception."], "facts_negative": [], "rules_natural": ["If an account has a manual exception, then that account needs compliance review."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "needs_compliance_review::Account 27", "target_statement": "Account 27 needs compliance review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 27"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 27"], "conclusion": "needs_compliance_review::Account 27", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 27", "closure_atoms": ["has_manual_exception::Account 27", "needs_compliance_review::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 has a manual exception.\n\nNegative facts:\n- None\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 27.\nTarget statement: Account 27 needs compliance review."} +{"id": "finance_controls_0126_open_missing_direct__lcwa", "base_id": "finance_controls_0126_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 12 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 12", "target_statement": "Account 12 has a manual exception.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["passed_kyc::Account 12"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 12 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception."} +{"id": "finance_controls_0158_explicit_negative_open__lcwa", "base_id": "finance_controls_0158_explicit_negative_open", "split": "test", "domain": "finance_controls", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": ["Account 35 does not has a manual exception."], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 35", "target_statement": "Account 35 has a manual exception.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": ["has_manual_exception::Account 35"], "rules": [], "query_atom": "has_manual_exception::Account 35", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- Account 35 does not has a manual exception.\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 35.\nTarget statement: Account 35 has a manual exception."} +{"id": "university_registration_0061_open_derived_missing_antecedent__lcwa", "base_id": "university_registration_0061_open_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Noah passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Noah", "target_statement": "Noah needs a manual audit.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Noah"], "conclusion": "needs_manual_audit::Noah", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Noah", "closure_atoms": ["passed_exam::Noah"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Noah passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Noah.\nTarget statement: Noah needs a manual audit."} +{"id": "library_services_0232_explicit_negative_closed__owa", "base_id": "library_services_0232_explicit_negative_closed", "split": "test", "domain": "library_services", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader A has an active membership."], "facts_negative": ["Reader E does not has borrowing clearance."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader E", "target_statement": "Reader E has borrowing clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": ["has_borrowing_clearance::Reader E"], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader A has an active membership.\n\nNegative facts:\n- Reader E does not has borrowing clearance.\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance."} +{"id": "university_registration_0050_closed_missing_with_open_distractor__cwa", "base_id": "university_registration_0050_closed_missing_with_open_distractor", "split": "test", "domain": "university_registration", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Omar has an external scholarship.", "Lena passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_advising_clearance::Lena", "target_statement": "Lena has advising clearance.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Omar", "passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Lena", "closure_atoms": ["has_external_scholarship::Omar", "passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar has an external scholarship.\n- Lena passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_advising_clearance::Lena.\nTarget statement: Lena has advising clearance."} +{"id": "manufacturing_quality_0098_closed_derived_missing_antecedent__owa", "base_id": "manufacturing_quality_0098_closed_derived_missing_antecedent", "split": "test", "domain": "manufacturing_quality", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part C passed the visual check."], "facts_negative": [], "rules_natural": ["If a part passed the visual check and has release approval, then that part may ship to customers."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "may_ship::Part C", "target_statement": "Part C may ship to customers.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part C", "has_release_approval::Part C"], "conclusion": "may_ship::Part C", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part C passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part C.\nTarget statement: Part C may ship to customers."} +{"id": "hospital_access_0003_closed_missing_direct__lcwa", "base_id": "hospital_access_0003_closed_missing_direct", "split": "test", "domain": "hospital_access", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance"], "facts_positive": ["Dylan has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Dylan", "target_statement": "Dylan has security clearance.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance."} +{"id": "manufacturing_quality_0092_open_missing_with_closed_distractor__cwa", "base_id": "manufacturing_quality_0092_open_missing_with_closed_distractor", "split": "test", "domain": "manufacturing_quality", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part D has release approval.", "Part D passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_supplier_note::Part C", "target_statement": "Part C has a supplier note.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D has release approval.\n- Part D passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_supplier_note::Part C.\nTarget statement: Part C has a supplier note."} +{"id": "finance_controls_0127_open_missing_direct__owa", "base_id": "finance_controls_0127_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 27 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 27", "target_statement": "Account 27 has a manual exception.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["passed_kyc::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception."} +{"id": "university_registration_0063_open_derived_missing_antecedent__lcwa", "base_id": "university_registration_0063_open_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Omar passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Omar", "target_statement": "Omar needs a manual audit.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Omar"], "conclusion": "needs_manual_audit::Omar", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Omar", "closure_atoms": ["passed_exam::Omar"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Omar.\nTarget statement: Omar needs a manual audit."} +{"id": "manufacturing_quality_0105_entailed_closed_conclusion__owa", "base_id": "manufacturing_quality_0105_entailed_closed_conclusion", "split": "test", "domain": "manufacturing_quality", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part D has release approval.", "Part D passed the visual check."], "facts_negative": [], "rules_natural": ["If a part passed the visual check and has release approval, then that part may ship to customers."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "may_ship::Part D", "target_statement": "Part D may ship to customers.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part D", "has_release_approval::Part D"], "conclusion": "may_ship::Part D", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part D", "closure_atoms": ["has_release_approval::Part D", "may_ship::Part D", "passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D has release approval.\n- Part D passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part D.\nTarget statement: Part D may ship to customers."} +{"id": "university_registration_0053_open_missing_with_closed_distractor__cwa", "base_id": "university_registration_0053_open_missing_with_closed_distractor", "split": "test", "domain": "university_registration", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Mia has advising clearance.", "Mia passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Theo", "target_statement": "Theo has an external scholarship.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Mia has advising clearance.\n- Mia passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Theo.\nTarget statement: Theo has an external scholarship."} +{"id": "finance_controls_0146_entailed_closed_conclusion__cwa", "base_id": "finance_controls_0146_entailed_closed_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 35 has compliance clearance.", "Account 35 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 35", "target_statement": "Account 35 may receive a wire transfer.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 35", "has_compliance_clearance::Account 35"], "conclusion": "may_receive_wire::Account 35", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 35", "closure_atoms": ["has_compliance_clearance::Account 35", "may_receive_wire::Account 35", "passed_kyc::Account 35"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 35 has compliance clearance.\n- Account 35 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 35.\nTarget statement: Account 35 may receive a wire transfer."} +{"id": "procurement_review_0296_closed_derived_missing_antecedent__cwa", "base_id": "procurement_review_0296_closed_derived_missing_antecedent", "split": "test", "domain": "procurement_review", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor C submitted a tax form."], "facts_negative": [], "rules_natural": ["If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "may_receive_purchase_order::Vendor C", "target_statement": "Vendor C may receive a purchase order.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor C", "has_vendor_approval::Vendor C"], "conclusion": "may_receive_purchase_order::Vendor C", "text": "If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."}], "query_atom": "may_receive_purchase_order::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_risk_note, has_vendor_approval, may_receive_purchase_order, needs_procurement_review, submitted_tax_form.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor C submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order.\n\nTarget atom: may_receive_purchase_order::Vendor C.\nTarget statement: Vendor C may receive a purchase order."} +{"id": "hospital_access_0003_closed_missing_direct__cwa", "base_id": "hospital_access_0003_closed_missing_direct", "split": "test", "domain": "hospital_access", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Dylan has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Dylan", "target_statement": "Dylan has security clearance.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance."} +{"id": "finance_controls_0153_explicit_negative_closed__lcwa", "base_id": "finance_controls_0153_explicit_negative_closed", "split": "test", "domain": "finance_controls", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance"], "facts_positive": ["Account 61 passed KYC checks."], "facts_negative": ["Account 48 does not has compliance clearance."], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_compliance_clearance::Account 48", "target_statement": "Account 48 has compliance clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": ["has_compliance_clearance::Account 48"], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["passed_kyc::Account 61"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 61 passed KYC checks.\n\nNegative facts:\n- Account 48 does not has compliance clearance.\n\nRules:\n- None\n\nTarget atom: has_compliance_clearance::Account 48.\nTarget statement: Account 48 has compliance clearance."} +{"id": "university_registration_0058_closed_derived_missing_antecedent__cwa", "base_id": "university_registration_0058_closed_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Iris passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Iris", "target_statement": "Iris may register for the seminar.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Iris", "has_advising_clearance::Iris"], "conclusion": "may_register::Iris", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Iris", "closure_atoms": ["passed_exam::Iris"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Iris passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Iris.\nTarget statement: Iris may register for the seminar."} +{"id": "university_registration_0078_explicit_negative_open__lcwa", "base_id": "university_registration_0078_explicit_negative_open", "split": "test", "domain": "university_registration", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Lena passed the qualifying exam."], "facts_negative": ["Mia does not has an external scholarship."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Mia", "target_statement": "Mia has an external scholarship.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": ["has_external_scholarship::Mia"], "rules": [], "query_atom": "has_external_scholarship::Mia", "closure_atoms": ["passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena passed the qualifying exam.\n\nNegative facts:\n- Mia does not has an external scholarship.\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Mia.\nTarget statement: Mia has an external scholarship."} +{"id": "library_services_0239_explicit_negative_open__lcwa", "base_id": "library_services_0239_explicit_negative_open", "split": "test", "domain": "library_services", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader B has an active membership."], "facts_negative": ["Reader F does not has a special request."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader F", "target_statement": "Reader F has a special request.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": ["has_special_request::Reader F"], "rules": [], "query_atom": "has_special_request::Reader F", "closure_atoms": ["has_active_membership::Reader B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance, may_borrow_archive_item.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has an active membership.\n\nNegative facts:\n- Reader F does not has a special request.\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader F.\nTarget statement: Reader F has a special request."} +{"id": "hospital_access_0009_closed_missing_with_open_distractor__lcwa", "base_id": "hospital_access_0009_closed_missing_with_open_distractor", "split": "test", "domain": "hospital_access", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance"], "facts_positive": ["Elena is assigned to the clinical trial.", "Dylan has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Dylan", "target_statement": "Dylan has security clearance.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Elena", "completed_training::Dylan"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["assigned_to_trial::Elena", "completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Elena is assigned to the clinical trial.\n- Dylan has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance."} +{"id": "library_services_0239_explicit_negative_open__cwa", "base_id": "library_services_0239_explicit_negative_open", "split": "test", "domain": "library_services", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader B has an active membership."], "facts_negative": ["Reader F does not has a special request."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader F", "target_statement": "Reader F has a special request.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": ["has_special_request::Reader F"], "rules": [], "query_atom": "has_special_request::Reader F", "closure_atoms": ["has_active_membership::Reader B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has an active membership.\n\nNegative facts:\n- Reader F does not has a special request.\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader F.\nTarget statement: Reader F has a special request."} +{"id": "library_services_0211_closed_missing_with_open_distractor__owa", "base_id": "library_services_0211_closed_missing_with_open_distractor", "split": "test", "domain": "library_services", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader B has an active membership.", "Reader C has a special request."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader B", "target_statement": "Reader B has borrowing clearance.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader B", "has_special_request::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader B", "closure_atoms": ["has_active_membership::Reader B", "has_special_request::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has an active membership.\n- Reader C has a special request.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader B.\nTarget statement: Reader B has borrowing clearance."} +{"id": "university_registration_0076_explicit_negative_open__lcwa", "base_id": "university_registration_0076_explicit_negative_open", "split": "test", "domain": "university_registration", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Mia passed the qualifying exam."], "facts_negative": ["Iris does not has an external scholarship."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Iris", "target_statement": "Iris has an external scholarship.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": ["has_external_scholarship::Iris"], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["passed_exam::Mia"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Mia passed the qualifying exam.\n\nNegative facts:\n- Iris does not has an external scholarship.\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship."} +{"id": "hospital_access_0009_closed_missing_with_open_distractor__cwa", "base_id": "hospital_access_0009_closed_missing_with_open_distractor", "split": "test", "domain": "hospital_access", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Elena is assigned to the clinical trial.", "Dylan has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Dylan", "target_statement": "Dylan has security clearance.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Elena", "completed_training::Dylan"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["assigned_to_trial::Elena", "completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Elena is assigned to the clinical trial.\n- Dylan has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance."} +{"id": "university_registration_0068_entailed_open_conclusion__owa", "base_id": "university_registration_0068_entailed_open_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Lena has an external scholarship."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Lena", "target_statement": "Lena needs a manual audit.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Lena"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Lena"], "conclusion": "needs_manual_audit::Lena", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Lena", "closure_atoms": ["has_external_scholarship::Lena", "needs_manual_audit::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena has an external scholarship.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Lena.\nTarget statement: Lena needs a manual audit."} +{"id": "procurement_review_0308_entailed_open_conclusion__owa", "base_id": "procurement_review_0308_entailed_open_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Vendor C has a risk note."], "facts_negative": [], "rules_natural": ["If a vendor has a risk note, then that vendor needs procurement review."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "needs_procurement_review::Vendor C", "target_statement": "Vendor C needs procurement review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor C"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor C"], "conclusion": "needs_procurement_review::Vendor C", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor C", "closure_atoms": ["has_risk_note::Vendor C", "needs_procurement_review::Vendor C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor C has a risk note.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor C.\nTarget statement: Vendor C needs procurement review."} +{"id": "procurement_review_0296_closed_derived_missing_antecedent__owa", "base_id": "procurement_review_0296_closed_derived_missing_antecedent", "split": "test", "domain": "procurement_review", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Vendor C submitted a tax form."], "facts_negative": [], "rules_natural": ["If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "may_receive_purchase_order::Vendor C", "target_statement": "Vendor C may receive a purchase order.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor C", "has_vendor_approval::Vendor C"], "conclusion": "may_receive_purchase_order::Vendor C", "text": "If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."}], "query_atom": "may_receive_purchase_order::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor C submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order.\n\nTarget atom: may_receive_purchase_order::Vendor C.\nTarget statement: Vendor C may receive a purchase order."} +{"id": "procurement_review_0316_explicit_negative_open__owa", "base_id": "procurement_review_0316_explicit_negative_open", "split": "test", "domain": "procurement_review", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Vendor A submitted a tax form."], "facts_negative": ["Vendor E does not has a risk note."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_risk_note::Vendor E", "target_statement": "Vendor E has a risk note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": ["has_risk_note::Vendor E"], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor A submitted a tax form.\n\nNegative facts:\n- Vendor E does not has a risk note.\n\nRules:\n- None\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note."} +{"id": "procurement_review_0313_explicit_negative_closed__cwa", "base_id": "procurement_review_0313_explicit_negative_closed", "split": "test", "domain": "procurement_review", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor D submitted a tax form."], "facts_negative": ["Vendor B does not has vendor approval."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor B", "target_statement": "Vendor B has vendor approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": ["has_vendor_approval::Vendor B"], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_risk_note, has_vendor_approval, may_receive_purchase_order, needs_procurement_review, submitted_tax_form.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor D submitted a tax form.\n\nNegative facts:\n- Vendor B does not has vendor approval.\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval."} +{"id": "hospital_access_0037_explicit_negative_open__cwa", "base_id": "hospital_access_0037_explicit_negative_open", "split": "test", "domain": "hospital_access", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Dylan has completed safety training."], "facts_negative": ["Ben is not assigned to the clinical trial."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": ["assigned_to_trial::Ben"], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan has completed safety training.\n\nNegative facts:\n- Ben is not assigned to the clinical trial.\n\nRules:\n- None\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial."} +{"id": "cloud_deployment_0256_closed_derived_missing_antecedent__cwa", "base_id": "cloud_deployment_0256_closed_derived_missing_antecedent", "split": "test", "domain": "cloud_deployment", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service E passed unit tests."], "facts_negative": [], "rules_natural": ["If a service passed unit tests and has deployment approval, then that service may deploy to production."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "may_deploy::Service E", "target_statement": "Service E may deploy to production.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service E", "has_deployment_approval::Service E"], "conclusion": "may_deploy::Service E", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service E passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service E.\nTarget statement: Service E may deploy to production."} +{"id": "manufacturing_quality_0115_explicit_negative_closed__lcwa", "base_id": "manufacturing_quality_0115_explicit_negative_closed", "split": "test", "domain": "manufacturing_quality", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval"], "facts_positive": ["Part D passed the visual check."], "facts_negative": ["Part B does not has release approval."], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part B", "target_statement": "Part B has release approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": ["has_release_approval::Part B"], "rules": [], "query_atom": "has_release_approval::Part B", "closure_atoms": ["passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D passed the visual check.\n\nNegative facts:\n- Part B does not has release approval.\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part B.\nTarget statement: Part B has release approval."} +{"id": "library_services_0218_closed_derived_missing_antecedent__lcwa", "base_id": "library_services_0218_closed_derived_missing_antecedent", "split": "test", "domain": "library_services", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader C has an active membership."], "facts_negative": [], "rules_natural": ["If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "may_borrow_archive_item::Reader C", "target_statement": "Reader C may borrow an archive item.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader C", "has_borrowing_clearance::Reader C"], "conclusion": "may_borrow_archive_item::Reader C", "text": "If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."}], "query_atom": "may_borrow_archive_item::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance, may_borrow_archive_item.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader C has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item.\n\nTarget atom: may_borrow_archive_item::Reader C.\nTarget statement: Reader C may borrow an archive item."} +{"id": "university_registration_0078_explicit_negative_open__owa", "base_id": "university_registration_0078_explicit_negative_open", "split": "test", "domain": "university_registration", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Lena passed the qualifying exam."], "facts_negative": ["Mia does not has an external scholarship."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Mia", "target_statement": "Mia has an external scholarship.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": ["has_external_scholarship::Mia"], "rules": [], "query_atom": "has_external_scholarship::Mia", "closure_atoms": ["passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena passed the qualifying exam.\n\nNegative facts:\n- Mia does not has an external scholarship.\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Mia.\nTarget statement: Mia has an external scholarship."} +{"id": "finance_controls_0127_open_missing_direct__cwa", "base_id": "finance_controls_0127_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 27 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 27", "target_statement": "Account 27 has a manual exception.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["passed_kyc::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception."} +{"id": "university_registration_0067_entailed_closed_conclusion__lcwa", "base_id": "university_registration_0067_entailed_closed_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Noah has advising clearance.", "Noah passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Noah", "target_statement": "Noah may register for the seminar.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Noah", "has_advising_clearance::Noah"], "conclusion": "may_register::Noah", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Noah", "closure_atoms": ["has_advising_clearance::Noah", "may_register::Noah", "passed_exam::Noah"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Noah has advising clearance.\n- Noah passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Noah.\nTarget statement: Noah may register for the seminar."} +{"id": "hospital_access_0028_entailed_open_conclusion__lcwa", "base_id": "hospital_access_0028_entailed_open_conclusion", "split": "test", "domain": "hospital_access", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance", "may_enter_lab"], "facts_positive": ["Elena is assigned to the clinical trial."], "facts_negative": [], "rules_natural": ["If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "needs_supervisor_review::Elena", "target_statement": "Elena needs supervisor review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Elena"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Elena"], "conclusion": "needs_supervisor_review::Elena", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Elena", "closure_atoms": ["assigned_to_trial::Elena", "needs_supervisor_review::Elena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance, may_enter_lab.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Elena is assigned to the clinical trial.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member is assigned to the clinical trial, then that staff member needs supervisor review.\n\nTarget atom: needs_supervisor_review::Elena.\nTarget statement: Elena needs supervisor review."} +{"id": "robotics_operations_0183_open_derived_missing_antecedent__cwa", "base_id": "robotics_operations_0183_open_derived_missing_antecedent", "split": "test", "domain": "robotics_operations", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 4 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot has a field note, then that robot needs operator review."], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "needs_operator_review::Rover 4", "target_statement": "Rover 4 needs operator review.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 4"], "conclusion": "needs_operator_review::Rover 4", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_field_note, has_shift_clearance, may_start_shift, needs_operator_review, passed_diagnostics.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 4 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 4.\nTarget statement: Rover 4 needs operator review."} +{"id": "library_services_0232_explicit_negative_closed__lcwa", "base_id": "library_services_0232_explicit_negative_closed", "split": "test", "domain": "library_services", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance"], "facts_positive": ["Reader A has an active membership."], "facts_negative": ["Reader E does not has borrowing clearance."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader E", "target_statement": "Reader E has borrowing clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": ["has_borrowing_clearance::Reader E"], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader A has an active membership.\n\nNegative facts:\n- Reader E does not has borrowing clearance.\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance."} +{"id": "university_registration_0053_open_missing_with_closed_distractor__lcwa", "base_id": "university_registration_0053_open_missing_with_closed_distractor", "split": "test", "domain": "university_registration", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Mia has advising clearance.", "Mia passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Theo", "target_statement": "Theo has an external scholarship.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Mia has advising clearance.\n- Mia passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Theo.\nTarget statement: Theo has an external scholarship."} +{"id": "finance_controls_0136_closed_derived_missing_antecedent__lcwa", "base_id": "finance_controls_0136_closed_derived_missing_antecedent", "split": "test", "domain": "finance_controls", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 59", "target_statement": "Account 59 may receive a wire transfer.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 59", "has_compliance_clearance::Account 59"], "conclusion": "may_receive_wire::Account 59", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 59", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 59.\nTarget statement: Account 59 may receive a wire transfer."} +{"id": "hospital_access_0008_closed_missing_with_open_distractor__lcwa", "base_id": "hospital_access_0008_closed_missing_with_open_distractor", "split": "test", "domain": "hospital_access", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance"], "facts_positive": ["Dylan is assigned to the clinical trial.", "Cora has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Cora", "target_statement": "Cora has security clearance.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Dylan", "completed_training::Cora"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["assigned_to_trial::Dylan", "completed_training::Cora"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan is assigned to the clinical trial.\n- Cora has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Cora.\nTarget statement: Cora has security clearance."} +{"id": "university_registration_0072_explicit_negative_closed__lcwa", "base_id": "university_registration_0072_explicit_negative_closed", "split": "test", "domain": "university_registration", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance"], "facts_positive": ["Lena passed the qualifying exam."], "facts_negative": ["Mia does not has advising clearance."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_advising_clearance::Mia", "target_statement": "Mia has advising clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": ["has_advising_clearance::Mia"], "rules": [], "query_atom": "has_advising_clearance::Mia", "closure_atoms": ["passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena passed the qualifying exam.\n\nNegative facts:\n- Mia does not has advising clearance.\n\nRules:\n- None\n\nTarget atom: has_advising_clearance::Mia.\nTarget statement: Mia has advising clearance."} +{"id": "library_services_0238_explicit_negative_open__cwa", "base_id": "library_services_0238_explicit_negative_open", "split": "test", "domain": "library_services", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader A has an active membership."], "facts_negative": ["Reader E does not has a special request."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader E", "target_statement": "Reader E has a special request.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": ["has_special_request::Reader E"], "rules": [], "query_atom": "has_special_request::Reader E", "closure_atoms": ["has_active_membership::Reader A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader A has an active membership.\n\nNegative facts:\n- Reader E does not has a special request.\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader E.\nTarget statement: Reader E has a special request."} +{"id": "cloud_deployment_0264_entailed_closed_conclusion__cwa", "base_id": "cloud_deployment_0264_entailed_closed_conclusion", "split": "test", "domain": "cloud_deployment", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service A has deployment approval.", "Service A passed unit tests."], "facts_negative": [], "rules_natural": ["If a service passed unit tests and has deployment approval, then that service may deploy to production."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "may_deploy::Service A", "target_statement": "Service A may deploy to production.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service A", "passed_unit_tests::Service A"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service A", "has_deployment_approval::Service A"], "conclusion": "may_deploy::Service A", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service A", "closure_atoms": ["has_deployment_approval::Service A", "may_deploy::Service A", "passed_unit_tests::Service A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service A has deployment approval.\n- Service A passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service A.\nTarget statement: Service A may deploy to production."} +{"id": "finance_controls_0124_open_missing_direct__owa", "base_id": "finance_controls_0124_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 59", "target_statement": "Account 59 has a manual exception.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 59", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 59.\nTarget statement: Account 59 has a manual exception."} +{"id": "cloud_deployment_0261_open_derived_missing_antecedent__owa", "base_id": "cloud_deployment_0261_open_derived_missing_antecedent", "split": "test", "domain": "cloud_deployment", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service D passed unit tests."], "facts_negative": [], "rules_natural": ["If a service has an incident note, then that service needs SRE review."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "needs_sre_review::Service D", "target_statement": "Service D needs SRE review.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service D"], "conclusion": "needs_sre_review::Service D", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service D", "closure_atoms": ["passed_unit_tests::Service D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service D passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service D.\nTarget statement: Service D needs SRE review."} +{"id": "finance_controls_0127_open_missing_direct__lcwa", "base_id": "finance_controls_0127_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 27 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 27", "target_statement": "Account 27 has a manual exception.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["passed_kyc::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception."} +{"id": "finance_controls_0124_open_missing_direct__cwa", "base_id": "finance_controls_0124_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 59", "target_statement": "Account 59 has a manual exception.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 59", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 59.\nTarget statement: Account 59 has a manual exception."} +{"id": "finance_controls_0124_open_missing_direct__lcwa", "base_id": "finance_controls_0124_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 59", "target_statement": "Account 59 has a manual exception.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 59", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 59.\nTarget statement: Account 59 has a manual exception."} +{"id": "robotics_operations_0188_entailed_open_conclusion__lcwa", "base_id": "robotics_operations_0188_entailed_open_conclusion", "split": "test", "domain": "robotics_operations", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 3 has a field note."], "facts_negative": [], "rules_natural": ["If a robot has a field note, then that robot needs operator review."], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "needs_operator_review::Rover 3", "target_statement": "Rover 3 needs operator review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 3"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 3"], "conclusion": "needs_operator_review::Rover 3", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 3", "closure_atoms": ["has_field_note::Rover 3", "needs_operator_review::Rover 3"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_shift_clearance, may_start_shift.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 3 has a field note.\n\nNegative facts:\n- None\n\nRules:\n- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 3.\nTarget statement: Rover 3 needs operator review."} +{"id": "library_services_0229_entailed_open_conclusion__owa", "base_id": "library_services_0229_entailed_open_conclusion", "split": "test", "domain": "library_services", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader B has a special request."], "facts_negative": [], "rules_natural": ["If a reader has a special request, then that reader needs librarian review."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "needs_librarian_review::Reader B", "target_statement": "Reader B needs librarian review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_special_request::Reader B"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader B"], "conclusion": "needs_librarian_review::Reader B", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader B", "closure_atoms": ["has_special_request::Reader B", "needs_librarian_review::Reader B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has a special request.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader B.\nTarget statement: Reader B needs librarian review."} +{"id": "library_services_0220_open_derived_missing_antecedent__cwa", "base_id": "library_services_0220_open_derived_missing_antecedent", "split": "test", "domain": "library_services", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader E has an active membership."], "facts_negative": [], "rules_natural": ["If a reader has a special request, then that reader needs librarian review."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "needs_librarian_review::Reader E", "target_statement": "Reader E needs librarian review.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader E"], "conclusion": "needs_librarian_review::Reader E", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader E", "closure_atoms": ["has_active_membership::Reader E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader E has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader E.\nTarget statement: Reader E needs librarian review."} +{"id": "robotics_operations_0163_closed_missing_direct__cwa", "base_id": "robotics_operations_0163_closed_missing_direct", "split": "test", "domain": "robotics_operations", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 2 passed diagnostics."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "has_shift_clearance::Rover 2", "target_statement": "Rover 2 has shift clearance.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_field_note, has_shift_clearance, may_start_shift, needs_operator_review, passed_diagnostics.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_shift_clearance::Rover 2.\nTarget statement: Rover 2 has shift clearance."} +{"id": "manufacturing_quality_0101_open_derived_missing_antecedent__lcwa", "base_id": "manufacturing_quality_0101_open_derived_missing_antecedent", "split": "test", "domain": "manufacturing_quality", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval", "may_ship"], "facts_positive": ["Part F passed the visual check."], "facts_negative": [], "rules_natural": ["If a part has a supplier note, then that part needs engineer review."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "needs_engineer_review::Part F", "target_statement": "Part F needs engineer review.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part F"], "conclusion": "needs_engineer_review::Part F", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part F", "closure_atoms": ["passed_visual_check::Part F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval, may_ship.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part F passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part has a supplier note, then that part needs engineer review.\n\nTarget atom: needs_engineer_review::Part F.\nTarget statement: Part F needs engineer review."} +{"id": "robotics_operations_0173_open_missing_with_closed_distractor__owa", "base_id": "robotics_operations_0173_open_missing_with_closed_distractor", "split": "test", "domain": "robotics_operations", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Rover 1 has shift clearance.", "Rover 1 passed diagnostics."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "has_field_note::Rover 6", "target_statement": "Rover 6 has a field note.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 1 has shift clearance.\n- Rover 1 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_field_note::Rover 6.\nTarget statement: Rover 6 has a field note."} +{"id": "university_registration_0050_closed_missing_with_open_distractor__lcwa", "base_id": "university_registration_0050_closed_missing_with_open_distractor", "split": "test", "domain": "university_registration", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance"], "facts_positive": ["Omar has an external scholarship.", "Lena passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_advising_clearance::Lena", "target_statement": "Lena has advising clearance.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Omar", "passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Lena", "closure_atoms": ["has_external_scholarship::Omar", "passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar has an external scholarship.\n- Lena passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_advising_clearance::Lena.\nTarget statement: Lena has advising clearance."} +{"id": "library_services_0206_open_missing_direct__lcwa", "base_id": "library_services_0206_open_missing_direct", "split": "test", "domain": "library_services", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader C has an active membership."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader C", "target_statement": "Reader C has a special request.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance, may_borrow_archive_item.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader C has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader C.\nTarget statement: Reader C has a special request."} +{"id": "manufacturing_quality_0109_entailed_open_conclusion__cwa", "base_id": "manufacturing_quality_0109_entailed_open_conclusion", "split": "test", "domain": "manufacturing_quality", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part B has a supplier note."], "facts_negative": [], "rules_natural": ["If a part has a supplier note, then that part needs engineer review."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "needs_engineer_review::Part B", "target_statement": "Part B needs engineer review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part B"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part B"], "conclusion": "needs_engineer_review::Part B", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part B", "closure_atoms": ["has_supplier_note::Part B", "needs_engineer_review::Part B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B has a supplier note.\n\nNegative facts:\n- None\n\nRules:\n- If a part has a supplier note, then that part needs engineer review.\n\nTarget atom: needs_engineer_review::Part B.\nTarget statement: Part B needs engineer review."} +{"id": "manufacturing_quality_0113_explicit_negative_closed__lcwa", "base_id": "manufacturing_quality_0113_explicit_negative_closed", "split": "test", "domain": "manufacturing_quality", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval"], "facts_positive": ["Part B passed the visual check."], "facts_negative": ["Part F does not has release approval."], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part F", "target_statement": "Part F has release approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": ["has_release_approval::Part F"], "rules": [], "query_atom": "has_release_approval::Part F", "closure_atoms": ["passed_visual_check::Part B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B passed the visual check.\n\nNegative facts:\n- Part F does not has release approval.\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part F.\nTarget statement: Part F has release approval."} +{"id": "manufacturing_quality_0090_closed_missing_with_open_distractor__lcwa", "base_id": "manufacturing_quality_0090_closed_missing_with_open_distractor", "split": "test", "domain": "manufacturing_quality", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval"], "facts_positive": ["Part B has a supplier note.", "Part A passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part A", "target_statement": "Part A has release approval.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part B", "passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part A", "closure_atoms": ["has_supplier_note::Part B", "passed_visual_check::Part A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B has a supplier note.\n- Part A passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part A.\nTarget statement: Part A has release approval."} +{"id": "university_registration_0068_entailed_open_conclusion__lcwa", "base_id": "university_registration_0068_entailed_open_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Lena has an external scholarship."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Lena", "target_statement": "Lena needs a manual audit.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Lena"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Lena"], "conclusion": "needs_manual_audit::Lena", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Lena", "closure_atoms": ["has_external_scholarship::Lena", "needs_manual_audit::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena has an external scholarship.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Lena.\nTarget statement: Lena needs a manual audit."} +{"id": "university_registration_0045_open_missing_direct__owa", "base_id": "university_registration_0045_open_missing_direct", "split": "test", "domain": "university_registration", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Omar passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Omar", "target_statement": "Omar has an external scholarship.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Omar", "closure_atoms": ["passed_exam::Omar"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Omar.\nTarget statement: Omar has an external scholarship."} +{"id": "procurement_review_0309_entailed_open_conclusion__lcwa", "base_id": "procurement_review_0309_entailed_open_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor D has a risk note."], "facts_negative": [], "rules_natural": ["If a vendor has a risk note, then that vendor needs procurement review."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "needs_procurement_review::Vendor D", "target_statement": "Vendor D needs procurement review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor D"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor D"], "conclusion": "needs_procurement_review::Vendor D", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor D", "closure_atoms": ["has_risk_note::Vendor D", "needs_procurement_review::Vendor D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_vendor_approval, may_receive_purchase_order.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor D has a risk note.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor D.\nTarget statement: Vendor D needs procurement review."} +{"id": "hospital_access_0009_closed_missing_with_open_distractor__owa", "base_id": "hospital_access_0009_closed_missing_with_open_distractor", "split": "test", "domain": "hospital_access", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Elena is assigned to the clinical trial.", "Dylan has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Dylan", "target_statement": "Dylan has security clearance.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Elena", "completed_training::Dylan"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["assigned_to_trial::Elena", "completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Elena is assigned to the clinical trial.\n- Dylan has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance."} +{"id": "university_registration_0076_explicit_negative_open__owa", "base_id": "university_registration_0076_explicit_negative_open", "split": "test", "domain": "university_registration", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Mia passed the qualifying exam."], "facts_negative": ["Iris does not has an external scholarship."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Iris", "target_statement": "Iris has an external scholarship.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": ["has_external_scholarship::Iris"], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["passed_exam::Mia"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Mia passed the qualifying exam.\n\nNegative facts:\n- Iris does not has an external scholarship.\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship."} +{"id": "library_services_0206_open_missing_direct__owa", "base_id": "library_services_0206_open_missing_direct", "split": "test", "domain": "library_services", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader C has an active membership."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader C", "target_statement": "Reader C has a special request.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader C has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader C.\nTarget statement: Reader C has a special request."} +{"id": "university_registration_0063_open_derived_missing_antecedent__cwa", "base_id": "university_registration_0063_open_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Omar passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Omar", "target_statement": "Omar needs a manual audit.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Omar"], "conclusion": "needs_manual_audit::Omar", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Omar", "closure_atoms": ["passed_exam::Omar"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Omar.\nTarget statement: Omar needs a manual audit."} +{"id": "finance_controls_0146_entailed_closed_conclusion__owa", "base_id": "finance_controls_0146_entailed_closed_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 35 has compliance clearance.", "Account 35 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 35", "target_statement": "Account 35 may receive a wire transfer.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 35", "has_compliance_clearance::Account 35"], "conclusion": "may_receive_wire::Account 35", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 35", "closure_atoms": ["has_compliance_clearance::Account 35", "may_receive_wire::Account 35", "passed_kyc::Account 35"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 35 has compliance clearance.\n- Account 35 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 35.\nTarget statement: Account 35 may receive a wire transfer."} +{"id": "procurement_review_0309_entailed_open_conclusion__cwa", "base_id": "procurement_review_0309_entailed_open_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor D has a risk note."], "facts_negative": [], "rules_natural": ["If a vendor has a risk note, then that vendor needs procurement review."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "needs_procurement_review::Vendor D", "target_statement": "Vendor D needs procurement review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor D"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor D"], "conclusion": "needs_procurement_review::Vendor D", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor D", "closure_atoms": ["has_risk_note::Vendor D", "needs_procurement_review::Vendor D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_risk_note, has_vendor_approval, may_receive_purchase_order, needs_procurement_review, submitted_tax_form.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor D has a risk note.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor D.\nTarget statement: Vendor D needs procurement review."} +{"id": "cloud_deployment_0250_closed_missing_with_open_distractor__owa", "base_id": "cloud_deployment_0250_closed_missing_with_open_distractor", "split": "test", "domain": "cloud_deployment", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service F has an incident note.", "Service E passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_deployment_approval::Service E", "target_statement": "Service E has deployment approval.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service F", "passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service E", "closure_atoms": ["has_incident_note::Service F", "passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service F has an incident note.\n- Service E passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_deployment_approval::Service E.\nTarget statement: Service E has deployment approval."} +{"id": "university_registration_0078_explicit_negative_open__cwa", "base_id": "university_registration_0078_explicit_negative_open", "split": "test", "domain": "university_registration", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Lena passed the qualifying exam."], "facts_negative": ["Mia does not has an external scholarship."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Mia", "target_statement": "Mia has an external scholarship.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": ["has_external_scholarship::Mia"], "rules": [], "query_atom": "has_external_scholarship::Mia", "closure_atoms": ["passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena passed the qualifying exam.\n\nNegative facts:\n- Mia does not has an external scholarship.\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Mia.\nTarget statement: Mia has an external scholarship."} +{"id": "university_registration_0072_explicit_negative_closed__cwa", "base_id": "university_registration_0072_explicit_negative_closed", "split": "test", "domain": "university_registration", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Lena passed the qualifying exam."], "facts_negative": ["Mia does not has advising clearance."], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_advising_clearance::Mia", "target_statement": "Mia has advising clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": ["has_advising_clearance::Mia"], "rules": [], "query_atom": "has_advising_clearance::Mia", "closure_atoms": ["passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena passed the qualifying exam.\n\nNegative facts:\n- Mia does not has advising clearance.\n\nRules:\n- None\n\nTarget atom: has_advising_clearance::Mia.\nTarget statement: Mia has advising clearance."} +{"id": "university_registration_0063_open_derived_missing_antecedent__owa", "base_id": "university_registration_0063_open_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Omar passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Omar", "target_statement": "Omar needs a manual audit.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Omar"], "conclusion": "needs_manual_audit::Omar", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Omar", "closure_atoms": ["passed_exam::Omar"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Omar.\nTarget statement: Omar needs a manual audit."} +{"id": "hospital_access_0025_entailed_closed_conclusion__owa", "base_id": "hospital_access_0025_entailed_closed_conclusion", "split": "test", "domain": "hospital_access", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Ben has completed safety training.", "Ben has security clearance."], "facts_negative": [], "rules_natural": ["If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "may_enter_lab::Ben", "target_statement": "Ben may enter Lab A.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Ben", "has_clearance::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ben", "has_clearance::Ben"], "conclusion": "may_enter_lab::Ben", "text": "If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."}], "query_atom": "may_enter_lab::Ben", "closure_atoms": ["completed_training::Ben", "has_clearance::Ben", "may_enter_lab::Ben"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ben has completed safety training.\n- Ben has security clearance.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A.\n\nTarget atom: may_enter_lab::Ben.\nTarget statement: Ben may enter Lab A."} +{"id": "procurement_review_0308_entailed_open_conclusion__lcwa", "base_id": "procurement_review_0308_entailed_open_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor C has a risk note."], "facts_negative": [], "rules_natural": ["If a vendor has a risk note, then that vendor needs procurement review."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "needs_procurement_review::Vendor C", "target_statement": "Vendor C needs procurement review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor C"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor C"], "conclusion": "needs_procurement_review::Vendor C", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor C", "closure_atoms": ["has_risk_note::Vendor C", "needs_procurement_review::Vendor C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_vendor_approval, may_receive_purchase_order.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor C has a risk note.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor C.\nTarget statement: Vendor C needs procurement review."} +{"id": "university_registration_0061_open_derived_missing_antecedent__owa", "base_id": "university_registration_0061_open_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Noah passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Noah", "target_statement": "Noah needs a manual audit.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Noah"], "conclusion": "needs_manual_audit::Noah", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Noah", "closure_atoms": ["passed_exam::Noah"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Noah passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Noah.\nTarget statement: Noah needs a manual audit."} +{"id": "robotics_operations_0188_entailed_open_conclusion__cwa", "base_id": "robotics_operations_0188_entailed_open_conclusion", "split": "test", "domain": "robotics_operations", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 3 has a field note."], "facts_negative": [], "rules_natural": ["If a robot has a field note, then that robot needs operator review."], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "needs_operator_review::Rover 3", "target_statement": "Rover 3 needs operator review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 3"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 3"], "conclusion": "needs_operator_review::Rover 3", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 3", "closure_atoms": ["has_field_note::Rover 3", "needs_operator_review::Rover 3"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_field_note, has_shift_clearance, may_start_shift, needs_operator_review, passed_diagnostics.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 3 has a field note.\n\nNegative facts:\n- None\n\nRules:\n- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 3.\nTarget statement: Rover 3 needs operator review."} +{"id": "library_services_0235_explicit_negative_closed__cwa", "base_id": "library_services_0235_explicit_negative_closed", "split": "test", "domain": "library_services", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader D has an active membership."], "facts_negative": ["Reader B does not has borrowing clearance."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader B", "target_statement": "Reader B has borrowing clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": ["has_borrowing_clearance::Reader B"], "rules": [], "query_atom": "has_borrowing_clearance::Reader B", "closure_atoms": ["has_active_membership::Reader D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader D has an active membership.\n\nNegative facts:\n- Reader B does not has borrowing clearance.\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader B.\nTarget statement: Reader B has borrowing clearance."} +{"id": "university_registration_0045_open_missing_direct__cwa", "base_id": "university_registration_0045_open_missing_direct", "split": "test", "domain": "university_registration", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Omar passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Omar", "target_statement": "Omar has an external scholarship.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Omar", "closure_atoms": ["passed_exam::Omar"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Omar.\nTarget statement: Omar has an external scholarship."} +{"id": "finance_controls_0136_closed_derived_missing_antecedent__cwa", "base_id": "finance_controls_0136_closed_derived_missing_antecedent", "split": "test", "domain": "finance_controls", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 59", "target_statement": "Account 59 may receive a wire transfer.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 59", "has_compliance_clearance::Account 59"], "conclusion": "may_receive_wire::Account 59", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 59", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 59.\nTarget statement: Account 59 may receive a wire transfer."} +{"id": "cloud_deployment_0264_entailed_closed_conclusion__lcwa", "base_id": "cloud_deployment_0264_entailed_closed_conclusion", "split": "test", "domain": "cloud_deployment", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval", "may_deploy"], "facts_positive": ["Service A has deployment approval.", "Service A passed unit tests."], "facts_negative": [], "rules_natural": ["If a service passed unit tests and has deployment approval, then that service may deploy to production."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "may_deploy::Service A", "target_statement": "Service A may deploy to production.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service A", "passed_unit_tests::Service A"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service A", "has_deployment_approval::Service A"], "conclusion": "may_deploy::Service A", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service A", "closure_atoms": ["has_deployment_approval::Service A", "may_deploy::Service A", "passed_unit_tests::Service A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval, may_deploy.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service A has deployment approval.\n- Service A passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service A.\nTarget statement: Service A may deploy to production."} +{"id": "robotics_operations_0188_entailed_open_conclusion__owa", "base_id": "robotics_operations_0188_entailed_open_conclusion", "split": "test", "domain": "robotics_operations", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Rover 3 has a field note."], "facts_negative": [], "rules_natural": ["If a robot has a field note, then that robot needs operator review."], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "needs_operator_review::Rover 3", "target_statement": "Rover 3 needs operator review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 3"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 3"], "conclusion": "needs_operator_review::Rover 3", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 3", "closure_atoms": ["has_field_note::Rover 3", "needs_operator_review::Rover 3"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 3 has a field note.\n\nNegative facts:\n- None\n\nRules:\n- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 3.\nTarget statement: Rover 3 needs operator review."} +{"id": "cloud_deployment_0242_closed_missing_direct__lcwa", "base_id": "cloud_deployment_0242_closed_missing_direct", "split": "test", "domain": "cloud_deployment", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval"], "facts_positive": ["Service C passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_deployment_approval::Service C", "target_statement": "Service C has deployment approval.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["passed_unit_tests::Service C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service C passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_deployment_approval::Service C.\nTarget statement: Service C has deployment approval."} +{"id": "university_registration_0052_open_missing_with_closed_distractor__cwa", "base_id": "university_registration_0052_open_missing_with_closed_distractor", "split": "test", "domain": "university_registration", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Theo has advising clearance.", "Theo passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Iris", "target_statement": "Iris has an external scholarship.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Theo has advising clearance.\n- Theo passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship."} +{"id": "cloud_deployment_0278_explicit_negative_open__lcwa", "base_id": "cloud_deployment_0278_explicit_negative_open", "split": "test", "domain": "cloud_deployment", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval", "may_deploy"], "facts_positive": ["Service E passed unit tests."], "facts_negative": ["Service C does not has an incident note."], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service C", "target_statement": "Service C has an incident note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": ["has_incident_note::Service C"], "rules": [], "query_atom": "has_incident_note::Service C", "closure_atoms": ["passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval, may_deploy.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service E passed unit tests.\n\nNegative facts:\n- Service C does not has an incident note.\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service C.\nTarget statement: Service C has an incident note."} +{"id": "procurement_review_0308_entailed_open_conclusion__cwa", "base_id": "procurement_review_0308_entailed_open_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor C has a risk note."], "facts_negative": [], "rules_natural": ["If a vendor has a risk note, then that vendor needs procurement review."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "needs_procurement_review::Vendor C", "target_statement": "Vendor C needs procurement review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor C"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor C"], "conclusion": "needs_procurement_review::Vendor C", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor C", "closure_atoms": ["has_risk_note::Vendor C", "needs_procurement_review::Vendor C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_risk_note, has_vendor_approval, may_receive_purchase_order, needs_procurement_review, submitted_tax_form.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor C has a risk note.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor C.\nTarget statement: Vendor C needs procurement review."} +{"id": "cloud_deployment_0252_open_missing_with_closed_distractor__cwa", "base_id": "cloud_deployment_0252_open_missing_with_closed_distractor", "split": "test", "domain": "cloud_deployment", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service B has deployment approval.", "Service B passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service A", "target_statement": "Service A has an incident note.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service B has deployment approval.\n- Service B passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service A.\nTarget statement: Service A has an incident note."} +{"id": "hospital_access_0003_closed_missing_direct__owa", "base_id": "hospital_access_0003_closed_missing_direct", "split": "test", "domain": "hospital_access", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Dylan has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Dylan", "target_statement": "Dylan has security clearance.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance."} +{"id": "cloud_deployment_0278_explicit_negative_open__owa", "base_id": "cloud_deployment_0278_explicit_negative_open", "split": "test", "domain": "cloud_deployment", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service E passed unit tests."], "facts_negative": ["Service C does not has an incident note."], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service C", "target_statement": "Service C has an incident note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": ["has_incident_note::Service C"], "rules": [], "query_atom": "has_incident_note::Service C", "closure_atoms": ["passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service E passed unit tests.\n\nNegative facts:\n- Service C does not has an incident note.\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service C.\nTarget statement: Service C has an incident note."} +{"id": "procurement_review_0316_explicit_negative_open__cwa", "base_id": "procurement_review_0316_explicit_negative_open", "split": "test", "domain": "procurement_review", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor A submitted a tax form."], "facts_negative": ["Vendor E does not has a risk note."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_risk_note::Vendor E", "target_statement": "Vendor E has a risk note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": ["has_risk_note::Vendor E"], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_risk_note, has_vendor_approval, may_receive_purchase_order, needs_procurement_review, submitted_tax_form.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor A submitted a tax form.\n\nNegative facts:\n- Vendor E does not has a risk note.\n\nRules:\n- None\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note."} +{"id": "finance_controls_0158_explicit_negative_open__owa", "base_id": "finance_controls_0158_explicit_negative_open", "split": "test", "domain": "finance_controls", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": ["Account 35 does not has a manual exception."], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 35", "target_statement": "Account 35 has a manual exception.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": ["has_manual_exception::Account 35"], "rules": [], "query_atom": "has_manual_exception::Account 35", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- Account 35 does not has a manual exception.\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 35.\nTarget statement: Account 35 has a manual exception."} +{"id": "procurement_review_0315_explicit_negative_closed__cwa", "base_id": "procurement_review_0315_explicit_negative_closed", "split": "test", "domain": "procurement_review", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor F submitted a tax form."], "facts_negative": ["Vendor D does not has vendor approval."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor D", "target_statement": "Vendor D has vendor approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": ["has_vendor_approval::Vendor D"], "rules": [], "query_atom": "has_vendor_approval::Vendor D", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_risk_note, has_vendor_approval, may_receive_purchase_order, needs_procurement_review, submitted_tax_form.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor F submitted a tax form.\n\nNegative facts:\n- Vendor D does not has vendor approval.\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor D.\nTarget statement: Vendor D has vendor approval."} +{"id": "finance_controls_0153_explicit_negative_closed__owa", "base_id": "finance_controls_0153_explicit_negative_closed", "split": "test", "domain": "finance_controls", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 61 passed KYC checks."], "facts_negative": ["Account 48 does not has compliance clearance."], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_compliance_clearance::Account 48", "target_statement": "Account 48 has compliance clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": ["has_compliance_clearance::Account 48"], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["passed_kyc::Account 61"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 61 passed KYC checks.\n\nNegative facts:\n- Account 48 does not has compliance clearance.\n\nRules:\n- None\n\nTarget atom: has_compliance_clearance::Account 48.\nTarget statement: Account 48 has compliance clearance."} +{"id": "manufacturing_quality_0113_explicit_negative_closed__owa", "base_id": "manufacturing_quality_0113_explicit_negative_closed", "split": "test", "domain": "manufacturing_quality", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part B passed the visual check."], "facts_negative": ["Part F does not has release approval."], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part F", "target_statement": "Part F has release approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": ["has_release_approval::Part F"], "rules": [], "query_atom": "has_release_approval::Part F", "closure_atoms": ["passed_visual_check::Part B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B passed the visual check.\n\nNegative facts:\n- Part F does not has release approval.\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part F.\nTarget statement: Part F has release approval."} +{"id": "procurement_review_0305_entailed_closed_conclusion__lcwa", "base_id": "procurement_review_0305_entailed_closed_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor F has vendor approval.", "Vendor F submitted a tax form."], "facts_negative": [], "rules_natural": ["If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "may_receive_purchase_order::Vendor F", "target_statement": "Vendor F may receive a purchase order.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor F", "has_vendor_approval::Vendor F"], "conclusion": "may_receive_purchase_order::Vendor F", "text": "If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."}], "query_atom": "may_receive_purchase_order::Vendor F", "closure_atoms": ["has_vendor_approval::Vendor F", "may_receive_purchase_order::Vendor F", "submitted_tax_form::Vendor F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_vendor_approval, may_receive_purchase_order.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor F has vendor approval.\n- Vendor F submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order.\n\nTarget atom: may_receive_purchase_order::Vendor F.\nTarget statement: Vendor F may receive a purchase order."} +{"id": "procurement_review_0315_explicit_negative_closed__owa", "base_id": "procurement_review_0315_explicit_negative_closed", "split": "test", "domain": "procurement_review", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Vendor F submitted a tax form."], "facts_negative": ["Vendor D does not has vendor approval."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor D", "target_statement": "Vendor D has vendor approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": ["has_vendor_approval::Vendor D"], "rules": [], "query_atom": "has_vendor_approval::Vendor D", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor F submitted a tax form.\n\nNegative facts:\n- Vendor D does not has vendor approval.\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor D.\nTarget statement: Vendor D has vendor approval."} +{"id": "cloud_deployment_0256_closed_derived_missing_antecedent__owa", "base_id": "cloud_deployment_0256_closed_derived_missing_antecedent", "split": "test", "domain": "cloud_deployment", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service E passed unit tests."], "facts_negative": [], "rules_natural": ["If a service passed unit tests and has deployment approval, then that service may deploy to production."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "may_deploy::Service E", "target_statement": "Service E may deploy to production.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service E", "has_deployment_approval::Service E"], "conclusion": "may_deploy::Service E", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service E passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service E.\nTarget statement: Service E may deploy to production."} +{"id": "cloud_deployment_0256_closed_derived_missing_antecedent__lcwa", "base_id": "cloud_deployment_0256_closed_derived_missing_antecedent", "split": "test", "domain": "cloud_deployment", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval", "may_deploy"], "facts_positive": ["Service E passed unit tests."], "facts_negative": [], "rules_natural": ["If a service passed unit tests and has deployment approval, then that service may deploy to production."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "may_deploy::Service E", "target_statement": "Service E may deploy to production.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service E", "has_deployment_approval::Service E"], "conclusion": "may_deploy::Service E", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval, may_deploy.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service E passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service E.\nTarget statement: Service E may deploy to production."} +{"id": "university_registration_0052_open_missing_with_closed_distractor__owa", "base_id": "university_registration_0052_open_missing_with_closed_distractor", "split": "test", "domain": "university_registration", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Theo has advising clearance.", "Theo passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Iris", "target_statement": "Iris has an external scholarship.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Theo has advising clearance.\n- Theo passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship."} +{"id": "university_registration_0067_entailed_closed_conclusion__cwa", "base_id": "university_registration_0067_entailed_closed_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Noah has advising clearance.", "Noah passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Noah", "target_statement": "Noah may register for the seminar.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Noah", "has_advising_clearance::Noah"], "conclusion": "may_register::Noah", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Noah", "closure_atoms": ["has_advising_clearance::Noah", "may_register::Noah", "passed_exam::Noah"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Noah has advising clearance.\n- Noah passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Noah.\nTarget statement: Noah may register for the seminar."} +{"id": "manufacturing_quality_0105_entailed_closed_conclusion__cwa", "base_id": "manufacturing_quality_0105_entailed_closed_conclusion", "split": "test", "domain": "manufacturing_quality", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part D has release approval.", "Part D passed the visual check."], "facts_negative": [], "rules_natural": ["If a part passed the visual check and has release approval, then that part may ship to customers."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "may_ship::Part D", "target_statement": "Part D may ship to customers.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part D", "has_release_approval::Part D"], "conclusion": "may_ship::Part D", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part D", "closure_atoms": ["has_release_approval::Part D", "may_ship::Part D", "passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D has release approval.\n- Part D passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part D.\nTarget statement: Part D may ship to customers."} +{"id": "procurement_review_0316_explicit_negative_open__lcwa", "base_id": "procurement_review_0316_explicit_negative_open", "split": "test", "domain": "procurement_review", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor A submitted a tax form."], "facts_negative": ["Vendor E does not has a risk note."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_risk_note::Vendor E", "target_statement": "Vendor E has a risk note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": ["has_risk_note::Vendor E"], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_vendor_approval, may_receive_purchase_order.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor A submitted a tax form.\n\nNegative facts:\n- Vendor E does not has a risk note.\n\nRules:\n- None\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note."} +{"id": "finance_controls_0158_explicit_negative_open__cwa", "base_id": "finance_controls_0158_explicit_negative_open", "split": "test", "domain": "finance_controls", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": ["Account 35 does not has a manual exception."], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 35", "target_statement": "Account 35 has a manual exception.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": ["has_manual_exception::Account 35"], "rules": [], "query_atom": "has_manual_exception::Account 35", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- Account 35 does not has a manual exception.\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 35.\nTarget statement: Account 35 has a manual exception."} +{"id": "cloud_deployment_0264_entailed_closed_conclusion__owa", "base_id": "cloud_deployment_0264_entailed_closed_conclusion", "split": "test", "domain": "cloud_deployment", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service A has deployment approval.", "Service A passed unit tests."], "facts_negative": [], "rules_natural": ["If a service passed unit tests and has deployment approval, then that service may deploy to production."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "may_deploy::Service A", "target_statement": "Service A may deploy to production.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service A", "passed_unit_tests::Service A"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service A", "has_deployment_approval::Service A"], "conclusion": "may_deploy::Service A", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service A", "closure_atoms": ["has_deployment_approval::Service A", "may_deploy::Service A", "passed_unit_tests::Service A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service A has deployment approval.\n- Service A passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service A.\nTarget statement: Service A may deploy to production."} +{"id": "finance_controls_0150_entailed_open_conclusion__owa", "base_id": "finance_controls_0150_entailed_open_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 12 has a manual exception."], "facts_negative": [], "rules_natural": ["If an account has a manual exception, then that account needs compliance review."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "needs_compliance_review::Account 12", "target_statement": "Account 12 needs compliance review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 12"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 12"], "conclusion": "needs_compliance_review::Account 12", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 12", "closure_atoms": ["has_manual_exception::Account 12", "needs_compliance_review::Account 12"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 12 has a manual exception.\n\nNegative facts:\n- None\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 12.\nTarget statement: Account 12 needs compliance review."} +{"id": "robotics_operations_0183_open_derived_missing_antecedent__owa", "base_id": "robotics_operations_0183_open_derived_missing_antecedent", "split": "test", "domain": "robotics_operations", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Rover 4 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot has a field note, then that robot needs operator review."], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "needs_operator_review::Rover 4", "target_statement": "Rover 4 needs operator review.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 4"], "conclusion": "needs_operator_review::Rover 4", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 4 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 4.\nTarget statement: Rover 4 needs operator review."} +{"id": "finance_controls_0136_closed_derived_missing_antecedent__owa", "base_id": "finance_controls_0136_closed_derived_missing_antecedent", "split": "test", "domain": "finance_controls", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 59 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 59", "target_statement": "Account 59 may receive a wire transfer.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 59", "has_compliance_clearance::Account 59"], "conclusion": "may_receive_wire::Account 59", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 59", "closure_atoms": ["passed_kyc::Account 59"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 59 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 59.\nTarget statement: Account 59 may receive a wire transfer."} +{"id": "manufacturing_quality_0101_open_derived_missing_antecedent__owa", "base_id": "manufacturing_quality_0101_open_derived_missing_antecedent", "split": "test", "domain": "manufacturing_quality", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part F passed the visual check."], "facts_negative": [], "rules_natural": ["If a part has a supplier note, then that part needs engineer review."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "needs_engineer_review::Part F", "target_statement": "Part F needs engineer review.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part F"], "conclusion": "needs_engineer_review::Part F", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part F", "closure_atoms": ["passed_visual_check::Part F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part F passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part has a supplier note, then that part needs engineer review.\n\nTarget atom: needs_engineer_review::Part F.\nTarget statement: Part F needs engineer review."} +{"id": "cloud_deployment_0261_open_derived_missing_antecedent__lcwa", "base_id": "cloud_deployment_0261_open_derived_missing_antecedent", "split": "test", "domain": "cloud_deployment", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval", "may_deploy"], "facts_positive": ["Service D passed unit tests."], "facts_negative": [], "rules_natural": ["If a service has an incident note, then that service needs SRE review."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "needs_sre_review::Service D", "target_statement": "Service D needs SRE review.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service D"], "conclusion": "needs_sre_review::Service D", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service D", "closure_atoms": ["passed_unit_tests::Service D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval, may_deploy.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service D passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service D.\nTarget statement: Service D needs SRE review."} +{"id": "finance_controls_0145_entailed_closed_conclusion__lcwa", "base_id": "finance_controls_0145_entailed_closed_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 27 has compliance clearance.", "Account 27 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 27", "target_statement": "Account 27 may receive a wire transfer.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 27", "has_compliance_clearance::Account 27"], "conclusion": "may_receive_wire::Account 27", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 27", "closure_atoms": ["has_compliance_clearance::Account 27", "may_receive_wire::Account 27", "passed_kyc::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 has compliance clearance.\n- Account 27 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 27.\nTarget statement: Account 27 may receive a wire transfer."} +{"id": "hospital_access_0019_closed_derived_missing_antecedent__lcwa", "base_id": "hospital_access_0019_closed_derived_missing_antecedent", "split": "test", "domain": "hospital_access", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance", "may_enter_lab"], "facts_positive": ["Ben has completed safety training."], "facts_negative": [], "rules_natural": ["If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "may_enter_lab::Ben", "target_statement": "Ben may enter Lab A.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ben", "has_clearance::Ben"], "conclusion": "may_enter_lab::Ben", "text": "If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."}], "query_atom": "may_enter_lab::Ben", "closure_atoms": ["completed_training::Ben"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance, may_enter_lab.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ben has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A.\n\nTarget atom: may_enter_lab::Ben.\nTarget statement: Ben may enter Lab A."} +{"id": "manufacturing_quality_0105_entailed_closed_conclusion__lcwa", "base_id": "manufacturing_quality_0105_entailed_closed_conclusion", "split": "test", "domain": "manufacturing_quality", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval", "may_ship"], "facts_positive": ["Part D has release approval.", "Part D passed the visual check."], "facts_negative": [], "rules_natural": ["If a part passed the visual check and has release approval, then that part may ship to customers."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "may_ship::Part D", "target_statement": "Part D may ship to customers.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part D", "has_release_approval::Part D"], "conclusion": "may_ship::Part D", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part D", "closure_atoms": ["has_release_approval::Part D", "may_ship::Part D", "passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval, may_ship.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D has release approval.\n- Part D passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part D.\nTarget statement: Part D may ship to customers."} +{"id": "library_services_0220_open_derived_missing_antecedent__owa", "base_id": "library_services_0220_open_derived_missing_antecedent", "split": "test", "domain": "library_services", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader E has an active membership."], "facts_negative": [], "rules_natural": ["If a reader has a special request, then that reader needs librarian review."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "needs_librarian_review::Reader E", "target_statement": "Reader E needs librarian review.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader E"], "conclusion": "needs_librarian_review::Reader E", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader E", "closure_atoms": ["has_active_membership::Reader E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader E has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader E.\nTarget statement: Reader E needs librarian review."} +{"id": "university_registration_0045_open_missing_direct__lcwa", "base_id": "university_registration_0045_open_missing_direct", "split": "test", "domain": "university_registration", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Omar passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_external_scholarship::Omar", "target_statement": "Omar has an external scholarship.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Omar", "closure_atoms": ["passed_exam::Omar"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_external_scholarship::Omar.\nTarget statement: Omar has an external scholarship."} +{"id": "hospital_access_0034_explicit_negative_closed__lcwa", "base_id": "hospital_access_0034_explicit_negative_closed", "split": "test", "domain": "hospital_access", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance"], "facts_positive": ["Ava has completed safety training."], "facts_negative": ["Elena does not has security clearance."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Elena", "target_statement": "Elena has security clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": ["has_clearance::Elena"], "rules": [], "query_atom": "has_clearance::Elena", "closure_atoms": ["completed_training::Ava"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ava has completed safety training.\n\nNegative facts:\n- Elena does not has security clearance.\n\nRules:\n- None\n\nTarget atom: has_clearance::Elena.\nTarget statement: Elena has security clearance."} +{"id": "cloud_deployment_0254_open_missing_with_closed_distractor__owa", "base_id": "cloud_deployment_0254_open_missing_with_closed_distractor", "split": "test", "domain": "cloud_deployment", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service D has deployment approval.", "Service D passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service C", "target_statement": "Service C has an incident note.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service C", "closure_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service D has deployment approval.\n- Service D passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service C.\nTarget statement: Service C has an incident note."} +{"id": "procurement_review_0296_closed_derived_missing_antecedent__lcwa", "base_id": "procurement_review_0296_closed_derived_missing_antecedent", "split": "test", "domain": "procurement_review", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor C submitted a tax form."], "facts_negative": [], "rules_natural": ["If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "may_receive_purchase_order::Vendor C", "target_statement": "Vendor C may receive a purchase order.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor C", "has_vendor_approval::Vendor C"], "conclusion": "may_receive_purchase_order::Vendor C", "text": "If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."}], "query_atom": "may_receive_purchase_order::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_vendor_approval, may_receive_purchase_order.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor C submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order.\n\nTarget atom: may_receive_purchase_order::Vendor C.\nTarget statement: Vendor C may receive a purchase order."} +{"id": "finance_controls_0123_closed_missing_direct__owa", "base_id": "finance_controls_0123_closed_missing_direct", "split": "test", "domain": "finance_controls", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 48 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_compliance_clearance::Account 48", "target_statement": "Account 48 has compliance clearance.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["passed_kyc::Account 48"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 48 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_compliance_clearance::Account 48.\nTarget statement: Account 48 has compliance clearance."} +{"id": "robotics_operations_0173_open_missing_with_closed_distractor__lcwa", "base_id": "robotics_operations_0173_open_missing_with_closed_distractor", "split": "test", "domain": "robotics_operations", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 1 has shift clearance.", "Rover 1 passed diagnostics."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "has_field_note::Rover 6", "target_statement": "Rover 6 has a field note.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_shift_clearance, may_start_shift.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 1 has shift clearance.\n- Rover 1 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_field_note::Rover 6.\nTarget statement: Rover 6 has a field note."} +{"id": "university_registration_0061_open_derived_missing_antecedent__cwa", "base_id": "university_registration_0061_open_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Noah passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Noah", "target_statement": "Noah needs a manual audit.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Noah"], "conclusion": "needs_manual_audit::Noah", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Noah", "closure_atoms": ["passed_exam::Noah"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Noah passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Noah.\nTarget statement: Noah needs a manual audit."} +{"id": "university_registration_0050_closed_missing_with_open_distractor__owa", "base_id": "university_registration_0050_closed_missing_with_open_distractor", "split": "test", "domain": "university_registration", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Omar has an external scholarship.", "Lena passed the qualifying exam."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "has_advising_clearance::Lena", "target_statement": "Lena has advising clearance.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Omar", "passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Lena", "closure_atoms": ["has_external_scholarship::Omar", "passed_exam::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Omar has an external scholarship.\n- Lena passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_advising_clearance::Lena.\nTarget statement: Lena has advising clearance."} +{"id": "finance_controls_0123_closed_missing_direct__cwa", "base_id": "finance_controls_0123_closed_missing_direct", "split": "test", "domain": "finance_controls", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 48 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_compliance_clearance::Account 48", "target_statement": "Account 48 has compliance clearance.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["passed_kyc::Account 48"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 48 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_compliance_clearance::Account 48.\nTarget statement: Account 48 has compliance clearance."} +{"id": "university_registration_0068_entailed_open_conclusion__cwa", "base_id": "university_registration_0068_entailed_open_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Lena has an external scholarship."], "facts_negative": [], "rules_natural": ["If a student has an external scholarship, then that student needs a manual audit."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "needs_manual_audit::Lena", "target_statement": "Lena needs a manual audit.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Lena"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Lena"], "conclusion": "needs_manual_audit::Lena", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Lena", "closure_atoms": ["has_external_scholarship::Lena", "needs_manual_audit::Lena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Lena has an external scholarship.\n\nNegative facts:\n- None\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Lena.\nTarget statement: Lena needs a manual audit."} +{"id": "finance_controls_0150_entailed_open_conclusion__lcwa", "base_id": "finance_controls_0150_entailed_open_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 12 has a manual exception."], "facts_negative": [], "rules_natural": ["If an account has a manual exception, then that account needs compliance review."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "needs_compliance_review::Account 12", "target_statement": "Account 12 needs compliance review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 12"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 12"], "conclusion": "needs_compliance_review::Account 12", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 12", "closure_atoms": ["has_manual_exception::Account 12", "needs_compliance_review::Account 12"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 12 has a manual exception.\n\nNegative facts:\n- None\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 12.\nTarget statement: Account 12 needs compliance review."} +{"id": "library_services_0229_entailed_open_conclusion__cwa", "base_id": "library_services_0229_entailed_open_conclusion", "split": "test", "domain": "library_services", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader B has a special request."], "facts_negative": [], "rules_natural": ["If a reader has a special request, then that reader needs librarian review."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "needs_librarian_review::Reader B", "target_statement": "Reader B needs librarian review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_special_request::Reader B"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader B"], "conclusion": "needs_librarian_review::Reader B", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader B", "closure_atoms": ["has_special_request::Reader B", "needs_librarian_review::Reader B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has a special request.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader B.\nTarget statement: Reader B needs librarian review."} +{"id": "procurement_review_0305_entailed_closed_conclusion__owa", "base_id": "procurement_review_0305_entailed_closed_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Vendor F has vendor approval.", "Vendor F submitted a tax form."], "facts_negative": [], "rules_natural": ["If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "may_receive_purchase_order::Vendor F", "target_statement": "Vendor F may receive a purchase order.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor F", "has_vendor_approval::Vendor F"], "conclusion": "may_receive_purchase_order::Vendor F", "text": "If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."}], "query_atom": "may_receive_purchase_order::Vendor F", "closure_atoms": ["has_vendor_approval::Vendor F", "may_receive_purchase_order::Vendor F", "submitted_tax_form::Vendor F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor F has vendor approval.\n- Vendor F submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order.\n\nTarget atom: may_receive_purchase_order::Vendor F.\nTarget statement: Vendor F may receive a purchase order."} +{"id": "hospital_access_0037_explicit_negative_open__lcwa", "base_id": "hospital_access_0037_explicit_negative_open", "split": "test", "domain": "hospital_access", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance", "may_enter_lab"], "facts_positive": ["Dylan has completed safety training."], "facts_negative": ["Ben is not assigned to the clinical trial."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": ["assigned_to_trial::Ben"], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance, may_enter_lab.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan has completed safety training.\n\nNegative facts:\n- Ben is not assigned to the clinical trial.\n\nRules:\n- None\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial."} +{"id": "finance_controls_0126_open_missing_direct__cwa", "base_id": "finance_controls_0126_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 12 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 12", "target_statement": "Account 12 has a manual exception.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["passed_kyc::Account 12"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 12 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception."} +{"id": "manufacturing_quality_0094_open_missing_with_closed_distractor__lcwa", "base_id": "manufacturing_quality_0094_open_missing_with_closed_distractor", "split": "test", "domain": "manufacturing_quality", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval", "may_ship"], "facts_positive": ["Part F has release approval.", "Part F passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_supplier_note::Part E", "target_statement": "Part E has a supplier note.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part E", "closure_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval, may_ship.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part F has release approval.\n- Part F passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_supplier_note::Part E.\nTarget statement: Part E has a supplier note."} +{"id": "robotics_operations_0163_closed_missing_direct__owa", "base_id": "robotics_operations_0163_closed_missing_direct", "split": "test", "domain": "robotics_operations", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Rover 2 passed diagnostics."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "has_shift_clearance::Rover 2", "target_statement": "Rover 2 has shift clearance.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_shift_clearance::Rover 2.\nTarget statement: Rover 2 has shift clearance."} +{"id": "manufacturing_quality_0109_entailed_open_conclusion__owa", "base_id": "manufacturing_quality_0109_entailed_open_conclusion", "split": "test", "domain": "manufacturing_quality", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part B has a supplier note."], "facts_negative": [], "rules_natural": ["If a part has a supplier note, then that part needs engineer review."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "needs_engineer_review::Part B", "target_statement": "Part B needs engineer review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part B"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part B"], "conclusion": "needs_engineer_review::Part B", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part B", "closure_atoms": ["has_supplier_note::Part B", "needs_engineer_review::Part B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B has a supplier note.\n\nNegative facts:\n- None\n\nRules:\n- If a part has a supplier note, then that part needs engineer review.\n\nTarget atom: needs_engineer_review::Part B.\nTarget statement: Part B needs engineer review."} +{"id": "library_services_0206_open_missing_direct__cwa", "base_id": "library_services_0206_open_missing_direct", "split": "test", "domain": "library_services", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader C has an active membership."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader C", "target_statement": "Reader C has a special request.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader C has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader C.\nTarget statement: Reader C has a special request."} +{"id": "manufacturing_quality_0090_closed_missing_with_open_distractor__cwa", "base_id": "manufacturing_quality_0090_closed_missing_with_open_distractor", "split": "test", "domain": "manufacturing_quality", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part B has a supplier note.", "Part A passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part A", "target_statement": "Part A has release approval.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part B", "passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part A", "closure_atoms": ["has_supplier_note::Part B", "passed_visual_check::Part A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B has a supplier note.\n- Part A passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part A.\nTarget statement: Part A has release approval."} +{"id": "manufacturing_quality_0101_open_derived_missing_antecedent__cwa", "base_id": "manufacturing_quality_0101_open_derived_missing_antecedent", "split": "test", "domain": "manufacturing_quality", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part F passed the visual check."], "facts_negative": [], "rules_natural": ["If a part has a supplier note, then that part needs engineer review."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "needs_engineer_review::Part F", "target_statement": "Part F needs engineer review.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part F"], "conclusion": "needs_engineer_review::Part F", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part F", "closure_atoms": ["passed_visual_check::Part F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part F passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part has a supplier note, then that part needs engineer review.\n\nTarget atom: needs_engineer_review::Part F.\nTarget statement: Part F needs engineer review."} +{"id": "procurement_review_0309_entailed_open_conclusion__owa", "base_id": "procurement_review_0309_entailed_open_conclusion", "split": "test", "domain": "procurement_review", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Vendor D has a risk note."], "facts_negative": [], "rules_natural": ["If a vendor has a risk note, then that vendor needs procurement review."], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "needs_procurement_review::Vendor D", "target_statement": "Vendor D needs procurement review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor D"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor D"], "conclusion": "needs_procurement_review::Vendor D", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor D", "closure_atoms": ["has_risk_note::Vendor D", "needs_procurement_review::Vendor D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor D has a risk note.\n\nNegative facts:\n- None\n\nRules:\n- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor D.\nTarget statement: Vendor D needs procurement review."} +{"id": "robotics_operations_0163_closed_missing_direct__lcwa", "base_id": "robotics_operations_0163_closed_missing_direct", "split": "test", "domain": "robotics_operations", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_shift_clearance"], "facts_positive": ["Rover 2 passed diagnostics."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "has_shift_clearance::Rover 2", "target_statement": "Rover 2 has shift clearance.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_shift_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_shift_clearance::Rover 2.\nTarget statement: Rover 2 has shift clearance."} +{"id": "manufacturing_quality_0094_open_missing_with_closed_distractor__cwa", "base_id": "manufacturing_quality_0094_open_missing_with_closed_distractor", "split": "test", "domain": "manufacturing_quality", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part F has release approval.", "Part F passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_supplier_note::Part E", "target_statement": "Part E has a supplier note.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part E", "closure_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part F has release approval.\n- Part F passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_supplier_note::Part E.\nTarget statement: Part E has a supplier note."} +{"id": "library_services_0238_explicit_negative_open__lcwa", "base_id": "library_services_0238_explicit_negative_open", "split": "test", "domain": "library_services", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader A has an active membership."], "facts_negative": ["Reader E does not has a special request."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_special_request::Reader E", "target_statement": "Reader E has a special request.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": ["has_special_request::Reader E"], "rules": [], "query_atom": "has_special_request::Reader E", "closure_atoms": ["has_active_membership::Reader A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance, may_borrow_archive_item.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader A has an active membership.\n\nNegative facts:\n- Reader E does not has a special request.\n\nRules:\n- None\n\nTarget atom: has_special_request::Reader E.\nTarget statement: Reader E has a special request."} +{"id": "library_services_0232_explicit_negative_closed__cwa", "base_id": "library_services_0232_explicit_negative_closed", "split": "test", "domain": "library_services", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader A has an active membership."], "facts_negative": ["Reader E does not has borrowing clearance."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader E", "target_statement": "Reader E has borrowing clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": ["has_borrowing_clearance::Reader E"], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader A has an active membership.\n\nNegative facts:\n- Reader E does not has borrowing clearance.\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance."} +{"id": "procurement_review_0282_closed_missing_direct__owa", "base_id": "procurement_review_0282_closed_missing_direct", "split": "test", "domain": "procurement_review", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Vendor A submitted a tax form."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor A", "target_statement": "Vendor A has vendor approval.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor A submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor A.\nTarget statement: Vendor A has vendor approval."} +{"id": "hospital_access_0008_closed_missing_with_open_distractor__owa", "base_id": "hospital_access_0008_closed_missing_with_open_distractor", "split": "test", "domain": "hospital_access", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Dylan is assigned to the clinical trial.", "Cora has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Cora", "target_statement": "Cora has security clearance.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Dylan", "completed_training::Cora"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["assigned_to_trial::Dylan", "completed_training::Cora"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan is assigned to the clinical trial.\n- Cora has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Cora.\nTarget statement: Cora has security clearance."} +{"id": "manufacturing_quality_0115_explicit_negative_closed__cwa", "base_id": "manufacturing_quality_0115_explicit_negative_closed", "split": "test", "domain": "manufacturing_quality", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part D passed the visual check."], "facts_negative": ["Part B does not has release approval."], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part B", "target_statement": "Part B has release approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": ["has_release_approval::Part B"], "rules": [], "query_atom": "has_release_approval::Part B", "closure_atoms": ["passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D passed the visual check.\n\nNegative facts:\n- Part B does not has release approval.\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part B.\nTarget statement: Part B has release approval."} +{"id": "manufacturing_quality_0092_open_missing_with_closed_distractor__lcwa", "base_id": "manufacturing_quality_0092_open_missing_with_closed_distractor", "split": "test", "domain": "manufacturing_quality", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval", "may_ship"], "facts_positive": ["Part D has release approval.", "Part D passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_supplier_note::Part C", "target_statement": "Part C has a supplier note.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["has_release_approval::Part D", "passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval, may_ship.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D has release approval.\n- Part D passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_supplier_note::Part C.\nTarget statement: Part C has a supplier note."} +{"id": "manufacturing_quality_0080_closed_missing_direct__owa", "base_id": "manufacturing_quality_0080_closed_missing_direct", "split": "test", "domain": "manufacturing_quality", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part C passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part C", "target_statement": "Part C has release approval.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part C passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part C.\nTarget statement: Part C has release approval."} +{"id": "library_services_0235_explicit_negative_closed__owa", "base_id": "library_services_0235_explicit_negative_closed", "split": "test", "domain": "library_services", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader D has an active membership."], "facts_negative": ["Reader B does not has borrowing clearance."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader B", "target_statement": "Reader B has borrowing clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": ["has_borrowing_clearance::Reader B"], "rules": [], "query_atom": "has_borrowing_clearance::Reader B", "closure_atoms": ["has_active_membership::Reader D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader D has an active membership.\n\nNegative facts:\n- Reader B does not has borrowing clearance.\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader B.\nTarget statement: Reader B has borrowing clearance."} +{"id": "manufacturing_quality_0115_explicit_negative_closed__owa", "base_id": "manufacturing_quality_0115_explicit_negative_closed", "split": "test", "domain": "manufacturing_quality", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part D passed the visual check."], "facts_negative": ["Part B does not has release approval."], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part B", "target_statement": "Part B has release approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": ["has_release_approval::Part B"], "rules": [], "query_atom": "has_release_approval::Part B", "closure_atoms": ["passed_visual_check::Part D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part D passed the visual check.\n\nNegative facts:\n- Part B does not has release approval.\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part B.\nTarget statement: Part B has release approval."} +{"id": "cloud_deployment_0261_open_derived_missing_antecedent__cwa", "base_id": "cloud_deployment_0261_open_derived_missing_antecedent", "split": "test", "domain": "cloud_deployment", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service D passed unit tests."], "facts_negative": [], "rules_natural": ["If a service has an incident note, then that service needs SRE review."], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "needs_sre_review::Service D", "target_statement": "Service D needs SRE review.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service D"], "conclusion": "needs_sre_review::Service D", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service D", "closure_atoms": ["passed_unit_tests::Service D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service D passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- If a service has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service D.\nTarget statement: Service D needs SRE review."} +{"id": "finance_controls_0146_entailed_closed_conclusion__lcwa", "base_id": "finance_controls_0146_entailed_closed_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 35 has compliance clearance.", "Account 35 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 35", "target_statement": "Account 35 may receive a wire transfer.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 35", "has_compliance_clearance::Account 35"], "conclusion": "may_receive_wire::Account 35", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 35", "closure_atoms": ["has_compliance_clearance::Account 35", "may_receive_wire::Account 35", "passed_kyc::Account 35"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 35 has compliance clearance.\n- Account 35 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 35.\nTarget statement: Account 35 may receive a wire transfer."} +{"id": "manufacturing_quality_0113_explicit_negative_closed__cwa", "base_id": "manufacturing_quality_0113_explicit_negative_closed", "split": "test", "domain": "manufacturing_quality", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part B passed the visual check."], "facts_negative": ["Part F does not has release approval."], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part F", "target_statement": "Part F has release approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": ["has_release_approval::Part F"], "rules": [], "query_atom": "has_release_approval::Part F", "closure_atoms": ["passed_visual_check::Part B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B passed the visual check.\n\nNegative facts:\n- Part F does not has release approval.\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part F.\nTarget statement: Part F has release approval."} +{"id": "finance_controls_0145_entailed_closed_conclusion__owa", "base_id": "finance_controls_0145_entailed_closed_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 27 has compliance clearance.", "Account 27 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 27", "target_statement": "Account 27 may receive a wire transfer.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 27", "has_compliance_clearance::Account 27"], "conclusion": "may_receive_wire::Account 27", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 27", "closure_atoms": ["has_compliance_clearance::Account 27", "may_receive_wire::Account 27", "passed_kyc::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 has compliance clearance.\n- Account 27 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 27.\nTarget statement: Account 27 may receive a wire transfer."} +{"id": "procurement_review_0282_closed_missing_direct__cwa", "base_id": "procurement_review_0282_closed_missing_direct", "split": "test", "domain": "procurement_review", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor A submitted a tax form."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor A", "target_statement": "Vendor A has vendor approval.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_risk_note, has_vendor_approval, may_receive_purchase_order, needs_procurement_review, submitted_tax_form.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor A submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor A.\nTarget statement: Vendor A has vendor approval."} +{"id": "library_services_0218_closed_derived_missing_antecedent__owa", "base_id": "library_services_0218_closed_derived_missing_antecedent", "split": "test", "domain": "library_services", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Reader C has an active membership."], "facts_negative": [], "rules_natural": ["If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "may_borrow_archive_item::Reader C", "target_statement": "Reader C may borrow an archive item.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader C", "has_borrowing_clearance::Reader C"], "conclusion": "may_borrow_archive_item::Reader C", "text": "If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."}], "query_atom": "may_borrow_archive_item::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader C has an active membership.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item.\n\nTarget atom: may_borrow_archive_item::Reader C.\nTarget statement: Reader C may borrow an archive item."} +{"id": "library_services_0235_explicit_negative_closed__lcwa", "base_id": "library_services_0235_explicit_negative_closed", "split": "test", "domain": "library_services", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance"], "facts_positive": ["Reader D has an active membership."], "facts_negative": ["Reader B does not has borrowing clearance."], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader B", "target_statement": "Reader B has borrowing clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": ["has_borrowing_clearance::Reader B"], "rules": [], "query_atom": "has_borrowing_clearance::Reader B", "closure_atoms": ["has_active_membership::Reader D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader D has an active membership.\n\nNegative facts:\n- Reader B does not has borrowing clearance.\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader B.\nTarget statement: Reader B has borrowing clearance."} +{"id": "university_registration_0067_entailed_closed_conclusion__owa", "base_id": "university_registration_0067_entailed_closed_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Noah has advising clearance.", "Noah passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Noah", "target_statement": "Noah may register for the seminar.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Noah", "has_advising_clearance::Noah"], "conclusion": "may_register::Noah", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Noah", "closure_atoms": ["has_advising_clearance::Noah", "may_register::Noah", "passed_exam::Noah"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Noah has advising clearance.\n- Noah passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Noah.\nTarget statement: Noah may register for the seminar."} +{"id": "manufacturing_quality_0090_closed_missing_with_open_distractor__owa", "base_id": "manufacturing_quality_0090_closed_missing_with_open_distractor", "split": "test", "domain": "manufacturing_quality", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part B has a supplier note.", "Part A passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_release_approval::Part A", "target_statement": "Part A has release approval.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part B", "passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part A", "closure_atoms": ["has_supplier_note::Part B", "passed_visual_check::Part A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part B has a supplier note.\n- Part A passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_release_approval::Part A.\nTarget statement: Part A has release approval."} +{"id": "hospital_access_0025_entailed_closed_conclusion__lcwa", "base_id": "hospital_access_0025_entailed_closed_conclusion", "split": "test", "domain": "hospital_access", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_clearance", "may_enter_lab"], "facts_positive": ["Ben has completed safety training.", "Ben has security clearance."], "facts_negative": [], "rules_natural": ["If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "may_enter_lab::Ben", "target_statement": "Ben may enter Lab A.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Ben", "has_clearance::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ben", "has_clearance::Ben"], "conclusion": "may_enter_lab::Ben", "text": "If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."}], "query_atom": "may_enter_lab::Ben", "closure_atoms": ["completed_training::Ben", "has_clearance::Ben", "may_enter_lab::Ben"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_clearance, may_enter_lab.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ben has completed safety training.\n- Ben has security clearance.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A.\n\nTarget atom: may_enter_lab::Ben.\nTarget statement: Ben may enter Lab A."} +{"id": "university_registration_0065_entailed_closed_conclusion__lcwa", "base_id": "university_registration_0065_entailed_closed_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Theo has advising clearance.", "Theo passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Theo", "target_statement": "Theo may register for the seminar.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Theo", "has_advising_clearance::Theo"], "conclusion": "may_register::Theo", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Theo", "closure_atoms": ["has_advising_clearance::Theo", "may_register::Theo", "passed_exam::Theo"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Theo has advising clearance.\n- Theo passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Theo.\nTarget statement: Theo may register for the seminar."} +{"id": "robotics_operations_0183_open_derived_missing_antecedent__lcwa", "base_id": "robotics_operations_0183_open_derived_missing_antecedent", "split": "test", "domain": "robotics_operations", "family": "open_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 4 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot has a field note, then that robot needs operator review."], "predicate_glossary": {"passed_diagnostics": "passed diagnostics", "has_shift_clearance": "has shift clearance", "has_field_note": "has a field note", "may_start_shift": "may start its shift", "needs_operator_review": "needs operator review"}, "vocabulary_predicates": ["has_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "query_atom": "needs_operator_review::Rover 4", "target_statement": "Rover 4 needs operator review.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 4"], "conclusion": "needs_operator_review::Rover 4", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_shift_clearance, may_start_shift.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_field_note: has a field note\n- has_shift_clearance: has shift clearance\n- may_start_shift: may start its shift\n- needs_operator_review: needs operator review\n- passed_diagnostics: passed diagnostics\n\nPositive facts:\n- Rover 4 passed diagnostics.\n\nNegative facts:\n- None\n\nRules:\n- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 4.\nTarget statement: Rover 4 needs operator review."} +{"id": "cloud_deployment_0252_open_missing_with_closed_distractor__lcwa", "base_id": "cloud_deployment_0252_open_missing_with_closed_distractor", "split": "test", "domain": "cloud_deployment", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval", "may_deploy"], "facts_positive": ["Service B has deployment approval.", "Service B passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service A", "target_statement": "Service A has an incident note.", "gold_answer": "unknown", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval, may_deploy.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service B has deployment approval.\n- Service B passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service A.\nTarget statement: Service A has an incident note."} +{"id": "cloud_deployment_0276_explicit_negative_open__owa", "base_id": "cloud_deployment_0276_explicit_negative_open", "split": "test", "domain": "cloud_deployment", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Service C passed unit tests."], "facts_negative": ["Service A does not has an incident note."], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service A", "target_statement": "Service A has an incident note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": ["has_incident_note::Service A"], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["passed_unit_tests::Service C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service C passed unit tests.\n\nNegative facts:\n- Service A does not has an incident note.\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service A.\nTarget statement: Service A has an incident note."} +{"id": "hospital_access_0019_closed_derived_missing_antecedent__owa", "base_id": "hospital_access_0019_closed_derived_missing_antecedent", "split": "test", "domain": "hospital_access", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Ben has completed safety training."], "facts_negative": [], "rules_natural": ["If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "may_enter_lab::Ben", "target_statement": "Ben may enter Lab A.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ben", "has_clearance::Ben"], "conclusion": "may_enter_lab::Ben", "text": "If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."}], "query_atom": "may_enter_lab::Ben", "closure_atoms": ["completed_training::Ben"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ben has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A.\n\nTarget atom: may_enter_lab::Ben.\nTarget statement: Ben may enter Lab A."} +{"id": "finance_controls_0153_explicit_negative_closed__cwa", "base_id": "finance_controls_0153_explicit_negative_closed", "split": "test", "domain": "finance_controls", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 61 passed KYC checks."], "facts_negative": ["Account 48 does not has compliance clearance."], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_compliance_clearance::Account 48", "target_statement": "Account 48 has compliance clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": ["has_compliance_clearance::Account 48"], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["passed_kyc::Account 61"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 61 passed KYC checks.\n\nNegative facts:\n- Account 48 does not has compliance clearance.\n\nRules:\n- None\n\nTarget atom: has_compliance_clearance::Account 48.\nTarget statement: Account 48 has compliance clearance."} +{"id": "hospital_access_0034_explicit_negative_closed__owa", "base_id": "hospital_access_0034_explicit_negative_closed", "split": "test", "domain": "hospital_access", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Ava has completed safety training."], "facts_negative": ["Elena does not has security clearance."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Elena", "target_statement": "Elena has security clearance.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": ["has_clearance::Elena"], "rules": [], "query_atom": "has_clearance::Elena", "closure_atoms": ["completed_training::Ava"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ava has completed safety training.\n\nNegative facts:\n- Elena does not has security clearance.\n\nRules:\n- None\n\nTarget atom: has_clearance::Elena.\nTarget statement: Elena has security clearance."} +{"id": "cloud_deployment_0254_open_missing_with_closed_distractor__cwa", "base_id": "cloud_deployment_0254_open_missing_with_closed_distractor", "split": "test", "domain": "cloud_deployment", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service D has deployment approval.", "Service D passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service C", "target_statement": "Service C has an incident note.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service C", "closure_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service D has deployment approval.\n- Service D passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service C.\nTarget statement: Service C has an incident note."} +{"id": "procurement_review_0282_closed_missing_direct__lcwa", "base_id": "procurement_review_0282_closed_missing_direct", "split": "test", "domain": "procurement_review", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_vendor_approval"], "facts_positive": ["Vendor A submitted a tax form."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor A", "target_statement": "Vendor A has vendor approval.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_vendor_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor A submitted a tax form.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor A.\nTarget statement: Vendor A has vendor approval."} +{"id": "library_services_0211_closed_missing_with_open_distractor__cwa", "base_id": "library_services_0211_closed_missing_with_open_distractor", "split": "test", "domain": "library_services", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader B has an active membership.", "Reader C has a special request."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader B", "target_statement": "Reader B has borrowing clearance.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader B", "has_special_request::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader B", "closure_atoms": ["has_active_membership::Reader B", "has_special_request::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_active_membership, has_borrowing_clearance, has_special_request, may_borrow_archive_item, needs_librarian_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has an active membership.\n- Reader C has a special request.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader B.\nTarget statement: Reader B has borrowing clearance."} +{"id": "manufacturing_quality_0098_closed_derived_missing_antecedent__cwa", "base_id": "manufacturing_quality_0098_closed_derived_missing_antecedent", "split": "test", "domain": "manufacturing_quality", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part C passed the visual check."], "facts_negative": [], "rules_natural": ["If a part passed the visual check and has release approval, then that part may ship to customers."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "may_ship::Part C", "target_statement": "Part C may ship to customers.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part C", "has_release_approval::Part C"], "conclusion": "may_ship::Part C", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_release_approval, has_supplier_note, may_ship, needs_engineer_review, passed_visual_check.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part C passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part C.\nTarget statement: Part C may ship to customers."} +{"id": "finance_controls_0126_open_missing_direct__owa", "base_id": "finance_controls_0126_open_missing_direct", "split": "test", "domain": "finance_controls", "family": "open_missing_direct", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Account 12 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_manual_exception::Account 12", "target_statement": "Account 12 has a manual exception.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["passed_kyc::Account 12"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 12 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception."} +{"id": "hospital_access_0037_explicit_negative_open__owa", "base_id": "hospital_access_0037_explicit_negative_open", "split": "test", "domain": "hospital_access", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Dylan has completed safety training."], "facts_negative": ["Ben is not assigned to the clinical trial."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": ["assigned_to_trial::Ben"], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Dylan"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan has completed safety training.\n\nNegative facts:\n- Ben is not assigned to the clinical trial.\n\nRules:\n- None\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial."} +{"id": "manufacturing_quality_0094_open_missing_with_closed_distractor__owa", "base_id": "manufacturing_quality_0094_open_missing_with_closed_distractor", "split": "test", "domain": "manufacturing_quality", "family": "open_missing_with_closed_distractor", "subset": "core_contrastive", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Part F has release approval.", "Part F passed the visual check."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "has_supplier_note::Part E", "target_statement": "Part E has a supplier note.", "gold_answer": "unknown", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part E", "closure_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part F has release approval.\n- Part F passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_supplier_note::Part E.\nTarget statement: Part E has a supplier note."} +{"id": "finance_controls_0145_entailed_closed_conclusion__cwa", "base_id": "finance_controls_0145_entailed_closed_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 27 has compliance clearance.", "Account 27 passed KYC checks."], "facts_negative": [], "rules_natural": ["If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "may_receive_wire::Account 27", "target_statement": "Account 27 may receive a wire transfer.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 27", "has_compliance_clearance::Account 27"], "conclusion": "may_receive_wire::Account 27", "text": "If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."}], "query_atom": "may_receive_wire::Account 27", "closure_atoms": ["has_compliance_clearance::Account 27", "may_receive_wire::Account 27", "passed_kyc::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_compliance_clearance, has_manual_exception, may_receive_wire, needs_compliance_review, passed_kyc.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 has compliance clearance.\n- Account 27 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer.\n\nTarget atom: may_receive_wire::Account 27.\nTarget statement: Account 27 may receive a wire transfer."} +{"id": "hospital_access_0028_entailed_open_conclusion__owa", "base_id": "hospital_access_0028_entailed_open_conclusion", "split": "test", "domain": "hospital_access", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Elena is assigned to the clinical trial."], "facts_negative": [], "rules_natural": ["If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "needs_supervisor_review::Elena", "target_statement": "Elena needs supervisor review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Elena"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Elena"], "conclusion": "needs_supervisor_review::Elena", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Elena", "closure_atoms": ["assigned_to_trial::Elena", "needs_supervisor_review::Elena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Elena is assigned to the clinical trial.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member is assigned to the clinical trial, then that staff member needs supervisor review.\n\nTarget atom: needs_supervisor_review::Elena.\nTarget statement: Elena needs supervisor review."} +{"id": "hospital_access_0039_explicit_negative_open__owa", "base_id": "hospital_access_0039_explicit_negative_open", "split": "test", "domain": "hospital_access", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Farid has completed safety training."], "facts_negative": ["Dylan is not assigned to the clinical trial."], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "assigned_to_trial::Dylan", "target_statement": "Dylan is assigned to the clinical trial.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": ["assigned_to_trial::Dylan"], "rules": [], "query_atom": "assigned_to_trial::Dylan", "closure_atoms": ["completed_training::Farid"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Farid has completed safety training.\n\nNegative facts:\n- Dylan is not assigned to the clinical trial.\n\nRules:\n- None\n\nTarget atom: assigned_to_trial::Dylan.\nTarget statement: Dylan is assigned to the clinical trial."} +{"id": "cloud_deployment_0278_explicit_negative_open__cwa", "base_id": "cloud_deployment_0278_explicit_negative_open", "split": "test", "domain": "cloud_deployment", "family": "explicit_negative_open", "subset": "control_explicit_negative", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service E passed unit tests."], "facts_negative": ["Service C does not has an incident note."], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_incident_note::Service C", "target_statement": "Service C has an incident note.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": ["has_incident_note::Service C"], "rules": [], "query_atom": "has_incident_note::Service C", "closure_atoms": ["passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service E passed unit tests.\n\nNegative facts:\n- Service C does not has an incident note.\n\nRules:\n- None\n\nTarget atom: has_incident_note::Service C.\nTarget statement: Service C has an incident note."} +{"id": "library_services_0229_entailed_open_conclusion__lcwa", "base_id": "library_services_0229_entailed_open_conclusion", "split": "test", "domain": "library_services", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader B has a special request."], "facts_negative": [], "rules_natural": ["If a reader has a special request, then that reader needs librarian review."], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "needs_librarian_review::Reader B", "target_statement": "Reader B needs librarian review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_special_request::Reader B"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader B"], "conclusion": "needs_librarian_review::Reader B", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader B", "closure_atoms": ["has_special_request::Reader B", "needs_librarian_review::Reader B"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance, may_borrow_archive_item.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has a special request.\n\nNegative facts:\n- None\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader B.\nTarget statement: Reader B needs librarian review."} +{"id": "finance_controls_0123_closed_missing_direct__lcwa", "base_id": "finance_controls_0123_closed_missing_direct", "split": "test", "domain": "finance_controls", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance"], "facts_positive": ["Account 48 passed KYC checks."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "has_compliance_clearance::Account 48", "target_statement": "Account 48 has compliance clearance.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["passed_kyc::Account 48"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 48 passed KYC checks.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_compliance_clearance::Account 48.\nTarget statement: Account 48 has compliance clearance."} +{"id": "cloud_deployment_0250_closed_missing_with_open_distractor__lcwa", "base_id": "cloud_deployment_0250_closed_missing_with_open_distractor", "split": "test", "domain": "cloud_deployment", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_deployment_approval"], "facts_positive": ["Service F has an incident note.", "Service E passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_deployment_approval::Service E", "target_statement": "Service E has deployment approval.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service F", "passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service E", "closure_atoms": ["has_incident_note::Service F", "passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_deployment_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service F has an incident note.\n- Service E passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_deployment_approval::Service E.\nTarget statement: Service E has deployment approval."} +{"id": "procurement_review_0313_explicit_negative_closed__owa", "base_id": "procurement_review_0313_explicit_negative_closed", "split": "test", "domain": "procurement_review", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "owa", "semantic_contract": {"name": "Open-world assumption", "instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."}, "closed_predicates": [], "facts_positive": ["Vendor D submitted a tax form."], "facts_negative": ["Vendor B does not has vendor approval."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor B", "target_statement": "Vendor B has vendor approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": ["has_vendor_approval::Vendor B"], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Open-world assumption.\nPredicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown.\nComplete predicates for this item: none.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor D submitted a tax form.\n\nNegative facts:\n- Vendor B does not has vendor approval.\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval."} +{"id": "university_registration_0058_closed_derived_missing_antecedent__lcwa", "base_id": "university_registration_0058_closed_derived_missing_antecedent", "split": "test", "domain": "university_registration", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_advising_clearance", "may_register"], "facts_positive": ["Iris passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Iris", "target_statement": "Iris may register for the seminar.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Iris", "has_advising_clearance::Iris"], "conclusion": "may_register::Iris", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Iris", "closure_atoms": ["passed_exam::Iris"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_advising_clearance, may_register.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Iris passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Iris.\nTarget statement: Iris may register for the seminar."} +{"id": "hospital_access_0019_closed_derived_missing_antecedent__cwa", "base_id": "hospital_access_0019_closed_derived_missing_antecedent", "split": "test", "domain": "hospital_access", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Ben has completed safety training."], "facts_negative": [], "rules_natural": ["If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "may_enter_lab::Ben", "target_statement": "Ben may enter Lab A.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ben", "has_clearance::Ben"], "conclusion": "may_enter_lab::Ben", "text": "If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."}], "query_atom": "may_enter_lab::Ben", "closure_atoms": ["completed_training::Ben"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Ben has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A.\n\nTarget atom: may_enter_lab::Ben.\nTarget statement: Ben may enter Lab A."} +{"id": "cloud_deployment_0250_closed_missing_with_open_distractor__cwa", "base_id": "cloud_deployment_0250_closed_missing_with_open_distractor", "split": "test", "domain": "cloud_deployment", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service F has an incident note.", "Service E passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_deployment_approval::Service E", "target_statement": "Service E has deployment approval.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service F", "passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service E", "closure_atoms": ["has_incident_note::Service F", "passed_unit_tests::Service E"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service F has an incident note.\n- Service E passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_deployment_approval::Service E.\nTarget statement: Service E has deployment approval."} +{"id": "cloud_deployment_0242_closed_missing_direct__cwa", "base_id": "cloud_deployment_0242_closed_missing_direct", "split": "test", "domain": "cloud_deployment", "family": "closed_missing_direct", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service C passed unit tests."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"passed_unit_tests": "passed unit tests", "has_deployment_approval": "has deployment approval", "has_incident_note": "has an incident note", "may_deploy": "may deploy to production", "needs_sre_review": "needs SRE review"}, "vocabulary_predicates": ["has_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "query_atom": "has_deployment_approval::Service C", "target_statement": "Service C has deployment approval.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["passed_unit_tests::Service C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_deployment_approval, has_incident_note, may_deploy, needs_sre_review, passed_unit_tests.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_deployment_approval: has deployment approval\n- has_incident_note: has an incident note\n- may_deploy: may deploy to production\n- needs_sre_review: needs SRE review\n- passed_unit_tests: passed unit tests\n\nPositive facts:\n- Service C passed unit tests.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_deployment_approval::Service C.\nTarget statement: Service C has deployment approval."} +{"id": "hospital_access_0008_closed_missing_with_open_distractor__cwa", "base_id": "hospital_access_0008_closed_missing_with_open_distractor", "split": "test", "domain": "hospital_access", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Dylan is assigned to the clinical trial.", "Cora has completed safety training."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "has_clearance::Cora", "target_statement": "Cora has security clearance.", "gold_answer": "false", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Dylan", "completed_training::Cora"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["assigned_to_trial::Dylan", "completed_training::Cora"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Dylan is assigned to the clinical trial.\n- Cora has completed safety training.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_clearance::Cora.\nTarget statement: Cora has security clearance."} +{"id": "library_services_0211_closed_missing_with_open_distractor__lcwa", "base_id": "library_services_0211_closed_missing_with_open_distractor", "split": "test", "domain": "library_services", "family": "closed_missing_with_open_distractor", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_borrowing_clearance"], "facts_positive": ["Reader B has an active membership.", "Reader C has a special request."], "facts_negative": [], "rules_natural": [], "predicate_glossary": {"has_active_membership": "has an active membership", "has_borrowing_clearance": "has borrowing clearance", "has_special_request": "has a special request", "may_borrow_archive_item": "may borrow an archive item", "needs_librarian_review": "needs librarian review"}, "vocabulary_predicates": ["has_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "query_atom": "has_borrowing_clearance::Reader B", "target_statement": "Reader B has borrowing clearance.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader B", "has_special_request::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader B", "closure_atoms": ["has_active_membership::Reader B", "has_special_request::Reader C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_borrowing_clearance.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_active_membership: has an active membership\n- has_borrowing_clearance: has borrowing clearance\n- has_special_request: has a special request\n- may_borrow_archive_item: may borrow an archive item\n- needs_librarian_review: needs librarian review\n\nPositive facts:\n- Reader B has an active membership.\n- Reader C has a special request.\n\nNegative facts:\n- None\n\nRules:\n- None\n\nTarget atom: has_borrowing_clearance::Reader B.\nTarget statement: Reader B has borrowing clearance."} +{"id": "finance_controls_0151_entailed_open_conclusion__lcwa", "base_id": "finance_controls_0151_entailed_open_conclusion", "split": "test", "domain": "finance_controls", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 27 has a manual exception."], "facts_negative": [], "rules_natural": ["If an account has a manual exception, then that account needs compliance review."], "predicate_glossary": {"passed_kyc": "passed KYC checks", "has_compliance_clearance": "has compliance clearance", "has_manual_exception": "has a manual exception", "may_receive_wire": "may receive a wire transfer", "needs_compliance_review": "needs compliance review"}, "vocabulary_predicates": ["has_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "query_atom": "needs_compliance_review::Account 27", "target_statement": "Account 27 needs compliance review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 27"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 27"], "conclusion": "needs_compliance_review::Account 27", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 27", "closure_atoms": ["has_manual_exception::Account 27", "needs_compliance_review::Account 27"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_compliance_clearance, may_receive_wire.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_compliance_clearance: has compliance clearance\n- has_manual_exception: has a manual exception\n- may_receive_wire: may receive a wire transfer\n- needs_compliance_review: needs compliance review\n- passed_kyc: passed KYC checks\n\nPositive facts:\n- Account 27 has a manual exception.\n\nNegative facts:\n- None\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 27.\nTarget statement: Account 27 needs compliance review."} +{"id": "university_registration_0065_entailed_closed_conclusion__cwa", "base_id": "university_registration_0065_entailed_closed_conclusion", "split": "test", "domain": "university_registration", "family": "entailed_closed_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Theo has advising clearance.", "Theo passed the qualifying exam."], "facts_negative": [], "rules_natural": ["If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."], "predicate_glossary": {"passed_exam": "passed the qualifying exam", "has_advising_clearance": "has advising clearance", "has_external_scholarship": "has an external scholarship", "may_register": "may register for the seminar", "needs_manual_audit": "needs a manual audit"}, "vocabulary_predicates": ["has_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "query_atom": "may_register::Theo", "target_statement": "Theo may register for the seminar.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Theo", "passed_exam::Theo"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Theo", "has_advising_clearance::Theo"], "conclusion": "may_register::Theo", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Theo", "closure_atoms": ["has_advising_clearance::Theo", "may_register::Theo", "passed_exam::Theo"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: has_advising_clearance, has_external_scholarship, may_register, needs_manual_audit, passed_exam.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_advising_clearance: has advising clearance\n- has_external_scholarship: has an external scholarship\n- may_register: may register for the seminar\n- needs_manual_audit: needs a manual audit\n- passed_exam: passed the qualifying exam\n\nPositive facts:\n- Theo has advising clearance.\n- Theo passed the qualifying exam.\n\nNegative facts:\n- None\n\nRules:\n- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Theo.\nTarget statement: Theo may register for the seminar."} +{"id": "hospital_access_0028_entailed_open_conclusion__cwa", "base_id": "hospital_access_0028_entailed_open_conclusion", "split": "test", "domain": "hospital_access", "family": "entailed_open_conclusion", "subset": "control_entailed", "semantics": "cwa", "semantic_contract": {"name": "Closed-world assumption", "instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."}, "closed_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Elena is assigned to the clinical trial."], "facts_negative": [], "rules_natural": ["If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."], "predicate_glossary": {"completed_training": "has completed safety training", "has_clearance": "has security clearance", "assigned_to_trial": "is assigned to the clinical trial", "may_enter_lab": "may enter Lab A", "needs_supervisor_review": "needs supervisor review"}, "vocabulary_predicates": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "query_atom": "needs_supervisor_review::Elena", "target_statement": "Elena needs supervisor review.", "gold_answer": "true", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Elena"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Elena"], "conclusion": "needs_supervisor_review::Elena", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Elena", "closure_atoms": ["assigned_to_trial::Elena", "needs_supervisor_review::Elena"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Closed-world assumption.\nAll predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false.\nComplete predicates for this item: assigned_to_trial, completed_training, has_clearance, may_enter_lab, needs_supervisor_review.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- assigned_to_trial: is assigned to the clinical trial\n- completed_training: has completed safety training\n- has_clearance: has security clearance\n- may_enter_lab: may enter Lab A\n- needs_supervisor_review: needs supervisor review\n\nPositive facts:\n- Elena is assigned to the clinical trial.\n\nNegative facts:\n- None\n\nRules:\n- If a staff member is assigned to the clinical trial, then that staff member needs supervisor review.\n\nTarget atom: needs_supervisor_review::Elena.\nTarget statement: Elena needs supervisor review."} +{"id": "manufacturing_quality_0098_closed_derived_missing_antecedent__lcwa", "base_id": "manufacturing_quality_0098_closed_derived_missing_antecedent", "split": "test", "domain": "manufacturing_quality", "family": "closed_derived_missing_antecedent", "subset": "core_contrastive", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_release_approval", "may_ship"], "facts_positive": ["Part C passed the visual check."], "facts_negative": [], "rules_natural": ["If a part passed the visual check and has release approval, then that part may ship to customers."], "predicate_glossary": {"passed_visual_check": "passed the visual check", "has_release_approval": "has release approval", "has_supplier_note": "has a supplier note", "may_ship": "may ship to customers", "needs_engineer_review": "needs engineer review"}, "vocabulary_predicates": ["has_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "query_atom": "may_ship::Part C", "target_statement": "Part C may ship to customers.", "gold_answer": "false", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part C", "has_release_approval::Part C"], "conclusion": "may_ship::Part C", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_release_approval, may_ship.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_release_approval: has release approval\n- has_supplier_note: has a supplier note\n- may_ship: may ship to customers\n- needs_engineer_review: needs engineer review\n- passed_visual_check: passed the visual check\n\nPositive facts:\n- Part C passed the visual check.\n\nNegative facts:\n- None\n\nRules:\n- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part C.\nTarget statement: Part C may ship to customers."} +{"id": "procurement_review_0315_explicit_negative_closed__lcwa", "base_id": "procurement_review_0315_explicit_negative_closed", "split": "test", "domain": "procurement_review", "family": "explicit_negative_closed", "subset": "control_explicit_negative", "semantics": "lcwa", "semantic_contract": {"name": "Locally closed-world assumption", "instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."}, "closed_predicates": ["has_vendor_approval"], "facts_positive": ["Vendor F submitted a tax form."], "facts_negative": ["Vendor D does not has vendor approval."], "rules_natural": [], "predicate_glossary": {"submitted_tax_form": "submitted a tax form", "has_vendor_approval": "has vendor approval", "has_risk_note": "has a risk note", "may_receive_purchase_order": "may receive a purchase order", "needs_procurement_review": "needs procurement review"}, "vocabulary_predicates": ["has_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "query_atom": "has_vendor_approval::Vendor D", "target_statement": "Vendor D has vendor approval.", "gold_answer": "false", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": ["has_vendor_approval::Vendor D"], "rules": [], "query_atom": "has_vendor_approval::Vendor D", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "prompt": "You are evaluating a formal knowledge-base statement.\nReturn exactly one JSON object with keys answer and rationale.\nThe answer must be one of: true, false, unknown.\n\nFormal rule semantics:\n- Positive facts are true.\n- Negative facts make the corresponding target atom false.\n- A rule derives its conclusion only when every antecedent is true.\n- First apply all rules until no new facts can be derived.\n- Then apply the semantic contract to unstated and underivable atoms.\n\nSemantic contract: Locally closed-world assumption.\nOnly the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown.\nComplete predicates for this item: has_vendor_approval.\n\nImportant closure rule:\nFor a complete predicate P, if P(entity) is not explicitly stated and cannot be derived after applying the rules, then P(entity) is false. This does not require an explicit negative fact.\n\nPredicate glossary:\n- has_risk_note: has a risk note\n- has_vendor_approval: has vendor approval\n- may_receive_purchase_order: may receive a purchase order\n- needs_procurement_review: needs procurement review\n- submitted_tax_form: submitted a tax form\n\nPositive facts:\n- Vendor F submitted a tax form.\n\nNegative facts:\n- Vendor D does not has vendor approval.\n\nRules:\n- None\n\nTarget atom: has_vendor_approval::Vendor D.\nTarget statement: Vendor D has vendor approval."}