diff --git "a/data/ask_act/train.jsonl" "b/data/ask_act/train.jsonl" new file mode 100644--- /dev/null +++ "b/data/ask_act/train.jsonl" @@ -0,0 +1,648 @@ +{"id": "hospital_access_0032_explicit_negative_closed__cwa__ask_act", "source_id": "hospital_access_0032_explicit_negative_closed__cwa", "base_id": "hospital_access_0032_explicit_negative_closed", "split": "train", "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": ["Elena has completed safety training."], "facts_negative": ["Cora 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::Cora", "target_statement": "Cora has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": ["has_clearance::Cora"], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n\nNegative facts:\n- Cora does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Cora.\nTarget statement: Cora has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0051_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "university_registration_0051_closed_missing_with_open_distractor__cwa", "base_id": "university_registration_0051_closed_missing_with_open_distractor", "split": "train", "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": ["Iris has an external scholarship.", "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_advising_clearance::Omar", "target_statement": "Omar has advising clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Iris", "passed_exam::Omar"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Omar", "closure_atoms": ["has_external_scholarship::Iris", "passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an external scholarship.\n- Omar passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Omar.\nTarget statement: Omar has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0133_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "finance_controls_0133_open_missing_with_closed_distractor__lcwa", "base_id": "finance_controls_0133_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 35 has compliance clearance.", "Account 35 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_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 27", "gold_missing_atom": "has_manual_exception::Account 27", "gold_question_to_ask": "Is it true that Account 27 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0288_closed_missing_with_open_distractor__owa__ask_act", "source_id": "procurement_review_0288_closed_missing_with_open_distractor__owa", "base_id": "procurement_review_0288_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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": ["Vendor B has a risk note.", "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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor B", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["has_risk_note::Vendor B", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor A", "gold_missing_atom": "has_vendor_approval::Vendor A", "gold_question_to_ask": "Is it true that Vendor A has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has a risk note.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0054_open_missing_with_closed_distractor__owa__ask_act", "source_id": "university_registration_0054_open_missing_with_closed_distractor__owa", "base_id": "university_registration_0054_open_missing_with_closed_distractor", "split": "train", "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": ["Noah has advising clearance.", "Noah 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::Mia", "target_statement": "Mia has an external scholarship.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Mia", "closure_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Mia", "gold_missing_atom": "has_external_scholarship::Mia", "gold_question_to_ask": "Is it true that Mia has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_external_scholarship::Mia.\nTarget statement: Mia has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0241_closed_missing_direct__lcwa__ask_act", "source_id": "cloud_deployment_0241_closed_missing_direct__lcwa", "base_id": "cloud_deployment_0241_closed_missing_direct", "split": "train", "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 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_deployment_approval::Service B", "target_statement": "Service B has deployment approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service B.\nTarget statement: Service B has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0314_explicit_negative_closed__lcwa__ask_act", "source_id": "procurement_review_0314_explicit_negative_closed__lcwa", "base_id": "procurement_review_0314_explicit_negative_closed", "split": "train", "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 E submitted a tax form."], "facts_negative": ["Vendor C 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 C", "target_statement": "Vendor C has vendor approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": ["has_vendor_approval::Vendor C"], "rules": [], "query_atom": "has_vendor_approval::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- Vendor C does not has vendor approval.\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor C.\nTarget statement: Vendor C has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0216_closed_derived_missing_antecedent__owa__ask_act", "source_id": "library_services_0216_closed_derived_missing_antecedent__owa", "base_id": "library_services_0216_closed_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Reader A may borrow an archive item.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"], "conclusion": "may_borrow_archive_item::Reader A", "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 A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_borrowing_clearance", "gold_missing_entity": "Reader A", "gold_missing_atom": "has_borrowing_clearance::Reader A", "gold_question_to_ask": "Is it true that Reader A has borrowing clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 A.\nTarget statement: Reader A may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0283_closed_missing_direct__cwa__ask_act", "source_id": "procurement_review_0283_closed_missing_direct__cwa", "base_id": "procurement_review_0283_closed_missing_direct", "split": "train", "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 B 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 B", "target_statement": "Vendor B has vendor approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0240_closed_missing_direct__cwa__ask_act", "source_id": "cloud_deployment_0240_closed_missing_direct__cwa", "base_id": "cloud_deployment_0240_closed_missing_direct", "split": "train", "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 A 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 A", "target_statement": "Service A has deployment approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service A", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service A.\nTarget statement: Service A has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0223_open_derived_missing_antecedent__owa__ask_act", "source_id": "library_services_0223_open_derived_missing_antecedent__owa", "base_id": "library_services_0223_open_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Reader B needs librarian review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::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_active_membership::Reader B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader B", "gold_missing_atom": "has_special_request::Reader B", "gold_question_to_ask": "Is it true that Reader B has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0302_open_derived_missing_antecedent__cwa__ask_act", "source_id": "procurement_review_0302_open_derived_missing_antecedent__cwa", "base_id": "procurement_review_0302_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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_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 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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::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": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0288_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "procurement_review_0288_closed_missing_with_open_distractor__lcwa", "base_id": "procurement_review_0288_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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_vendor_approval"], "facts_positive": ["Vendor B has a risk note.", "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_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor B", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["has_risk_note::Vendor B", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has a risk note.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0069_entailed_open_conclusion__owa__ask_act", "source_id": "university_registration_0069_entailed_open_conclusion__owa", "base_id": "university_registration_0069_entailed_open_conclusion", "split": "train", "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": ["Omar 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::Omar", "target_statement": "Omar needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::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": ["has_external_scholarship::Omar", "needs_manual_audit::Omar"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0164_open_missing_direct__cwa__ask_act", "source_id": "robotics_operations_0164_open_missing_direct__cwa", "base_id": "robotics_operations_0164_open_missing_direct", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 3 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 3", "target_statement": "Rover 3 has a field note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 3.\nTarget statement: Rover 3 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0139_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "finance_controls_0139_closed_derived_missing_antecedent__cwa", "base_id": "finance_controls_0139_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_kyc::Account 27"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0290_closed_missing_with_open_distractor__owa__ask_act", "source_id": "procurement_review_0290_closed_missing_with_open_distractor__owa", "base_id": "procurement_review_0290_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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": ["Vendor D has a risk note.", "Vendor C 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 C", "target_statement": "Vendor C has vendor approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor D", "submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor C", "closure_atoms": ["has_risk_note::Vendor D", "submitted_tax_form::Vendor C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor C", "gold_missing_atom": "has_vendor_approval::Vendor C", "gold_question_to_ask": "Is it true that Vendor C has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor C submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor C.\nTarget statement: Vendor C has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0096_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "manufacturing_quality_0096_closed_derived_missing_antecedent__lcwa", "base_id": "manufacturing_quality_0096_closed_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Part A may ship to customers.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part A", "has_release_approval::Part A"], "conclusion": "may_ship::Part A", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0023_open_derived_missing_antecedent__cwa__ask_act", "source_id": "hospital_access_0023_open_derived_missing_antecedent__cwa", "base_id": "hospital_access_0023_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Farid has completed safety training."], "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::Farid", "target_statement": "Farid needs supervisor review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Farid"], "conclusion": "needs_supervisor_review::Farid", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Farid", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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::Farid.\nTarget statement: Farid needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0103_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "manufacturing_quality_0103_open_derived_missing_antecedent__lcwa", "base_id": "manufacturing_quality_0103_open_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Part B needs engineer review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::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": ["passed_visual_check::Part B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part B", "gold_missing_atom": "has_supplier_note::Part B", "gold_question_to_ask": "Is it true that Part B has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0102_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "manufacturing_quality_0102_open_derived_missing_antecedent__lcwa", "base_id": "manufacturing_quality_0102_open_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Part A needs engineer review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part A"], "conclusion": "needs_engineer_review::Part A", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part A", "gold_missing_atom": "has_supplier_note::Part A", "gold_question_to_ask": "Is it true that Part A has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0202_closed_missing_direct__lcwa__ask_act", "source_id": "library_services_0202_closed_missing_direct__lcwa", "base_id": "library_services_0202_closed_missing_direct", "split": "train", "domain": "library_services", "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_borrowing_clearance"], "facts_positive": ["Reader E 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_borrowing_clearance::Reader E", "target_statement": "Reader E has borrowing clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0284_open_missing_direct__lcwa__ask_act", "source_id": "procurement_review_0284_open_missing_direct__lcwa", "base_id": "procurement_review_0284_open_missing_direct", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor C 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_risk_note::Vendor C", "target_statement": "Vendor C has a risk note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor C", "gold_missing_atom": "has_risk_note::Vendor C", "gold_question_to_ask": "Is it true that Vendor C has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_risk_note::Vendor C.\nTarget statement: Vendor C has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0311_entailed_open_conclusion__lcwa__ask_act", "source_id": "procurement_review_0311_entailed_open_conclusion__lcwa", "base_id": "procurement_review_0311_entailed_open_conclusion", "split": "train", "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 F 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 F", "target_statement": "Vendor F needs procurement review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor F"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor F"], "conclusion": "needs_procurement_review::Vendor F", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor F", "closure_atoms": ["has_risk_note::Vendor F", "needs_procurement_review::Vendor F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Vendor F needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0036_explicit_negative_open__lcwa__ask_act", "source_id": "hospital_access_0036_explicit_negative_open__lcwa", "base_id": "hospital_access_0036_explicit_negative_open", "split": "train", "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": ["Cora has completed safety training."], "facts_negative": ["Ava 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::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": ["assigned_to_trial::Ava"], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n\nNegative facts:\n- Ava is not assigned to the clinical trial.\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0298_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "procurement_review_0298_closed_derived_missing_antecedent__cwa", "base_id": "procurement_review_0298_closed_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Vendor E may receive a purchase order.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor E", "has_vendor_approval::Vendor E"], "conclusion": "may_receive_purchase_order::Vendor E", "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 E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Vendor E may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0082_closed_missing_direct__owa__ask_act", "source_id": "manufacturing_quality_0082_closed_missing_direct__owa", "base_id": "manufacturing_quality_0082_closed_missing_direct", "split": "train", "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 E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_release_approval", "gold_missing_entity": "Part E", "gold_missing_atom": "has_release_approval::Part E", "gold_question_to_ask": "Is it true that Part E has release approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0020_open_derived_missing_antecedent__owa__ask_act", "source_id": "hospital_access_0020_open_derived_missing_antecedent__owa", "base_id": "hospital_access_0020_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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": ["Cora has completed safety training."], "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::Cora", "target_statement": "Cora needs supervisor review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Cora"], "conclusion": "needs_supervisor_review::Cora", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Cora", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Cora", "gold_missing_atom": "assigned_to_trial::Cora", "gold_question_to_ask": "Is it true that Cora is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\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::Cora.\nTarget statement: Cora needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0176_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "robotics_operations_0176_closed_derived_missing_antecedent__cwa", "base_id": "robotics_operations_0176_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 3 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 3", "target_statement": "Rover 3 may start its shift.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 3", "has_shift_clearance::Rover 3"], "conclusion": "may_start_shift::Rover 3", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 3.\nTarget statement: Rover 3 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0079_explicit_negative_open__lcwa__ask_act", "source_id": "university_registration_0079_explicit_negative_open__lcwa", "base_id": "university_registration_0079_explicit_negative_open", "split": "train", "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": ["Omar passed the qualifying exam."], "facts_negative": ["Noah 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::Noah", "target_statement": "Noah has an external scholarship.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": ["has_external_scholarship::Noah"], "rules": [], "query_atom": "has_external_scholarship::Noah", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah does not has an external scholarship.\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Noah.\nTarget statement: Noah has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0012_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "hospital_access_0012_open_missing_with_closed_distractor__lcwa", "base_id": "hospital_access_0012_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Ben has completed safety training.", "Ben has security clearance."], "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": "assigned_to_trial::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben", "has_clearance::Ben"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Ben", "has_clearance::Ben"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Ava", "gold_missing_atom": "assigned_to_trial::Ava", "gold_question_to_ask": "Is it true that Ava is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0159_explicit_negative_open__cwa__ask_act", "source_id": "finance_controls_0159_explicit_negative_open__cwa", "base_id": "finance_controls_0159_explicit_negative_open", "split": "train", "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 61 passed KYC checks."], "facts_negative": ["Account 48 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 48", "target_statement": "Account 48 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": ["has_manual_exception::Account 48"], "rules": [], "query_atom": "has_manual_exception::Account 48", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 48.\nTarget statement: Account 48 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0200_closed_missing_direct__owa__ask_act", "source_id": "library_services_0200_closed_missing_direct__owa", "base_id": "library_services_0200_closed_missing_direct", "split": "train", "domain": "library_services", "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": ["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_borrowing_clearance::Reader C", "target_statement": "Reader C has borrowing clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_borrowing_clearance", "gold_missing_entity": "Reader C", "gold_missing_atom": "has_borrowing_clearance::Reader C", "gold_question_to_ask": "Is it true that Reader C has borrowing clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_borrowing_clearance::Reader C.\nTarget statement: Reader C has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0020_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "hospital_access_0020_open_derived_missing_antecedent__lcwa", "base_id": "hospital_access_0020_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Cora has completed safety training."], "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::Cora", "target_statement": "Cora needs supervisor review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Cora"], "conclusion": "needs_supervisor_review::Cora", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Cora", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Cora", "gold_missing_atom": "assigned_to_trial::Cora", "gold_question_to_ask": "Is it true that Cora is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\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::Cora.\nTarget statement: Cora needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0270_entailed_open_conclusion__cwa__ask_act", "source_id": "cloud_deployment_0270_entailed_open_conclusion__cwa", "base_id": "cloud_deployment_0270_entailed_open_conclusion", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service A has an incident note."], "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 A", "target_statement": "Service A needs SRE review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_incident_note::Service A"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service A"], "conclusion": "needs_sre_review::Service A", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service A", "closure_atoms": ["has_incident_note::Service A", "needs_sre_review::Service A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\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 A.\nTarget statement: Service A needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0280_closed_missing_direct__lcwa__ask_act", "source_id": "procurement_review_0280_closed_missing_direct__lcwa", "base_id": "procurement_review_0280_closed_missing_direct", "split": "train", "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 E 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 E", "target_statement": "Vendor E has vendor approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor E.\nTarget statement: Vendor E has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0186_entailed_closed_conclusion__cwa__ask_act", "source_id": "robotics_operations_0186_entailed_closed_conclusion__cwa", "base_id": "robotics_operations_0186_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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_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": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 1", "target_statement": "Rover 1 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 1", "has_shift_clearance::Rover 1"], "conclusion": "may_start_shift::Rover 1", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 1", "closure_atoms": ["has_shift_clearance::Rover 1", "may_start_shift::Rover 1", "passed_diagnostics::Rover 1"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 1.\nTarget statement: Rover 1 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0314_explicit_negative_closed__cwa__ask_act", "source_id": "procurement_review_0314_explicit_negative_closed__cwa", "base_id": "procurement_review_0314_explicit_negative_closed", "split": "train", "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 E submitted a tax form."], "facts_negative": ["Vendor C 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 C", "target_statement": "Vendor C has vendor approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": ["has_vendor_approval::Vendor C"], "rules": [], "query_atom": "has_vendor_approval::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- Vendor C does not has vendor approval.\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor C.\nTarget statement: Vendor C has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0038_explicit_negative_open__owa__ask_act", "source_id": "hospital_access_0038_explicit_negative_open__owa", "base_id": "hospital_access_0038_explicit_negative_open", "split": "train", "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": ["Elena has completed safety training."], "facts_negative": ["Cora 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::Cora", "target_statement": "Cora is assigned to the clinical trial.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": ["assigned_to_trial::Cora"], "rules": [], "query_atom": "assigned_to_trial::Cora", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n\nNegative facts:\n- Cora is not assigned to the clinical trial.\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Cora.\nTarget statement: Cora is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0000_closed_missing_direct__lcwa__ask_act", "source_id": "hospital_access_0000_closed_missing_direct__lcwa", "base_id": "hospital_access_0000_closed_missing_direct", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava has security clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Ava.\nTarget statement: Ava has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0223_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "library_services_0223_open_derived_missing_antecedent__lcwa", "base_id": "library_services_0223_open_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Reader B needs librarian review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::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_active_membership::Reader B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader B", "gold_missing_atom": "has_special_request::Reader B", "gold_question_to_ask": "Is it true that Reader B has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0147_entailed_closed_conclusion__lcwa__ask_act", "source_id": "finance_controls_0147_entailed_closed_conclusion__lcwa", "base_id": "finance_controls_0147_entailed_closed_conclusion", "split": "train", "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 48 has compliance clearance.", "Account 48 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 48", "target_statement": "Account 48 may receive a wire transfer.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 48", "has_compliance_clearance::Account 48"], "conclusion": "may_receive_wire::Account 48", "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 48", "closure_atoms": ["has_compliance_clearance::Account 48", "may_receive_wire::Account 48", "passed_kyc::Account 48"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 48 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 48.\nTarget statement: Account 48 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0097_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "manufacturing_quality_0097_closed_derived_missing_antecedent__lcwa", "base_id": "manufacturing_quality_0097_closed_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Part B may ship to customers.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part B", "has_release_approval::Part B"], "conclusion": "may_ship::Part B", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part B", "closure_atoms": ["passed_visual_check::Part B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 B.\nTarget statement: Part B may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0230_entailed_open_conclusion__owa__ask_act", "source_id": "library_services_0230_entailed_open_conclusion__owa", "base_id": "library_services_0230_entailed_open_conclusion", "split": "train", "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 C 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 C", "target_statement": "Reader C needs librarian review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_special_request::Reader C"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader C"], "conclusion": "needs_librarian_review::Reader C", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader C", "closure_atoms": ["has_special_request::Reader C", "needs_librarian_review::Reader C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 C.\nTarget statement: Reader C needs librarian review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0116_explicit_negative_open__owa__ask_act", "source_id": "manufacturing_quality_0116_explicit_negative_open__owa", "base_id": "manufacturing_quality_0116_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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": ["Part E passed the visual check."], "facts_negative": ["Part C does not has a supplier note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": ["has_supplier_note::Part C"], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E passed the visual check.\n\nNegative facts:\n- Part C does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part C.\nTarget statement: Part C has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0202_closed_missing_direct__cwa__ask_act", "source_id": "library_services_0202_closed_missing_direct__cwa", "base_id": "library_services_0202_closed_missing_direct", "split": "train", "domain": "library_services", "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_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": [], "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0137_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "finance_controls_0137_closed_derived_missing_antecedent__cwa", "base_id": "finance_controls_0137_closed_derived_missing_antecedent", "split": "train", "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 61 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 61", "target_statement": "Account 61 may receive a wire transfer.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 61", "has_compliance_clearance::Account 61"], "conclusion": "may_receive_wire::Account 61", "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 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 61.\nTarget statement: Account 61 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0051_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "university_registration_0051_closed_missing_with_open_distractor__lcwa", "base_id": "university_registration_0051_closed_missing_with_open_distractor", "split": "train", "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": ["Iris has an external scholarship.", "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_advising_clearance::Omar", "target_statement": "Omar has advising clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Iris", "passed_exam::Omar"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Omar", "closure_atoms": ["has_external_scholarship::Iris", "passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an external scholarship.\n- Omar passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Omar.\nTarget statement: Omar has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0112_explicit_negative_closed__cwa__ask_act", "source_id": "manufacturing_quality_0112_explicit_negative_closed__cwa", "base_id": "manufacturing_quality_0112_explicit_negative_closed", "split": "train", "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 A passed the visual check."], "facts_negative": ["Part E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": ["has_release_approval::Part E"], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- Part E does not has release approval.\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0301_open_derived_missing_antecedent__cwa__ask_act", "source_id": "procurement_review_0301_open_derived_missing_antecedent__cwa", "base_id": "procurement_review_0301_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor B submitted a tax form."], "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 B", "target_statement": "Vendor B needs procurement review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor B"], "conclusion": "needs_procurement_review::Vendor B", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\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 B.\nTarget statement: Vendor B needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0291_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "procurement_review_0291_closed_missing_with_open_distractor__lcwa", "base_id": "procurement_review_0291_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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_vendor_approval"], "facts_positive": ["Vendor E has a risk note.", "Vendor D 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 D", "target_statement": "Vendor D has vendor approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor E", "submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor D", "closure_atoms": ["has_risk_note::Vendor E", "submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has a risk note.\n- Vendor D submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor D.\nTarget statement: Vendor D has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0120_closed_missing_direct__owa__ask_act", "source_id": "finance_controls_0120_closed_missing_direct__owa", "base_id": "finance_controls_0120_closed_missing_direct", "split": "train", "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 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_compliance_clearance::Account 12", "target_statement": "Account 12 has compliance clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 12", "closure_atoms": ["passed_kyc::Account 12"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_compliance_clearance", "gold_missing_entity": "Account 12", "gold_missing_atom": "has_compliance_clearance::Account 12", "gold_question_to_ask": "Is it true that Account 12 has compliance clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_compliance_clearance::Account 12.\nTarget statement: Account 12 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0032_explicit_negative_closed__lcwa__ask_act", "source_id": "hospital_access_0032_explicit_negative_closed__lcwa", "base_id": "hospital_access_0032_explicit_negative_closed", "split": "train", "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": ["Elena has completed safety training."], "facts_negative": ["Cora 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::Cora", "target_statement": "Cora has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": ["has_clearance::Cora"], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n\nNegative facts:\n- Cora does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Cora.\nTarget statement: Cora has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0022_open_derived_missing_antecedent__cwa__ask_act", "source_id": "hospital_access_0022_open_derived_missing_antecedent__cwa", "base_id": "hospital_access_0022_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Elena has completed safety training."], "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::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": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0233_explicit_negative_closed__lcwa__ask_act", "source_id": "library_services_0233_explicit_negative_closed__lcwa", "base_id": "library_services_0233_explicit_negative_closed", "split": "train", "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 B has an active membership."], "facts_negative": ["Reader F 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 F", "target_statement": "Reader F has borrowing clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": ["has_borrowing_clearance::Reader F"], "rules": [], "query_atom": "has_borrowing_clearance::Reader F", "closure_atoms": ["has_active_membership::Reader B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 borrowing clearance.\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader F.\nTarget statement: Reader F has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0159_explicit_negative_open__lcwa__ask_act", "source_id": "finance_controls_0159_explicit_negative_open__lcwa", "base_id": "finance_controls_0159_explicit_negative_open", "split": "train", "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 61 passed KYC checks."], "facts_negative": ["Account 48 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 48", "target_statement": "Account 48 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": ["has_manual_exception::Account 48"], "rules": [], "query_atom": "has_manual_exception::Account 48", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 48.\nTarget statement: Account 48 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0199_explicit_negative_open__lcwa__ask_act", "source_id": "robotics_operations_0199_explicit_negative_open__lcwa", "base_id": "robotics_operations_0199_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 4 passed diagnostics."], "facts_negative": ["Rover 2 does not has a field note."], "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 2", "target_statement": "Rover 2 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": ["has_field_note::Rover 2"], "rules": [], "query_atom": "has_field_note::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 2 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 2.\nTarget statement: Rover 2 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0176_closed_derived_missing_antecedent__owa__ask_act", "source_id": "robotics_operations_0176_closed_derived_missing_antecedent__owa", "base_id": "robotics_operations_0176_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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": ["Rover 3 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 3", "target_statement": "Rover 3 may start its shift.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 3", "has_shift_clearance::Rover 3"], "conclusion": "may_start_shift::Rover 3", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 3", "gold_missing_atom": "has_shift_clearance::Rover 3", "gold_question_to_ask": "Is it true that Rover 3 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 3.\nTarget statement: Rover 3 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0154_explicit_negative_closed__lcwa__ask_act", "source_id": "finance_controls_0154_explicit_negative_closed__lcwa", "base_id": "finance_controls_0154_explicit_negative_closed", "split": "train", "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 12 passed KYC checks."], "facts_negative": ["Account 59 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 59", "target_statement": "Account 59 has compliance clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": ["has_compliance_clearance::Account 59"], "rules": [], "query_atom": "has_compliance_clearance::Account 59", "closure_atoms": ["passed_kyc::Account 12"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 59 does not has compliance clearance.\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 59.\nTarget statement: Account 59 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0168_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "robotics_operations_0168_closed_missing_with_open_distractor__lcwa", "base_id": "robotics_operations_0168_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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_shift_clearance"], "facts_positive": ["Rover 2 has a field note.", "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_shift_clearance::Rover 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 2", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["has_field_note::Rover 2", "passed_diagnostics::Rover 1"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a field note.\n- Rover 1 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0033_explicit_negative_closed__lcwa__ask_act", "source_id": "hospital_access_0033_explicit_negative_closed__lcwa", "base_id": "hospital_access_0033_explicit_negative_closed", "split": "train", "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": ["Farid has completed safety training."], "facts_negative": ["Dylan 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::Dylan", "target_statement": "Dylan has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": ["has_clearance::Dylan"], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0297_closed_derived_missing_antecedent__owa__ask_act", "source_id": "procurement_review_0297_closed_derived_missing_antecedent__owa", "base_id": "procurement_review_0297_closed_derived_missing_antecedent", "split": "train", "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 D 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 D", "target_statement": "Vendor D may receive a purchase order.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor D", "has_vendor_approval::Vendor D"], "conclusion": "may_receive_purchase_order::Vendor D", "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 D", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor D", "gold_missing_atom": "has_vendor_approval::Vendor D", "gold_question_to_ask": "Is it true that Vendor D has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 D.\nTarget statement: Vendor D may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0286_open_missing_direct__lcwa__ask_act", "source_id": "procurement_review_0286_open_missing_direct__lcwa", "base_id": "procurement_review_0286_open_missing_direct", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor E 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_risk_note::Vendor E", "target_statement": "Vendor E has a risk note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor E", "gold_missing_atom": "has_risk_note::Vendor E", "gold_question_to_ask": "Is it true that Vendor E has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0049_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "university_registration_0049_closed_missing_with_open_distractor__cwa", "base_id": "university_registration_0049_closed_missing_with_open_distractor", "split": "train", "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": ["Lena has an external scholarship.", "Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Lena", "passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["has_external_scholarship::Lena", "passed_exam::Noah"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0162_closed_missing_direct__cwa__ask_act", "source_id": "robotics_operations_0162_closed_missing_direct__cwa", "base_id": "robotics_operations_0162_closed_missing_direct", "split": "train", "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 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_shift_clearance::Rover 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0303_open_derived_missing_antecedent__owa__ask_act", "source_id": "procurement_review_0303_open_derived_missing_antecedent__owa", "base_id": "procurement_review_0303_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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": ["Vendor D submitted a tax form."], "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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::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": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor D", "gold_missing_atom": "has_risk_note::Vendor D", "gold_question_to_ask": "Is it true that Vendor D has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0227_entailed_closed_conclusion__cwa__ask_act", "source_id": "library_services_0227_entailed_closed_conclusion__cwa", "base_id": "library_services_0227_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader F has an active membership.", "Reader F has borrowing clearance."], "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 F", "target_statement": "Reader F may borrow an archive item.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "conclusion": "may_borrow_archive_item::Reader F", "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 F", "closure_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F", "may_borrow_archive_item::Reader F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n- Reader F has borrowing clearance.\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 F.\nTarget statement: Reader F may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0285_open_missing_direct__cwa__ask_act", "source_id": "procurement_review_0285_open_missing_direct__cwa", "base_id": "procurement_review_0285_open_missing_direct", "split": "train", "domain": "procurement_review", "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_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": [], "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 D", "target_statement": "Vendor D has a risk note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor D", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor D.\nTarget statement: Vendor D has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0042_closed_missing_direct__lcwa__ask_act", "source_id": "university_registration_0042_closed_missing_direct__lcwa", "base_id": "university_registration_0042_closed_missing_direct", "split": "train", "domain": "university_registration", "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_advising_clearance"], "facts_positive": ["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_advising_clearance::Mia", "target_statement": "Mia has advising clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Mia", "closure_atoms": ["passed_exam::Mia"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Mia.\nTarget statement: Mia has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0156_explicit_negative_open__cwa__ask_act", "source_id": "finance_controls_0156_explicit_negative_open__cwa", "base_id": "finance_controls_0156_explicit_negative_open", "split": "train", "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 35 passed KYC checks."], "facts_negative": ["Account 12 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 12", "target_statement": "Account 12 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": ["has_manual_exception::Account 12"], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\n\nNegative facts:\n- Account 12 does not has a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0062_open_derived_missing_antecedent__cwa__ask_act", "source_id": "university_registration_0062_open_derived_missing_antecedent__cwa", "base_id": "university_registration_0062_open_derived_missing_antecedent", "split": "train", "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": ["Lena 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::Lena", "target_statement": "Lena needs a manual audit.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::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": ["passed_exam::Lena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0307_entailed_closed_conclusion__owa__ask_act", "source_id": "procurement_review_0307_entailed_closed_conclusion__owa", "base_id": "procurement_review_0307_entailed_closed_conclusion", "split": "train", "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 B has vendor approval.", "Vendor B 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 B", "target_statement": "Vendor B may receive a purchase order.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor B", "has_vendor_approval::Vendor B"], "conclusion": "may_receive_purchase_order::Vendor B", "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 B", "closure_atoms": ["has_vendor_approval::Vendor B", "may_receive_purchase_order::Vendor B", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has vendor approval.\n- Vendor B 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 B.\nTarget statement: Vendor B may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0300_open_derived_missing_antecedent__owa__ask_act", "source_id": "procurement_review_0300_open_derived_missing_antecedent__owa", "base_id": "procurement_review_0300_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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": ["Vendor A submitted a tax form."], "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 A", "target_statement": "Vendor A needs procurement review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor A"], "conclusion": "needs_procurement_review::Vendor A", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor A", "gold_missing_atom": "has_risk_note::Vendor A", "gold_question_to_ask": "Is it true that Vendor A has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor A.\nTarget statement: Vendor A needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0299_closed_derived_missing_antecedent__owa__ask_act", "source_id": "procurement_review_0299_closed_derived_missing_antecedent__owa", "base_id": "procurement_review_0299_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["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": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor F", "gold_missing_atom": "has_vendor_approval::Vendor F", "gold_question_to_ask": "Is it true that Vendor F has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0177_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "robotics_operations_0177_closed_derived_missing_antecedent__lcwa", "base_id": "robotics_operations_0177_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 4 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 4", "target_statement": "Rover 4 may start its shift.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 4", "has_shift_clearance::Rover 4"], "conclusion": "may_start_shift::Rover 4", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 4.\nTarget statement: Rover 4 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0077_explicit_negative_open__cwa__ask_act", "source_id": "university_registration_0077_explicit_negative_open__cwa", "base_id": "university_registration_0077_explicit_negative_open", "split": "train", "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": ["Noah passed the qualifying exam."], "facts_negative": ["Theo 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::Theo", "target_statement": "Theo has an external scholarship.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": ["has_external_scholarship::Theo"], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["passed_exam::Noah"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Theo does not has an external scholarship.\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Theo.\nTarget statement: Theo has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0032_explicit_negative_closed__owa__ask_act", "source_id": "hospital_access_0032_explicit_negative_closed__owa", "base_id": "hospital_access_0032_explicit_negative_closed", "split": "train", "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": ["Elena has completed safety training."], "facts_negative": ["Cora 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::Cora", "target_statement": "Cora has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": ["has_clearance::Cora"], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n\nNegative facts:\n- Cora does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Cora.\nTarget statement: Cora has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0262_open_derived_missing_antecedent__owa__ask_act", "source_id": "cloud_deployment_0262_open_derived_missing_antecedent__owa", "base_id": "cloud_deployment_0262_open_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Service E needs SRE review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service E"], "conclusion": "needs_sre_review::Service E", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service E", "gold_missing_atom": "has_incident_note::Service E", "gold_question_to_ask": "Is it true that Service E has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service E.\nTarget statement: Service E needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0292_open_missing_with_closed_distractor__owa__ask_act", "source_id": "procurement_review_0292_open_missing_with_closed_distractor__owa", "base_id": "procurement_review_0292_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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": ["Vendor F has vendor approval.", "Vendor F 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_risk_note::Vendor E", "target_statement": "Vendor E has a risk note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor E", "gold_missing_atom": "has_risk_note::Vendor E", "gold_question_to_ask": "Is it true that Vendor E has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0182_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "robotics_operations_0182_open_derived_missing_antecedent__lcwa", "base_id": "robotics_operations_0182_open_derived_missing_antecedent", "split": "train", "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 3 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 3", "target_statement": "Rover 3 needs operator review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::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": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 3", "gold_missing_atom": "has_field_note::Rover 3", "gold_question_to_ask": "Is it true that Rover 3 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 3.\nTarget statement: Rover 3 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0026_entailed_closed_conclusion__cwa__ask_act", "source_id": "hospital_access_0026_entailed_closed_conclusion__cwa", "base_id": "hospital_access_0026_entailed_closed_conclusion", "split": "train", "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": ["Cora has completed safety training.", "Cora 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::Cora", "target_statement": "Cora may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Cora", "has_clearance::Cora"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Cora", "has_clearance::Cora"], "conclusion": "may_enter_lab::Cora", "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::Cora", "closure_atoms": ["completed_training::Cora", "has_clearance::Cora", "may_enter_lab::Cora"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n- Cora 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::Cora.\nTarget statement: Cora may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0198_explicit_negative_open__cwa__ask_act", "source_id": "robotics_operations_0198_explicit_negative_open__cwa", "base_id": "robotics_operations_0198_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 3 passed diagnostics."], "facts_negative": ["Rover 1 does not has a field note."], "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 1", "target_statement": "Rover 1 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": ["has_field_note::Rover 1"], "rules": [], "query_atom": "has_field_note::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 1 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 1.\nTarget statement: Rover 1 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0203_closed_missing_direct__owa__ask_act", "source_id": "library_services_0203_closed_missing_direct__owa", "base_id": "library_services_0203_closed_missing_direct", "split": "train", "domain": "library_services", "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": ["Reader F 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_borrowing_clearance::Reader F", "target_statement": "Reader F has borrowing clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader F", "closure_atoms": ["has_active_membership::Reader F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_borrowing_clearance", "gold_missing_entity": "Reader F", "gold_missing_atom": "has_borrowing_clearance::Reader F", "gold_question_to_ask": "Is it true that Reader F has borrowing clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader F.\nTarget statement: Reader F has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0294_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "procurement_review_0294_open_missing_with_closed_distractor__lcwa", "base_id": "procurement_review_0294_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor B has vendor approval.", "Vendor B 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_risk_note::Vendor A", "target_statement": "Vendor A has a risk note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor A", "closure_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor A", "gold_missing_atom": "has_risk_note::Vendor A", "gold_question_to_ask": "Is it true that Vendor A has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has vendor approval.\n- Vendor B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor A.\nTarget statement: Vendor A has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0251_closed_missing_with_open_distractor__owa__ask_act", "source_id": "cloud_deployment_0251_closed_missing_with_open_distractor__owa", "base_id": "cloud_deployment_0251_closed_missing_with_open_distractor", "split": "train", "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 A has an incident note.", "Service F 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 F", "target_statement": "Service F has deployment approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service A", "passed_unit_tests::Service F"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service F", "closure_atoms": ["has_incident_note::Service A", "passed_unit_tests::Service F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service F", "gold_missing_atom": "has_deployment_approval::Service F", "gold_question_to_ask": "Is it true that Service F has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\n- Service F passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service F.\nTarget statement: Service F has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0307_entailed_closed_conclusion__cwa__ask_act", "source_id": "procurement_review_0307_entailed_closed_conclusion__cwa", "base_id": "procurement_review_0307_entailed_closed_conclusion", "split": "train", "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 B has vendor approval.", "Vendor B 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 B", "target_statement": "Vendor B may receive a purchase order.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor B", "has_vendor_approval::Vendor B"], "conclusion": "may_receive_purchase_order::Vendor B", "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 B", "closure_atoms": ["has_vendor_approval::Vendor B", "may_receive_purchase_order::Vendor B", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has vendor approval.\n- Vendor B 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 B.\nTarget statement: Vendor B may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0176_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "robotics_operations_0176_closed_derived_missing_antecedent__lcwa", "base_id": "robotics_operations_0176_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 3 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 3", "target_statement": "Rover 3 may start its shift.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 3", "has_shift_clearance::Rover 3"], "conclusion": "may_start_shift::Rover 3", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 3.\nTarget statement: Rover 3 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0293_open_missing_with_closed_distractor__owa__ask_act", "source_id": "procurement_review_0293_open_missing_with_closed_distractor__owa", "base_id": "procurement_review_0293_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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": ["Vendor A has vendor approval.", "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_risk_note::Vendor F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor F", "gold_missing_atom": "has_risk_note::Vendor F", "gold_question_to_ask": "Is it true that Vendor F has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has vendor approval.\n- Vendor A submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0120_closed_missing_direct__lcwa__ask_act", "source_id": "finance_controls_0120_closed_missing_direct__lcwa", "base_id": "finance_controls_0120_closed_missing_direct", "split": "train", "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 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_compliance_clearance::Account 12", "target_statement": "Account 12 has compliance clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 12", "closure_atoms": ["passed_kyc::Account 12"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_compliance_clearance::Account 12.\nTarget statement: Account 12 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0194_explicit_negative_closed__owa__ask_act", "source_id": "robotics_operations_0194_explicit_negative_closed__owa", "base_id": "robotics_operations_0194_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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": ["Rover 5 passed diagnostics."], "facts_negative": ["Rover 3 does not has shift clearance."], "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 3", "target_statement": "Rover 3 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": ["has_shift_clearance::Rover 3"], "rules": [], "query_atom": "has_shift_clearance::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- Rover 3 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 3.\nTarget statement: Rover 3 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0082_closed_missing_direct__cwa__ask_act", "source_id": "manufacturing_quality_0082_closed_missing_direct__cwa", "base_id": "manufacturing_quality_0082_closed_missing_direct", "split": "train", "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 E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0216_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "library_services_0216_closed_derived_missing_antecedent__lcwa", "base_id": "library_services_0216_closed_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Reader A may borrow an archive item.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"], "conclusion": "may_borrow_archive_item::Reader A", "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 A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 A.\nTarget statement: Reader A may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0191_entailed_open_conclusion__owa__ask_act", "source_id": "robotics_operations_0191_entailed_open_conclusion__owa", "base_id": "robotics_operations_0191_entailed_open_conclusion", "split": "train", "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 6 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 6", "target_statement": "Rover 6 needs operator review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 6"], "conclusion": "needs_operator_review::Rover 6", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 6", "closure_atoms": ["has_field_note::Rover 6", "needs_operator_review::Rover 6"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 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 6.\nTarget statement: Rover 6 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0040_closed_missing_direct__cwa__ask_act", "source_id": "university_registration_0040_closed_missing_direct__cwa", "base_id": "university_registration_0040_closed_missing_direct", "split": "train", "domain": "university_registration", "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_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Iris 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::Iris", "target_statement": "Iris has advising clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Iris", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_advising_clearance::Iris.\nTarget statement: Iris has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0043_closed_missing_direct__owa__ask_act", "source_id": "university_registration_0043_closed_missing_direct__owa", "base_id": "university_registration_0043_closed_missing_direct", "split": "train", "domain": "university_registration", "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": ["Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["passed_exam::Noah"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_advising_clearance", "gold_missing_entity": "Noah", "gold_missing_atom": "has_advising_clearance::Noah", "gold_question_to_ask": "Is it true that Noah has advising clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0027_entailed_closed_conclusion__cwa__ask_act", "source_id": "hospital_access_0027_entailed_closed_conclusion__cwa", "base_id": "hospital_access_0027_entailed_closed_conclusion", "split": "train", "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": ["Dylan has completed safety training.", "Dylan 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::Dylan", "target_statement": "Dylan may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Dylan", "has_clearance::Dylan"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Dylan", "has_clearance::Dylan"], "conclusion": "may_enter_lab::Dylan", "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::Dylan", "closure_atoms": ["completed_training::Dylan", "has_clearance::Dylan", "may_enter_lab::Dylan"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Dylan 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::Dylan.\nTarget statement: Dylan may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0266_entailed_closed_conclusion__lcwa__ask_act", "source_id": "cloud_deployment_0266_entailed_closed_conclusion__lcwa", "base_id": "cloud_deployment_0266_entailed_closed_conclusion", "split": "train", "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 C has deployment approval.", "Service C 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 C", "target_statement": "Service C may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service C", "has_deployment_approval::Service C"], "conclusion": "may_deploy::Service C", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service C", "closure_atoms": ["has_deployment_approval::Service C", "may_deploy::Service C", "passed_unit_tests::Service C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service C 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 C.\nTarget statement: Service C may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0047_open_missing_direct__owa__ask_act", "source_id": "university_registration_0047_open_missing_direct__owa", "base_id": "university_registration_0047_open_missing_direct", "split": "train", "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": ["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::Theo", "target_statement": "Theo has an external scholarship.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Theo", "gold_missing_atom": "has_external_scholarship::Theo", "gold_question_to_ask": "Is it true that Theo has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0192_explicit_negative_closed__owa__ask_act", "source_id": "robotics_operations_0192_explicit_negative_closed__owa", "base_id": "robotics_operations_0192_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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": ["Rover 3 passed diagnostics."], "facts_negative": ["Rover 1 does not has shift clearance."], "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 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": ["has_shift_clearance::Rover 1"], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 1 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0043_closed_missing_direct__cwa__ask_act", "source_id": "university_registration_0043_closed_missing_direct__cwa", "base_id": "university_registration_0043_closed_missing_direct", "split": "train", "domain": "university_registration", "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_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["passed_exam::Noah"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0042_closed_missing_direct__cwa__ask_act", "source_id": "university_registration_0042_closed_missing_direct__cwa", "base_id": "university_registration_0042_closed_missing_direct", "split": "train", "domain": "university_registration", "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_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["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_advising_clearance::Mia", "target_statement": "Mia has advising clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Mia", "closure_atoms": ["passed_exam::Mia"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Mia.\nTarget statement: Mia has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0071_entailed_open_conclusion__cwa__ask_act", "source_id": "university_registration_0071_entailed_open_conclusion__cwa", "base_id": "university_registration_0071_entailed_open_conclusion", "split": "train", "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": ["Theo 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::Theo", "target_statement": "Theo needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Theo"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Theo"], "conclusion": "needs_manual_audit::Theo", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Theo", "closure_atoms": ["has_external_scholarship::Theo", "needs_manual_audit::Theo"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Theo.\nTarget statement: Theo needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0111_entailed_open_conclusion__owa__ask_act", "source_id": "manufacturing_quality_0111_entailed_open_conclusion__owa", "base_id": "manufacturing_quality_0111_entailed_open_conclusion", "split": "train", "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 D 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 D", "target_statement": "Part D needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part D"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part D"], "conclusion": "needs_engineer_review::Part D", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part D", "closure_atoms": ["has_supplier_note::Part D", "needs_engineer_review::Part D"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 D.\nTarget statement: Part D needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0286_open_missing_direct__cwa__ask_act", "source_id": "procurement_review_0286_open_missing_direct__cwa", "base_id": "procurement_review_0286_open_missing_direct", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor E 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_risk_note::Vendor E", "target_statement": "Vendor E has a risk note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0196_explicit_negative_open__lcwa__ask_act", "source_id": "robotics_operations_0196_explicit_negative_open__lcwa", "base_id": "robotics_operations_0196_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 1 passed diagnostics."], "facts_negative": ["Rover 5 does not has a field note."], "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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": ["has_field_note::Rover 5"], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 5 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0157_explicit_negative_open__owa__ask_act", "source_id": "finance_controls_0157_explicit_negative_open__owa", "base_id": "finance_controls_0157_explicit_negative_open", "split": "train", "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 48 passed KYC checks."], "facts_negative": ["Account 27 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 27", "target_statement": "Account 27 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": ["has_manual_exception::Account 27"], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["passed_kyc::Account 48"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 27 does not has a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0246_open_missing_direct__cwa__ask_act", "source_id": "cloud_deployment_0246_open_missing_direct__cwa", "base_id": "cloud_deployment_0246_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service A 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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0066_entailed_closed_conclusion__owa__ask_act", "source_id": "university_registration_0066_entailed_closed_conclusion__owa", "base_id": "university_registration_0066_entailed_closed_conclusion", "split": "train", "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": ["Mia has advising clearance.", "Mia 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::Mia", "target_statement": "Mia may register for the seminar.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Mia", "has_advising_clearance::Mia"], "conclusion": "may_register::Mia", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Mia", "closure_atoms": ["has_advising_clearance::Mia", "may_register::Mia", "passed_exam::Mia"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Mia.\nTarget statement: Mia may register for the seminar.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0186_entailed_closed_conclusion__lcwa__ask_act", "source_id": "robotics_operations_0186_entailed_closed_conclusion__lcwa", "base_id": "robotics_operations_0186_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 1 has shift clearance.", "Rover 1 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 1", "target_statement": "Rover 1 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 1", "has_shift_clearance::Rover 1"], "conclusion": "may_start_shift::Rover 1", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 1", "closure_atoms": ["has_shift_clearance::Rover 1", "may_start_shift::Rover 1", "passed_diagnostics::Rover 1"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 1.\nTarget statement: Rover 1 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0005_open_missing_direct__owa__ask_act", "source_id": "hospital_access_0005_open_missing_direct__owa", "base_id": "hospital_access_0005_open_missing_direct", "split": "train", "domain": "hospital_access", "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": ["Farid 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": "assigned_to_trial::Farid", "target_statement": "Farid is assigned to the clinical trial.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Farid", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Farid", "gold_missing_atom": "assigned_to_trial::Farid", "gold_question_to_ask": "Is it true that Farid is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Farid.\nTarget statement: Farid is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0306_entailed_closed_conclusion__cwa__ask_act", "source_id": "procurement_review_0306_entailed_closed_conclusion__cwa", "base_id": "procurement_review_0306_entailed_closed_conclusion", "split": "train", "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 A has vendor approval.", "Vendor A 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 A", "target_statement": "Vendor A may receive a purchase order.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor A", "has_vendor_approval::Vendor A"], "conclusion": "may_receive_purchase_order::Vendor A", "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 A", "closure_atoms": ["has_vendor_approval::Vendor A", "may_receive_purchase_order::Vendor A", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has vendor approval.\n- Vendor A 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 A.\nTarget statement: Vendor A may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0310_entailed_open_conclusion__owa__ask_act", "source_id": "procurement_review_0310_entailed_open_conclusion__owa", "base_id": "procurement_review_0310_entailed_open_conclusion", "split": "train", "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 E 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 E", "target_statement": "Vendor E needs procurement review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor E"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor E"], "conclusion": "needs_procurement_review::Vendor E", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor E", "closure_atoms": ["has_risk_note::Vendor E", "needs_procurement_review::Vendor E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Vendor E needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0140_open_derived_missing_antecedent__owa__ask_act", "source_id": "finance_controls_0140_open_derived_missing_antecedent__owa", "base_id": "finance_controls_0140_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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": ["Account 35 passed KYC checks."], "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 35", "target_statement": "Account 35 needs compliance review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 35"], "conclusion": "needs_compliance_review::Account 35", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 35", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 35", "gold_missing_atom": "has_manual_exception::Account 35", "gold_question_to_ask": "Is it true that Account 35 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\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 35.\nTarget statement: Account 35 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0116_explicit_negative_open__lcwa__ask_act", "source_id": "manufacturing_quality_0116_explicit_negative_open__lcwa", "base_id": "manufacturing_quality_0116_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "may_ship"], "facts_positive": ["Part E passed the visual check."], "facts_negative": ["Part C does not has a supplier note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": ["has_supplier_note::Part C"], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E passed the visual check.\n\nNegative facts:\n- Part C does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part C.\nTarget statement: Part C has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0128_closed_missing_with_open_distractor__owa__ask_act", "source_id": "finance_controls_0128_closed_missing_with_open_distractor__owa", "base_id": "finance_controls_0128_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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": ["Account 48 has a manual exception.", "Account 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 48", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["has_manual_exception::Account 48", "passed_kyc::Account 35"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_compliance_clearance", "gold_missing_entity": "Account 35", "gold_missing_atom": "has_compliance_clearance::Account 35", "gold_question_to_ask": "Is it true that Account 35 has compliance clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a manual exception.\n- Account 35 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0079_explicit_negative_open__cwa__ask_act", "source_id": "university_registration_0079_explicit_negative_open__cwa", "base_id": "university_registration_0079_explicit_negative_open", "split": "train", "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": ["Omar passed the qualifying exam."], "facts_negative": ["Noah 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::Noah", "target_statement": "Noah has an external scholarship.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": ["has_external_scholarship::Noah"], "rules": [], "query_atom": "has_external_scholarship::Noah", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah does not has an external scholarship.\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Noah.\nTarget statement: Noah has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0088_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "manufacturing_quality_0088_closed_missing_with_open_distractor__lcwa", "base_id": "manufacturing_quality_0088_closed_missing_with_open_distractor", "split": "train", "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 F has a supplier note.", "Part E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part F", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["has_supplier_note::Part F", "passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a supplier note.\n- Part E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0245_open_missing_direct__cwa__ask_act", "source_id": "cloud_deployment_0245_open_missing_direct__cwa", "base_id": "cloud_deployment_0245_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service F 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 F", "target_statement": "Service F has an incident note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service F.\nTarget statement: Service F has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0119_explicit_negative_open__lcwa__ask_act", "source_id": "manufacturing_quality_0119_explicit_negative_open__lcwa", "base_id": "manufacturing_quality_0119_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "may_ship"], "facts_positive": ["Part B passed the visual check."], "facts_negative": ["Part F does not has a supplier note."], "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 F", "target_statement": "Part F has a supplier note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": ["has_supplier_note::Part F"], "rules": [], "query_atom": "has_supplier_note::Part F", "closure_atoms": ["passed_visual_check::Part B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part F.\nTarget statement: Part F has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0087_open_missing_direct__lcwa__ask_act", "source_id": "manufacturing_quality_0087_open_missing_direct__lcwa", "base_id": "manufacturing_quality_0087_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "may_ship"], "facts_positive": ["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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["passed_visual_check::Part D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part D", "gold_missing_atom": "has_supplier_note::Part D", "gold_question_to_ask": "Is it true that Part D has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0117_explicit_negative_open__cwa__ask_act", "source_id": "manufacturing_quality_0117_explicit_negative_open__cwa", "base_id": "manufacturing_quality_0117_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part F passed the visual check."], "facts_negative": ["Part D does not has a supplier note."], "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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": ["has_supplier_note::Part D"], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["passed_visual_check::Part F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Part D does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0046_open_missing_direct__owa__ask_act", "source_id": "university_registration_0046_open_missing_direct__owa", "base_id": "university_registration_0046_open_missing_direct", "split": "train", "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": ["Iris 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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Iris", "gold_missing_atom": "has_external_scholarship::Iris", "gold_question_to_ask": "Is it true that Iris has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0084_open_missing_direct__owa__ask_act", "source_id": "manufacturing_quality_0084_open_missing_direct__owa", "base_id": "manufacturing_quality_0084_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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": ["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_supplier_note::Part A", "target_statement": "Part A has a supplier note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part A", "gold_missing_atom": "has_supplier_note::Part A", "gold_question_to_ask": "Is it true that Part A has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part A.\nTarget statement: Part A has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0015_open_missing_with_closed_distractor__owa__ask_act", "source_id": "hospital_access_0015_open_missing_with_closed_distractor__owa", "base_id": "hospital_access_0015_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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": ["Elena has completed safety training.", "Elena has security clearance."], "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": "assigned_to_trial::Dylan", "target_statement": "Dylan is assigned to the clinical trial.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Elena", "has_clearance::Elena"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Dylan", "closure_atoms": ["completed_training::Elena", "has_clearance::Elena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Dylan", "gold_missing_atom": "assigned_to_trial::Dylan", "gold_question_to_ask": "Is it true that Dylan is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n- Elena has security clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Dylan.\nTarget statement: Dylan is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0007_open_missing_direct__owa__ask_act", "source_id": "hospital_access_0007_open_missing_direct__owa", "base_id": "hospital_access_0007_open_missing_direct", "split": "train", "domain": "hospital_access", "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": ["Ben 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": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Ben", "gold_missing_atom": "assigned_to_trial::Ben", "gold_question_to_ask": "Is it true that Ben is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0154_explicit_negative_closed__cwa__ask_act", "source_id": "finance_controls_0154_explicit_negative_closed__cwa", "base_id": "finance_controls_0154_explicit_negative_closed", "split": "train", "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 12 passed KYC checks."], "facts_negative": ["Account 59 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 59", "target_statement": "Account 59 has compliance clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": ["has_compliance_clearance::Account 59"], "rules": [], "query_atom": "has_compliance_clearance::Account 59", "closure_atoms": ["passed_kyc::Account 12"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 59 does not has compliance clearance.\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 59.\nTarget statement: Account 59 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0204_open_missing_direct__lcwa__ask_act", "source_id": "library_services_0204_open_missing_direct__lcwa", "base_id": "library_services_0204_open_missing_direct", "split": "train", "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 A 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 A", "target_statement": "Reader A has a special request.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader A", "gold_missing_atom": "has_special_request::Reader A", "gold_question_to_ask": "Is it true that Reader A has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader A.\nTarget statement: Reader A has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0212_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "library_services_0212_open_missing_with_closed_distractor__lcwa", "base_id": "library_services_0212_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader D has an active membership.", "Reader D has borrowing clearance."], "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_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader C", "gold_missing_atom": "has_special_request::Reader C", "gold_question_to_ask": "Is it true that Reader C has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader D has borrowing clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0319_explicit_negative_open__owa__ask_act", "source_id": "procurement_review_0319_explicit_negative_open__owa", "base_id": "procurement_review_0319_explicit_negative_open", "split": "train", "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 D submitted a tax form."], "facts_negative": ["Vendor B 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 B", "target_statement": "Vendor B has a risk note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": ["has_risk_note::Vendor B"], "rules": [], "query_atom": "has_risk_note::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a risk note.\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor B.\nTarget statement: Vendor B has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0083_closed_missing_direct__owa__ask_act", "source_id": "manufacturing_quality_0083_closed_missing_direct__owa", "base_id": "manufacturing_quality_0083_closed_missing_direct", "split": "train", "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 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_release_approval::Part F", "target_statement": "Part F has release approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part F", "closure_atoms": ["passed_visual_check::Part F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_release_approval", "gold_missing_entity": "Part F", "gold_missing_atom": "has_release_approval::Part F", "gold_question_to_ask": "Is it true that Part F has release approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_release_approval::Part F.\nTarget statement: Part F has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0000_closed_missing_direct__cwa__ask_act", "source_id": "hospital_access_0000_closed_missing_direct__cwa", "base_id": "hospital_access_0000_closed_missing_direct", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava has security clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Ava.\nTarget statement: Ava has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0020_open_derived_missing_antecedent__cwa__ask_act", "source_id": "hospital_access_0020_open_derived_missing_antecedent__cwa", "base_id": "hospital_access_0020_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Cora has completed safety training."], "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::Cora", "target_statement": "Cora needs supervisor review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Cora"], "conclusion": "needs_supervisor_review::Cora", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Cora", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\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::Cora.\nTarget statement: Cora needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0018_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "hospital_access_0018_closed_derived_missing_antecedent__cwa", "base_id": "hospital_access_0018_closed_derived_missing_antecedent", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava may enter Lab A.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ava", "has_clearance::Ava"], "conclusion": "may_enter_lab::Ava", "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::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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::Ava.\nTarget statement: Ava may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0279_explicit_negative_open__cwa__ask_act", "source_id": "cloud_deployment_0279_explicit_negative_open__cwa", "base_id": "cloud_deployment_0279_explicit_negative_open", "split": "train", "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 F passed unit tests."], "facts_negative": ["Service D 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 D", "target_statement": "Service D has an incident note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": ["has_incident_note::Service D"], "rules": [], "query_atom": "has_incident_note::Service D", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- Service D does not has an incident note.\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service D.\nTarget statement: Service D has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0015_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "hospital_access_0015_open_missing_with_closed_distractor__cwa", "base_id": "hospital_access_0015_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Elena has completed safety training.", "Elena has security clearance."], "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": "assigned_to_trial::Dylan", "target_statement": "Dylan is assigned to the clinical trial.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Elena", "has_clearance::Elena"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Dylan", "closure_atoms": ["completed_training::Elena", "has_clearance::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n- Elena has security clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Dylan.\nTarget statement: Dylan is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0240_closed_missing_direct__lcwa__ask_act", "source_id": "cloud_deployment_0240_closed_missing_direct__lcwa", "base_id": "cloud_deployment_0240_closed_missing_direct", "split": "train", "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 A 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 A", "target_statement": "Service A has deployment approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service A", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service A.\nTarget statement: Service A has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0062_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "university_registration_0062_open_derived_missing_antecedent__lcwa", "base_id": "university_registration_0062_open_derived_missing_antecedent", "split": "train", "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": ["Lena 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::Lena", "target_statement": "Lena needs a manual audit.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::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": ["passed_exam::Lena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Lena", "gold_missing_atom": "has_external_scholarship::Lena", "gold_question_to_ask": "Is it true that Lena has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0210_closed_missing_with_open_distractor__owa__ask_act", "source_id": "library_services_0210_closed_missing_with_open_distractor__owa", "base_id": "library_services_0210_closed_missing_with_open_distractor", "split": "train", "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 A has an active membership.", "Reader B 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 A", "target_statement": "Reader A has borrowing clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A", "has_special_request::Reader B"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader A", "closure_atoms": ["has_active_membership::Reader A", "has_special_request::Reader B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_borrowing_clearance", "gold_missing_entity": "Reader A", "gold_missing_atom": "has_borrowing_clearance::Reader A", "gold_question_to_ask": "Is it true that Reader A has borrowing clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader B has a special request.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader A.\nTarget statement: Reader A has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0033_explicit_negative_closed__owa__ask_act", "source_id": "hospital_access_0033_explicit_negative_closed__owa", "base_id": "hospital_access_0033_explicit_negative_closed", "split": "train", "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": ["Farid has completed safety training."], "facts_negative": ["Dylan 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::Dylan", "target_statement": "Dylan has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": ["has_clearance::Dylan"], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0255_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "cloud_deployment_0255_open_missing_with_closed_distractor__lcwa", "base_id": "cloud_deployment_0255_open_missing_with_closed_distractor", "split": "train", "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 E has deployment approval.", "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_incident_note::Service D", "target_statement": "Service D has an incident note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service E", "passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service D", "closure_atoms": ["has_deployment_approval::Service E", "passed_unit_tests::Service E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service D", "gold_missing_atom": "has_incident_note::Service D", "gold_question_to_ask": "Is it true that Service D has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service E passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service D.\nTarget statement: Service D has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0287_open_missing_direct__cwa__ask_act", "source_id": "procurement_review_0287_open_missing_direct__cwa", "base_id": "procurement_review_0287_open_missing_direct", "split": "train", "domain": "procurement_review", "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_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": [], "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 F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0205_open_missing_direct__cwa__ask_act", "source_id": "library_services_0205_open_missing_direct__cwa", "base_id": "library_services_0205_open_missing_direct", "split": "train", "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 B 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 B", "target_statement": "Reader B has a special request.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader B", "closure_atoms": ["has_active_membership::Reader B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader B.\nTarget statement: Reader B has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0035_explicit_negative_closed__lcwa__ask_act", "source_id": "hospital_access_0035_explicit_negative_closed__lcwa", "base_id": "hospital_access_0035_explicit_negative_closed", "split": "train", "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": ["Ben has completed safety training."], "facts_negative": ["Farid 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::Farid", "target_statement": "Farid has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": ["has_clearance::Farid"], "rules": [], "query_atom": "has_clearance::Farid", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Farid does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Farid.\nTarget statement: Farid has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0134_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "finance_controls_0134_open_missing_with_closed_distractor__cwa", "base_id": "finance_controls_0134_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 48 has compliance clearance.", "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_manual_exception::Account 35", "target_statement": "Account 35 has a manual exception.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 35", "closure_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 48 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 35.\nTarget statement: Account 35 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0083_closed_missing_direct__cwa__ask_act", "source_id": "manufacturing_quality_0083_closed_missing_direct__cwa", "base_id": "manufacturing_quality_0083_closed_missing_direct", "split": "train", "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 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_release_approval::Part F", "target_statement": "Part F has release approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part F", "closure_atoms": ["passed_visual_check::Part F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_release_approval::Part F.\nTarget statement: Part F has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0214_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "library_services_0214_open_missing_with_closed_distractor__lcwa", "base_id": "library_services_0214_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader F has an active membership.", "Reader F has borrowing clearance."], "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 E", "target_statement": "Reader E has a special request.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader E", "closure_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader E", "gold_missing_atom": "has_special_request::Reader E", "gold_question_to_ask": "Is it true that Reader E has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n- Reader F has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader E.\nTarget statement: Reader E has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0178_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "robotics_operations_0178_closed_derived_missing_antecedent__lcwa", "base_id": "robotics_operations_0178_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 5 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 5", "target_statement": "Rover 5 may start its shift.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 5", "has_shift_clearance::Rover 5"], "conclusion": "may_start_shift::Rover 5", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 5.\nTarget statement: Rover 5 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0297_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "procurement_review_0297_closed_derived_missing_antecedent__lcwa", "base_id": "procurement_review_0297_closed_derived_missing_antecedent", "split": "train", "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 D 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 D", "target_statement": "Vendor D may receive a purchase order.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor D", "has_vendor_approval::Vendor D"], "conclusion": "may_receive_purchase_order::Vendor D", "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 D", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 D.\nTarget statement: Vendor D may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0022_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "hospital_access_0022_open_derived_missing_antecedent__lcwa", "base_id": "hospital_access_0022_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Elena has completed safety training."], "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_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::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": ["completed_training::Elena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Elena", "gold_missing_atom": "assigned_to_trial::Elena", "gold_question_to_ask": "Is it true that Elena is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0129_closed_missing_with_open_distractor__owa__ask_act", "source_id": "finance_controls_0129_closed_missing_with_open_distractor__owa", "base_id": "finance_controls_0129_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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": ["Account 59 has a manual exception.", "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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 59", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["has_manual_exception::Account 59", "passed_kyc::Account 48"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_compliance_clearance", "gold_missing_entity": "Account 48", "gold_missing_atom": "has_compliance_clearance::Account 48", "gold_question_to_ask": "Is it true that Account 48 has compliance clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a manual exception.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0272_explicit_negative_closed__owa__ask_act", "source_id": "cloud_deployment_0272_explicit_negative_closed__owa", "base_id": "cloud_deployment_0272_explicit_negative_closed", "split": "train", "domain": "cloud_deployment", "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": ["Service E passed unit tests."], "facts_negative": ["Service C does not has deployment approval."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": ["has_deployment_approval::Service C"], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 deployment approval.\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service C.\nTarget statement: Service C has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0253_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "cloud_deployment_0253_open_missing_with_closed_distractor__cwa", "base_id": "cloud_deployment_0253_open_missing_with_closed_distractor", "split": "train", "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 C has deployment approval.", "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_incident_note::Service B", "target_statement": "Service B has an incident note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service C passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0215_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "library_services_0215_open_missing_with_closed_distractor__lcwa", "base_id": "library_services_0215_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader A has an active membership.", "Reader A has borrowing clearance."], "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 F", "target_statement": "Reader F has a special request.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader F", "closure_atoms": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader F", "gold_missing_atom": "has_special_request::Reader F", "gold_question_to_ask": "Is it true that Reader F has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader A has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader F.\nTarget statement: Reader F has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0184_entailed_closed_conclusion__cwa__ask_act", "source_id": "robotics_operations_0184_entailed_closed_conclusion__cwa", "base_id": "robotics_operations_0184_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 5 has shift clearance.", "Rover 5 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 5", "target_statement": "Rover 5 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 5", "passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 5", "has_shift_clearance::Rover 5"], "conclusion": "may_start_shift::Rover 5", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 5", "closure_atoms": ["has_shift_clearance::Rover 5", "may_start_shift::Rover 5", "passed_diagnostics::Rover 5"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 has shift clearance.\n- Rover 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 5.\nTarget statement: Rover 5 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0293_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "procurement_review_0293_open_missing_with_closed_distractor__lcwa", "base_id": "procurement_review_0293_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor A has vendor approval.", "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_risk_note::Vendor F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor F", "gold_missing_atom": "has_risk_note::Vendor F", "gold_question_to_ask": "Is it true that Vendor F has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has vendor approval.\n- Vendor A submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0249_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "cloud_deployment_0249_closed_missing_with_open_distractor__cwa", "base_id": "cloud_deployment_0249_closed_missing_with_open_distractor", "split": "train", "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 E has an incident note.", "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_deployment_approval::Service D", "target_statement": "Service D has deployment approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service E", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service D", "closure_atoms": ["has_incident_note::Service E", "passed_unit_tests::Service D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an incident note.\n- Service D passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service D.\nTarget statement: Service D has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0185_entailed_closed_conclusion__lcwa__ask_act", "source_id": "robotics_operations_0185_entailed_closed_conclusion__lcwa", "base_id": "robotics_operations_0185_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 6 has shift clearance.", "Rover 6 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 6", "target_statement": "Rover 6 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 6", "has_shift_clearance::Rover 6"], "conclusion": "may_start_shift::Rover 6", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 6", "closure_atoms": ["has_shift_clearance::Rover 6", "may_start_shift::Rover 6", "passed_diagnostics::Rover 6"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 has shift clearance.\n- Rover 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 6.\nTarget statement: Rover 6 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0204_open_missing_direct__cwa__ask_act", "source_id": "library_services_0204_open_missing_direct__cwa", "base_id": "library_services_0204_open_missing_direct", "split": "train", "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 A 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 A", "target_statement": "Reader A has a special request.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader A.\nTarget statement: Reader A has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0233_explicit_negative_closed__cwa__ask_act", "source_id": "library_services_0233_explicit_negative_closed__cwa", "base_id": "library_services_0233_explicit_negative_closed", "split": "train", "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 B has an active membership."], "facts_negative": ["Reader F 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 F", "target_statement": "Reader F has borrowing clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": ["has_borrowing_clearance::Reader F"], "rules": [], "query_atom": "has_borrowing_clearance::Reader F", "closure_atoms": ["has_active_membership::Reader B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 borrowing clearance.\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader F.\nTarget statement: Reader F has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0171_closed_missing_with_open_distractor__owa__ask_act", "source_id": "robotics_operations_0171_closed_missing_with_open_distractor__owa", "base_id": "robotics_operations_0171_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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": ["Rover 5 has a field note.", "Rover 4 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 4", "target_statement": "Rover 4 has shift clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 5", "passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 4", "closure_atoms": ["has_field_note::Rover 5", "passed_diagnostics::Rover 4"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 4", "gold_missing_atom": "has_shift_clearance::Rover 4", "gold_question_to_ask": "Is it true that Rover 4 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 has a field note.\n- Rover 4 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 4.\nTarget statement: Rover 4 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0131_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "finance_controls_0131_closed_missing_with_open_distractor__cwa", "base_id": "finance_controls_0131_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 12 has a manual exception.", "Account 61 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 61", "target_statement": "Account 61 has compliance clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 12", "passed_kyc::Account 61"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 61", "closure_atoms": ["has_manual_exception::Account 12", "passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 61 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 61.\nTarget statement: Account 61 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0303_open_derived_missing_antecedent__cwa__ask_act", "source_id": "procurement_review_0303_open_derived_missing_antecedent__cwa", "base_id": "procurement_review_0303_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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_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": [], "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::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": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0213_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "library_services_0213_open_missing_with_closed_distractor__lcwa", "base_id": "library_services_0213_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader E has an active membership.", "Reader E has borrowing clearance."], "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 D", "target_statement": "Reader D has a special request.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader D", "closure_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader D", "gold_missing_atom": "has_special_request::Reader D", "gold_question_to_ask": "Is it true that Reader D has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader E has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader D.\nTarget statement: Reader D has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0260_open_derived_missing_antecedent__cwa__ask_act", "source_id": "cloud_deployment_0260_open_derived_missing_antecedent__cwa", "base_id": "cloud_deployment_0260_open_derived_missing_antecedent", "split": "train", "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 C 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 C", "target_statement": "Service C needs SRE review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service C"], "conclusion": "needs_sre_review::Service C", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service C", "closure_atoms": ["passed_unit_tests::Service C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service C.\nTarget statement: Service C needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0066_entailed_closed_conclusion__cwa__ask_act", "source_id": "university_registration_0066_entailed_closed_conclusion__cwa", "base_id": "university_registration_0066_entailed_closed_conclusion", "split": "train", "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": ["Mia has advising clearance.", "Mia 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::Mia", "target_statement": "Mia may register for the seminar.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Mia", "has_advising_clearance::Mia"], "conclusion": "may_register::Mia", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Mia", "closure_atoms": ["has_advising_clearance::Mia", "may_register::Mia", "passed_exam::Mia"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Mia.\nTarget statement: Mia may register for the seminar.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0257_closed_derived_missing_antecedent__owa__ask_act", "source_id": "cloud_deployment_0257_closed_derived_missing_antecedent__owa", "base_id": "cloud_deployment_0257_closed_derived_missing_antecedent", "split": "train", "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 F 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 F", "target_statement": "Service F may deploy to production.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service F", "has_deployment_approval::Service F"], "conclusion": "may_deploy::Service F", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service F", "gold_missing_atom": "has_deployment_approval::Service F", "gold_question_to_ask": "Is it true that Service F has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Service F may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0131_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "finance_controls_0131_closed_missing_with_open_distractor__lcwa", "base_id": "finance_controls_0131_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance"], "facts_positive": ["Account 12 has a manual exception.", "Account 61 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 61", "target_statement": "Account 61 has compliance clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 12", "passed_kyc::Account 61"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 61", "closure_atoms": ["has_manual_exception::Account 12", "passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 61 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 61.\nTarget statement: Account 61 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0319_explicit_negative_open__lcwa__ask_act", "source_id": "procurement_review_0319_explicit_negative_open__lcwa", "base_id": "procurement_review_0319_explicit_negative_open", "split": "train", "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 D submitted a tax form."], "facts_negative": ["Vendor B 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 B", "target_statement": "Vendor B has a risk note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": ["has_risk_note::Vendor B"], "rules": [], "query_atom": "has_risk_note::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a risk note.\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor B.\nTarget statement: Vendor B has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0002_closed_missing_direct__owa__ask_act", "source_id": "hospital_access_0002_closed_missing_direct__owa", "base_id": "hospital_access_0002_closed_missing_direct", "split": "train", "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": ["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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_clearance", "gold_missing_entity": "Cora", "gold_missing_atom": "has_clearance::Cora", "gold_question_to_ask": "Is it true that Cora has security clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0258_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "cloud_deployment_0258_closed_derived_missing_antecedent__lcwa", "base_id": "cloud_deployment_0258_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_unit_tests::Service A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0178_closed_derived_missing_antecedent__owa__ask_act", "source_id": "robotics_operations_0178_closed_derived_missing_antecedent__owa", "base_id": "robotics_operations_0178_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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": ["Rover 5 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 5", "target_statement": "Rover 5 may start its shift.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 5", "has_shift_clearance::Rover 5"], "conclusion": "may_start_shift::Rover 5", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 5", "gold_missing_atom": "has_shift_clearance::Rover 5", "gold_question_to_ask": "Is it true that Rover 5 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 5.\nTarget statement: Rover 5 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0172_open_missing_with_closed_distractor__owa__ask_act", "source_id": "robotics_operations_0172_open_missing_with_closed_distractor__owa", "base_id": "robotics_operations_0172_open_missing_with_closed_distractor", "split": "train", "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 6 has shift clearance.", "Rover 6 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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 5", "gold_missing_atom": "has_field_note::Rover 5", "gold_question_to_ask": "Is it true that Rover 5 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 has shift clearance.\n- Rover 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0132_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "finance_controls_0132_open_missing_with_closed_distractor__cwa", "base_id": "finance_controls_0132_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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_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": [], "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0118_explicit_negative_open__lcwa__ask_act", "source_id": "manufacturing_quality_0118_explicit_negative_open__lcwa", "base_id": "manufacturing_quality_0118_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "may_ship"], "facts_positive": ["Part A passed the visual check."], "facts_negative": ["Part E does not has a supplier note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": ["has_supplier_note::Part E"], "rules": [], "query_atom": "has_supplier_note::Part E", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- Part E does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part E.\nTarget statement: Part E has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0086_open_missing_direct__owa__ask_act", "source_id": "manufacturing_quality_0086_open_missing_direct__owa", "base_id": "manufacturing_quality_0086_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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": ["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_supplier_note::Part C", "target_statement": "Part C has a supplier note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part C", "gold_missing_atom": "has_supplier_note::Part C", "gold_question_to_ask": "Is it true that Part C has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_supplier_note::Part C.\nTarget statement: Part C has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0227_entailed_closed_conclusion__owa__ask_act", "source_id": "library_services_0227_entailed_closed_conclusion__owa", "base_id": "library_services_0227_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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": ["Reader F has an active membership.", "Reader F has borrowing clearance."], "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 F", "target_statement": "Reader F may borrow an archive item.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "conclusion": "may_borrow_archive_item::Reader F", "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 F", "closure_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F", "may_borrow_archive_item::Reader F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n- Reader F has borrowing clearance.\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 F.\nTarget statement: Reader F may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0157_explicit_negative_open__cwa__ask_act", "source_id": "finance_controls_0157_explicit_negative_open__cwa", "base_id": "finance_controls_0157_explicit_negative_open", "split": "train", "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 48 passed KYC checks."], "facts_negative": ["Account 27 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 27", "target_statement": "Account 27 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": ["has_manual_exception::Account 27"], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["passed_kyc::Account 48"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 27 does not has a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0219_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "library_services_0219_closed_derived_missing_antecedent__cwa", "base_id": "library_services_0219_closed_derived_missing_antecedent", "split": "train", "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 D 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 D", "target_statement": "Reader D may borrow an archive item.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"], "conclusion": "may_borrow_archive_item::Reader D", "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 D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 D.\nTarget statement: Reader D may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0121_closed_missing_direct__owa__ask_act", "source_id": "finance_controls_0121_closed_missing_direct__owa", "base_id": "finance_controls_0121_closed_missing_direct", "split": "train", "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 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_compliance_clearance::Account 27", "target_statement": "Account 27 has compliance clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 27", "closure_atoms": ["passed_kyc::Account 27"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_compliance_clearance", "gold_missing_entity": "Account 27", "gold_missing_atom": "has_compliance_clearance::Account 27", "gold_question_to_ask": "Is it true that Account 27 has compliance clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_compliance_clearance::Account 27.\nTarget statement: Account 27 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0177_closed_derived_missing_antecedent__owa__ask_act", "source_id": "robotics_operations_0177_closed_derived_missing_antecedent__owa", "base_id": "robotics_operations_0177_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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": ["Rover 4 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 4", "target_statement": "Rover 4 may start its shift.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 4", "has_shift_clearance::Rover 4"], "conclusion": "may_start_shift::Rover 4", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 4", "gold_missing_atom": "has_shift_clearance::Rover 4", "gold_question_to_ask": "Is it true that Rover 4 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 4.\nTarget statement: Rover 4 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0246_open_missing_direct__owa__ask_act", "source_id": "cloud_deployment_0246_open_missing_direct__owa", "base_id": "cloud_deployment_0246_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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": ["Service A 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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service A", "gold_missing_atom": "has_incident_note::Service A", "gold_question_to_ask": "Is it true that Service A has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0170_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "robotics_operations_0170_closed_missing_with_open_distractor__lcwa", "base_id": "robotics_operations_0170_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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_shift_clearance"], "facts_positive": ["Rover 4 has a field note.", "Rover 3 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 3", "target_statement": "Rover 3 has shift clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 4", "passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 3", "closure_atoms": ["has_field_note::Rover 4", "passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a field note.\n- Rover 3 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 3.\nTarget statement: Rover 3 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0213_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "library_services_0213_open_missing_with_closed_distractor__cwa", "base_id": "library_services_0213_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader E has an active membership.", "Reader E has borrowing clearance."], "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 D", "target_statement": "Reader D has a special request.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader D", "closure_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader E has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader D.\nTarget statement: Reader D has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0251_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "cloud_deployment_0251_closed_missing_with_open_distractor__lcwa", "base_id": "cloud_deployment_0251_closed_missing_with_open_distractor", "split": "train", "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 A has an incident note.", "Service F 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 F", "target_statement": "Service F has deployment approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service A", "passed_unit_tests::Service F"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service F", "closure_atoms": ["has_incident_note::Service A", "passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\n- Service F passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service F.\nTarget statement: Service F has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0262_open_derived_missing_antecedent__cwa__ask_act", "source_id": "cloud_deployment_0262_open_derived_missing_antecedent__cwa", "base_id": "cloud_deployment_0262_open_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Service E needs SRE review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service E"], "conclusion": "needs_sre_review::Service E", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service E.\nTarget statement: Service E needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0219_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "library_services_0219_closed_derived_missing_antecedent__lcwa", "base_id": "library_services_0219_closed_derived_missing_antecedent", "split": "train", "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 D 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 D", "target_statement": "Reader D may borrow an archive item.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"], "conclusion": "may_borrow_archive_item::Reader D", "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 D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 D.\nTarget statement: Reader D may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0011_closed_missing_with_open_distractor__owa__ask_act", "source_id": "hospital_access_0011_closed_missing_with_open_distractor__owa", "base_id": "hospital_access_0011_closed_missing_with_open_distractor", "split": "train", "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": ["Ava is assigned to the clinical trial.", "Farid 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::Farid", "target_statement": "Farid has security clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Ava", "completed_training::Farid"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Farid", "closure_atoms": ["assigned_to_trial::Ava", "completed_training::Farid"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_clearance", "gold_missing_entity": "Farid", "gold_missing_atom": "has_clearance::Farid", "gold_question_to_ask": "Is it true that Farid has security clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 is assigned to the clinical trial.\n- Farid has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Farid.\nTarget statement: Farid has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0103_open_derived_missing_antecedent__cwa__ask_act", "source_id": "manufacturing_quality_0103_open_derived_missing_antecedent__cwa", "base_id": "manufacturing_quality_0103_open_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Part B needs engineer review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::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": ["passed_visual_check::Part B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0288_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "procurement_review_0288_closed_missing_with_open_distractor__cwa", "base_id": "procurement_review_0288_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor B has a risk note.", "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor B", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["has_risk_note::Vendor B", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has a risk note.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0289_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "procurement_review_0289_closed_missing_with_open_distractor__lcwa", "base_id": "procurement_review_0289_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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_vendor_approval"], "facts_positive": ["Vendor C has a risk note.", "Vendor B 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 B", "target_statement": "Vendor B has vendor approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor C", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["has_risk_note::Vendor C", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0172_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "robotics_operations_0172_open_missing_with_closed_distractor__lcwa", "base_id": "robotics_operations_0172_open_missing_with_closed_distractor", "split": "train", "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 6 has shift clearance.", "Rover 6 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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 5", "gold_missing_atom": "has_field_note::Rover 5", "gold_question_to_ask": "Is it true that Rover 5 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 has shift clearance.\n- Rover 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0195_explicit_negative_closed__lcwa__ask_act", "source_id": "robotics_operations_0195_explicit_negative_closed__lcwa", "base_id": "robotics_operations_0195_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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_shift_clearance"], "facts_positive": ["Rover 6 passed diagnostics."], "facts_negative": ["Rover 4 does not has shift clearance."], "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 4", "target_statement": "Rover 4 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": ["has_shift_clearance::Rover 4"], "rules": [], "query_atom": "has_shift_clearance::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 passed diagnostics.\n\nNegative facts:\n- Rover 4 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 4.\nTarget statement: Rover 4 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0196_explicit_negative_open__cwa__ask_act", "source_id": "robotics_operations_0196_explicit_negative_open__cwa", "base_id": "robotics_operations_0196_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 1 passed diagnostics."], "facts_negative": ["Rover 5 does not has a field note."], "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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": ["has_field_note::Rover 5"], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 5 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0291_closed_missing_with_open_distractor__owa__ask_act", "source_id": "procurement_review_0291_closed_missing_with_open_distractor__owa", "base_id": "procurement_review_0291_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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": ["Vendor E has a risk note.", "Vendor D 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 D", "target_statement": "Vendor D has vendor approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor E", "submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor D", "closure_atoms": ["has_risk_note::Vendor E", "submitted_tax_form::Vendor D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor D", "gold_missing_atom": "has_vendor_approval::Vendor D", "gold_question_to_ask": "Is it true that Vendor D has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has a risk note.\n- Vendor D submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor D.\nTarget statement: Vendor D has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0117_explicit_negative_open__lcwa__ask_act", "source_id": "manufacturing_quality_0117_explicit_negative_open__lcwa", "base_id": "manufacturing_quality_0117_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "may_ship"], "facts_positive": ["Part F passed the visual check."], "facts_negative": ["Part D does not has a supplier note."], "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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": ["has_supplier_note::Part D"], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["passed_visual_check::Part F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Part D does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0180_open_derived_missing_antecedent__owa__ask_act", "source_id": "robotics_operations_0180_open_derived_missing_antecedent__owa", "base_id": "robotics_operations_0180_open_derived_missing_antecedent", "split": "train", "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 1 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 1", "target_statement": "Rover 1 needs operator review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 1"], "conclusion": "needs_operator_review::Rover 1", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 1", "gold_missing_atom": "has_field_note::Rover 1", "gold_question_to_ask": "Is it true that Rover 1 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 1.\nTarget statement: Rover 1 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0285_open_missing_direct__lcwa__ask_act", "source_id": "procurement_review_0285_open_missing_direct__lcwa", "base_id": "procurement_review_0285_open_missing_direct", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor D 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_risk_note::Vendor D", "target_statement": "Vendor D has a risk note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor D", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor D", "gold_missing_atom": "has_risk_note::Vendor D", "gold_question_to_ask": "Is it true that Vendor D has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor D.\nTarget statement: Vendor D has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0043_closed_missing_direct__lcwa__ask_act", "source_id": "university_registration_0043_closed_missing_direct__lcwa", "base_id": "university_registration_0043_closed_missing_direct", "split": "train", "domain": "university_registration", "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_advising_clearance"], "facts_positive": ["Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["passed_exam::Noah"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0179_closed_derived_missing_antecedent__owa__ask_act", "source_id": "robotics_operations_0179_closed_derived_missing_antecedent__owa", "base_id": "robotics_operations_0179_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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": ["Rover 6 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 6", "target_statement": "Rover 6 may start its shift.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 6", "has_shift_clearance::Rover 6"], "conclusion": "may_start_shift::Rover 6", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 6", "gold_missing_atom": "has_shift_clearance::Rover 6", "gold_question_to_ask": "Is it true that Rover 6 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 6.\nTarget statement: Rover 6 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0041_closed_missing_direct__lcwa__ask_act", "source_id": "university_registration_0041_closed_missing_direct__lcwa", "base_id": "university_registration_0041_closed_missing_direct", "split": "train", "domain": "university_registration", "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_advising_clearance"], "facts_positive": ["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_advising_clearance::Theo", "target_statement": "Theo has advising clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Theo", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Theo.\nTarget statement: Theo has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0204_open_missing_direct__owa__ask_act", "source_id": "library_services_0204_open_missing_direct__owa", "base_id": "library_services_0204_open_missing_direct", "split": "train", "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 A 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 A", "target_statement": "Reader A has a special request.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader A", "gold_missing_atom": "has_special_request::Reader A", "gold_question_to_ask": "Is it true that Reader A has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader A.\nTarget statement: Reader A has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0249_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "cloud_deployment_0249_closed_missing_with_open_distractor__lcwa", "base_id": "cloud_deployment_0249_closed_missing_with_open_distractor", "split": "train", "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 E has an incident note.", "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_deployment_approval::Service D", "target_statement": "Service D has deployment approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service E", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service D", "closure_atoms": ["has_incident_note::Service E", "passed_unit_tests::Service D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an incident note.\n- Service D passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service D.\nTarget statement: Service D has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0230_entailed_open_conclusion__lcwa__ask_act", "source_id": "library_services_0230_entailed_open_conclusion__lcwa", "base_id": "library_services_0230_entailed_open_conclusion", "split": "train", "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 C 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 C", "target_statement": "Reader C needs librarian review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_special_request::Reader C"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader C"], "conclusion": "needs_librarian_review::Reader C", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader C", "closure_atoms": ["has_special_request::Reader C", "needs_librarian_review::Reader C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 C.\nTarget statement: Reader C needs librarian review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0198_explicit_negative_open__owa__ask_act", "source_id": "robotics_operations_0198_explicit_negative_open__owa", "base_id": "robotics_operations_0198_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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": ["Rover 3 passed diagnostics."], "facts_negative": ["Rover 1 does not has a field note."], "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 1", "target_statement": "Rover 1 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": ["has_field_note::Rover 1"], "rules": [], "query_atom": "has_field_note::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 1 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 1.\nTarget statement: Rover 1 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0030_entailed_open_conclusion__owa__ask_act", "source_id": "hospital_access_0030_entailed_open_conclusion__owa", "base_id": "hospital_access_0030_entailed_open_conclusion", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Ava"], "conclusion": "needs_supervisor_review::Ava", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Ava", "closure_atoms": ["assigned_to_trial::Ava", "needs_supervisor_review::Ava"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Ava.\nTarget statement: Ava needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0253_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "cloud_deployment_0253_open_missing_with_closed_distractor__lcwa", "base_id": "cloud_deployment_0253_open_missing_with_closed_distractor", "split": "train", "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 C has deployment approval.", "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_incident_note::Service B", "target_statement": "Service B has an incident note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service B", "gold_missing_atom": "has_incident_note::Service B", "gold_question_to_ask": "Is it true that Service B has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service C passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0207_open_missing_direct__cwa__ask_act", "source_id": "library_services_0207_open_missing_direct__cwa", "base_id": "library_services_0207_open_missing_direct", "split": "train", "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 D 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 D", "target_statement": "Reader D has a special request.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader D.\nTarget statement: Reader D has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0059_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "university_registration_0059_closed_derived_missing_antecedent__lcwa", "base_id": "university_registration_0059_closed_derived_missing_antecedent", "split": "train", "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": ["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_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_exam::Theo"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0205_open_missing_direct__owa__ask_act", "source_id": "library_services_0205_open_missing_direct__owa", "base_id": "library_services_0205_open_missing_direct", "split": "train", "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 B 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 B", "target_statement": "Reader B has a special request.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader B", "closure_atoms": ["has_active_membership::Reader B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader B", "gold_missing_atom": "has_special_request::Reader B", "gold_question_to_ask": "Is it true that Reader B has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader B.\nTarget statement: Reader B has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0082_closed_missing_direct__lcwa__ask_act", "source_id": "manufacturing_quality_0082_closed_missing_direct__lcwa", "base_id": "manufacturing_quality_0082_closed_missing_direct", "split": "train", "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 E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0226_entailed_closed_conclusion__owa__ask_act", "source_id": "library_services_0226_entailed_closed_conclusion__owa", "base_id": "library_services_0226_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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": ["Reader E has an active membership.", "Reader E has borrowing clearance."], "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 E", "target_statement": "Reader E may borrow an archive item.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "conclusion": "may_borrow_archive_item::Reader E", "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 E", "closure_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E", "may_borrow_archive_item::Reader E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader E has borrowing clearance.\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 E.\nTarget statement: Reader E may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0233_explicit_negative_closed__owa__ask_act", "source_id": "library_services_0233_explicit_negative_closed__owa", "base_id": "library_services_0233_explicit_negative_closed", "split": "train", "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 B has an active membership."], "facts_negative": ["Reader F 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 F", "target_statement": "Reader F has borrowing clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": ["has_borrowing_clearance::Reader F"], "rules": [], "query_atom": "has_borrowing_clearance::Reader F", "closure_atoms": ["has_active_membership::Reader B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 borrowing clearance.\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader F.\nTarget statement: Reader F has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0001_closed_missing_direct__lcwa__ask_act", "source_id": "hospital_access_0001_closed_missing_direct__lcwa", "base_id": "hospital_access_0001_closed_missing_direct", "split": "train", "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": ["Ben 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::Ben", "target_statement": "Ben has security clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Ben", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_clearance::Ben.\nTarget statement: Ben has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0259_closed_derived_missing_antecedent__owa__ask_act", "source_id": "cloud_deployment_0259_closed_derived_missing_antecedent__owa", "base_id": "cloud_deployment_0259_closed_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Service B may deploy to production.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service B", "has_deployment_approval::Service B"], "conclusion": "may_deploy::Service B", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service B", "gold_missing_atom": "has_deployment_approval::Service B", "gold_question_to_ask": "Is it true that Service B has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 B.\nTarget statement: Service B may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0122_closed_missing_direct__lcwa__ask_act", "source_id": "finance_controls_0122_closed_missing_direct__lcwa", "base_id": "finance_controls_0122_closed_missing_direct", "split": "train", "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 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0243_closed_missing_direct__lcwa__ask_act", "source_id": "cloud_deployment_0243_closed_missing_direct__lcwa", "base_id": "cloud_deployment_0243_closed_missing_direct", "split": "train", "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 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_deployment_approval::Service D", "target_statement": "Service D has deployment approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service D", "closure_atoms": ["passed_unit_tests::Service D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_deployment_approval::Service D.\nTarget statement: Service D has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0212_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "library_services_0212_open_missing_with_closed_distractor__cwa", "base_id": "library_services_0212_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader D has an active membership.", "Reader D has borrowing clearance."], "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader D has borrowing clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0135_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "finance_controls_0135_open_missing_with_closed_distractor__cwa", "base_id": "finance_controls_0135_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 59 has compliance clearance.", "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 48", "target_statement": "Account 48 has a manual exception.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 59", "passed_kyc::Account 59"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 48", "closure_atoms": ["has_compliance_clearance::Account 59", "passed_kyc::Account 59"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 59 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 48.\nTarget statement: Account 48 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0111_entailed_open_conclusion__lcwa__ask_act", "source_id": "manufacturing_quality_0111_entailed_open_conclusion__lcwa", "base_id": "manufacturing_quality_0111_entailed_open_conclusion", "split": "train", "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 D 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 D", "target_statement": "Part D needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part D"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part D"], "conclusion": "needs_engineer_review::Part D", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part D", "closure_atoms": ["has_supplier_note::Part D", "needs_engineer_review::Part D"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 D.\nTarget statement: Part D needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0106_entailed_closed_conclusion__owa__ask_act", "source_id": "manufacturing_quality_0106_entailed_closed_conclusion__owa", "base_id": "manufacturing_quality_0106_entailed_closed_conclusion", "split": "train", "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 E has release approval.", "Part E 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 E", "target_statement": "Part E may ship to customers.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part E", "has_release_approval::Part E"], "conclusion": "may_ship::Part E", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part E", "closure_atoms": ["has_release_approval::Part E", "may_ship::Part E", "passed_visual_check::Part E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has release approval.\n- Part E 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 E.\nTarget statement: Part E may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0147_entailed_closed_conclusion__cwa__ask_act", "source_id": "finance_controls_0147_entailed_closed_conclusion__cwa", "base_id": "finance_controls_0147_entailed_closed_conclusion", "split": "train", "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 48 has compliance clearance.", "Account 48 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 48", "target_statement": "Account 48 may receive a wire transfer.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 48", "has_compliance_clearance::Account 48"], "conclusion": "may_receive_wire::Account 48", "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 48", "closure_atoms": ["has_compliance_clearance::Account 48", "may_receive_wire::Account 48", "passed_kyc::Account 48"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 48 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 48.\nTarget statement: Account 48 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0046_open_missing_direct__lcwa__ask_act", "source_id": "university_registration_0046_open_missing_direct__lcwa", "base_id": "university_registration_0046_open_missing_direct", "split": "train", "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": ["Iris 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_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Iris", "gold_missing_atom": "has_external_scholarship::Iris", "gold_question_to_ask": "Is it true that Iris has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0311_entailed_open_conclusion__owa__ask_act", "source_id": "procurement_review_0311_entailed_open_conclusion__owa", "base_id": "procurement_review_0311_entailed_open_conclusion", "split": "train", "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 F 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 F", "target_statement": "Vendor F needs procurement review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor F"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor F"], "conclusion": "needs_procurement_review::Vendor F", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor F", "closure_atoms": ["has_risk_note::Vendor F", "needs_procurement_review::Vendor F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Vendor F needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0141_open_derived_missing_antecedent__owa__ask_act", "source_id": "finance_controls_0141_open_derived_missing_antecedent__owa", "base_id": "finance_controls_0141_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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": ["Account 48 passed KYC checks."], "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 48", "target_statement": "Account 48 needs compliance review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 48"], "conclusion": "needs_compliance_review::Account 48", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 48", "closure_atoms": ["passed_kyc::Account 48"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 48", "gold_missing_atom": "has_manual_exception::Account 48", "gold_question_to_ask": "Is it true that Account 48 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 48.\nTarget statement: Account 48 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0069_entailed_open_conclusion__lcwa__ask_act", "source_id": "university_registration_0069_entailed_open_conclusion__lcwa", "base_id": "university_registration_0069_entailed_open_conclusion", "split": "train", "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": ["Omar 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::Omar", "target_statement": "Omar needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::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": ["has_external_scholarship::Omar", "needs_manual_audit::Omar"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0152_explicit_negative_closed__cwa__ask_act", "source_id": "finance_controls_0152_explicit_negative_closed__cwa", "base_id": "finance_controls_0152_explicit_negative_closed", "split": "train", "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 59 passed KYC checks."], "facts_negative": ["Account 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": ["has_compliance_clearance::Account 35"], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["passed_kyc::Account 59"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 compliance clearance.\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0294_open_missing_with_closed_distractor__owa__ask_act", "source_id": "procurement_review_0294_open_missing_with_closed_distractor__owa", "base_id": "procurement_review_0294_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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": ["Vendor B has vendor approval.", "Vendor B 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_risk_note::Vendor A", "target_statement": "Vendor A has a risk note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor A", "closure_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor A", "gold_missing_atom": "has_risk_note::Vendor A", "gold_question_to_ask": "Is it true that Vendor A has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has vendor approval.\n- Vendor B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor A.\nTarget statement: Vendor A has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0132_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "finance_controls_0132_open_missing_with_closed_distractor__lcwa", "base_id": "finance_controls_0132_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 27 has compliance clearance.", "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 12", "target_statement": "Account 12 has a manual exception.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 12", "gold_missing_atom": "has_manual_exception::Account 12", "gold_question_to_ask": "Is it true that Account 12 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0106_entailed_closed_conclusion__lcwa__ask_act", "source_id": "manufacturing_quality_0106_entailed_closed_conclusion__lcwa", "base_id": "manufacturing_quality_0106_entailed_closed_conclusion", "split": "train", "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 E has release approval.", "Part E 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 E", "target_statement": "Part E may ship to customers.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part E", "has_release_approval::Part E"], "conclusion": "may_ship::Part E", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part E", "closure_atoms": ["has_release_approval::Part E", "may_ship::Part E", "passed_visual_check::Part E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has release approval.\n- Part E 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 E.\nTarget statement: Part E may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0224_entailed_closed_conclusion__lcwa__ask_act", "source_id": "library_services_0224_entailed_closed_conclusion__lcwa", "base_id": "library_services_0224_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader C has an active membership.", "Reader C has borrowing clearance."], "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader C", "has_borrowing_clearance::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", "has_borrowing_clearance::Reader C", "may_borrow_archive_item::Reader C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader C has borrowing clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0018_closed_derived_missing_antecedent__owa__ask_act", "source_id": "hospital_access_0018_closed_derived_missing_antecedent__owa", "base_id": "hospital_access_0018_closed_derived_missing_antecedent", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava may enter Lab A.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ava", "has_clearance::Ava"], "conclusion": "may_enter_lab::Ava", "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::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_clearance", "gold_missing_entity": "Ava", "gold_missing_atom": "has_clearance::Ava", "gold_question_to_ask": "Is it true that Ava has security clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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::Ava.\nTarget statement: Ava may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0164_open_missing_direct__owa__ask_act", "source_id": "robotics_operations_0164_open_missing_direct__owa", "base_id": "robotics_operations_0164_open_missing_direct", "split": "train", "domain": "robotics_operations", "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": ["Rover 3 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 3", "target_statement": "Rover 3 has a field note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 3", "gold_missing_atom": "has_field_note::Rover 3", "gold_question_to_ask": "Is it true that Rover 3 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 3.\nTarget statement: Rover 3 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0263_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "cloud_deployment_0263_open_derived_missing_antecedent__lcwa", "base_id": "cloud_deployment_0263_open_derived_missing_antecedent", "split": "train", "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 F 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 F", "target_statement": "Service F needs SRE review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service F"], "conclusion": "needs_sre_review::Service F", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service F", "gold_missing_atom": "has_incident_note::Service F", "gold_question_to_ask": "Is it true that Service F has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Service F needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0196_explicit_negative_open__owa__ask_act", "source_id": "robotics_operations_0196_explicit_negative_open__owa", "base_id": "robotics_operations_0196_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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": ["Rover 1 passed diagnostics."], "facts_negative": ["Rover 5 does not has a field note."], "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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": ["has_field_note::Rover 5"], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 5 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0263_open_derived_missing_antecedent__cwa__ask_act", "source_id": "cloud_deployment_0263_open_derived_missing_antecedent__cwa", "base_id": "cloud_deployment_0263_open_derived_missing_antecedent", "split": "train", "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 F 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 F", "target_statement": "Service F needs SRE review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service F"], "conclusion": "needs_sre_review::Service F", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Service F needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0174_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "robotics_operations_0174_open_missing_with_closed_distractor__cwa", "base_id": "robotics_operations_0174_open_missing_with_closed_distractor", "split": "train", "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 2 has shift clearance.", "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_field_note::Rover 1", "target_statement": "Rover 1 has a field note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 1", "closure_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has shift clearance.\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 1.\nTarget statement: Rover 1 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0110_entailed_open_conclusion__lcwa__ask_act", "source_id": "manufacturing_quality_0110_entailed_open_conclusion__lcwa", "base_id": "manufacturing_quality_0110_entailed_open_conclusion", "split": "train", "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 C 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 C", "target_statement": "Part C needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part C"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part C"], "conclusion": "needs_engineer_review::Part C", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part C", "closure_atoms": ["has_supplier_note::Part C", "needs_engineer_review::Part C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 C.\nTarget statement: Part C needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0096_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "manufacturing_quality_0096_closed_derived_missing_antecedent__cwa", "base_id": "manufacturing_quality_0096_closed_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Part A may ship to customers.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part A", "has_release_approval::Part A"], "conclusion": "may_ship::Part A", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0029_entailed_open_conclusion__lcwa__ask_act", "source_id": "hospital_access_0029_entailed_open_conclusion__lcwa", "base_id": "hospital_access_0029_entailed_open_conclusion", "split": "train", "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": ["Farid 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::Farid", "target_statement": "Farid needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Farid"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Farid"], "conclusion": "needs_supervisor_review::Farid", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Farid", "closure_atoms": ["assigned_to_trial::Farid", "needs_supervisor_review::Farid"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Farid.\nTarget statement: Farid needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0002_closed_missing_direct__lcwa__ask_act", "source_id": "hospital_access_0002_closed_missing_direct__lcwa", "base_id": "hospital_access_0002_closed_missing_direct", "split": "train", "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": ["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_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0064_entailed_closed_conclusion__owa__ask_act", "source_id": "university_registration_0064_entailed_closed_conclusion__owa", "base_id": "university_registration_0064_entailed_closed_conclusion", "split": "train", "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": ["Iris has advising clearance.", "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Iris", "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": ["has_advising_clearance::Iris", "may_register::Iris", "passed_exam::Iris"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has advising clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0081_closed_missing_direct__lcwa__ask_act", "source_id": "manufacturing_quality_0081_closed_missing_direct__lcwa", "base_id": "manufacturing_quality_0081_closed_missing_direct", "split": "train", "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 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_release_approval::Part D", "target_statement": "Part D has release approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part D", "closure_atoms": ["passed_visual_check::Part D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part D.\nTarget statement: Part D has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0149_entailed_open_conclusion__cwa__ask_act", "source_id": "finance_controls_0149_entailed_open_conclusion__cwa", "base_id": "finance_controls_0149_entailed_open_conclusion", "split": "train", "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 61 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 61", "target_statement": "Account 61 needs compliance review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 61"], "conclusion": "needs_compliance_review::Account 61", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 61", "closure_atoms": ["has_manual_exception::Account 61", "needs_compliance_review::Account 61"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 61.\nTarget statement: Account 61 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0015_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "hospital_access_0015_open_missing_with_closed_distractor__lcwa", "base_id": "hospital_access_0015_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Elena has completed safety training.", "Elena has security clearance."], "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": "assigned_to_trial::Dylan", "target_statement": "Dylan is assigned to the clinical trial.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Elena", "has_clearance::Elena"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Dylan", "closure_atoms": ["completed_training::Elena", "has_clearance::Elena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Dylan", "gold_missing_atom": "assigned_to_trial::Dylan", "gold_question_to_ask": "Is it true that Dylan is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n- Elena has security clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Dylan.\nTarget statement: Dylan is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0286_open_missing_direct__owa__ask_act", "source_id": "procurement_review_0286_open_missing_direct__owa", "base_id": "procurement_review_0286_open_missing_direct", "split": "train", "domain": "procurement_review", "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": ["Vendor E 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_risk_note::Vendor E", "target_statement": "Vendor E has a risk note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor E", "gold_missing_atom": "has_risk_note::Vendor E", "gold_question_to_ask": "Is it true that Vendor E has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0258_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "cloud_deployment_0258_closed_derived_missing_antecedent__cwa", "base_id": "cloud_deployment_0258_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_unit_tests::Service A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0114_explicit_negative_closed__lcwa__ask_act", "source_id": "manufacturing_quality_0114_explicit_negative_closed__lcwa", "base_id": "manufacturing_quality_0114_explicit_negative_closed", "split": "train", "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 C passed the visual check."], "facts_negative": ["Part A 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 A", "target_statement": "Part A has release approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": ["has_release_approval::Part A"], "rules": [], "query_atom": "has_release_approval::Part A", "closure_atoms": ["passed_visual_check::Part C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Part A does not has release approval.\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part A.\nTarget statement: Part A has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0120_closed_missing_direct__cwa__ask_act", "source_id": "finance_controls_0120_closed_missing_direct__cwa", "base_id": "finance_controls_0120_closed_missing_direct", "split": "train", "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 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_compliance_clearance::Account 12", "target_statement": "Account 12 has compliance clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 12", "closure_atoms": ["passed_kyc::Account 12"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_compliance_clearance::Account 12.\nTarget statement: Account 12 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0079_explicit_negative_open__owa__ask_act", "source_id": "university_registration_0079_explicit_negative_open__owa", "base_id": "university_registration_0079_explicit_negative_open", "split": "train", "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": ["Omar passed the qualifying exam."], "facts_negative": ["Noah 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::Noah", "target_statement": "Noah has an external scholarship.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": ["has_external_scholarship::Noah"], "rules": [], "query_atom": "has_external_scholarship::Noah", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah does not has an external scholarship.\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Noah.\nTarget statement: Noah has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0234_explicit_negative_closed__owa__ask_act", "source_id": "library_services_0234_explicit_negative_closed__owa", "base_id": "library_services_0234_explicit_negative_closed", "split": "train", "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 C has an active membership."], "facts_negative": ["Reader A 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 A", "target_statement": "Reader A has borrowing clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": ["has_borrowing_clearance::Reader A"], "rules": [], "query_atom": "has_borrowing_clearance::Reader A", "closure_atoms": ["has_active_membership::Reader C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader A does not has borrowing clearance.\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader A.\nTarget statement: Reader A has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0289_closed_missing_with_open_distractor__owa__ask_act", "source_id": "procurement_review_0289_closed_missing_with_open_distractor__owa", "base_id": "procurement_review_0289_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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": ["Vendor C has a risk note.", "Vendor B 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 B", "target_statement": "Vendor B has vendor approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor C", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["has_risk_note::Vendor C", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor B", "gold_missing_atom": "has_vendor_approval::Vendor B", "gold_question_to_ask": "Is it true that Vendor B has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0059_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "university_registration_0059_closed_derived_missing_antecedent__cwa", "base_id": "university_registration_0059_closed_derived_missing_antecedent", "split": "train", "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": ["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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_exam::Theo"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0222_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "library_services_0222_open_derived_missing_antecedent__lcwa", "base_id": "library_services_0222_open_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Reader A needs librarian review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader A"], "conclusion": "needs_librarian_review::Reader A", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader A", "gold_missing_atom": "has_special_request::Reader A", "gold_question_to_ask": "Is it true that Reader A has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader A.\nTarget statement: Reader A needs librarian review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0108_entailed_open_conclusion__lcwa__ask_act", "source_id": "manufacturing_quality_0108_entailed_open_conclusion__lcwa", "base_id": "manufacturing_quality_0108_entailed_open_conclusion", "split": "train", "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 A 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 A", "target_statement": "Part A needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part A"], "conclusion": "needs_engineer_review::Part A", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part A", "closure_atoms": ["has_supplier_note::Part A", "needs_engineer_review::Part A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0290_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "procurement_review_0290_closed_missing_with_open_distractor__lcwa", "base_id": "procurement_review_0290_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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_vendor_approval"], "facts_positive": ["Vendor D has a risk note.", "Vendor C 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 C", "target_statement": "Vendor C has vendor approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor D", "submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor C", "closure_atoms": ["has_risk_note::Vendor D", "submitted_tax_form::Vendor C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor C submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor C.\nTarget statement: Vendor C has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0194_explicit_negative_closed__lcwa__ask_act", "source_id": "robotics_operations_0194_explicit_negative_closed__lcwa", "base_id": "robotics_operations_0194_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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_shift_clearance"], "facts_positive": ["Rover 5 passed diagnostics."], "facts_negative": ["Rover 3 does not has shift clearance."], "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 3", "target_statement": "Rover 3 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": ["has_shift_clearance::Rover 3"], "rules": [], "query_atom": "has_shift_clearance::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- Rover 3 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 3.\nTarget statement: Rover 3 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0026_entailed_closed_conclusion__owa__ask_act", "source_id": "hospital_access_0026_entailed_closed_conclusion__owa", "base_id": "hospital_access_0026_entailed_closed_conclusion", "split": "train", "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": ["Cora has completed safety training.", "Cora 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::Cora", "target_statement": "Cora may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Cora", "has_clearance::Cora"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Cora", "has_clearance::Cora"], "conclusion": "may_enter_lab::Cora", "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::Cora", "closure_atoms": ["completed_training::Cora", "has_clearance::Cora", "may_enter_lab::Cora"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n- Cora 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::Cora.\nTarget statement: Cora may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0022_open_derived_missing_antecedent__owa__ask_act", "source_id": "hospital_access_0022_open_derived_missing_antecedent__owa", "base_id": "hospital_access_0022_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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": ["Elena has completed safety training."], "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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::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": ["completed_training::Elena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Elena", "gold_missing_atom": "assigned_to_trial::Elena", "gold_question_to_ask": "Is it true that Elena is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0016_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "hospital_access_0016_closed_derived_missing_antecedent__cwa", "base_id": "hospital_access_0016_closed_derived_missing_antecedent", "split": "train", "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": ["Elena 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::Elena", "target_statement": "Elena may enter Lab A.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Elena", "has_clearance::Elena"], "conclusion": "may_enter_lab::Elena", "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::Elena", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Elena.\nTarget statement: Elena may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0302_open_derived_missing_antecedent__owa__ask_act", "source_id": "procurement_review_0302_open_derived_missing_antecedent__owa", "base_id": "procurement_review_0302_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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": ["Vendor C submitted a tax form."], "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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::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": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor C", "gold_missing_atom": "has_risk_note::Vendor C", "gold_question_to_ask": "Is it true that Vendor C has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0141_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "finance_controls_0141_open_derived_missing_antecedent__lcwa", "base_id": "finance_controls_0141_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 48 passed KYC checks."], "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 48", "target_statement": "Account 48 needs compliance review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 48"], "conclusion": "needs_compliance_review::Account 48", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 48", "closure_atoms": ["passed_kyc::Account 48"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 48", "gold_missing_atom": "has_manual_exception::Account 48", "gold_question_to_ask": "Is it true that Account 48 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 48.\nTarget statement: Account 48 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0093_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "manufacturing_quality_0093_open_missing_with_closed_distractor__lcwa", "base_id": "manufacturing_quality_0093_open_missing_with_closed_distractor", "split": "train", "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 E has release approval.", "Part E 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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part D", "gold_missing_atom": "has_supplier_note::Part D", "gold_question_to_ask": "Is it true that Part D has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has release approval.\n- Part E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0095_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "manufacturing_quality_0095_open_missing_with_closed_distractor__cwa", "base_id": "manufacturing_quality_0095_open_missing_with_closed_distractor", "split": "train", "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 A has release approval.", "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_supplier_note::Part F", "target_statement": "Part F has a supplier note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part A", "passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part F", "closure_atoms": ["has_release_approval::Part A", "passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A has release approval.\n- Part A passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part F.\nTarget statement: Part F has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0175_open_missing_with_closed_distractor__owa__ask_act", "source_id": "robotics_operations_0175_open_missing_with_closed_distractor__owa", "base_id": "robotics_operations_0175_open_missing_with_closed_distractor", "split": "train", "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 3 has shift clearance.", "Rover 3 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 2", "target_statement": "Rover 2 has a field note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 3", "passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 2", "closure_atoms": ["has_shift_clearance::Rover 3", "passed_diagnostics::Rover 3"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 2", "gold_missing_atom": "has_field_note::Rover 2", "gold_question_to_ask": "Is it true that Rover 2 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 shift clearance.\n- Rover 3 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 2.\nTarget statement: Rover 2 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0255_open_missing_with_closed_distractor__owa__ask_act", "source_id": "cloud_deployment_0255_open_missing_with_closed_distractor__owa", "base_id": "cloud_deployment_0255_open_missing_with_closed_distractor", "split": "train", "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 E has deployment approval.", "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_incident_note::Service D", "target_statement": "Service D has an incident note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service E", "passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service D", "closure_atoms": ["has_deployment_approval::Service E", "passed_unit_tests::Service E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service D", "gold_missing_atom": "has_incident_note::Service D", "gold_question_to_ask": "Is it true that Service D has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service E passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service D.\nTarget statement: Service D has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0197_explicit_negative_open__cwa__ask_act", "source_id": "robotics_operations_0197_explicit_negative_open__cwa", "base_id": "robotics_operations_0197_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 2 passed diagnostics."], "facts_negative": ["Rover 6 does not has a field note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": ["has_field_note::Rover 6"], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 6 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 6.\nTarget statement: Rover 6 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0042_closed_missing_direct__owa__ask_act", "source_id": "university_registration_0042_closed_missing_direct__owa", "base_id": "university_registration_0042_closed_missing_direct", "split": "train", "domain": "university_registration", "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": ["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_advising_clearance::Mia", "target_statement": "Mia has advising clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Mia", "closure_atoms": ["passed_exam::Mia"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_advising_clearance", "gold_missing_entity": "Mia", "gold_missing_atom": "has_advising_clearance::Mia", "gold_question_to_ask": "Is it true that Mia has advising clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Mia.\nTarget statement: Mia has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0121_closed_missing_direct__cwa__ask_act", "source_id": "finance_controls_0121_closed_missing_direct__cwa", "base_id": "finance_controls_0121_closed_missing_direct", "split": "train", "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 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_compliance_clearance::Account 27", "target_statement": "Account 27 has compliance clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 27", "closure_atoms": ["passed_kyc::Account 27"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_compliance_clearance::Account 27.\nTarget statement: Account 27 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0144_entailed_closed_conclusion__lcwa__ask_act", "source_id": "finance_controls_0144_entailed_closed_conclusion__lcwa", "base_id": "finance_controls_0144_entailed_closed_conclusion", "split": "train", "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 12 has compliance clearance.", "Account 12 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 12", "target_statement": "Account 12 may receive a wire transfer.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 12", "passed_kyc::Account 12"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 12", "has_compliance_clearance::Account 12"], "conclusion": "may_receive_wire::Account 12", "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 12", "closure_atoms": ["has_compliance_clearance::Account 12", "may_receive_wire::Account 12", "passed_kyc::Account 12"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 compliance clearance.\n- Account 12 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 12.\nTarget statement: Account 12 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0280_closed_missing_direct__cwa__ask_act", "source_id": "procurement_review_0280_closed_missing_direct__cwa", "base_id": "procurement_review_0280_closed_missing_direct", "split": "train", "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 E 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 E", "target_statement": "Vendor E has vendor approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor E.\nTarget statement: Vendor E has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0064_entailed_closed_conclusion__cwa__ask_act", "source_id": "university_registration_0064_entailed_closed_conclusion__cwa", "base_id": "university_registration_0064_entailed_closed_conclusion", "split": "train", "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": ["Iris has advising clearance.", "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Iris", "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": ["has_advising_clearance::Iris", "may_register::Iris", "passed_exam::Iris"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has advising clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0175_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "robotics_operations_0175_open_missing_with_closed_distractor__lcwa", "base_id": "robotics_operations_0175_open_missing_with_closed_distractor", "split": "train", "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 3 has shift clearance.", "Rover 3 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 2", "target_statement": "Rover 2 has a field note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 3", "passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 2", "closure_atoms": ["has_shift_clearance::Rover 3", "passed_diagnostics::Rover 3"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 2", "gold_missing_atom": "has_field_note::Rover 2", "gold_question_to_ask": "Is it true that Rover 2 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 shift clearance.\n- Rover 3 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 2.\nTarget statement: Rover 2 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0259_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "cloud_deployment_0259_closed_derived_missing_antecedent__lcwa", "base_id": "cloud_deployment_0259_closed_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Service B may deploy to production.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service B", "has_deployment_approval::Service B"], "conclusion": "may_deploy::Service B", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 B.\nTarget statement: Service B may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0073_explicit_negative_closed__cwa__ask_act", "source_id": "university_registration_0073_explicit_negative_closed__cwa", "base_id": "university_registration_0073_explicit_negative_closed", "split": "train", "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": ["Omar passed the qualifying exam."], "facts_negative": ["Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": ["has_advising_clearance::Noah"], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0298_closed_derived_missing_antecedent__owa__ask_act", "source_id": "procurement_review_0298_closed_derived_missing_antecedent__owa", "base_id": "procurement_review_0298_closed_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Vendor E may receive a purchase order.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor E", "has_vendor_approval::Vendor E"], "conclusion": "may_receive_purchase_order::Vendor E", "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 E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor E", "gold_missing_atom": "has_vendor_approval::Vendor E", "gold_question_to_ask": "Is it true that Vendor E has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Vendor E may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0265_entailed_closed_conclusion__lcwa__ask_act", "source_id": "cloud_deployment_0265_entailed_closed_conclusion__lcwa", "base_id": "cloud_deployment_0265_entailed_closed_conclusion", "split": "train", "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 B has deployment approval.", "Service B 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 B", "target_statement": "Service B may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service B", "has_deployment_approval::Service B"], "conclusion": "may_deploy::Service B", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service B", "closure_atoms": ["has_deployment_approval::Service B", "may_deploy::Service B", "passed_unit_tests::Service B"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service B.\nTarget statement: Service B may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0149_entailed_open_conclusion__owa__ask_act", "source_id": "finance_controls_0149_entailed_open_conclusion__owa", "base_id": "finance_controls_0149_entailed_open_conclusion", "split": "train", "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 61 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 61", "target_statement": "Account 61 needs compliance review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 61"], "conclusion": "needs_compliance_review::Account 61", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 61", "closure_atoms": ["has_manual_exception::Account 61", "needs_compliance_review::Account 61"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 61.\nTarget statement: Account 61 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0137_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "finance_controls_0137_closed_derived_missing_antecedent__lcwa", "base_id": "finance_controls_0137_closed_derived_missing_antecedent", "split": "train", "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 61 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 61", "target_statement": "Account 61 may receive a wire transfer.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 61", "has_compliance_clearance::Account 61"], "conclusion": "may_receive_wire::Account 61", "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 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 61.\nTarget statement: Account 61 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0156_explicit_negative_open__owa__ask_act", "source_id": "finance_controls_0156_explicit_negative_open__owa", "base_id": "finance_controls_0156_explicit_negative_open", "split": "train", "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 35 passed KYC checks."], "facts_negative": ["Account 12 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 12", "target_statement": "Account 12 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": ["has_manual_exception::Account 12"], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\n\nNegative facts:\n- Account 12 does not has a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0016_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "hospital_access_0016_closed_derived_missing_antecedent__lcwa", "base_id": "hospital_access_0016_closed_derived_missing_antecedent", "split": "train", "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": ["Elena 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::Elena", "target_statement": "Elena may enter Lab A.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Elena", "has_clearance::Elena"], "conclusion": "may_enter_lab::Elena", "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::Elena", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Elena.\nTarget statement: Elena may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0283_closed_missing_direct__lcwa__ask_act", "source_id": "procurement_review_0283_closed_missing_direct__lcwa", "base_id": "procurement_review_0283_closed_missing_direct", "split": "train", "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 B 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 B", "target_statement": "Vendor B has vendor approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0010_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "hospital_access_0010_closed_missing_with_open_distractor__lcwa", "base_id": "hospital_access_0010_closed_missing_with_open_distractor", "split": "train", "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": ["Farid is assigned to the clinical trial.", "Elena 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::Elena", "target_statement": "Elena has security clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Farid", "completed_training::Elena"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Elena", "closure_atoms": ["assigned_to_trial::Farid", "completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 is assigned to the clinical trial.\n- Elena has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Elena.\nTarget statement: Elena has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0149_entailed_open_conclusion__lcwa__ask_act", "source_id": "finance_controls_0149_entailed_open_conclusion__lcwa", "base_id": "finance_controls_0149_entailed_open_conclusion", "split": "train", "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 61 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 61", "target_statement": "Account 61 needs compliance review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_manual_exception::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 61"], "conclusion": "needs_compliance_review::Account 61", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 61", "closure_atoms": ["has_manual_exception::Account 61", "needs_compliance_review::Account 61"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 61.\nTarget statement: Account 61 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0267_entailed_closed_conclusion__lcwa__ask_act", "source_id": "cloud_deployment_0267_entailed_closed_conclusion__lcwa", "base_id": "cloud_deployment_0267_entailed_closed_conclusion", "split": "train", "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 D has deployment approval.", "Service D 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 D", "target_statement": "Service D may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service D", "has_deployment_approval::Service D"], "conclusion": "may_deploy::Service D", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service D", "closure_atoms": ["has_deployment_approval::Service D", "may_deploy::Service D", "passed_unit_tests::Service D"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service D.\nTarget statement: Service D may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0167_open_missing_direct__owa__ask_act", "source_id": "robotics_operations_0167_open_missing_direct__owa", "base_id": "robotics_operations_0167_open_missing_direct", "split": "train", "domain": "robotics_operations", "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": ["Rover 6 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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 6", "gold_missing_atom": "has_field_note::Rover 6", "gold_question_to_ask": "Is it true that Rover 6 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0226_entailed_closed_conclusion__cwa__ask_act", "source_id": "library_services_0226_entailed_closed_conclusion__cwa", "base_id": "library_services_0226_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader E has an active membership.", "Reader E has borrowing clearance."], "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 E", "target_statement": "Reader E may borrow an archive item.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "conclusion": "may_borrow_archive_item::Reader E", "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 E", "closure_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E", "may_borrow_archive_item::Reader E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader E has borrowing clearance.\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 E.\nTarget statement: Reader E may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0295_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "procurement_review_0295_open_missing_with_closed_distractor__cwa", "base_id": "procurement_review_0295_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor C has vendor approval.", "Vendor C 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_risk_note::Vendor B", "target_statement": "Vendor B has a risk note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor C", "submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor B", "closure_atoms": ["has_vendor_approval::Vendor C", "submitted_tax_form::Vendor C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 vendor approval.\n- Vendor C submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor B.\nTarget statement: Vendor B has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0091_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "manufacturing_quality_0091_closed_missing_with_open_distractor__cwa", "base_id": "manufacturing_quality_0091_closed_missing_with_open_distractor", "split": "train", "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 C has a supplier note.", "Part B 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 B", "target_statement": "Part B has release approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part C", "passed_visual_check::Part B"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part B", "closure_atoms": ["has_supplier_note::Part C", "passed_visual_check::Part B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a supplier note.\n- Part B passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part B.\nTarget statement: Part B has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0178_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "robotics_operations_0178_closed_derived_missing_antecedent__cwa", "base_id": "robotics_operations_0178_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 5 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 5", "target_statement": "Rover 5 may start its shift.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 5", "has_shift_clearance::Rover 5"], "conclusion": "may_start_shift::Rover 5", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 5.\nTarget statement: Rover 5 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0300_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "procurement_review_0300_open_derived_missing_antecedent__lcwa", "base_id": "procurement_review_0300_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor A submitted a tax form."], "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 A", "target_statement": "Vendor A needs procurement review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor A"], "conclusion": "needs_procurement_review::Vendor A", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor A", "gold_missing_atom": "has_risk_note::Vendor A", "gold_question_to_ask": "Is it true that Vendor A has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor A.\nTarget statement: Vendor A needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0170_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "robotics_operations_0170_closed_missing_with_open_distractor__cwa", "base_id": "robotics_operations_0170_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 4 has a field note.", "Rover 3 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 3", "target_statement": "Rover 3 has shift clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 4", "passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 3", "closure_atoms": ["has_field_note::Rover 4", "passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a field note.\n- Rover 3 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 3.\nTarget statement: Rover 3 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0292_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "procurement_review_0292_open_missing_with_closed_distractor__lcwa", "base_id": "procurement_review_0292_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor F has vendor approval.", "Vendor F 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_risk_note::Vendor E", "target_statement": "Vendor E has a risk note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor E", "gold_missing_atom": "has_risk_note::Vendor E", "gold_question_to_ask": "Is it true that Vendor E has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0128_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "finance_controls_0128_closed_missing_with_open_distractor__cwa", "base_id": "finance_controls_0128_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 48 has a manual exception.", "Account 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 48", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["has_manual_exception::Account 48", "passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a manual exception.\n- Account 35 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0207_open_missing_direct__lcwa__ask_act", "source_id": "library_services_0207_open_missing_direct__lcwa", "base_id": "library_services_0207_open_missing_direct", "split": "train", "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 D 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 D", "target_statement": "Reader D has a special request.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader D", "gold_missing_atom": "has_special_request::Reader D", "gold_question_to_ask": "Is it true that Reader D has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader D.\nTarget statement: Reader D has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0317_explicit_negative_open__owa__ask_act", "source_id": "procurement_review_0317_explicit_negative_open__owa", "base_id": "procurement_review_0317_explicit_negative_open", "split": "train", "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 B submitted a tax form."], "facts_negative": ["Vendor F 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 F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": ["has_risk_note::Vendor F"], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\n\nNegative facts:\n- Vendor F does not has a risk note.\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0018_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "hospital_access_0018_closed_derived_missing_antecedent__lcwa", "base_id": "hospital_access_0018_closed_derived_missing_antecedent", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava may enter Lab A.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ava", "has_clearance::Ava"], "conclusion": "may_enter_lab::Ava", "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::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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::Ava.\nTarget statement: Ava may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0114_explicit_negative_closed__owa__ask_act", "source_id": "manufacturing_quality_0114_explicit_negative_closed__owa", "base_id": "manufacturing_quality_0114_explicit_negative_closed", "split": "train", "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 C passed the visual check."], "facts_negative": ["Part A 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 A", "target_statement": "Part A has release approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": ["has_release_approval::Part A"], "rules": [], "query_atom": "has_release_approval::Part A", "closure_atoms": ["passed_visual_check::Part C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Part A does not has release approval.\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part A.\nTarget statement: Part A has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0253_open_missing_with_closed_distractor__owa__ask_act", "source_id": "cloud_deployment_0253_open_missing_with_closed_distractor__owa", "base_id": "cloud_deployment_0253_open_missing_with_closed_distractor", "split": "train", "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 C has deployment approval.", "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_incident_note::Service B", "target_statement": "Service B has an incident note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service B", "gold_missing_atom": "has_incident_note::Service B", "gold_question_to_ask": "Is it true that Service B has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service C passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0257_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "cloud_deployment_0257_closed_derived_missing_antecedent__cwa", "base_id": "cloud_deployment_0257_closed_derived_missing_antecedent", "split": "train", "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 F 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 F", "target_statement": "Service F may deploy to production.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service F", "has_deployment_approval::Service F"], "conclusion": "may_deploy::Service F", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Service F may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0174_open_missing_with_closed_distractor__owa__ask_act", "source_id": "robotics_operations_0174_open_missing_with_closed_distractor__owa", "base_id": "robotics_operations_0174_open_missing_with_closed_distractor", "split": "train", "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 2 has shift clearance.", "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_field_note::Rover 1", "target_statement": "Rover 1 has a field note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 1", "closure_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 1", "gold_missing_atom": "has_field_note::Rover 1", "gold_question_to_ask": "Is it true that Rover 1 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has shift clearance.\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 1.\nTarget statement: Rover 1 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0222_open_derived_missing_antecedent__cwa__ask_act", "source_id": "library_services_0222_open_derived_missing_antecedent__cwa", "base_id": "library_services_0222_open_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Reader A needs librarian review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader A"], "conclusion": "needs_librarian_review::Reader A", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader A.\nTarget statement: Reader A needs librarian review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0024_entailed_closed_conclusion__cwa__ask_act", "source_id": "hospital_access_0024_entailed_closed_conclusion__cwa", "base_id": "hospital_access_0024_entailed_closed_conclusion", "split": "train", "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": ["Ava has completed safety training.", "Ava 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::Ava", "target_statement": "Ava may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Ava", "has_clearance::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ava", "has_clearance::Ava"], "conclusion": "may_enter_lab::Ava", "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::Ava", "closure_atoms": ["completed_training::Ava", "has_clearance::Ava", "may_enter_lab::Ava"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Ava 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::Ava.\nTarget statement: Ava may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0162_closed_missing_direct__owa__ask_act", "source_id": "robotics_operations_0162_closed_missing_direct__owa", "base_id": "robotics_operations_0162_closed_missing_direct", "split": "train", "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 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_shift_clearance::Rover 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 1", "gold_missing_atom": "has_shift_clearance::Rover 1", "gold_question_to_ask": "Is it true that Rover 1 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0245_open_missing_direct__lcwa__ask_act", "source_id": "cloud_deployment_0245_open_missing_direct__lcwa", "base_id": "cloud_deployment_0245_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "may_deploy"], "facts_positive": ["Service F 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 F", "target_statement": "Service F has an incident note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service F", "gold_missing_atom": "has_incident_note::Service F", "gold_question_to_ask": "Is it true that Service F has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service F.\nTarget statement: Service F has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0035_explicit_negative_closed__cwa__ask_act", "source_id": "hospital_access_0035_explicit_negative_closed__cwa", "base_id": "hospital_access_0035_explicit_negative_closed", "split": "train", "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": ["Ben has completed safety training."], "facts_negative": ["Farid 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::Farid", "target_statement": "Farid has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": ["has_clearance::Farid"], "rules": [], "query_atom": "has_clearance::Farid", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Farid does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Farid.\nTarget statement: Farid has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0317_explicit_negative_open__lcwa__ask_act", "source_id": "procurement_review_0317_explicit_negative_open__lcwa", "base_id": "procurement_review_0317_explicit_negative_open", "split": "train", "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 B submitted a tax form."], "facts_negative": ["Vendor F 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 F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": ["has_risk_note::Vendor F"], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\n\nNegative facts:\n- Vendor F does not has a risk note.\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0104_entailed_closed_conclusion__cwa__ask_act", "source_id": "manufacturing_quality_0104_entailed_closed_conclusion__cwa", "base_id": "manufacturing_quality_0104_entailed_closed_conclusion", "split": "train", "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 C has release approval.", "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part C", "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": ["has_release_approval::Part C", "may_ship::Part C", "passed_visual_check::Part C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has release approval.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0114_explicit_negative_closed__cwa__ask_act", "source_id": "manufacturing_quality_0114_explicit_negative_closed__cwa", "base_id": "manufacturing_quality_0114_explicit_negative_closed", "split": "train", "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 C passed the visual check."], "facts_negative": ["Part A 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 A", "target_statement": "Part A has release approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": ["has_release_approval::Part A"], "rules": [], "query_atom": "has_release_approval::Part A", "closure_atoms": ["passed_visual_check::Part C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Part A does not has release approval.\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part A.\nTarget statement: Part A has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0300_open_derived_missing_antecedent__cwa__ask_act", "source_id": "procurement_review_0300_open_derived_missing_antecedent__cwa", "base_id": "procurement_review_0300_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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_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": ["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 A", "target_statement": "Vendor A needs procurement review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor A"], "conclusion": "needs_procurement_review::Vendor A", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a vendor has a risk note, then that vendor needs procurement review.\n\nTarget atom: needs_procurement_review::Vendor A.\nTarget statement: Vendor A needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0077_explicit_negative_open__lcwa__ask_act", "source_id": "university_registration_0077_explicit_negative_open__lcwa", "base_id": "university_registration_0077_explicit_negative_open", "split": "train", "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": ["Noah passed the qualifying exam."], "facts_negative": ["Theo 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::Theo", "target_statement": "Theo has an external scholarship.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": ["has_external_scholarship::Theo"], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["passed_exam::Noah"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Theo does not has an external scholarship.\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Theo.\nTarget statement: Theo has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0197_explicit_negative_open__lcwa__ask_act", "source_id": "robotics_operations_0197_explicit_negative_open__lcwa", "base_id": "robotics_operations_0197_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 2 passed diagnostics."], "facts_negative": ["Rover 6 does not has a field note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": ["has_field_note::Rover 6"], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 6 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 6.\nTarget statement: Rover 6 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0207_open_missing_direct__owa__ask_act", "source_id": "library_services_0207_open_missing_direct__owa", "base_id": "library_services_0207_open_missing_direct", "split": "train", "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 D 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 D", "target_statement": "Reader D has a special request.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader D", "gold_missing_atom": "has_special_request::Reader D", "gold_question_to_ask": "Is it true that Reader D has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader D.\nTarget statement: Reader D has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0247_open_missing_direct__cwa__ask_act", "source_id": "cloud_deployment_0247_open_missing_direct__cwa", "base_id": "cloud_deployment_0247_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["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 B", "target_statement": "Service B has an incident note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0070_entailed_open_conclusion__lcwa__ask_act", "source_id": "university_registration_0070_entailed_open_conclusion__lcwa", "base_id": "university_registration_0070_entailed_open_conclusion", "split": "train", "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": ["Iris 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::Iris", "target_statement": "Iris needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Iris"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Iris"], "conclusion": "needs_manual_audit::Iris", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Iris", "closure_atoms": ["has_external_scholarship::Iris", "needs_manual_audit::Iris"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Iris.\nTarget statement: Iris needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0154_explicit_negative_closed__owa__ask_act", "source_id": "finance_controls_0154_explicit_negative_closed__owa", "base_id": "finance_controls_0154_explicit_negative_closed", "split": "train", "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 12 passed KYC checks."], "facts_negative": ["Account 59 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 59", "target_statement": "Account 59 has compliance clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 12"], "negative_atoms": ["has_compliance_clearance::Account 59"], "rules": [], "query_atom": "has_compliance_clearance::Account 59", "closure_atoms": ["passed_kyc::Account 12"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 59 does not has compliance clearance.\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 59.\nTarget statement: Account 59 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0095_open_missing_with_closed_distractor__owa__ask_act", "source_id": "manufacturing_quality_0095_open_missing_with_closed_distractor__owa", "base_id": "manufacturing_quality_0095_open_missing_with_closed_distractor", "split": "train", "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 A has release approval.", "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_supplier_note::Part F", "target_statement": "Part F has a supplier note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part A", "passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part F", "closure_atoms": ["has_release_approval::Part A", "passed_visual_check::Part A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part F", "gold_missing_atom": "has_supplier_note::Part F", "gold_question_to_ask": "Is it true that Part F has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A has release approval.\n- Part A passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part F.\nTarget statement: Part F has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0087_open_missing_direct__cwa__ask_act", "source_id": "manufacturing_quality_0087_open_missing_direct__cwa", "base_id": "manufacturing_quality_0087_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["passed_visual_check::Part D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0160_closed_missing_direct__cwa__ask_act", "source_id": "robotics_operations_0160_closed_missing_direct__cwa", "base_id": "robotics_operations_0160_closed_missing_direct", "split": "train", "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 5 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 5", "target_statement": "Rover 5 has shift clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 5.\nTarget statement: Rover 5 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0241_closed_missing_direct__owa__ask_act", "source_id": "cloud_deployment_0241_closed_missing_direct__owa", "base_id": "cloud_deployment_0241_closed_missing_direct", "split": "train", "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 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_deployment_approval::Service B", "target_statement": "Service B has deployment approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service B", "gold_missing_atom": "has_deployment_approval::Service B", "gold_question_to_ask": "Is it true that Service B has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service B.\nTarget statement: Service B has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0110_entailed_open_conclusion__owa__ask_act", "source_id": "manufacturing_quality_0110_entailed_open_conclusion__owa", "base_id": "manufacturing_quality_0110_entailed_open_conclusion", "split": "train", "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 C 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 C", "target_statement": "Part C needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part C"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part C"], "conclusion": "needs_engineer_review::Part C", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part C", "closure_atoms": ["has_supplier_note::Part C", "needs_engineer_review::Part C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 C.\nTarget statement: Part C needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0240_closed_missing_direct__owa__ask_act", "source_id": "cloud_deployment_0240_closed_missing_direct__owa", "base_id": "cloud_deployment_0240_closed_missing_direct", "split": "train", "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 A 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 A", "target_statement": "Service A has deployment approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service A", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service A", "gold_missing_atom": "has_deployment_approval::Service A", "gold_question_to_ask": "Is it true that Service A has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service A.\nTarget statement: Service A has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0172_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "robotics_operations_0172_open_missing_with_closed_distractor__cwa", "base_id": "robotics_operations_0172_open_missing_with_closed_distractor", "split": "train", "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 6 has shift clearance.", "Rover 6 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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 has shift clearance.\n- Rover 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0135_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "finance_controls_0135_open_missing_with_closed_distractor__lcwa", "base_id": "finance_controls_0135_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 59 has compliance clearance.", "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 48", "target_statement": "Account 48 has a manual exception.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 59", "passed_kyc::Account 59"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 48", "closure_atoms": ["has_compliance_clearance::Account 59", "passed_kyc::Account 59"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 48", "gold_missing_atom": "has_manual_exception::Account 48", "gold_question_to_ask": "Is it true that Account 48 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 59 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 48.\nTarget statement: Account 48 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0024_entailed_closed_conclusion__lcwa__ask_act", "source_id": "hospital_access_0024_entailed_closed_conclusion__lcwa", "base_id": "hospital_access_0024_entailed_closed_conclusion", "split": "train", "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": ["Ava has completed safety training.", "Ava 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::Ava", "target_statement": "Ava may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Ava", "has_clearance::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ava", "has_clearance::Ava"], "conclusion": "may_enter_lab::Ava", "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::Ava", "closure_atoms": ["completed_training::Ava", "has_clearance::Ava", "may_enter_lab::Ava"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Ava 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::Ava.\nTarget statement: Ava may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0262_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "cloud_deployment_0262_open_derived_missing_antecedent__lcwa", "base_id": "cloud_deployment_0262_open_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Service E needs SRE review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service E"], "conclusion": "needs_sre_review::Service E", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service E", "gold_missing_atom": "has_incident_note::Service E", "gold_question_to_ask": "Is it true that Service E has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service E.\nTarget statement: Service E needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0108_entailed_open_conclusion__cwa__ask_act", "source_id": "manufacturing_quality_0108_entailed_open_conclusion__cwa", "base_id": "manufacturing_quality_0108_entailed_open_conclusion", "split": "train", "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 A 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 A", "target_statement": "Part A needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part A"], "conclusion": "needs_engineer_review::Part A", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part A", "closure_atoms": ["has_supplier_note::Part A", "needs_engineer_review::Part A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0193_explicit_negative_closed__cwa__ask_act", "source_id": "robotics_operations_0193_explicit_negative_closed__cwa", "base_id": "robotics_operations_0193_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 4 passed diagnostics."], "facts_negative": ["Rover 2 does not has shift clearance."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": ["has_shift_clearance::Rover 2"], "rules": [], "query_atom": "has_shift_clearance::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 2 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 2.\nTarget statement: Rover 2 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0199_explicit_negative_open__cwa__ask_act", "source_id": "robotics_operations_0199_explicit_negative_open__cwa", "base_id": "robotics_operations_0199_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 4 passed diagnostics."], "facts_negative": ["Rover 2 does not has a field note."], "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 2", "target_statement": "Rover 2 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": ["has_field_note::Rover 2"], "rules": [], "query_atom": "has_field_note::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 2 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 2.\nTarget statement: Rover 2 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0097_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "manufacturing_quality_0097_closed_derived_missing_antecedent__cwa", "base_id": "manufacturing_quality_0097_closed_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Part B may ship to customers.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part B", "has_release_approval::Part B"], "conclusion": "may_ship::Part B", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part B", "closure_atoms": ["passed_visual_check::Part B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 B.\nTarget statement: Part B may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0166_open_missing_direct__owa__ask_act", "source_id": "robotics_operations_0166_open_missing_direct__owa", "base_id": "robotics_operations_0166_open_missing_direct", "split": "train", "domain": "robotics_operations", "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": ["Rover 5 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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 5", "gold_missing_atom": "has_field_note::Rover 5", "gold_question_to_ask": "Is it true that Rover 5 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0179_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "robotics_operations_0179_closed_derived_missing_antecedent__lcwa", "base_id": "robotics_operations_0179_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 6 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 6", "target_statement": "Rover 6 may start its shift.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 6", "has_shift_clearance::Rover 6"], "conclusion": "may_start_shift::Rover 6", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 6.\nTarget statement: Rover 6 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0102_open_derived_missing_antecedent__cwa__ask_act", "source_id": "manufacturing_quality_0102_open_derived_missing_antecedent__cwa", "base_id": "manufacturing_quality_0102_open_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Part A needs engineer review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part A"], "conclusion": "needs_engineer_review::Part A", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0000_closed_missing_direct__owa__ask_act", "source_id": "hospital_access_0000_closed_missing_direct__owa", "base_id": "hospital_access_0000_closed_missing_direct", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava has security clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_clearance", "gold_missing_entity": "Ava", "gold_missing_atom": "has_clearance::Ava", "gold_question_to_ask": "Is it true that Ava has security clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Ava.\nTarget statement: Ava has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0166_open_missing_direct__cwa__ask_act", "source_id": "robotics_operations_0166_open_missing_direct__cwa", "base_id": "robotics_operations_0166_open_missing_direct", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 5 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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0171_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "robotics_operations_0171_closed_missing_with_open_distractor__lcwa", "base_id": "robotics_operations_0171_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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_shift_clearance"], "facts_positive": ["Rover 5 has a field note.", "Rover 4 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 4", "target_statement": "Rover 4 has shift clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 5", "passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 4", "closure_atoms": ["has_field_note::Rover 5", "passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 has a field note.\n- Rover 4 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 4.\nTarget statement: Rover 4 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0302_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "procurement_review_0302_open_derived_missing_antecedent__lcwa", "base_id": "procurement_review_0302_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor C submitted a tax form."], "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_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::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": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor C", "gold_missing_atom": "has_risk_note::Vendor C", "gold_question_to_ask": "Is it true that Vendor C has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0010_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "hospital_access_0010_closed_missing_with_open_distractor__cwa", "base_id": "hospital_access_0010_closed_missing_with_open_distractor", "split": "train", "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": ["Farid is assigned to the clinical trial.", "Elena 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::Elena", "target_statement": "Elena has security clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Farid", "completed_training::Elena"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Elena", "closure_atoms": ["assigned_to_trial::Farid", "completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 is assigned to the clinical trial.\n- Elena has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Elena.\nTarget statement: Elena has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0166_open_missing_direct__lcwa__ask_act", "source_id": "robotics_operations_0166_open_missing_direct__lcwa", "base_id": "robotics_operations_0166_open_missing_direct", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 5 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 5", "target_statement": "Rover 5 has a field note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 5", "gold_missing_atom": "has_field_note::Rover 5", "gold_question_to_ask": "Is it true that Rover 5 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 5.\nTarget statement: Rover 5 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0060_open_derived_missing_antecedent__owa__ask_act", "source_id": "university_registration_0060_open_derived_missing_antecedent__owa", "base_id": "university_registration_0060_open_derived_missing_antecedent", "split": "train", "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": ["Mia 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::Mia", "target_statement": "Mia needs a manual audit.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Mia"], "conclusion": "needs_manual_audit::Mia", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Mia", "closure_atoms": ["passed_exam::Mia"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Mia", "gold_missing_atom": "has_external_scholarship::Mia", "gold_question_to_ask": "Is it true that Mia has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Mia.\nTarget statement: Mia needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0044_open_missing_direct__lcwa__ask_act", "source_id": "university_registration_0044_open_missing_direct__lcwa", "base_id": "university_registration_0044_open_missing_direct", "split": "train", "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": ["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_external_scholarship::Lena", "target_statement": "Lena has an external scholarship.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Lena", "closure_atoms": ["passed_exam::Lena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Lena", "gold_missing_atom": "has_external_scholarship::Lena", "gold_question_to_ask": "Is it true that Lena has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Lena.\nTarget statement: Lena has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0024_entailed_closed_conclusion__owa__ask_act", "source_id": "hospital_access_0024_entailed_closed_conclusion__owa", "base_id": "hospital_access_0024_entailed_closed_conclusion", "split": "train", "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": ["Ava has completed safety training.", "Ava 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::Ava", "target_statement": "Ava may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Ava", "has_clearance::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Ava", "has_clearance::Ava"], "conclusion": "may_enter_lab::Ava", "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::Ava", "closure_atoms": ["completed_training::Ava", "has_clearance::Ava", "may_enter_lab::Ava"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Ava 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::Ava.\nTarget statement: Ava may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0181_open_derived_missing_antecedent__owa__ask_act", "source_id": "robotics_operations_0181_open_derived_missing_antecedent__owa", "base_id": "robotics_operations_0181_open_derived_missing_antecedent", "split": "train", "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 2 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 2", "target_statement": "Rover 2 needs operator review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 2"], "conclusion": "needs_operator_review::Rover 2", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 2", "gold_missing_atom": "has_field_note::Rover 2", "gold_question_to_ask": "Is it true that Rover 2 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 2.\nTarget statement: Rover 2 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0287_open_missing_direct__owa__ask_act", "source_id": "procurement_review_0287_open_missing_direct__owa", "base_id": "procurement_review_0287_open_missing_direct", "split": "train", "domain": "procurement_review", "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": ["Vendor F 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_risk_note::Vendor F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor F", "gold_missing_atom": "has_risk_note::Vendor F", "gold_question_to_ask": "Is it true that Vendor F has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0306_entailed_closed_conclusion__lcwa__ask_act", "source_id": "procurement_review_0306_entailed_closed_conclusion__lcwa", "base_id": "procurement_review_0306_entailed_closed_conclusion", "split": "train", "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 A has vendor approval.", "Vendor A 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 A", "target_statement": "Vendor A may receive a purchase order.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor A", "has_vendor_approval::Vendor A"], "conclusion": "may_receive_purchase_order::Vendor A", "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 A", "closure_atoms": ["has_vendor_approval::Vendor A", "may_receive_purchase_order::Vendor A", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has vendor approval.\n- Vendor A 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 A.\nTarget statement: Vendor A may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0162_closed_missing_direct__lcwa__ask_act", "source_id": "robotics_operations_0162_closed_missing_direct__lcwa", "base_id": "robotics_operations_0162_closed_missing_direct", "split": "train", "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 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_shift_clearance::Rover 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0243_closed_missing_direct__owa__ask_act", "source_id": "cloud_deployment_0243_closed_missing_direct__owa", "base_id": "cloud_deployment_0243_closed_missing_direct", "split": "train", "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 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_deployment_approval::Service D", "target_statement": "Service D has deployment approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service D", "closure_atoms": ["passed_unit_tests::Service D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service D", "gold_missing_atom": "has_deployment_approval::Service D", "gold_question_to_ask": "Is it true that Service D has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_deployment_approval::Service D.\nTarget statement: Service D has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0244_open_missing_direct__owa__ask_act", "source_id": "cloud_deployment_0244_open_missing_direct__owa", "base_id": "cloud_deployment_0244_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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": ["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_incident_note::Service E", "target_statement": "Service E has an incident note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service E", "gold_missing_atom": "has_incident_note::Service E", "gold_question_to_ask": "Is it true that Service E has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_incident_note::Service E.\nTarget statement: Service E has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0281_closed_missing_direct__cwa__ask_act", "source_id": "procurement_review_0281_closed_missing_direct__cwa", "base_id": "procurement_review_0281_closed_missing_direct", "split": "train", "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 F 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 F", "target_statement": "Vendor F has vendor approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor F.\nTarget statement: Vendor F has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0038_explicit_negative_open__cwa__ask_act", "source_id": "hospital_access_0038_explicit_negative_open__cwa", "base_id": "hospital_access_0038_explicit_negative_open", "split": "train", "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": ["Elena has completed safety training."], "facts_negative": ["Cora 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::Cora", "target_statement": "Cora is assigned to the clinical trial.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": ["assigned_to_trial::Cora"], "rules": [], "query_atom": "assigned_to_trial::Cora", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n\nNegative facts:\n- Cora is not assigned to the clinical trial.\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Cora.\nTarget statement: Cora is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0047_open_missing_direct__lcwa__ask_act", "source_id": "university_registration_0047_open_missing_direct__lcwa", "base_id": "university_registration_0047_open_missing_direct", "split": "train", "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": ["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::Theo", "target_statement": "Theo has an external scholarship.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Theo", "gold_missing_atom": "has_external_scholarship::Theo", "gold_question_to_ask": "Is it true that Theo has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0075_explicit_negative_closed__owa__ask_act", "source_id": "university_registration_0075_explicit_negative_closed__owa", "base_id": "university_registration_0075_explicit_negative_closed", "split": "train", "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": ["Theo passed the qualifying exam."], "facts_negative": ["Omar 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::Omar", "target_statement": "Omar has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": ["has_advising_clearance::Omar"], "rules": [], "query_atom": "has_advising_clearance::Omar", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam.\n\nNegative facts:\n- Omar does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Omar.\nTarget statement: Omar has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0007_open_missing_direct__cwa__ask_act", "source_id": "hospital_access_0007_open_missing_direct__cwa", "base_id": "hospital_access_0007_open_missing_direct", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Ben 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": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0247_open_missing_direct__owa__ask_act", "source_id": "cloud_deployment_0247_open_missing_direct__owa", "base_id": "cloud_deployment_0247_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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": ["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 B", "target_statement": "Service B has an incident note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service B", "gold_missing_atom": "has_incident_note::Service B", "gold_question_to_ask": "Is it true that Service B has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0297_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "procurement_review_0297_closed_derived_missing_antecedent__cwa", "base_id": "procurement_review_0297_closed_derived_missing_antecedent", "split": "train", "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 D 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 D", "target_statement": "Vendor D may receive a purchase order.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor D", "has_vendor_approval::Vendor D"], "conclusion": "may_receive_purchase_order::Vendor D", "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 D", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 D.\nTarget statement: Vendor D may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0168_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "robotics_operations_0168_closed_missing_with_open_distractor__cwa", "base_id": "robotics_operations_0168_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 2 has a field note.", "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_shift_clearance::Rover 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 2", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["has_field_note::Rover 2", "passed_diagnostics::Rover 1"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a field note.\n- Rover 1 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0287_open_missing_direct__lcwa__ask_act", "source_id": "procurement_review_0287_open_missing_direct__lcwa", "base_id": "procurement_review_0287_open_missing_direct", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor F 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_risk_note::Vendor F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor F", "gold_missing_atom": "has_risk_note::Vendor F", "gold_question_to_ask": "Is it true that Vendor F has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0274_explicit_negative_closed__owa__ask_act", "source_id": "cloud_deployment_0274_explicit_negative_closed__owa", "base_id": "cloud_deployment_0274_explicit_negative_closed", "split": "train", "domain": "cloud_deployment", "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": ["Service A passed unit tests."], "facts_negative": ["Service E does not has deployment approval."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": ["has_deployment_approval::Service E"], "rules": [], "query_atom": "has_deployment_approval::Service E", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- Service E does not has deployment approval.\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service E.\nTarget statement: Service E has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0091_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "manufacturing_quality_0091_closed_missing_with_open_distractor__lcwa", "base_id": "manufacturing_quality_0091_closed_missing_with_open_distractor", "split": "train", "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 C has a supplier note.", "Part B 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 B", "target_statement": "Part B has release approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part C", "passed_visual_check::Part B"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part B", "closure_atoms": ["has_supplier_note::Part C", "passed_visual_check::Part B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a supplier note.\n- Part B passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part B.\nTarget statement: Part B has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0284_open_missing_direct__cwa__ask_act", "source_id": "procurement_review_0284_open_missing_direct__cwa", "base_id": "procurement_review_0284_open_missing_direct", "split": "train", "domain": "procurement_review", "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_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": [], "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 C", "target_statement": "Vendor C has a risk note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_risk_note::Vendor C.\nTarget statement: Vendor C has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0118_explicit_negative_open__cwa__ask_act", "source_id": "manufacturing_quality_0118_explicit_negative_open__cwa", "base_id": "manufacturing_quality_0118_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part A passed the visual check."], "facts_negative": ["Part E does not has a supplier note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": ["has_supplier_note::Part E"], "rules": [], "query_atom": "has_supplier_note::Part E", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- Part E does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part E.\nTarget statement: Part E has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0071_entailed_open_conclusion__owa__ask_act", "source_id": "university_registration_0071_entailed_open_conclusion__owa", "base_id": "university_registration_0071_entailed_open_conclusion", "split": "train", "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": ["Theo 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::Theo", "target_statement": "Theo needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Theo"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Theo"], "conclusion": "needs_manual_audit::Theo", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Theo", "closure_atoms": ["has_external_scholarship::Theo", "needs_manual_audit::Theo"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Theo.\nTarget statement: Theo needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0294_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "procurement_review_0294_open_missing_with_closed_distractor__cwa", "base_id": "procurement_review_0294_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor B has vendor approval.", "Vendor B 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_risk_note::Vendor A", "target_statement": "Vendor A has a risk note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor A", "closure_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has vendor approval.\n- Vendor B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor A.\nTarget statement: Vendor A has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0236_explicit_negative_open__lcwa__ask_act", "source_id": "library_services_0236_explicit_negative_open__lcwa", "base_id": "library_services_0236_explicit_negative_open", "split": "train", "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 E has an active membership."], "facts_negative": ["Reader C 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 C", "target_statement": "Reader C has a special request.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": ["has_special_request::Reader C"], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader C does not has a special request.\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader C.\nTarget statement: Reader C has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0040_closed_missing_direct__owa__ask_act", "source_id": "university_registration_0040_closed_missing_direct__owa", "base_id": "university_registration_0040_closed_missing_direct", "split": "train", "domain": "university_registration", "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": ["Iris 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::Iris", "target_statement": "Iris has advising clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Iris", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_advising_clearance", "gold_missing_entity": "Iris", "gold_missing_atom": "has_advising_clearance::Iris", "gold_question_to_ask": "Is it true that Iris has advising clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_advising_clearance::Iris.\nTarget statement: Iris has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0023_open_derived_missing_antecedent__owa__ask_act", "source_id": "hospital_access_0023_open_derived_missing_antecedent__owa", "base_id": "hospital_access_0023_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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": ["Farid has completed safety training."], "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::Farid", "target_statement": "Farid needs supervisor review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Farid"], "conclusion": "needs_supervisor_review::Farid", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Farid", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Farid", "gold_missing_atom": "assigned_to_trial::Farid", "gold_question_to_ask": "Is it true that Farid is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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::Farid.\nTarget statement: Farid needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0041_closed_missing_direct__cwa__ask_act", "source_id": "university_registration_0041_closed_missing_direct__cwa", "base_id": "university_registration_0041_closed_missing_direct", "split": "train", "domain": "university_registration", "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_advising_clearance", "has_external_scholarship", "may_register", "needs_manual_audit", "passed_exam"], "facts_positive": ["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_advising_clearance::Theo", "target_statement": "Theo has advising clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Theo", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Theo.\nTarget statement: Theo has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0175_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "robotics_operations_0175_open_missing_with_closed_distractor__cwa", "base_id": "robotics_operations_0175_open_missing_with_closed_distractor", "split": "train", "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 3 has shift clearance.", "Rover 3 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 2", "target_statement": "Rover 2 has a field note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 3", "passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 2", "closure_atoms": ["has_shift_clearance::Rover 3", "passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 shift clearance.\n- Rover 3 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 2.\nTarget statement: Rover 2 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0021_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "hospital_access_0021_open_derived_missing_antecedent__lcwa", "base_id": "hospital_access_0021_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Dylan has completed safety training."], "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::Dylan", "target_statement": "Dylan needs supervisor review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Dylan"], "conclusion": "needs_supervisor_review::Dylan", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Dylan", "closure_atoms": ["completed_training::Dylan"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Dylan", "gold_missing_atom": "assigned_to_trial::Dylan", "gold_question_to_ask": "Is it true that Dylan is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a staff member is assigned to the clinical trial, then that staff member needs supervisor review.\n\nTarget atom: needs_supervisor_review::Dylan.\nTarget statement: Dylan needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0049_closed_missing_with_open_distractor__owa__ask_act", "source_id": "university_registration_0049_closed_missing_with_open_distractor__owa", "base_id": "university_registration_0049_closed_missing_with_open_distractor", "split": "train", "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": ["Lena has an external scholarship.", "Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Lena", "passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["has_external_scholarship::Lena", "passed_exam::Noah"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_advising_clearance", "gold_missing_entity": "Noah", "gold_missing_atom": "has_advising_clearance::Noah", "gold_question_to_ask": "Is it true that Noah has advising clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0057_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "university_registration_0057_closed_derived_missing_antecedent__cwa", "base_id": "university_registration_0057_closed_derived_missing_antecedent", "split": "train", "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": ["Omar 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::Omar", "target_statement": "Omar may register for the seminar.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Omar", "has_advising_clearance::Omar"], "conclusion": "may_register::Omar", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Omar", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Omar.\nTarget statement: Omar may register for the seminar.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0093_open_missing_with_closed_distractor__owa__ask_act", "source_id": "manufacturing_quality_0093_open_missing_with_closed_distractor__owa", "base_id": "manufacturing_quality_0093_open_missing_with_closed_distractor", "split": "train", "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 E has release approval.", "Part E 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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part D", "gold_missing_atom": "has_supplier_note::Part D", "gold_question_to_ask": "Is it true that Part D has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has release approval.\n- Part E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0200_closed_missing_direct__lcwa__ask_act", "source_id": "library_services_0200_closed_missing_direct__lcwa", "base_id": "library_services_0200_closed_missing_direct", "split": "train", "domain": "library_services", "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_borrowing_clearance"], "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_borrowing_clearance::Reader C", "target_statement": "Reader C has borrowing clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_borrowing_clearance::Reader C.\nTarget statement: Reader C has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0133_open_missing_with_closed_distractor__owa__ask_act", "source_id": "finance_controls_0133_open_missing_with_closed_distractor__owa", "base_id": "finance_controls_0133_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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": ["Account 35 has compliance clearance.", "Account 35 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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 27", "gold_missing_atom": "has_manual_exception::Account 27", "gold_question_to_ask": "Is it true that Account 27 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0279_explicit_negative_open__lcwa__ask_act", "source_id": "cloud_deployment_0279_explicit_negative_open__lcwa", "base_id": "cloud_deployment_0279_explicit_negative_open", "split": "train", "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 F passed unit tests."], "facts_negative": ["Service D 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 D", "target_statement": "Service D has an incident note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": ["has_incident_note::Service D"], "rules": [], "query_atom": "has_incident_note::Service D", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- Service D does not has an incident note.\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service D.\nTarget statement: Service D has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0086_open_missing_direct__lcwa__ask_act", "source_id": "manufacturing_quality_0086_open_missing_direct__lcwa", "base_id": "manufacturing_quality_0086_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "may_ship"], "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_supplier_note::Part C", "target_statement": "Part C has a supplier note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part C", "gold_missing_atom": "has_supplier_note::Part C", "gold_question_to_ask": "Is it true that Part C has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_supplier_note::Part C.\nTarget statement: Part C has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0133_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "finance_controls_0133_open_missing_with_closed_distractor__cwa", "base_id": "finance_controls_0133_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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_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": [], "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["has_compliance_clearance::Account 35", "passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0001_closed_missing_direct__owa__ask_act", "source_id": "hospital_access_0001_closed_missing_direct__owa", "base_id": "hospital_access_0001_closed_missing_direct", "split": "train", "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": ["Ben 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::Ben", "target_statement": "Ben has security clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Ben", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_clearance", "gold_missing_entity": "Ben", "gold_missing_atom": "has_clearance::Ben", "gold_question_to_ask": "Is it true that Ben has security clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_clearance::Ben.\nTarget statement: Ben has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0203_closed_missing_direct__cwa__ask_act", "source_id": "library_services_0203_closed_missing_direct__cwa", "base_id": "library_services_0203_closed_missing_direct", "split": "train", "domain": "library_services", "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_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader F 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_borrowing_clearance::Reader F", "target_statement": "Reader F has borrowing clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader F", "closure_atoms": ["has_active_membership::Reader F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader F.\nTarget statement: Reader F has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0021_open_derived_missing_antecedent__cwa__ask_act", "source_id": "hospital_access_0021_open_derived_missing_antecedent__cwa", "base_id": "hospital_access_0021_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Dylan has completed safety training."], "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::Dylan", "target_statement": "Dylan needs supervisor review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Dylan"], "conclusion": "needs_supervisor_review::Dylan", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Dylan", "closure_atoms": ["completed_training::Dylan"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a staff member is assigned to the clinical trial, then that staff member needs supervisor review.\n\nTarget atom: needs_supervisor_review::Dylan.\nTarget statement: Dylan needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0064_entailed_closed_conclusion__lcwa__ask_act", "source_id": "university_registration_0064_entailed_closed_conclusion__lcwa", "base_id": "university_registration_0064_entailed_closed_conclusion", "split": "train", "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": ["Iris has advising clearance.", "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Iris", "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": ["has_advising_clearance::Iris", "may_register::Iris", "passed_exam::Iris"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has advising clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0214_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "library_services_0214_open_missing_with_closed_distractor__cwa", "base_id": "library_services_0214_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader F has an active membership.", "Reader F has borrowing clearance."], "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 E", "target_statement": "Reader E has a special request.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader E", "closure_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n- Reader F has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader E.\nTarget statement: Reader E has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0197_explicit_negative_open__owa__ask_act", "source_id": "robotics_operations_0197_explicit_negative_open__owa", "base_id": "robotics_operations_0197_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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": ["Rover 2 passed diagnostics."], "facts_negative": ["Rover 6 does not has a field note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": ["has_field_note::Rover 6"], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 6 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 6.\nTarget statement: Rover 6 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0310_entailed_open_conclusion__lcwa__ask_act", "source_id": "procurement_review_0310_entailed_open_conclusion__lcwa", "base_id": "procurement_review_0310_entailed_open_conclusion", "split": "train", "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 E 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 E", "target_statement": "Vendor E needs procurement review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor E"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor E"], "conclusion": "needs_procurement_review::Vendor E", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor E", "closure_atoms": ["has_risk_note::Vendor E", "needs_procurement_review::Vendor E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Vendor E needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0125_open_missing_direct__cwa__ask_act", "source_id": "finance_controls_0125_open_missing_direct__cwa", "base_id": "finance_controls_0125_open_missing_direct", "split": "train", "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 61 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 61", "target_statement": "Account 61 has a manual exception.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 61.\nTarget statement: Account 61 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0244_open_missing_direct__cwa__ask_act", "source_id": "cloud_deployment_0244_open_missing_direct__cwa", "base_id": "cloud_deployment_0244_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["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_incident_note::Service E", "target_statement": "Service E has an incident note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_incident_note::Service E.\nTarget statement: Service E has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0152_explicit_negative_closed__owa__ask_act", "source_id": "finance_controls_0152_explicit_negative_closed__owa", "base_id": "finance_controls_0152_explicit_negative_closed", "split": "train", "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 59 passed KYC checks."], "facts_negative": ["Account 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": ["has_compliance_clearance::Account 35"], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["passed_kyc::Account 59"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 compliance clearance.\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0011_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "hospital_access_0011_closed_missing_with_open_distractor__lcwa", "base_id": "hospital_access_0011_closed_missing_with_open_distractor", "split": "train", "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": ["Ava is assigned to the clinical trial.", "Farid 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::Farid", "target_statement": "Farid has security clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Ava", "completed_training::Farid"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Farid", "closure_atoms": ["assigned_to_trial::Ava", "completed_training::Farid"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 is assigned to the clinical trial.\n- Farid has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Farid.\nTarget statement: Farid has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0107_entailed_closed_conclusion__cwa__ask_act", "source_id": "manufacturing_quality_0107_entailed_closed_conclusion__cwa", "base_id": "manufacturing_quality_0107_entailed_closed_conclusion", "split": "train", "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 F has release approval.", "Part F 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 F", "target_statement": "Part F may ship to customers.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part F", "has_release_approval::Part F"], "conclusion": "may_ship::Part F", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part F", "closure_atoms": ["has_release_approval::Part F", "may_ship::Part F", "passed_visual_check::Part F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part F.\nTarget statement: Part F may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0083_closed_missing_direct__lcwa__ask_act", "source_id": "manufacturing_quality_0083_closed_missing_direct__lcwa", "base_id": "manufacturing_quality_0083_closed_missing_direct", "split": "train", "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 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_release_approval::Part F", "target_statement": "Part F has release approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part F", "closure_atoms": ["passed_visual_check::Part F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_release_approval::Part F.\nTarget statement: Part F has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0125_open_missing_direct__owa__ask_act", "source_id": "finance_controls_0125_open_missing_direct__owa", "base_id": "finance_controls_0125_open_missing_direct", "split": "train", "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 61 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 61", "target_statement": "Account 61 has a manual exception.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 61", "gold_missing_atom": "has_manual_exception::Account 61", "gold_question_to_ask": "Is it true that Account 61 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 61.\nTarget statement: Account 61 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0260_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "cloud_deployment_0260_open_derived_missing_antecedent__lcwa", "base_id": "cloud_deployment_0260_open_derived_missing_antecedent", "split": "train", "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 C 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 C", "target_statement": "Service C needs SRE review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service C"], "conclusion": "needs_sre_review::Service C", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service C", "closure_atoms": ["passed_unit_tests::Service C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service C", "gold_missing_atom": "has_incident_note::Service C", "gold_question_to_ask": "Is it true that Service C has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service C.\nTarget statement: Service C needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0199_explicit_negative_open__owa__ask_act", "source_id": "robotics_operations_0199_explicit_negative_open__owa", "base_id": "robotics_operations_0199_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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": ["Rover 4 passed diagnostics."], "facts_negative": ["Rover 2 does not has a field note."], "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 2", "target_statement": "Rover 2 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": ["has_field_note::Rover 2"], "rules": [], "query_atom": "has_field_note::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 2 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 2.\nTarget statement: Rover 2 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0279_explicit_negative_open__owa__ask_act", "source_id": "cloud_deployment_0279_explicit_negative_open__owa", "base_id": "cloud_deployment_0279_explicit_negative_open", "split": "train", "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 F passed unit tests."], "facts_negative": ["Service D 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 D", "target_statement": "Service D has an incident note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": ["has_incident_note::Service D"], "rules": [], "query_atom": "has_incident_note::Service D", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- Service D does not has an incident note.\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service D.\nTarget statement: Service D has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0243_closed_missing_direct__cwa__ask_act", "source_id": "cloud_deployment_0243_closed_missing_direct__cwa", "base_id": "cloud_deployment_0243_closed_missing_direct", "split": "train", "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 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_deployment_approval::Service D", "target_statement": "Service D has deployment approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service D", "closure_atoms": ["passed_unit_tests::Service D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_deployment_approval::Service D.\nTarget statement: Service D has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0107_entailed_closed_conclusion__lcwa__ask_act", "source_id": "manufacturing_quality_0107_entailed_closed_conclusion__lcwa", "base_id": "manufacturing_quality_0107_entailed_closed_conclusion", "split": "train", "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 F has release approval.", "Part F 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 F", "target_statement": "Part F may ship to customers.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part F", "has_release_approval::Part F"], "conclusion": "may_ship::Part F", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part F", "closure_atoms": ["has_release_approval::Part F", "may_ship::Part F", "passed_visual_check::Part F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part F.\nTarget statement: Part F may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0210_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "library_services_0210_closed_missing_with_open_distractor__lcwa", "base_id": "library_services_0210_closed_missing_with_open_distractor", "split": "train", "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 A has an active membership.", "Reader B 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 A", "target_statement": "Reader A has borrowing clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A", "has_special_request::Reader B"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader A", "closure_atoms": ["has_active_membership::Reader A", "has_special_request::Reader B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader B has a special request.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader A.\nTarget statement: Reader A has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0055_open_missing_with_closed_distractor__owa__ask_act", "source_id": "university_registration_0055_open_missing_with_closed_distractor__owa", "base_id": "university_registration_0055_open_missing_with_closed_distractor", "split": "train", "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": ["Lena has advising clearance.", "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_external_scholarship::Noah", "target_statement": "Noah has an external scholarship.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Lena", "passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Noah", "closure_atoms": ["has_advising_clearance::Lena", "passed_exam::Lena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Noah", "gold_missing_atom": "has_external_scholarship::Noah", "gold_question_to_ask": "Is it true that Noah has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 advising clearance.\n- Lena passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Noah.\nTarget statement: Noah has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0182_open_derived_missing_antecedent__cwa__ask_act", "source_id": "robotics_operations_0182_open_derived_missing_antecedent__cwa", "base_id": "robotics_operations_0182_open_derived_missing_antecedent", "split": "train", "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 3 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 3", "target_statement": "Rover 3 needs operator review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::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": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 3.\nTarget statement: Rover 3 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0071_entailed_open_conclusion__lcwa__ask_act", "source_id": "university_registration_0071_entailed_open_conclusion__lcwa", "base_id": "university_registration_0071_entailed_open_conclusion", "split": "train", "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": ["Theo 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::Theo", "target_statement": "Theo needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Theo"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Theo"], "conclusion": "needs_manual_audit::Theo", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Theo", "closure_atoms": ["has_external_scholarship::Theo", "needs_manual_audit::Theo"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Theo.\nTarget statement: Theo needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0208_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "library_services_0208_closed_missing_with_open_distractor__lcwa", "base_id": "library_services_0208_closed_missing_with_open_distractor", "split": "train", "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 E has an active membership.", "Reader F 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 E", "target_statement": "Reader E has borrowing clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_special_request::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader E", "has_special_request::Reader F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader F has a special request.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0134_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "finance_controls_0134_open_missing_with_closed_distractor__lcwa", "base_id": "finance_controls_0134_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 48 has compliance clearance.", "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_manual_exception::Account 35", "target_statement": "Account 35 has a manual exception.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 35", "closure_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 35", "gold_missing_atom": "has_manual_exception::Account 35", "gold_question_to_ask": "Is it true that Account 35 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 48 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 35.\nTarget statement: Account 35 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0167_open_missing_direct__lcwa__ask_act", "source_id": "robotics_operations_0167_open_missing_direct__lcwa", "base_id": "robotics_operations_0167_open_missing_direct", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 6 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_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 6", "gold_missing_atom": "has_field_note::Rover 6", "gold_question_to_ask": "Is it true that Rover 6 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0013_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "hospital_access_0013_open_missing_with_closed_distractor__cwa", "base_id": "hospital_access_0013_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Cora has completed safety training.", "Cora has security clearance."], "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": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora", "has_clearance::Cora"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Cora", "has_clearance::Cora"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n- Cora has security clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0129_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "finance_controls_0129_closed_missing_with_open_distractor__lcwa", "base_id": "finance_controls_0129_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance"], "facts_positive": ["Account 59 has a manual exception.", "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_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 59", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["has_manual_exception::Account 59", "passed_kyc::Account 48"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a manual exception.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0121_closed_missing_direct__lcwa__ask_act", "source_id": "finance_controls_0121_closed_missing_direct__lcwa", "base_id": "finance_controls_0121_closed_missing_direct", "split": "train", "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 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_compliance_clearance::Account 27", "target_statement": "Account 27 has compliance clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 27", "closure_atoms": ["passed_kyc::Account 27"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_compliance_clearance::Account 27.\nTarget statement: Account 27 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0044_open_missing_direct__owa__ask_act", "source_id": "university_registration_0044_open_missing_direct__owa", "base_id": "university_registration_0044_open_missing_direct", "split": "train", "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": ["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_external_scholarship::Lena", "target_statement": "Lena has an external scholarship.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Lena", "closure_atoms": ["passed_exam::Lena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Lena", "gold_missing_atom": "has_external_scholarship::Lena", "gold_question_to_ask": "Is it true that Lena has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Lena.\nTarget statement: Lena has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0236_explicit_negative_open__owa__ask_act", "source_id": "library_services_0236_explicit_negative_open__owa", "base_id": "library_services_0236_explicit_negative_open", "split": "train", "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 E has an active membership."], "facts_negative": ["Reader C 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 C", "target_statement": "Reader C has a special request.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": ["has_special_request::Reader C"], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader C does not has a special request.\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader C.\nTarget statement: Reader C has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0106_entailed_closed_conclusion__cwa__ask_act", "source_id": "manufacturing_quality_0106_entailed_closed_conclusion__cwa", "base_id": "manufacturing_quality_0106_entailed_closed_conclusion", "split": "train", "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 E has release approval.", "Part E 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 E", "target_statement": "Part E may ship to customers.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part E", "has_release_approval::Part E"], "conclusion": "may_ship::Part E", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part E", "closure_atoms": ["has_release_approval::Part E", "may_ship::Part E", "passed_visual_check::Part E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has release approval.\n- Part E 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 E.\nTarget statement: Part E may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0249_closed_missing_with_open_distractor__owa__ask_act", "source_id": "cloud_deployment_0249_closed_missing_with_open_distractor__owa", "base_id": "cloud_deployment_0249_closed_missing_with_open_distractor", "split": "train", "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 E has an incident note.", "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_deployment_approval::Service D", "target_statement": "Service D has deployment approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service E", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service D", "closure_atoms": ["has_incident_note::Service E", "passed_unit_tests::Service D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service D", "gold_missing_atom": "has_deployment_approval::Service D", "gold_question_to_ask": "Is it true that Service D has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an incident note.\n- Service D passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service D.\nTarget statement: Service D has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0074_explicit_negative_closed__lcwa__ask_act", "source_id": "university_registration_0074_explicit_negative_closed__lcwa", "base_id": "university_registration_0074_explicit_negative_closed", "split": "train", "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": ["Iris passed the qualifying exam."], "facts_negative": ["Lena 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::Lena", "target_statement": "Lena has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": ["has_advising_clearance::Lena"], "rules": [], "query_atom": "has_advising_clearance::Lena", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Lena does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Lena.\nTarget statement: Lena has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0181_open_derived_missing_antecedent__cwa__ask_act", "source_id": "robotics_operations_0181_open_derived_missing_antecedent__cwa", "base_id": "robotics_operations_0181_open_derived_missing_antecedent", "split": "train", "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 2 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 2", "target_statement": "Rover 2 needs operator review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 2"], "conclusion": "needs_operator_review::Rover 2", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 2.\nTarget statement: Rover 2 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0200_closed_missing_direct__cwa__ask_act", "source_id": "library_services_0200_closed_missing_direct__cwa", "base_id": "library_services_0200_closed_missing_direct", "split": "train", "domain": "library_services", "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_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_borrowing_clearance::Reader C", "target_statement": "Reader C has borrowing clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader C", "closure_atoms": ["has_active_membership::Reader C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_borrowing_clearance::Reader C.\nTarget statement: Reader C has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0295_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "procurement_review_0295_open_missing_with_closed_distractor__lcwa", "base_id": "procurement_review_0295_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor C has vendor approval.", "Vendor C 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_risk_note::Vendor B", "target_statement": "Vendor B has a risk note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor C", "submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor B", "closure_atoms": ["has_vendor_approval::Vendor C", "submitted_tax_form::Vendor C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor B", "gold_missing_atom": "has_risk_note::Vendor B", "gold_question_to_ask": "Is it true that Vendor B has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 vendor approval.\n- Vendor C submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor B.\nTarget statement: Vendor B has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0277_explicit_negative_open__cwa__ask_act", "source_id": "cloud_deployment_0277_explicit_negative_open__cwa", "base_id": "cloud_deployment_0277_explicit_negative_open", "split": "train", "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 D passed unit tests."], "facts_negative": ["Service B 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 B", "target_statement": "Service B has an incident note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": ["has_incident_note::Service B"], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["passed_unit_tests::Service D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Service B does not has an incident note.\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0108_entailed_open_conclusion__owa__ask_act", "source_id": "manufacturing_quality_0108_entailed_open_conclusion__owa", "base_id": "manufacturing_quality_0108_entailed_open_conclusion", "split": "train", "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 A 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 A", "target_statement": "Part A needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part A"], "conclusion": "needs_engineer_review::Part A", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part A", "closure_atoms": ["has_supplier_note::Part A", "needs_engineer_review::Part A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0292_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "procurement_review_0292_open_missing_with_closed_distractor__cwa", "base_id": "procurement_review_0292_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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_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": [], "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor E", "closure_atoms": ["has_vendor_approval::Vendor F", "submitted_tax_form::Vendor F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_risk_note::Vendor E.\nTarget statement: Vendor E has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0070_entailed_open_conclusion__cwa__ask_act", "source_id": "university_registration_0070_entailed_open_conclusion__cwa", "base_id": "university_registration_0070_entailed_open_conclusion", "split": "train", "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": ["Iris 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::Iris", "target_statement": "Iris needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Iris"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Iris"], "conclusion": "needs_manual_audit::Iris", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Iris", "closure_atoms": ["has_external_scholarship::Iris", "needs_manual_audit::Iris"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Iris.\nTarget statement: Iris needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0073_explicit_negative_closed__owa__ask_act", "source_id": "university_registration_0073_explicit_negative_closed__owa", "base_id": "university_registration_0073_explicit_negative_closed", "split": "train", "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": ["Omar passed the qualifying exam."], "facts_negative": ["Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": ["has_advising_clearance::Noah"], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0054_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "university_registration_0054_open_missing_with_closed_distractor__cwa", "base_id": "university_registration_0054_open_missing_with_closed_distractor", "split": "train", "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": ["Noah has advising clearance.", "Noah 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::Mia", "target_statement": "Mia has an external scholarship.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Mia", "closure_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_external_scholarship::Mia.\nTarget statement: Mia has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0031_entailed_open_conclusion__cwa__ask_act", "source_id": "hospital_access_0031_entailed_open_conclusion__cwa", "base_id": "hospital_access_0031_entailed_open_conclusion", "split": "train", "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": ["Ben 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::Ben", "target_statement": "Ben needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Ben"], "conclusion": "needs_supervisor_review::Ben", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Ben", "closure_atoms": ["assigned_to_trial::Ben", "needs_supervisor_review::Ben"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Ben.\nTarget statement: Ben needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0119_explicit_negative_open__cwa__ask_act", "source_id": "manufacturing_quality_0119_explicit_negative_open__cwa", "base_id": "manufacturing_quality_0119_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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_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 a supplier note."], "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 F", "target_statement": "Part F has a supplier note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": ["has_supplier_note::Part F"], "rules": [], "query_atom": "has_supplier_note::Part F", "closure_atoms": ["passed_visual_check::Part B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part F.\nTarget statement: Part F has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0244_open_missing_direct__lcwa__ask_act", "source_id": "cloud_deployment_0244_open_missing_direct__lcwa", "base_id": "cloud_deployment_0244_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "may_deploy"], "facts_positive": ["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_incident_note::Service E", "target_statement": "Service E has an incident note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service E", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service E", "gold_missing_atom": "has_incident_note::Service E", "gold_question_to_ask": "Is it true that Service E has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_incident_note::Service E.\nTarget statement: Service E has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0111_entailed_open_conclusion__cwa__ask_act", "source_id": "manufacturing_quality_0111_entailed_open_conclusion__cwa", "base_id": "manufacturing_quality_0111_entailed_open_conclusion", "split": "train", "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 D 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 D", "target_statement": "Part D needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part D"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part D"], "conclusion": "needs_engineer_review::Part D", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part D", "closure_atoms": ["has_supplier_note::Part D", "needs_engineer_review::Part D"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 D.\nTarget statement: Part D needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0201_closed_missing_direct__lcwa__ask_act", "source_id": "library_services_0201_closed_missing_direct__lcwa", "base_id": "library_services_0201_closed_missing_direct", "split": "train", "domain": "library_services", "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_borrowing_clearance"], "facts_positive": ["Reader D 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_borrowing_clearance::Reader D", "target_statement": "Reader D has borrowing clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader D.\nTarget statement: Reader D has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0205_open_missing_direct__lcwa__ask_act", "source_id": "library_services_0205_open_missing_direct__lcwa", "base_id": "library_services_0205_open_missing_direct", "split": "train", "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 B 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 B", "target_statement": "Reader B has a special request.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader B"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader B", "closure_atoms": ["has_active_membership::Reader B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader B", "gold_missing_atom": "has_special_request::Reader B", "gold_question_to_ask": "Is it true that Reader B has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader B.\nTarget statement: Reader B has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0016_closed_derived_missing_antecedent__owa__ask_act", "source_id": "hospital_access_0016_closed_derived_missing_antecedent__owa", "base_id": "hospital_access_0016_closed_derived_missing_antecedent", "split": "train", "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": ["Elena 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::Elena", "target_statement": "Elena may enter Lab A.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Elena", "has_clearance::Elena"], "conclusion": "may_enter_lab::Elena", "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::Elena", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_clearance", "gold_missing_entity": "Elena", "gold_missing_atom": "has_clearance::Elena", "gold_question_to_ask": "Is it true that Elena has security clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Elena.\nTarget statement: Elena may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0194_explicit_negative_closed__cwa__ask_act", "source_id": "robotics_operations_0194_explicit_negative_closed__cwa", "base_id": "robotics_operations_0194_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 5 passed diagnostics."], "facts_negative": ["Rover 3 does not has shift clearance."], "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 3", "target_statement": "Rover 3 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": ["has_shift_clearance::Rover 3"], "rules": [], "query_atom": "has_shift_clearance::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- Rover 3 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 3.\nTarget statement: Rover 3 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0258_closed_derived_missing_antecedent__owa__ask_act", "source_id": "cloud_deployment_0258_closed_derived_missing_antecedent__owa", "base_id": "cloud_deployment_0258_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_unit_tests::Service A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service A", "gold_missing_atom": "has_deployment_approval::Service A", "gold_question_to_ask": "Is it true that Service A has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0222_open_derived_missing_antecedent__owa__ask_act", "source_id": "library_services_0222_open_derived_missing_antecedent__owa", "base_id": "library_services_0222_open_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Reader A needs librarian review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader A"], "conclusion": "needs_librarian_review::Reader A", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader A", "gold_missing_atom": "has_special_request::Reader A", "gold_question_to_ask": "Is it true that Reader A has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If a reader has a special request, then that reader needs librarian review.\n\nTarget atom: needs_librarian_review::Reader A.\nTarget statement: Reader A needs librarian review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0100_open_derived_missing_antecedent__cwa__ask_act", "source_id": "manufacturing_quality_0100_open_derived_missing_antecedent__cwa", "base_id": "manufacturing_quality_0100_open_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Part E needs engineer review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part E"], "conclusion": "needs_engineer_review::Part E", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part E", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Part E needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0046_open_missing_direct__cwa__ask_act", "source_id": "university_registration_0046_open_missing_direct__cwa", "base_id": "university_registration_0046_open_missing_direct", "split": "train", "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": ["Iris 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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Iris", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_external_scholarship::Iris.\nTarget statement: Iris has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0006_open_missing_direct__cwa__ask_act", "source_id": "hospital_access_0006_open_missing_direct__cwa", "base_id": "hospital_access_0006_open_missing_direct", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Ava 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": "assigned_to_trial::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0013_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "hospital_access_0013_open_missing_with_closed_distractor__lcwa", "base_id": "hospital_access_0013_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Cora has completed safety training.", "Cora has security clearance."], "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": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora", "has_clearance::Cora"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Cora", "has_clearance::Cora"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Ben", "gold_missing_atom": "assigned_to_trial::Ben", "gold_question_to_ask": "Is it true that Ben is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n- Cora has security clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0266_entailed_closed_conclusion__cwa__ask_act", "source_id": "cloud_deployment_0266_entailed_closed_conclusion__cwa", "base_id": "cloud_deployment_0266_entailed_closed_conclusion", "split": "train", "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 C has deployment approval.", "Service C 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 C", "target_statement": "Service C may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service C", "has_deployment_approval::Service C"], "conclusion": "may_deploy::Service C", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service C", "closure_atoms": ["has_deployment_approval::Service C", "may_deploy::Service C", "passed_unit_tests::Service C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service C 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 C.\nTarget statement: Service C may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0319_explicit_negative_open__cwa__ask_act", "source_id": "procurement_review_0319_explicit_negative_open__cwa", "base_id": "procurement_review_0319_explicit_negative_open", "split": "train", "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 D submitted a tax form."], "facts_negative": ["Vendor B 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 B", "target_statement": "Vendor B has a risk note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": ["has_risk_note::Vendor B"], "rules": [], "query_atom": "has_risk_note::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a risk note.\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor B.\nTarget statement: Vendor B has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0213_open_missing_with_closed_distractor__owa__ask_act", "source_id": "library_services_0213_open_missing_with_closed_distractor__owa", "base_id": "library_services_0213_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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": ["Reader E has an active membership.", "Reader E has borrowing clearance."], "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 D", "target_statement": "Reader D has a special request.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader D", "closure_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader D", "gold_missing_atom": "has_special_request::Reader D", "gold_question_to_ask": "Is it true that Reader D has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader E has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader D.\nTarget statement: Reader D has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0251_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "cloud_deployment_0251_closed_missing_with_open_distractor__cwa", "base_id": "cloud_deployment_0251_closed_missing_with_open_distractor", "split": "train", "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 A has an incident note.", "Service F 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 F", "target_statement": "Service F has deployment approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service A", "passed_unit_tests::Service F"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service F", "closure_atoms": ["has_incident_note::Service A", "passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\n- Service F passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service F.\nTarget statement: Service F has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0100_open_derived_missing_antecedent__owa__ask_act", "source_id": "manufacturing_quality_0100_open_derived_missing_antecedent__owa", "base_id": "manufacturing_quality_0100_open_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Part E needs engineer review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part E"], "conclusion": "needs_engineer_review::Part E", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part E", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part E", "gold_missing_atom": "has_supplier_note::Part E", "gold_question_to_ask": "Is it true that Part E has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Part E needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0208_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "library_services_0208_closed_missing_with_open_distractor__cwa", "base_id": "library_services_0208_closed_missing_with_open_distractor", "split": "train", "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 E has an active membership.", "Reader F 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 E", "target_statement": "Reader E has borrowing clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_special_request::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader E", "has_special_request::Reader F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader F has a special request.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0135_open_missing_with_closed_distractor__owa__ask_act", "source_id": "finance_controls_0135_open_missing_with_closed_distractor__owa", "base_id": "finance_controls_0135_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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": ["Account 59 has compliance clearance.", "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 48", "target_statement": "Account 48 has a manual exception.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 59", "passed_kyc::Account 59"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 48", "closure_atoms": ["has_compliance_clearance::Account 59", "passed_kyc::Account 59"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 48", "gold_missing_atom": "has_manual_exception::Account 48", "gold_question_to_ask": "Is it true that Account 48 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 59 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 48.\nTarget statement: Account 48 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0030_entailed_open_conclusion__lcwa__ask_act", "source_id": "hospital_access_0030_entailed_open_conclusion__lcwa", "base_id": "hospital_access_0030_entailed_open_conclusion", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Ava"], "conclusion": "needs_supervisor_review::Ava", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Ava", "closure_atoms": ["assigned_to_trial::Ava", "needs_supervisor_review::Ava"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Ava.\nTarget statement: Ava needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0212_open_missing_with_closed_distractor__owa__ask_act", "source_id": "library_services_0212_open_missing_with_closed_distractor__owa", "base_id": "library_services_0212_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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": ["Reader D has an active membership.", "Reader D has borrowing clearance."], "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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader C", "gold_missing_atom": "has_special_request::Reader C", "gold_question_to_ask": "Is it true that Reader C has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader D has borrowing clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0192_explicit_negative_closed__lcwa__ask_act", "source_id": "robotics_operations_0192_explicit_negative_closed__lcwa", "base_id": "robotics_operations_0192_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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_shift_clearance"], "facts_positive": ["Rover 3 passed diagnostics."], "facts_negative": ["Rover 1 does not has shift clearance."], "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 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": ["has_shift_clearance::Rover 1"], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 1 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0291_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "procurement_review_0291_closed_missing_with_open_distractor__cwa", "base_id": "procurement_review_0291_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor E has a risk note.", "Vendor D 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 D", "target_statement": "Vendor D has vendor approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor E", "submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor D", "closure_atoms": ["has_risk_note::Vendor E", "submitted_tax_form::Vendor D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has a risk note.\n- Vendor D submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor D.\nTarget statement: Vendor D has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0027_entailed_closed_conclusion__owa__ask_act", "source_id": "hospital_access_0027_entailed_closed_conclusion__owa", "base_id": "hospital_access_0027_entailed_closed_conclusion", "split": "train", "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": ["Dylan has completed safety training.", "Dylan 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::Dylan", "target_statement": "Dylan may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Dylan", "has_clearance::Dylan"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Dylan", "has_clearance::Dylan"], "conclusion": "may_enter_lab::Dylan", "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::Dylan", "closure_atoms": ["completed_training::Dylan", "has_clearance::Dylan", "may_enter_lab::Dylan"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Dylan 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::Dylan.\nTarget statement: Dylan may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0160_closed_missing_direct__owa__ask_act", "source_id": "robotics_operations_0160_closed_missing_direct__owa", "base_id": "robotics_operations_0160_closed_missing_direct", "split": "train", "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 5 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 5", "target_statement": "Rover 5 has shift clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 5", "gold_missing_atom": "has_shift_clearance::Rover 5", "gold_question_to_ask": "Is it true that Rover 5 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 5.\nTarget statement: Rover 5 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0216_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "library_services_0216_closed_derived_missing_antecedent__cwa", "base_id": "library_services_0216_closed_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Reader A may borrow an archive item.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"], "conclusion": "may_borrow_archive_item::Reader A", "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 A", "closure_atoms": ["has_active_membership::Reader A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 A.\nTarget statement: Reader A may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0192_explicit_negative_closed__cwa__ask_act", "source_id": "robotics_operations_0192_explicit_negative_closed__cwa", "base_id": "robotics_operations_0192_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 3 passed diagnostics."], "facts_negative": ["Rover 1 does not has shift clearance."], "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 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": ["has_shift_clearance::Rover 1"], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 1 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0084_open_missing_direct__cwa__ask_act", "source_id": "manufacturing_quality_0084_open_missing_direct__cwa", "base_id": "manufacturing_quality_0084_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["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_supplier_note::Part A", "target_statement": "Part A has a supplier note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part A.\nTarget statement: Part A has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0226_entailed_closed_conclusion__lcwa__ask_act", "source_id": "library_services_0226_entailed_closed_conclusion__lcwa", "base_id": "library_services_0226_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader E has an active membership.", "Reader E has borrowing clearance."], "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 E", "target_statement": "Reader E may borrow an archive item.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E"], "conclusion": "may_borrow_archive_item::Reader E", "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 E", "closure_atoms": ["has_active_membership::Reader E", "has_borrowing_clearance::Reader E", "may_borrow_archive_item::Reader E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader E has borrowing clearance.\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 E.\nTarget statement: Reader E may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0088_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "manufacturing_quality_0088_closed_missing_with_open_distractor__cwa", "base_id": "manufacturing_quality_0088_closed_missing_with_open_distractor", "split": "train", "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 F has a supplier note.", "Part E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part F", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["has_supplier_note::Part F", "passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a supplier note.\n- Part E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0284_open_missing_direct__owa__ask_act", "source_id": "procurement_review_0284_open_missing_direct__owa", "base_id": "procurement_review_0284_open_missing_direct", "split": "train", "domain": "procurement_review", "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": ["Vendor C 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_risk_note::Vendor C", "target_statement": "Vendor C has a risk note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor C", "gold_missing_atom": "has_risk_note::Vendor C", "gold_question_to_ask": "Is it true that Vendor C has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_risk_note::Vendor C.\nTarget statement: Vendor C has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0002_closed_missing_direct__cwa__ask_act", "source_id": "hospital_access_0002_closed_missing_direct__cwa", "base_id": "hospital_access_0002_closed_missing_direct", "split": "train", "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": ["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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Cora", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0303_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "procurement_review_0303_open_derived_missing_antecedent__lcwa", "base_id": "procurement_review_0303_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor D submitted a tax form."], "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_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::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": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor D", "gold_missing_atom": "has_risk_note::Vendor D", "gold_question_to_ask": "Is it true that Vendor D has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0041_closed_missing_direct__owa__ask_act", "source_id": "university_registration_0041_closed_missing_direct__owa", "base_id": "university_registration_0041_closed_missing_direct", "split": "train", "domain": "university_registration", "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": ["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_advising_clearance::Theo", "target_statement": "Theo has advising clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Theo", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_advising_clearance", "gold_missing_entity": "Theo", "gold_missing_atom": "has_advising_clearance::Theo", "gold_question_to_ask": "Is it true that Theo has advising clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Theo.\nTarget statement: Theo has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0157_explicit_negative_open__lcwa__ask_act", "source_id": "finance_controls_0157_explicit_negative_open__lcwa", "base_id": "finance_controls_0157_explicit_negative_open", "split": "train", "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 48 passed KYC checks."], "facts_negative": ["Account 27 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 27", "target_statement": "Account 27 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": ["has_manual_exception::Account 27"], "rules": [], "query_atom": "has_manual_exception::Account 27", "closure_atoms": ["passed_kyc::Account 48"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 27 does not has a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 27.\nTarget statement: Account 27 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0171_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "robotics_operations_0171_closed_missing_with_open_distractor__cwa", "base_id": "robotics_operations_0171_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 5 has a field note.", "Rover 4 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 4", "target_statement": "Rover 4 has shift clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 5", "passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 4", "closure_atoms": ["has_field_note::Rover 5", "passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 has a field note.\n- Rover 4 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 4.\nTarget statement: Rover 4 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0049_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "university_registration_0049_closed_missing_with_open_distractor__lcwa", "base_id": "university_registration_0049_closed_missing_with_open_distractor", "split": "train", "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": ["Lena has an external scholarship.", "Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Lena", "passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["has_external_scholarship::Lena", "passed_exam::Noah"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0270_entailed_open_conclusion__lcwa__ask_act", "source_id": "cloud_deployment_0270_entailed_open_conclusion__lcwa", "base_id": "cloud_deployment_0270_entailed_open_conclusion", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "may_deploy"], "facts_positive": ["Service A has an incident note."], "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 A", "target_statement": "Service A needs SRE review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_incident_note::Service A"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service A"], "conclusion": "needs_sre_review::Service A", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service A", "closure_atoms": ["has_incident_note::Service A", "needs_sre_review::Service A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\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 A.\nTarget statement: Service A needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0074_explicit_negative_closed__owa__ask_act", "source_id": "university_registration_0074_explicit_negative_closed__owa", "base_id": "university_registration_0074_explicit_negative_closed", "split": "train", "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": ["Iris passed the qualifying exam."], "facts_negative": ["Lena 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::Lena", "target_statement": "Lena has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": ["has_advising_clearance::Lena"], "rules": [], "query_atom": "has_advising_clearance::Lena", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Lena does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Lena.\nTarget statement: Lena has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0131_closed_missing_with_open_distractor__owa__ask_act", "source_id": "finance_controls_0131_closed_missing_with_open_distractor__owa", "base_id": "finance_controls_0131_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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": ["Account 12 has a manual exception.", "Account 61 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 61", "target_statement": "Account 61 has compliance clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 12", "passed_kyc::Account 61"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 61", "closure_atoms": ["has_manual_exception::Account 12", "passed_kyc::Account 61"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_compliance_clearance", "gold_missing_entity": "Account 61", "gold_missing_atom": "has_compliance_clearance::Account 61", "gold_question_to_ask": "Is it true that Account 61 has compliance clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Account 61 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 61.\nTarget statement: Account 61 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0030_entailed_open_conclusion__cwa__ask_act", "source_id": "hospital_access_0030_entailed_open_conclusion__cwa", "base_id": "hospital_access_0030_entailed_open_conclusion", "split": "train", "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": ["Ava 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::Ava", "target_statement": "Ava needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Ava"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Ava"], "conclusion": "needs_supervisor_review::Ava", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Ava", "closure_atoms": ["assigned_to_trial::Ava", "needs_supervisor_review::Ava"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Ava.\nTarget statement: Ava needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0087_open_missing_direct__owa__ask_act", "source_id": "manufacturing_quality_0087_open_missing_direct__owa", "base_id": "manufacturing_quality_0087_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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": ["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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["passed_visual_check::Part D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part D", "gold_missing_atom": "has_supplier_note::Part D", "gold_question_to_ask": "Is it true that Part D has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0227_entailed_closed_conclusion__lcwa__ask_act", "source_id": "library_services_0227_entailed_closed_conclusion__lcwa", "base_id": "library_services_0227_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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_borrowing_clearance", "may_borrow_archive_item"], "facts_positive": ["Reader F has an active membership.", "Reader F has borrowing clearance."], "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 F", "target_statement": "Reader F may borrow an archive item.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "conclusion": "may_borrow_archive_item::Reader F", "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 F", "closure_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F", "may_borrow_archive_item::Reader F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n- Reader F has borrowing clearance.\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 F.\nTarget statement: Reader F may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0143_open_derived_missing_antecedent__owa__ask_act", "source_id": "finance_controls_0143_open_derived_missing_antecedent__owa", "base_id": "finance_controls_0143_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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": ["Account 61 passed KYC checks."], "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 61", "target_statement": "Account 61 needs compliance review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 61"], "conclusion": "needs_compliance_review::Account 61", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 61", "gold_missing_atom": "has_manual_exception::Account 61", "gold_question_to_ask": "Is it true that Account 61 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 61.\nTarget statement: Account 61 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0132_open_missing_with_closed_distractor__owa__ask_act", "source_id": "finance_controls_0132_open_missing_with_closed_distractor__owa", "base_id": "finance_controls_0132_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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": ["Account 27 has compliance clearance.", "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 12", "target_statement": "Account 12 has a manual exception.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["has_compliance_clearance::Account 27", "passed_kyc::Account 27"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 12", "gold_missing_atom": "has_manual_exception::Account 12", "gold_question_to_ask": "Is it true that Account 12 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0054_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "university_registration_0054_open_missing_with_closed_distractor__lcwa", "base_id": "university_registration_0054_open_missing_with_closed_distractor", "split": "train", "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": ["Noah has advising clearance.", "Noah 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::Mia", "target_statement": "Mia has an external scholarship.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Mia", "closure_atoms": ["has_advising_clearance::Noah", "passed_exam::Noah"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Mia", "gold_missing_atom": "has_external_scholarship::Mia", "gold_question_to_ask": "Is it true that Mia has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_external_scholarship::Mia.\nTarget statement: Mia has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0116_explicit_negative_open__cwa__ask_act", "source_id": "manufacturing_quality_0116_explicit_negative_open__cwa", "base_id": "manufacturing_quality_0116_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "has_supplier_note", "may_ship", "needs_engineer_review", "passed_visual_check"], "facts_positive": ["Part E passed the visual check."], "facts_negative": ["Part C does not has a supplier note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": ["has_supplier_note::Part C"], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E passed the visual check.\n\nNegative facts:\n- Part C does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part C.\nTarget statement: Part C has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0093_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "manufacturing_quality_0093_open_missing_with_closed_distractor__cwa", "base_id": "manufacturing_quality_0093_open_missing_with_closed_distractor", "split": "train", "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 E has release approval.", "Part E 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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["has_release_approval::Part E", "passed_visual_check::Part E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E has release approval.\n- Part E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0103_open_derived_missing_antecedent__owa__ask_act", "source_id": "manufacturing_quality_0103_open_derived_missing_antecedent__owa", "base_id": "manufacturing_quality_0103_open_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Part B needs engineer review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::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": ["passed_visual_check::Part B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part B", "gold_missing_atom": "has_supplier_note::Part B", "gold_question_to_ask": "Is it true that Part B has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0119_explicit_negative_open__owa__ask_act", "source_id": "manufacturing_quality_0119_explicit_negative_open__owa", "base_id": "manufacturing_quality_0119_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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": ["Part B passed the visual check."], "facts_negative": ["Part F does not has a supplier note."], "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 F", "target_statement": "Part F has a supplier note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": ["has_supplier_note::Part F"], "rules": [], "query_atom": "has_supplier_note::Part F", "closure_atoms": ["passed_visual_check::Part B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part F.\nTarget statement: Part F has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0139_closed_derived_missing_antecedent__owa__ask_act", "source_id": "finance_controls_0139_closed_derived_missing_antecedent__owa", "base_id": "finance_controls_0139_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_kyc::Account 27"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_compliance_clearance", "gold_missing_entity": "Account 27", "gold_missing_atom": "has_compliance_clearance::Account 27", "gold_question_to_ask": "Is it true that Account 27 has compliance clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0248_closed_missing_with_open_distractor__owa__ask_act", "source_id": "cloud_deployment_0248_closed_missing_with_open_distractor__owa", "base_id": "cloud_deployment_0248_closed_missing_with_open_distractor", "split": "train", "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 D has an incident note.", "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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service D", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["has_incident_note::Service D", "passed_unit_tests::Service C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_deployment_approval", "gold_missing_entity": "Service C", "gold_missing_atom": "has_deployment_approval::Service C", "gold_question_to_ask": "Is it true that Service C has deployment approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0140_open_derived_missing_antecedent__cwa__ask_act", "source_id": "finance_controls_0140_open_derived_missing_antecedent__cwa", "base_id": "finance_controls_0140_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 35 passed KYC checks."], "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 35", "target_statement": "Account 35 needs compliance review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 35"], "conclusion": "needs_compliance_review::Account 35", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 35", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\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 35.\nTarget statement: Account 35 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0295_open_missing_with_closed_distractor__owa__ask_act", "source_id": "procurement_review_0295_open_missing_with_closed_distractor__owa", "base_id": "procurement_review_0295_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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": ["Vendor C has vendor approval.", "Vendor C 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_risk_note::Vendor B", "target_statement": "Vendor B has a risk note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor C", "submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor B", "closure_atoms": ["has_vendor_approval::Vendor C", "submitted_tax_form::Vendor C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor B", "gold_missing_atom": "has_risk_note::Vendor B", "gold_question_to_ask": "Is it true that Vendor B has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 vendor approval.\n- Vendor C submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor B.\nTarget statement: Vendor B has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0006_open_missing_direct__owa__ask_act", "source_id": "hospital_access_0006_open_missing_direct__owa", "base_id": "hospital_access_0006_open_missing_direct", "split": "train", "domain": "hospital_access", "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": ["Ava 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": "assigned_to_trial::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Ava", "gold_missing_atom": "assigned_to_trial::Ava", "gold_question_to_ask": "Is it true that Ava is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0246_open_missing_direct__lcwa__ask_act", "source_id": "cloud_deployment_0246_open_missing_direct__lcwa", "base_id": "cloud_deployment_0246_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "may_deploy"], "facts_positive": ["Service A 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_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service A", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service A", "gold_missing_atom": "has_incident_note::Service A", "gold_question_to_ask": "Is it true that Service A has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0021_open_derived_missing_antecedent__owa__ask_act", "source_id": "hospital_access_0021_open_derived_missing_antecedent__owa", "base_id": "hospital_access_0021_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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": ["Dylan has completed safety training."], "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::Dylan", "target_statement": "Dylan needs supervisor review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Dylan"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Dylan"], "conclusion": "needs_supervisor_review::Dylan", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Dylan", "closure_atoms": ["completed_training::Dylan"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Dylan", "gold_missing_atom": "assigned_to_trial::Dylan", "gold_question_to_ask": "Is it true that Dylan is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a staff member is assigned to the clinical trial, then that staff member needs supervisor review.\n\nTarget atom: needs_supervisor_review::Dylan.\nTarget statement: Dylan needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0277_explicit_negative_open__owa__ask_act", "source_id": "cloud_deployment_0277_explicit_negative_open__owa", "base_id": "cloud_deployment_0277_explicit_negative_open", "split": "train", "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 D passed unit tests."], "facts_negative": ["Service B 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 B", "target_statement": "Service B has an incident note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": ["has_incident_note::Service B"], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["passed_unit_tests::Service D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Service B does not has an incident note.\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0029_entailed_open_conclusion__cwa__ask_act", "source_id": "hospital_access_0029_entailed_open_conclusion__cwa", "base_id": "hospital_access_0029_entailed_open_conclusion", "split": "train", "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": ["Farid 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::Farid", "target_statement": "Farid needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Farid"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Farid"], "conclusion": "needs_supervisor_review::Farid", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Farid", "closure_atoms": ["assigned_to_trial::Farid", "needs_supervisor_review::Farid"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Farid.\nTarget statement: Farid needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0181_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "robotics_operations_0181_open_derived_missing_antecedent__lcwa", "base_id": "robotics_operations_0181_open_derived_missing_antecedent", "split": "train", "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 2 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 2", "target_statement": "Rover 2 needs operator review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 2"], "conclusion": "needs_operator_review::Rover 2", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 2"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 2", "gold_missing_atom": "has_field_note::Rover 2", "gold_question_to_ask": "Is it true that Rover 2 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a robot has a field note, then that robot needs operator review.\n\nTarget atom: needs_operator_review::Rover 2.\nTarget statement: Rover 2 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0179_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "robotics_operations_0179_closed_derived_missing_antecedent__cwa", "base_id": "robotics_operations_0179_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 6 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 6", "target_statement": "Rover 6 may start its shift.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 6", "has_shift_clearance::Rover 6"], "conclusion": "may_start_shift::Rover 6", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 6.\nTarget statement: Rover 6 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0299_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "procurement_review_0299_closed_derived_missing_antecedent__lcwa", "base_id": "procurement_review_0299_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["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": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0285_open_missing_direct__owa__ask_act", "source_id": "procurement_review_0285_open_missing_direct__owa", "base_id": "procurement_review_0285_open_missing_direct", "split": "train", "domain": "procurement_review", "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": ["Vendor D 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_risk_note::Vendor D", "target_statement": "Vendor D has a risk note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor D"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor D", "closure_atoms": ["submitted_tax_form::Vendor D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor D", "gold_missing_atom": "has_risk_note::Vendor D", "gold_question_to_ask": "Is it true that Vendor D has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor D.\nTarget statement: Vendor D has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0184_entailed_closed_conclusion__owa__ask_act", "source_id": "robotics_operations_0184_entailed_closed_conclusion__owa", "base_id": "robotics_operations_0184_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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": ["Rover 5 has shift clearance.", "Rover 5 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 5", "target_statement": "Rover 5 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 5", "passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 5", "has_shift_clearance::Rover 5"], "conclusion": "may_start_shift::Rover 5", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 5", "closure_atoms": ["has_shift_clearance::Rover 5", "may_start_shift::Rover 5", "passed_diagnostics::Rover 5"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 has shift clearance.\n- Rover 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 5.\nTarget statement: Rover 5 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0203_closed_missing_direct__lcwa__ask_act", "source_id": "library_services_0203_closed_missing_direct__lcwa", "base_id": "library_services_0203_closed_missing_direct", "split": "train", "domain": "library_services", "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_borrowing_clearance"], "facts_positive": ["Reader F 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_borrowing_clearance::Reader F", "target_statement": "Reader F has borrowing clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader F", "closure_atoms": ["has_active_membership::Reader F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader F.\nTarget statement: Reader F has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0143_open_derived_missing_antecedent__cwa__ask_act", "source_id": "finance_controls_0143_open_derived_missing_antecedent__cwa", "base_id": "finance_controls_0143_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 61 passed KYC checks."], "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 61", "target_statement": "Account 61 needs compliance review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 61"], "conclusion": "needs_compliance_review::Account 61", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 61.\nTarget statement: Account 61 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0027_entailed_closed_conclusion__lcwa__ask_act", "source_id": "hospital_access_0027_entailed_closed_conclusion__lcwa", "base_id": "hospital_access_0027_entailed_closed_conclusion", "split": "train", "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": ["Dylan has completed safety training.", "Dylan 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::Dylan", "target_statement": "Dylan may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Dylan", "has_clearance::Dylan"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Dylan", "has_clearance::Dylan"], "conclusion": "may_enter_lab::Dylan", "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::Dylan", "closure_atoms": ["completed_training::Dylan", "has_clearance::Dylan", "may_enter_lab::Dylan"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Dylan 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::Dylan.\nTarget statement: Dylan may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0144_entailed_closed_conclusion__owa__ask_act", "source_id": "finance_controls_0144_entailed_closed_conclusion__owa", "base_id": "finance_controls_0144_entailed_closed_conclusion", "split": "train", "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 12 has compliance clearance.", "Account 12 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 12", "target_statement": "Account 12 may receive a wire transfer.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 12", "passed_kyc::Account 12"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 12", "has_compliance_clearance::Account 12"], "conclusion": "may_receive_wire::Account 12", "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 12", "closure_atoms": ["has_compliance_clearance::Account 12", "may_receive_wire::Account 12", "passed_kyc::Account 12"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 compliance clearance.\n- Account 12 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 12.\nTarget statement: Account 12 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0248_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "cloud_deployment_0248_closed_missing_with_open_distractor__cwa", "base_id": "cloud_deployment_0248_closed_missing_with_open_distractor", "split": "train", "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 D has an incident note.", "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service D", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["has_incident_note::Service D", "passed_unit_tests::Service C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0223_open_derived_missing_antecedent__cwa__ask_act", "source_id": "library_services_0223_open_derived_missing_antecedent__cwa", "base_id": "library_services_0223_open_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Reader B needs librarian review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::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_active_membership::Reader B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0059_closed_derived_missing_antecedent__owa__ask_act", "source_id": "university_registration_0059_closed_derived_missing_antecedent__owa", "base_id": "university_registration_0059_closed_derived_missing_antecedent", "split": "train", "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": ["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_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_exam::Theo"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_advising_clearance", "gold_missing_entity": "Theo", "gold_missing_atom": "has_advising_clearance::Theo", "gold_question_to_ask": "Is it true that Theo has advising clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0010_closed_missing_with_open_distractor__owa__ask_act", "source_id": "hospital_access_0010_closed_missing_with_open_distractor__owa", "base_id": "hospital_access_0010_closed_missing_with_open_distractor", "split": "train", "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": ["Farid is assigned to the clinical trial.", "Elena 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::Elena", "target_statement": "Elena has security clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Farid", "completed_training::Elena"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Elena", "closure_atoms": ["assigned_to_trial::Farid", "completed_training::Elena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_clearance", "gold_missing_entity": "Elena", "gold_missing_atom": "has_clearance::Elena", "gold_question_to_ask": "Is it true that Elena has security clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 is assigned to the clinical trial.\n- Elena has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Elena.\nTarget statement: Elena has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0069_entailed_open_conclusion__cwa__ask_act", "source_id": "university_registration_0069_entailed_open_conclusion__cwa", "base_id": "university_registration_0069_entailed_open_conclusion", "split": "train", "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": ["Omar 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::Omar", "target_statement": "Omar needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::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": ["has_external_scholarship::Omar", "needs_manual_audit::Omar"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0137_closed_derived_missing_antecedent__owa__ask_act", "source_id": "finance_controls_0137_closed_derived_missing_antecedent__owa", "base_id": "finance_controls_0137_closed_derived_missing_antecedent", "split": "train", "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 61 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 61", "target_statement": "Account 61 may receive a wire transfer.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 61", "has_compliance_clearance::Account 61"], "conclusion": "may_receive_wire::Account 61", "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 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_compliance_clearance", "gold_missing_entity": "Account 61", "gold_missing_atom": "has_compliance_clearance::Account 61", "gold_question_to_ask": "Is it true that Account 61 has compliance clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 61.\nTarget statement: Account 61 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0272_explicit_negative_closed__cwa__ask_act", "source_id": "cloud_deployment_0272_explicit_negative_closed__cwa", "base_id": "cloud_deployment_0272_explicit_negative_closed", "split": "train", "domain": "cloud_deployment", "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_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 deployment approval."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": ["has_deployment_approval::Service C"], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 deployment approval.\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service C.\nTarget statement: Service C has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0001_closed_missing_direct__cwa__ask_act", "source_id": "hospital_access_0001_closed_missing_direct__cwa", "base_id": "hospital_access_0001_closed_missing_direct", "split": "train", "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": ["Ben 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::Ben", "target_statement": "Ben has security clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Ben", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_clearance::Ben.\nTarget statement: Ben has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0299_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "procurement_review_0299_closed_derived_missing_antecedent__cwa", "base_id": "procurement_review_0299_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["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": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0290_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "procurement_review_0290_closed_missing_with_open_distractor__cwa", "base_id": "procurement_review_0290_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor D has a risk note.", "Vendor C 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 C", "target_statement": "Vendor C has vendor approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor D", "submitted_tax_form::Vendor C"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor C", "closure_atoms": ["has_risk_note::Vendor D", "submitted_tax_form::Vendor C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor C submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor C.\nTarget statement: Vendor C has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0160_closed_missing_direct__lcwa__ask_act", "source_id": "robotics_operations_0160_closed_missing_direct__lcwa", "base_id": "robotics_operations_0160_closed_missing_direct", "split": "train", "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 5 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 5", "target_statement": "Rover 5 has shift clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 5", "closure_atoms": ["passed_diagnostics::Rover 5"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 5.\nTarget statement: Rover 5 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0191_entailed_open_conclusion__cwa__ask_act", "source_id": "robotics_operations_0191_entailed_open_conclusion__cwa", "base_id": "robotics_operations_0191_entailed_open_conclusion", "split": "train", "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 6 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 6", "target_statement": "Rover 6 needs operator review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 6"], "conclusion": "needs_operator_review::Rover 6", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 6", "closure_atoms": ["has_field_note::Rover 6", "needs_operator_review::Rover 6"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 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 6.\nTarget statement: Rover 6 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0038_explicit_negative_open__lcwa__ask_act", "source_id": "hospital_access_0038_explicit_negative_open__lcwa", "base_id": "hospital_access_0038_explicit_negative_open", "split": "train", "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": ["Elena has completed safety training."], "facts_negative": ["Cora 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::Cora", "target_statement": "Cora is assigned to the clinical trial.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Elena"], "negative_atoms": ["assigned_to_trial::Cora"], "rules": [], "query_atom": "assigned_to_trial::Cora", "closure_atoms": ["completed_training::Elena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has completed safety training.\n\nNegative facts:\n- Cora is not assigned to the clinical trial.\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Cora.\nTarget statement: Cora is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0184_entailed_closed_conclusion__lcwa__ask_act", "source_id": "robotics_operations_0184_entailed_closed_conclusion__lcwa", "base_id": "robotics_operations_0184_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 5 has shift clearance.", "Rover 5 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 5", "target_statement": "Rover 5 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 5", "passed_diagnostics::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 5", "has_shift_clearance::Rover 5"], "conclusion": "may_start_shift::Rover 5", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 5", "closure_atoms": ["has_shift_clearance::Rover 5", "may_start_shift::Rover 5", "passed_diagnostics::Rover 5"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 has shift clearance.\n- Rover 5 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 5.\nTarget statement: Rover 5 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0191_entailed_open_conclusion__lcwa__ask_act", "source_id": "robotics_operations_0191_entailed_open_conclusion__lcwa", "base_id": "robotics_operations_0191_entailed_open_conclusion", "split": "train", "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 6 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 6", "target_statement": "Rover 6 needs operator review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 6"], "conclusion": "needs_operator_review::Rover 6", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 6", "closure_atoms": ["has_field_note::Rover 6", "needs_operator_review::Rover 6"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 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 6.\nTarget statement: Rover 6 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0026_entailed_closed_conclusion__lcwa__ask_act", "source_id": "hospital_access_0026_entailed_closed_conclusion__lcwa", "base_id": "hospital_access_0026_entailed_closed_conclusion", "split": "train", "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": ["Cora has completed safety training.", "Cora 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::Cora", "target_statement": "Cora may enter Lab A.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["completed_training::Cora", "has_clearance::Cora"], "negative_atoms": [], "rules": [{"antecedents": ["completed_training::Cora", "has_clearance::Cora"], "conclusion": "may_enter_lab::Cora", "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::Cora", "closure_atoms": ["completed_training::Cora", "has_clearance::Cora", "may_enter_lab::Cora"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n- Cora 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::Cora.\nTarget statement: Cora may enter Lab A.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0301_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "procurement_review_0301_open_derived_missing_antecedent__lcwa", "base_id": "procurement_review_0301_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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_vendor_approval", "may_receive_purchase_order"], "facts_positive": ["Vendor B submitted a tax form."], "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 B", "target_statement": "Vendor B needs procurement review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor B"], "conclusion": "needs_procurement_review::Vendor B", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor B", "gold_missing_atom": "has_risk_note::Vendor B", "gold_question_to_ask": "Is it true that Vendor B has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\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 B.\nTarget statement: Vendor B needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0084_open_missing_direct__lcwa__ask_act", "source_id": "manufacturing_quality_0084_open_missing_direct__lcwa", "base_id": "manufacturing_quality_0084_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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_release_approval", "may_ship"], "facts_positive": ["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_supplier_note::Part A", "target_statement": "Part A has a supplier note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part A", "gold_missing_atom": "has_supplier_note::Part A", "gold_question_to_ask": "Is it true that Part A has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part A.\nTarget statement: Part A has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0248_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "cloud_deployment_0248_closed_missing_with_open_distractor__lcwa", "base_id": "cloud_deployment_0248_closed_missing_with_open_distractor", "split": "train", "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 D has an incident note.", "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_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_incident_note::Service D", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["has_incident_note::Service D", "passed_unit_tests::Service C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0190_entailed_open_conclusion__lcwa__ask_act", "source_id": "robotics_operations_0190_entailed_open_conclusion__lcwa", "base_id": "robotics_operations_0190_entailed_open_conclusion", "split": "train", "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 5 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 5", "target_statement": "Rover 5 needs operator review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 5"], "conclusion": "needs_operator_review::Rover 5", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 5", "closure_atoms": ["has_field_note::Rover 5", "needs_operator_review::Rover 5"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 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 5.\nTarget statement: Rover 5 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0047_open_missing_direct__cwa__ask_act", "source_id": "university_registration_0047_open_missing_direct__cwa", "base_id": "university_registration_0047_open_missing_direct", "split": "train", "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": ["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::Theo", "target_statement": "Theo has an external scholarship.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0215_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "library_services_0215_open_missing_with_closed_distractor__cwa", "base_id": "library_services_0215_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader A has an active membership.", "Reader A has borrowing clearance."], "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 F", "target_statement": "Reader F has a special request.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader F", "closure_atoms": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader A has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader F.\nTarget statement: Reader F has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0312_explicit_negative_closed__owa__ask_act", "source_id": "procurement_review_0312_explicit_negative_closed__owa", "base_id": "procurement_review_0312_explicit_negative_closed", "split": "train", "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 C submitted a tax form."], "facts_negative": ["Vendor A 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 A", "target_statement": "Vendor A has vendor approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": ["has_vendor_approval::Vendor A"], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor A does not has vendor approval.\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor A.\nTarget statement: Vendor A has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0289_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "procurement_review_0289_closed_missing_with_open_distractor__cwa", "base_id": "procurement_review_0289_closed_missing_with_open_distractor", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor C has a risk note.", "Vendor B 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 B", "target_statement": "Vendor B has vendor approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_risk_note::Vendor C", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["has_risk_note::Vendor C", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0097_closed_derived_missing_antecedent__owa__ask_act", "source_id": "manufacturing_quality_0097_closed_derived_missing_antecedent__owa", "base_id": "manufacturing_quality_0097_closed_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Part B may ship to customers.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part B", "has_release_approval::Part B"], "conclusion": "may_ship::Part B", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part B", "closure_atoms": ["passed_visual_check::Part B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_release_approval", "gold_missing_entity": "Part B", "gold_missing_atom": "has_release_approval::Part B", "gold_question_to_ask": "Is it true that Part B has release approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 B.\nTarget statement: Part B may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0187_entailed_closed_conclusion__lcwa__ask_act", "source_id": "robotics_operations_0187_entailed_closed_conclusion__lcwa", "base_id": "robotics_operations_0187_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 2 has shift clearance.", "Rover 2 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 2", "target_statement": "Rover 2 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 2", "has_shift_clearance::Rover 2"], "conclusion": "may_start_shift::Rover 2", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 2", "closure_atoms": ["has_shift_clearance::Rover 2", "may_start_shift::Rover 2", "passed_diagnostics::Rover 2"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has shift clearance.\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 2.\nTarget statement: Rover 2 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0208_closed_missing_with_open_distractor__owa__ask_act", "source_id": "library_services_0208_closed_missing_with_open_distractor__owa", "base_id": "library_services_0208_closed_missing_with_open_distractor", "split": "train", "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 E has an active membership.", "Reader F 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 E", "target_statement": "Reader E has borrowing clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E", "has_special_request::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader E", "has_special_request::Reader F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_borrowing_clearance", "gold_missing_entity": "Reader E", "gold_missing_atom": "has_borrowing_clearance::Reader E", "gold_question_to_ask": "Is it true that Reader E has borrowing clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader F has a special request.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0190_entailed_open_conclusion__owa__ask_act", "source_id": "robotics_operations_0190_entailed_open_conclusion__owa", "base_id": "robotics_operations_0190_entailed_open_conclusion", "split": "train", "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 5 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 5", "target_statement": "Rover 5 needs operator review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 5"], "conclusion": "needs_operator_review::Rover 5", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 5", "closure_atoms": ["has_field_note::Rover 5", "needs_operator_review::Rover 5"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 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 5.\nTarget statement: Rover 5 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0102_open_derived_missing_antecedent__owa__ask_act", "source_id": "manufacturing_quality_0102_open_derived_missing_antecedent__owa", "base_id": "manufacturing_quality_0102_open_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Part A needs engineer review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part A"], "conclusion": "needs_engineer_review::Part A", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part A", "gold_missing_atom": "has_supplier_note::Part A", "gold_question_to_ask": "Is it true that Part A has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0139_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "finance_controls_0139_closed_derived_missing_antecedent__lcwa", "base_id": "finance_controls_0139_closed_derived_missing_antecedent", "split": "train", "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 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_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["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": ["passed_kyc::Account 27"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0265_entailed_closed_conclusion__owa__ask_act", "source_id": "cloud_deployment_0265_entailed_closed_conclusion__owa", "base_id": "cloud_deployment_0265_entailed_closed_conclusion", "split": "train", "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 B has deployment approval.", "Service B 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 B", "target_statement": "Service B may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service B", "has_deployment_approval::Service B"], "conclusion": "may_deploy::Service B", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service B", "closure_atoms": ["has_deployment_approval::Service B", "may_deploy::Service B", "passed_unit_tests::Service B"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service B.\nTarget statement: Service B may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0281_closed_missing_direct__lcwa__ask_act", "source_id": "procurement_review_0281_closed_missing_direct__lcwa", "base_id": "procurement_review_0281_closed_missing_direct", "split": "train", "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 F 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 F", "target_statement": "Vendor F has vendor approval.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor F.\nTarget statement: Vendor F has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0236_explicit_negative_open__cwa__ask_act", "source_id": "library_services_0236_explicit_negative_open__cwa", "base_id": "library_services_0236_explicit_negative_open", "split": "train", "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 E has an active membership."], "facts_negative": ["Reader C 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 C", "target_statement": "Reader C has a special request.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": ["has_special_request::Reader C"], "rules": [], "query_atom": "has_special_request::Reader C", "closure_atoms": ["has_active_membership::Reader E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader C does not has a special request.\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader C.\nTarget statement: Reader C has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0023_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "hospital_access_0023_open_derived_missing_antecedent__lcwa", "base_id": "hospital_access_0023_open_derived_missing_antecedent", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Farid has completed safety training."], "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::Farid", "target_statement": "Farid needs supervisor review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Farid"], "conclusion": "needs_supervisor_review::Farid", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Farid", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Farid", "gold_missing_atom": "assigned_to_trial::Farid", "gold_question_to_ask": "Is it true that Farid is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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::Farid.\nTarget statement: Farid needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0140_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "finance_controls_0140_open_derived_missing_antecedent__lcwa", "base_id": "finance_controls_0140_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 35 passed KYC checks."], "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 35", "target_statement": "Account 35 needs compliance review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 35"], "conclusion": "needs_compliance_review::Account 35", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 35", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 35", "gold_missing_atom": "has_manual_exception::Account 35", "gold_question_to_ask": "Is it true that Account 35 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\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 35.\nTarget statement: Account 35 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0234_explicit_negative_closed__lcwa__ask_act", "source_id": "library_services_0234_explicit_negative_closed__lcwa", "base_id": "library_services_0234_explicit_negative_closed", "split": "train", "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 C has an active membership."], "facts_negative": ["Reader A 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 A", "target_statement": "Reader A has borrowing clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": ["has_borrowing_clearance::Reader A"], "rules": [], "query_atom": "has_borrowing_clearance::Reader A", "closure_atoms": ["has_active_membership::Reader C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader A does not has borrowing clearance.\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader A.\nTarget statement: Reader A has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0210_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "library_services_0210_closed_missing_with_open_distractor__cwa", "base_id": "library_services_0210_closed_missing_with_open_distractor", "split": "train", "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 A has an active membership.", "Reader B 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 A", "target_statement": "Reader A has borrowing clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A", "has_special_request::Reader B"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader A", "closure_atoms": ["has_active_membership::Reader A", "has_special_request::Reader B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader B has a special request.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader A.\nTarget statement: Reader A has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0141_open_derived_missing_antecedent__cwa__ask_act", "source_id": "finance_controls_0141_open_derived_missing_antecedent__cwa", "base_id": "finance_controls_0141_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 48 passed KYC checks."], "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 48", "target_statement": "Account 48 needs compliance review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 48"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 48"], "conclusion": "needs_compliance_review::Account 48", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 48", "closure_atoms": ["passed_kyc::Account 48"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 48.\nTarget statement: Account 48 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0224_entailed_closed_conclusion__owa__ask_act", "source_id": "library_services_0224_entailed_closed_conclusion__owa", "base_id": "library_services_0224_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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": ["Reader C has an active membership.", "Reader C has borrowing clearance."], "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader C", "has_borrowing_clearance::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", "has_borrowing_clearance::Reader C", "may_borrow_archive_item::Reader C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader C has borrowing clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0117_explicit_negative_open__owa__ask_act", "source_id": "manufacturing_quality_0117_explicit_negative_open__owa", "base_id": "manufacturing_quality_0117_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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": ["Part F passed the visual check."], "facts_negative": ["Part D does not has a supplier note."], "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 D", "target_statement": "Part D has a supplier note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part F"], "negative_atoms": ["has_supplier_note::Part D"], "rules": [], "query_atom": "has_supplier_note::Part D", "closure_atoms": ["passed_visual_check::Part F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Part D does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part D.\nTarget statement: Part D has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0260_open_derived_missing_antecedent__owa__ask_act", "source_id": "cloud_deployment_0260_open_derived_missing_antecedent__owa", "base_id": "cloud_deployment_0260_open_derived_missing_antecedent", "split": "train", "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 C 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 C", "target_statement": "Service C needs SRE review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service C"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service C"], "conclusion": "needs_sre_review::Service C", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service C", "closure_atoms": ["passed_unit_tests::Service C"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service C", "gold_missing_atom": "has_incident_note::Service C", "gold_question_to_ask": "Is it true that Service C has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service has an incident note, then that service needs SRE review.\n\nTarget atom: needs_sre_review::Service C.\nTarget statement: Service C needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0274_explicit_negative_closed__cwa__ask_act", "source_id": "cloud_deployment_0274_explicit_negative_closed__cwa", "base_id": "cloud_deployment_0274_explicit_negative_closed", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "has_incident_note", "may_deploy", "needs_sre_review", "passed_unit_tests"], "facts_positive": ["Service A passed unit tests."], "facts_negative": ["Service E does not has deployment approval."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": ["has_deployment_approval::Service E"], "rules": [], "query_atom": "has_deployment_approval::Service E", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- Service E does not has deployment approval.\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service E.\nTarget statement: Service E has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0310_entailed_open_conclusion__cwa__ask_act", "source_id": "procurement_review_0310_entailed_open_conclusion__cwa", "base_id": "procurement_review_0310_entailed_open_conclusion", "split": "train", "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 E 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 E", "target_statement": "Vendor E needs procurement review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor E"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor E"], "conclusion": "needs_procurement_review::Vendor E", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor E", "closure_atoms": ["has_risk_note::Vendor E", "needs_procurement_review::Vendor E"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Vendor E needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0281_closed_missing_direct__owa__ask_act", "source_id": "procurement_review_0281_closed_missing_direct__owa", "base_id": "procurement_review_0281_closed_missing_direct", "split": "train", "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 F 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 F", "target_statement": "Vendor F has vendor approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor F"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor F", "gold_missing_atom": "has_vendor_approval::Vendor F", "gold_question_to_ask": "Is it true that Vendor F has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor F.\nTarget statement: Vendor F has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0086_open_missing_direct__cwa__ask_act", "source_id": "manufacturing_quality_0086_open_missing_direct__cwa", "base_id": "manufacturing_quality_0086_open_missing_direct", "split": "train", "domain": "manufacturing_quality", "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_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_supplier_note::Part C", "target_statement": "Part C has a supplier note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part C"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part C", "closure_atoms": ["passed_visual_check::Part C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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_supplier_note::Part C.\nTarget statement: Part C has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0081_closed_missing_direct__cwa__ask_act", "source_id": "manufacturing_quality_0081_closed_missing_direct__cwa", "base_id": "manufacturing_quality_0081_closed_missing_direct", "split": "train", "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 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_release_approval::Part D", "target_statement": "Part D has release approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part D", "closure_atoms": ["passed_visual_check::Part D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part D.\nTarget statement: Part D has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0190_entailed_open_conclusion__cwa__ask_act", "source_id": "robotics_operations_0190_entailed_open_conclusion__cwa", "base_id": "robotics_operations_0190_entailed_open_conclusion", "split": "train", "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 5 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 5", "target_statement": "Rover 5 needs operator review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_field_note::Rover 5"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 5"], "conclusion": "needs_operator_review::Rover 5", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 5", "closure_atoms": ["has_field_note::Rover 5", "needs_operator_review::Rover 5"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 5 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 5.\nTarget statement: Rover 5 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0185_entailed_closed_conclusion__cwa__ask_act", "source_id": "robotics_operations_0185_entailed_closed_conclusion__cwa", "base_id": "robotics_operations_0185_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 6 has shift clearance.", "Rover 6 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 6", "target_statement": "Rover 6 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 6", "has_shift_clearance::Rover 6"], "conclusion": "may_start_shift::Rover 6", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 6", "closure_atoms": ["has_shift_clearance::Rover 6", "may_start_shift::Rover 6", "passed_diagnostics::Rover 6"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 has shift clearance.\n- Rover 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 6.\nTarget statement: Rover 6 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0057_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "university_registration_0057_closed_derived_missing_antecedent__lcwa", "base_id": "university_registration_0057_closed_derived_missing_antecedent", "split": "train", "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": ["Omar 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::Omar", "target_statement": "Omar may register for the seminar.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Omar", "has_advising_clearance::Omar"], "conclusion": "may_register::Omar", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Omar", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Omar.\nTarget statement: Omar may register for the seminar.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0180_open_derived_missing_antecedent__cwa__ask_act", "source_id": "robotics_operations_0180_open_derived_missing_antecedent__cwa", "base_id": "robotics_operations_0180_open_derived_missing_antecedent", "split": "train", "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 1 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 1", "target_statement": "Rover 1 needs operator review.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 1"], "conclusion": "needs_operator_review::Rover 1", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 1.\nTarget statement: Rover 1 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0035_explicit_negative_closed__owa__ask_act", "source_id": "hospital_access_0035_explicit_negative_closed__owa", "base_id": "hospital_access_0035_explicit_negative_closed", "split": "train", "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": ["Ben has completed safety training."], "facts_negative": ["Farid 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::Farid", "target_statement": "Farid has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": ["has_clearance::Farid"], "rules": [], "query_atom": "has_clearance::Farid", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Farid does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Farid.\nTarget statement: Farid has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0031_entailed_open_conclusion__owa__ask_act", "source_id": "hospital_access_0031_entailed_open_conclusion__owa", "base_id": "hospital_access_0031_entailed_open_conclusion", "split": "train", "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": ["Ben 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::Ben", "target_statement": "Ben needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Ben"], "conclusion": "needs_supervisor_review::Ben", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Ben", "closure_atoms": ["assigned_to_trial::Ben", "needs_supervisor_review::Ben"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Ben.\nTarget statement: Ben needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0100_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "manufacturing_quality_0100_open_derived_missing_antecedent__lcwa", "base_id": "manufacturing_quality_0100_open_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Part E needs engineer review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part E"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part E"], "conclusion": "needs_engineer_review::Part E", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part E", "closure_atoms": ["passed_visual_check::Part E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part E", "gold_missing_atom": "has_supplier_note::Part E", "gold_question_to_ask": "Is it true that Part E has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Part E needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0156_explicit_negative_open__lcwa__ask_act", "source_id": "finance_controls_0156_explicit_negative_open__lcwa", "base_id": "finance_controls_0156_explicit_negative_open", "split": "train", "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 35 passed KYC checks."], "facts_negative": ["Account 12 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 12", "target_statement": "Account 12 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": ["has_manual_exception::Account 12"], "rules": [], "query_atom": "has_manual_exception::Account 12", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\n\nNegative facts:\n- Account 12 does not has a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 12.\nTarget statement: Account 12 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0257_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "cloud_deployment_0257_closed_derived_missing_antecedent__lcwa", "base_id": "cloud_deployment_0257_closed_derived_missing_antecedent", "split": "train", "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 F 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 F", "target_statement": "Service F may deploy to production.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service F", "has_deployment_approval::Service F"], "conclusion": "may_deploy::Service F", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Service F may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0187_entailed_closed_conclusion__owa__ask_act", "source_id": "robotics_operations_0187_entailed_closed_conclusion__owa", "base_id": "robotics_operations_0187_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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": ["Rover 2 has shift clearance.", "Rover 2 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 2", "target_statement": "Rover 2 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 2", "has_shift_clearance::Rover 2"], "conclusion": "may_start_shift::Rover 2", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 2", "closure_atoms": ["has_shift_clearance::Rover 2", "may_start_shift::Rover 2", "passed_diagnostics::Rover 2"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has shift clearance.\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 2.\nTarget statement: Rover 2 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0159_explicit_negative_open__owa__ask_act", "source_id": "finance_controls_0159_explicit_negative_open__owa", "base_id": "finance_controls_0159_explicit_negative_open", "split": "train", "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 61 passed KYC checks."], "facts_negative": ["Account 48 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 48", "target_statement": "Account 48 has a manual exception.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": ["has_manual_exception::Account 48"], "rules": [], "query_atom": "has_manual_exception::Account 48", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a manual exception.\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 48.\nTarget statement: Account 48 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0012_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "hospital_access_0012_open_missing_with_closed_distractor__cwa", "base_id": "hospital_access_0012_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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": ["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": [], "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::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben", "has_clearance::Ben"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Ben", "has_clearance::Ben"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0167_open_missing_direct__cwa__ask_act", "source_id": "robotics_operations_0167_open_missing_direct__cwa", "base_id": "robotics_operations_0167_open_missing_direct", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 6 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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 6", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0128_closed_missing_with_open_distractor__lcwa__ask_act", "source_id": "finance_controls_0128_closed_missing_with_open_distractor__lcwa", "base_id": "finance_controls_0128_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance"], "facts_positive": ["Account 48 has a manual exception.", "Account 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 48", "passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["has_manual_exception::Account 48", "passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a manual exception.\n- Account 35 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0005_open_missing_direct__cwa__ask_act", "source_id": "hospital_access_0005_open_missing_direct__cwa", "base_id": "hospital_access_0005_open_missing_direct", "split": "train", "domain": "hospital_access", "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": ["assigned_to_trial", "completed_training", "has_clearance", "may_enter_lab", "needs_supervisor_review"], "facts_positive": ["Farid 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": "assigned_to_trial::Farid", "target_statement": "Farid is assigned to the clinical trial.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Farid", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Farid.\nTarget statement: Farid is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0118_explicit_negative_open__owa__ask_act", "source_id": "manufacturing_quality_0118_explicit_negative_open__owa", "base_id": "manufacturing_quality_0118_explicit_negative_open", "split": "train", "domain": "manufacturing_quality", "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": ["Part A passed the visual check."], "facts_negative": ["Part E does not has a supplier note."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": ["has_supplier_note::Part E"], "rules": [], "query_atom": "has_supplier_note::Part E", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- Part E does not has a supplier note.\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part E.\nTarget statement: Part E has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0031_entailed_open_conclusion__lcwa__ask_act", "source_id": "hospital_access_0031_entailed_open_conclusion__lcwa", "base_id": "hospital_access_0031_entailed_open_conclusion", "split": "train", "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": ["Ben 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::Ben", "target_statement": "Ben needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Ben"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Ben"], "conclusion": "needs_supervisor_review::Ben", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Ben", "closure_atoms": ["assigned_to_trial::Ben", "needs_supervisor_review::Ben"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Ben.\nTarget statement: Ben needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0255_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "cloud_deployment_0255_open_missing_with_closed_distractor__cwa", "base_id": "cloud_deployment_0255_open_missing_with_closed_distractor", "split": "train", "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 E has deployment approval.", "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_incident_note::Service D", "target_statement": "Service D has an incident note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_deployment_approval::Service E", "passed_unit_tests::Service E"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service D", "closure_atoms": ["has_deployment_approval::Service E", "passed_unit_tests::Service E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service E passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service D.\nTarget statement: Service D has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0314_explicit_negative_closed__owa__ask_act", "source_id": "procurement_review_0314_explicit_negative_closed__owa", "base_id": "procurement_review_0314_explicit_negative_closed", "split": "train", "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 E submitted a tax form."], "facts_negative": ["Vendor C 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 C", "target_statement": "Vendor C has vendor approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": ["has_vendor_approval::Vendor C"], "rules": [], "query_atom": "has_vendor_approval::Vendor C", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- Vendor C does not has vendor approval.\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor C.\nTarget statement: Vendor C has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0312_explicit_negative_closed__cwa__ask_act", "source_id": "procurement_review_0312_explicit_negative_closed__cwa", "base_id": "procurement_review_0312_explicit_negative_closed", "split": "train", "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 C submitted a tax form."], "facts_negative": ["Vendor A 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 A", "target_statement": "Vendor A has vendor approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": ["has_vendor_approval::Vendor A"], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor A does not has vendor approval.\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor A.\nTarget statement: Vendor A has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0274_explicit_negative_closed__lcwa__ask_act", "source_id": "cloud_deployment_0274_explicit_negative_closed__lcwa", "base_id": "cloud_deployment_0274_explicit_negative_closed", "split": "train", "domain": "cloud_deployment", "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_deployment_approval"], "facts_positive": ["Service A passed unit tests."], "facts_negative": ["Service E does not has deployment approval."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service A"], "negative_atoms": ["has_deployment_approval::Service E"], "rules": [], "query_atom": "has_deployment_approval::Service E", "closure_atoms": ["passed_unit_tests::Service A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- Service E does not has deployment approval.\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service E.\nTarget statement: Service E has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0075_explicit_negative_closed__lcwa__ask_act", "source_id": "university_registration_0075_explicit_negative_closed__lcwa", "base_id": "university_registration_0075_explicit_negative_closed", "split": "train", "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": ["Theo passed the qualifying exam."], "facts_negative": ["Omar 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::Omar", "target_statement": "Omar has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": ["has_advising_clearance::Omar"], "rules": [], "query_atom": "has_advising_clearance::Omar", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam.\n\nNegative facts:\n- Omar does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Omar.\nTarget statement: Omar has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0234_explicit_negative_closed__cwa__ask_act", "source_id": "library_services_0234_explicit_negative_closed__cwa", "base_id": "library_services_0234_explicit_negative_closed", "split": "train", "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 C has an active membership."], "facts_negative": ["Reader A 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 A", "target_statement": "Reader A has borrowing clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["has_active_membership::Reader C"], "negative_atoms": ["has_borrowing_clearance::Reader A"], "rules": [], "query_atom": "has_borrowing_clearance::Reader A", "closure_atoms": ["has_active_membership::Reader C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader A does not has borrowing clearance.\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader A.\nTarget statement: Reader A has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0077_explicit_negative_open__owa__ask_act", "source_id": "university_registration_0077_explicit_negative_open__owa", "base_id": "university_registration_0077_explicit_negative_open", "split": "train", "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": ["Noah passed the qualifying exam."], "facts_negative": ["Theo 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::Theo", "target_statement": "Theo has an external scholarship.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Noah"], "negative_atoms": ["has_external_scholarship::Theo"], "rules": [], "query_atom": "has_external_scholarship::Theo", "closure_atoms": ["passed_exam::Noah"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Theo does not has an external scholarship.\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Theo.\nTarget statement: Theo has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0055_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "university_registration_0055_open_missing_with_closed_distractor__cwa", "base_id": "university_registration_0055_open_missing_with_closed_distractor", "split": "train", "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": ["Lena has advising clearance.", "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_external_scholarship::Noah", "target_statement": "Noah has an external scholarship.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Lena", "passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Noah", "closure_atoms": ["has_advising_clearance::Lena", "passed_exam::Lena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 advising clearance.\n- Lena passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Noah.\nTarget statement: Noah has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0007_open_missing_direct__lcwa__ask_act", "source_id": "hospital_access_0007_open_missing_direct__lcwa", "base_id": "hospital_access_0007_open_missing_direct", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Ben 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": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Ben"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Ben", "gold_missing_atom": "assigned_to_trial::Ben", "gold_question_to_ask": "Is it true that Ben is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0134_open_missing_with_closed_distractor__owa__ask_act", "source_id": "finance_controls_0134_open_missing_with_closed_distractor__owa", "base_id": "finance_controls_0134_open_missing_with_closed_distractor", "split": "train", "domain": "finance_controls", "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": ["Account 48 has compliance clearance.", "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_manual_exception::Account 35", "target_statement": "Account 35 has a manual exception.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 35", "closure_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 35", "gold_missing_atom": "has_manual_exception::Account 35", "gold_question_to_ask": "Is it true that Account 35 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 48 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 35.\nTarget statement: Account 35 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0215_open_missing_with_closed_distractor__owa__ask_act", "source_id": "library_services_0215_open_missing_with_closed_distractor__owa", "base_id": "library_services_0215_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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": ["Reader A has an active membership.", "Reader A has borrowing clearance."], "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 F", "target_statement": "Reader F has a special request.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader F", "closure_atoms": ["has_active_membership::Reader A", "has_borrowing_clearance::Reader A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader F", "gold_missing_atom": "has_special_request::Reader F", "gold_question_to_ask": "Is it true that Reader F has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader A has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader F.\nTarget statement: Reader F has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0011_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "hospital_access_0011_closed_missing_with_open_distractor__cwa", "base_id": "hospital_access_0011_closed_missing_with_open_distractor", "split": "train", "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": ["Ava is assigned to the clinical trial.", "Farid 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::Farid", "target_statement": "Farid has security clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["assigned_to_trial::Ava", "completed_training::Farid"], "negative_atoms": [], "rules": [], "query_atom": "has_clearance::Farid", "closure_atoms": ["assigned_to_trial::Ava", "completed_training::Farid"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 is assigned to the clinical trial.\n- Farid has completed safety training.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_clearance::Farid.\nTarget statement: Farid has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0057_closed_derived_missing_antecedent__owa__ask_act", "source_id": "university_registration_0057_closed_derived_missing_antecedent__owa", "base_id": "university_registration_0057_closed_derived_missing_antecedent", "split": "train", "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": ["Omar 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::Omar", "target_statement": "Omar may register for the seminar.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Omar", "has_advising_clearance::Omar"], "conclusion": "may_register::Omar", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Omar", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_advising_clearance", "gold_missing_entity": "Omar", "gold_missing_atom": "has_advising_clearance::Omar", "gold_question_to_ask": "Is it true that Omar has advising clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Omar.\nTarget statement: Omar may register for the seminar.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0317_explicit_negative_open__cwa__ask_act", "source_id": "procurement_review_0317_explicit_negative_open__cwa", "base_id": "procurement_review_0317_explicit_negative_open", "split": "train", "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 B submitted a tax form."], "facts_negative": ["Vendor F 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 F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": ["has_risk_note::Vendor F"], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\n\nNegative facts:\n- Vendor F does not has a risk note.\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0186_entailed_closed_conclusion__owa__ask_act", "source_id": "robotics_operations_0186_entailed_closed_conclusion__owa", "base_id": "robotics_operations_0186_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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": ["Rover 1 has shift clearance.", "Rover 1 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 1", "target_statement": "Rover 1 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 1", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 1", "has_shift_clearance::Rover 1"], "conclusion": "may_start_shift::Rover 1", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 1", "closure_atoms": ["has_shift_clearance::Rover 1", "may_start_shift::Rover 1", "passed_diagnostics::Rover 1"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 1.\nTarget statement: Rover 1 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0112_explicit_negative_closed__owa__ask_act", "source_id": "manufacturing_quality_0112_explicit_negative_closed__owa", "base_id": "manufacturing_quality_0112_explicit_negative_closed", "split": "train", "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 A passed the visual check."], "facts_negative": ["Part E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": ["has_release_approval::Part E"], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- Part E does not has release approval.\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0081_closed_missing_direct__owa__ask_act", "source_id": "manufacturing_quality_0081_closed_missing_direct__owa", "base_id": "manufacturing_quality_0081_closed_missing_direct", "split": "train", "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 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_release_approval::Part D", "target_statement": "Part D has release approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part D"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part D", "closure_atoms": ["passed_visual_check::Part D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_release_approval", "gold_missing_entity": "Part D", "gold_missing_atom": "has_release_approval::Part D", "gold_question_to_ask": "Is it true that Part D has release approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part D.\nTarget statement: Part D has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0168_closed_missing_with_open_distractor__owa__ask_act", "source_id": "robotics_operations_0168_closed_missing_with_open_distractor__owa", "base_id": "robotics_operations_0168_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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": ["Rover 2 has a field note.", "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_shift_clearance::Rover 1", "target_statement": "Rover 1 has shift clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 2", "passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 1", "closure_atoms": ["has_field_note::Rover 2", "passed_diagnostics::Rover 1"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 1", "gold_missing_atom": "has_shift_clearance::Rover 1", "gold_question_to_ask": "Is it true that Rover 1 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a field note.\n- Rover 1 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 1.\nTarget statement: Rover 1 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0241_closed_missing_direct__cwa__ask_act", "source_id": "cloud_deployment_0241_closed_missing_direct__cwa", "base_id": "cloud_deployment_0241_closed_missing_direct", "split": "train", "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 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_deployment_approval::Service B", "target_statement": "Service B has deployment approval.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_deployment_approval::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service B.\nTarget statement: Service B has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0040_closed_missing_direct__lcwa__ask_act", "source_id": "university_registration_0040_closed_missing_direct__lcwa", "base_id": "university_registration_0040_closed_missing_direct", "split": "train", "domain": "university_registration", "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_advising_clearance"], "facts_positive": ["Iris 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::Iris", "target_statement": "Iris has advising clearance.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Iris", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_advising_clearance::Iris.\nTarget statement: Iris has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0267_entailed_closed_conclusion__cwa__ask_act", "source_id": "cloud_deployment_0267_entailed_closed_conclusion__cwa", "base_id": "cloud_deployment_0267_entailed_closed_conclusion", "split": "train", "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 D has deployment approval.", "Service D 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 D", "target_statement": "Service D may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service D", "has_deployment_approval::Service D"], "conclusion": "may_deploy::Service D", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service D", "closure_atoms": ["has_deployment_approval::Service D", "may_deploy::Service D", "passed_unit_tests::Service D"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service D.\nTarget statement: Service D may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0036_explicit_negative_open__cwa__ask_act", "source_id": "hospital_access_0036_explicit_negative_open__cwa", "base_id": "hospital_access_0036_explicit_negative_open", "split": "train", "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": ["Cora has completed safety training."], "facts_negative": ["Ava 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::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": ["assigned_to_trial::Ava"], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n\nNegative facts:\n- Ava is not assigned to the clinical trial.\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0051_closed_missing_with_open_distractor__owa__ask_act", "source_id": "university_registration_0051_closed_missing_with_open_distractor__owa", "base_id": "university_registration_0051_closed_missing_with_open_distractor", "split": "train", "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": ["Iris has an external scholarship.", "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_advising_clearance::Omar", "target_statement": "Omar has advising clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_external_scholarship::Iris", "passed_exam::Omar"], "negative_atoms": [], "rules": [], "query_atom": "has_advising_clearance::Omar", "closure_atoms": ["has_external_scholarship::Iris", "passed_exam::Omar"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_advising_clearance", "gold_missing_entity": "Omar", "gold_missing_atom": "has_advising_clearance::Omar", "gold_question_to_ask": "Is it true that Omar has advising clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has an external scholarship.\n- Omar passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Omar.\nTarget statement: Omar has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0088_closed_missing_with_open_distractor__owa__ask_act", "source_id": "manufacturing_quality_0088_closed_missing_with_open_distractor__owa", "base_id": "manufacturing_quality_0088_closed_missing_with_open_distractor", "split": "train", "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 F has a supplier note.", "Part E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part F", "passed_visual_check::Part E"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["has_supplier_note::Part F", "passed_visual_check::Part E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_release_approval", "gold_missing_entity": "Part E", "gold_missing_atom": "has_release_approval::Part E", "gold_question_to_ask": "Is it true that Part E has release approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 a supplier note.\n- Part E passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0074_explicit_negative_closed__cwa__ask_act", "source_id": "university_registration_0074_explicit_negative_closed__cwa", "base_id": "university_registration_0074_explicit_negative_closed", "split": "train", "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": ["Iris passed the qualifying exam."], "facts_negative": ["Lena 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::Lena", "target_statement": "Lena has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Iris"], "negative_atoms": ["has_advising_clearance::Lena"], "rules": [], "query_atom": "has_advising_clearance::Lena", "closure_atoms": ["passed_exam::Iris"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Lena does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Lena.\nTarget statement: Lena has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0187_entailed_closed_conclusion__cwa__ask_act", "source_id": "robotics_operations_0187_entailed_closed_conclusion__cwa", "base_id": "robotics_operations_0187_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 2 has shift clearance.", "Rover 2 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 2", "target_statement": "Rover 2 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 2", "has_shift_clearance::Rover 2"], "conclusion": "may_start_shift::Rover 2", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 2", "closure_atoms": ["has_shift_clearance::Rover 2", "may_start_shift::Rover 2", "passed_diagnostics::Rover 2"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has shift clearance.\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 2.\nTarget statement: Rover 2 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0312_explicit_negative_closed__lcwa__ask_act", "source_id": "procurement_review_0312_explicit_negative_closed__lcwa", "base_id": "procurement_review_0312_explicit_negative_closed", "split": "train", "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 C submitted a tax form."], "facts_negative": ["Vendor A 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 A", "target_statement": "Vendor A has vendor approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor C"], "negative_atoms": ["has_vendor_approval::Vendor A"], "rules": [], "query_atom": "has_vendor_approval::Vendor A", "closure_atoms": ["submitted_tax_form::Vendor C"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Vendor A does not has vendor approval.\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor A.\nTarget statement: Vendor A has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0265_entailed_closed_conclusion__cwa__ask_act", "source_id": "cloud_deployment_0265_entailed_closed_conclusion__cwa", "base_id": "cloud_deployment_0265_entailed_closed_conclusion", "split": "train", "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 B has deployment approval.", "Service B 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 B", "target_statement": "Service B may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service B", "passed_unit_tests::Service B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service B", "has_deployment_approval::Service B"], "conclusion": "may_deploy::Service B", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service B", "closure_atoms": ["has_deployment_approval::Service B", "may_deploy::Service B", "passed_unit_tests::Service B"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service B.\nTarget statement: Service B may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0104_entailed_closed_conclusion__owa__ask_act", "source_id": "manufacturing_quality_0104_entailed_closed_conclusion__owa", "base_id": "manufacturing_quality_0104_entailed_closed_conclusion", "split": "train", "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 C has release approval.", "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part C", "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": ["has_release_approval::Part C", "may_ship::Part C", "passed_visual_check::Part C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has release approval.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0185_entailed_closed_conclusion__owa__ask_act", "source_id": "robotics_operations_0185_entailed_closed_conclusion__owa", "base_id": "robotics_operations_0185_entailed_closed_conclusion", "split": "train", "domain": "robotics_operations", "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": ["Rover 6 has shift clearance.", "Rover 6 passed diagnostics."], "facts_negative": [], "rules_natural": ["If a robot passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 6", "target_statement": "Rover 6 may start its shift.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 6", "passed_diagnostics::Rover 6"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 6", "has_shift_clearance::Rover 6"], "conclusion": "may_start_shift::Rover 6", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 6", "closure_atoms": ["has_shift_clearance::Rover 6", "may_start_shift::Rover 6", "passed_diagnostics::Rover 6"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 has shift clearance.\n- Rover 6 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- If a robot passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 6.\nTarget statement: Rover 6 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0112_explicit_negative_closed__lcwa__ask_act", "source_id": "manufacturing_quality_0112_explicit_negative_closed__lcwa", "base_id": "manufacturing_quality_0112_explicit_negative_closed", "split": "train", "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 A passed the visual check."], "facts_negative": ["Part E 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 E", "target_statement": "Part E has release approval.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": ["has_release_approval::Part E"], "rules": [], "query_atom": "has_release_approval::Part E", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A passed the visual check.\n\nNegative facts:\n- Part E does not has release approval.\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part E.\nTarget statement: Part E has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0298_closed_derived_missing_antecedent__lcwa__ask_act", "source_id": "procurement_review_0298_closed_derived_missing_antecedent__lcwa", "base_id": "procurement_review_0298_closed_derived_missing_antecedent", "split": "train", "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 E 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 E", "target_statement": "Vendor E may receive a purchase order.", "gold_reason_type": "local_closed_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor E", "has_vendor_approval::Vendor E"], "conclusion": "may_receive_purchase_order::Vendor E", "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 E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E 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 E.\nTarget statement: Vendor E may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0280_closed_missing_direct__owa__ask_act", "source_id": "procurement_review_0280_closed_missing_direct__owa", "base_id": "procurement_review_0280_closed_missing_direct", "split": "train", "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 E 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 E", "target_statement": "Vendor E has vendor approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor E"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor E", "closure_atoms": ["submitted_tax_form::Vendor E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor E", "gold_missing_atom": "has_vendor_approval::Vendor E", "gold_question_to_ask": "Is it true that Vendor E has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 E submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor E.\nTarget statement: Vendor E has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0095_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "manufacturing_quality_0095_open_missing_with_closed_distractor__lcwa", "base_id": "manufacturing_quality_0095_open_missing_with_closed_distractor", "split": "train", "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 A has release approval.", "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_supplier_note::Part F", "target_statement": "Part F has a supplier note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_release_approval::Part A", "passed_visual_check::Part A"], "negative_atoms": [], "rules": [], "query_atom": "has_supplier_note::Part F", "closure_atoms": ["has_release_approval::Part A", "passed_visual_check::Part A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_supplier_note", "gold_missing_entity": "Part F", "gold_missing_atom": "has_supplier_note::Part F", "gold_question_to_ask": "Is it true that Part F has a supplier note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A has release approval.\n- Part A passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_supplier_note::Part F.\nTarget statement: Part F has a supplier note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0301_open_derived_missing_antecedent__owa__ask_act", "source_id": "procurement_review_0301_open_derived_missing_antecedent__owa", "base_id": "procurement_review_0301_open_derived_missing_antecedent", "split": "train", "domain": "procurement_review", "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": ["Vendor B submitted a tax form."], "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 B", "target_statement": "Vendor B needs procurement review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor B"], "conclusion": "needs_procurement_review::Vendor B", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_risk_note", "gold_missing_entity": "Vendor B", "gold_missing_atom": "has_risk_note::Vendor B", "gold_question_to_ask": "Is it true that Vendor B has a risk note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\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 B.\nTarget statement: Vendor B needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0193_explicit_negative_closed__lcwa__ask_act", "source_id": "robotics_operations_0193_explicit_negative_closed__lcwa", "base_id": "robotics_operations_0193_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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_shift_clearance"], "facts_positive": ["Rover 4 passed diagnostics."], "facts_negative": ["Rover 2 does not has shift clearance."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": ["has_shift_clearance::Rover 2"], "rules": [], "query_atom": "has_shift_clearance::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 2 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 2.\nTarget statement: Rover 2 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0013_open_missing_with_closed_distractor__owa__ask_act", "source_id": "hospital_access_0013_open_missing_with_closed_distractor__owa", "base_id": "hospital_access_0013_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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": ["Cora has completed safety training.", "Cora has security clearance."], "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": "assigned_to_trial::Ben", "target_statement": "Ben is assigned to the clinical trial.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Cora", "has_clearance::Cora"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ben", "closure_atoms": ["completed_training::Cora", "has_clearance::Cora"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Ben", "gold_missing_atom": "assigned_to_trial::Ben", "gold_question_to_ask": "Is it true that Ben is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n- Cora has security clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ben.\nTarget statement: Ben is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0033_explicit_negative_closed__cwa__ask_act", "source_id": "hospital_access_0033_explicit_negative_closed__cwa", "base_id": "hospital_access_0033_explicit_negative_closed", "split": "train", "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": ["Farid has completed safety training."], "facts_negative": ["Dylan 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::Dylan", "target_statement": "Dylan has security clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": ["has_clearance::Dylan"], "rules": [], "query_atom": "has_clearance::Dylan", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 does not has security clearance.\n\nRules:\n- none\n\nTarget atom: has_clearance::Dylan.\nTarget statement: Dylan has security clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0198_explicit_negative_open__lcwa__ask_act", "source_id": "robotics_operations_0198_explicit_negative_open__lcwa", "base_id": "robotics_operations_0198_explicit_negative_open", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 3 passed diagnostics."], "facts_negative": ["Rover 1 does not has a field note."], "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 1", "target_statement": "Rover 1 has a field note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": ["has_field_note::Rover 1"], "rules": [], "query_atom": "has_field_note::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- Rover 1 does not has a field note.\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 1.\nTarget statement: Rover 1 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0066_entailed_closed_conclusion__lcwa__ask_act", "source_id": "university_registration_0066_entailed_closed_conclusion__lcwa", "base_id": "university_registration_0066_entailed_closed_conclusion", "split": "train", "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": ["Mia has advising clearance.", "Mia 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::Mia", "target_statement": "Mia may register for the seminar.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_advising_clearance::Mia", "passed_exam::Mia"], "negative_atoms": [], "rules": [{"antecedents": ["passed_exam::Mia", "has_advising_clearance::Mia"], "conclusion": "may_register::Mia", "text": "If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."}], "query_atom": "may_register::Mia", "closure_atoms": ["has_advising_clearance::Mia", "may_register::Mia", "passed_exam::Mia"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar.\n\nTarget atom: may_register::Mia.\nTarget statement: Mia may register for the seminar.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0177_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "robotics_operations_0177_closed_derived_missing_antecedent__cwa", "base_id": "robotics_operations_0177_closed_derived_missing_antecedent", "split": "train", "domain": "robotics_operations", "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_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 passed diagnostics and has shift clearance, then that robot may start its shift."], "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": "may_start_shift::Rover 4", "target_statement": "Rover 4 may start its shift.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": [], "rules": [{"antecedents": ["passed_diagnostics::Rover 4", "has_shift_clearance::Rover 4"], "conclusion": "may_start_shift::Rover 4", "text": "If a robot passed diagnostics and has shift clearance, then that robot may start its shift."}], "query_atom": "may_start_shift::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics and has shift clearance, then that robot may start its shift.\n\nTarget atom: may_start_shift::Rover 4.\nTarget statement: Rover 4 may start its shift.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0110_entailed_open_conclusion__cwa__ask_act", "source_id": "manufacturing_quality_0110_entailed_open_conclusion__cwa", "base_id": "manufacturing_quality_0110_entailed_open_conclusion", "split": "train", "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 C 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 C", "target_statement": "Part C needs engineer review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_supplier_note::Part C"], "negative_atoms": [], "rules": [{"antecedents": ["has_supplier_note::Part C"], "conclusion": "needs_engineer_review::Part C", "text": "If a part has a supplier note, then that part needs engineer review."}], "query_atom": "needs_engineer_review::Part C", "closure_atoms": ["has_supplier_note::Part C", "needs_engineer_review::Part C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 C.\nTarget statement: Part C needs engineer review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0182_open_derived_missing_antecedent__owa__ask_act", "source_id": "robotics_operations_0182_open_derived_missing_antecedent__owa", "base_id": "robotics_operations_0182_open_derived_missing_antecedent", "split": "train", "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 3 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 3", "target_statement": "Rover 3 needs operator review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::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": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 3", "gold_missing_atom": "has_field_note::Rover 3", "gold_question_to_ask": "Is it true that Rover 3 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 3.\nTarget statement: Rover 3 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0060_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "university_registration_0060_open_derived_missing_antecedent__lcwa", "base_id": "university_registration_0060_open_derived_missing_antecedent", "split": "train", "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": ["Mia 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::Mia", "target_statement": "Mia needs a manual audit.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Mia"], "conclusion": "needs_manual_audit::Mia", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Mia", "closure_atoms": ["passed_exam::Mia"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Mia", "gold_missing_atom": "has_external_scholarship::Mia", "gold_question_to_ask": "Is it true that Mia has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Mia.\nTarget statement: Mia needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0272_explicit_negative_closed__lcwa__ask_act", "source_id": "cloud_deployment_0272_explicit_negative_closed__lcwa", "base_id": "cloud_deployment_0272_explicit_negative_closed", "split": "train", "domain": "cloud_deployment", "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_deployment_approval"], "facts_positive": ["Service E passed unit tests."], "facts_negative": ["Service C does not has deployment approval."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service E"], "negative_atoms": ["has_deployment_approval::Service C"], "rules": [], "query_atom": "has_deployment_approval::Service C", "closure_atoms": ["passed_unit_tests::Service E"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 deployment approval.\n\nRules:\n- none\n\nTarget atom: has_deployment_approval::Service C.\nTarget statement: Service C has deployment approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0062_open_derived_missing_antecedent__owa__ask_act", "source_id": "university_registration_0062_open_derived_missing_antecedent__owa", "base_id": "university_registration_0062_open_derived_missing_antecedent", "split": "train", "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": ["Lena 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::Lena", "target_statement": "Lena needs a manual audit.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::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": ["passed_exam::Lena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Lena", "gold_missing_atom": "has_external_scholarship::Lena", "gold_question_to_ask": "Is it true that Lena has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0055_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "university_registration_0055_open_missing_with_closed_distractor__lcwa", "base_id": "university_registration_0055_open_missing_with_closed_distractor", "split": "train", "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": ["Lena has advising clearance.", "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_external_scholarship::Noah", "target_statement": "Noah has an external scholarship.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_advising_clearance::Lena", "passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Noah", "closure_atoms": ["has_advising_clearance::Lena", "passed_exam::Lena"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_external_scholarship", "gold_missing_entity": "Noah", "gold_missing_atom": "has_external_scholarship::Noah", "gold_question_to_ask": "Is it true that Noah has an external scholarship?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 advising clearance.\n- Lena passed the qualifying exam.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Noah.\nTarget statement: Noah has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0219_closed_derived_missing_antecedent__owa__ask_act", "source_id": "library_services_0219_closed_derived_missing_antecedent__owa", "base_id": "library_services_0219_closed_derived_missing_antecedent", "split": "train", "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 D 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 D", "target_statement": "Reader D may borrow an archive item.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [{"antecedents": ["has_active_membership::Reader D", "has_borrowing_clearance::Reader D"], "conclusion": "may_borrow_archive_item::Reader D", "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 D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_borrowing_clearance", "gold_missing_entity": "Reader D", "gold_missing_atom": "has_borrowing_clearance::Reader D", "gold_question_to_ask": "Is it true that Reader D has borrowing clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- 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 D.\nTarget statement: Reader D may borrow an archive item.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0230_entailed_open_conclusion__cwa__ask_act", "source_id": "library_services_0230_entailed_open_conclusion__cwa", "base_id": "library_services_0230_entailed_open_conclusion", "split": "train", "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 C 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 C", "target_statement": "Reader C needs librarian review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_special_request::Reader C"], "negative_atoms": [], "rules": [{"antecedents": ["has_special_request::Reader C"], "conclusion": "needs_librarian_review::Reader C", "text": "If a reader has a special request, then that reader needs librarian review."}], "query_atom": "needs_librarian_review::Reader C", "closure_atoms": ["has_special_request::Reader C", "needs_librarian_review::Reader C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 C.\nTarget statement: Reader C needs librarian review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0152_explicit_negative_closed__lcwa__ask_act", "source_id": "finance_controls_0152_explicit_negative_closed__lcwa", "base_id": "finance_controls_0152_explicit_negative_closed", "split": "train", "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 59 passed KYC checks."], "facts_negative": ["Account 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_kyc::Account 59"], "negative_atoms": ["has_compliance_clearance::Account 35"], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["passed_kyc::Account 59"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 compliance clearance.\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0270_entailed_open_conclusion__owa__ask_act", "source_id": "cloud_deployment_0270_entailed_open_conclusion__owa", "base_id": "cloud_deployment_0270_entailed_open_conclusion", "split": "train", "domain": "cloud_deployment", "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": ["Service A has an incident note."], "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 A", "target_statement": "Service A needs SRE review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_incident_note::Service A"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service A"], "conclusion": "needs_sre_review::Service A", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service A", "closure_atoms": ["has_incident_note::Service A", "needs_sre_review::Service A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 an incident note.\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 A.\nTarget statement: Service A needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0201_closed_missing_direct__cwa__ask_act", "source_id": "library_services_0201_closed_missing_direct__cwa", "base_id": "library_services_0201_closed_missing_direct", "split": "train", "domain": "library_services", "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_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": [], "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 D", "target_statement": "Reader D has borrowing clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader D.\nTarget statement: Reader D has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0164_open_missing_direct__lcwa__ask_act", "source_id": "robotics_operations_0164_open_missing_direct__lcwa", "base_id": "robotics_operations_0164_open_missing_direct", "split": "train", "domain": "robotics_operations", "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_shift_clearance", "may_start_shift"], "facts_positive": ["Rover 3 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 3", "target_statement": "Rover 3 has a field note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 3", "closure_atoms": ["passed_diagnostics::Rover 3"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 3", "gold_missing_atom": "has_field_note::Rover 3", "gold_question_to_ask": "Is it true that Rover 3 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 3.\nTarget statement: Rover 3 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0245_open_missing_direct__owa__ask_act", "source_id": "cloud_deployment_0245_open_missing_direct__owa", "base_id": "cloud_deployment_0245_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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": ["Service F 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 F", "target_statement": "Service F has an incident note.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service F", "gold_missing_atom": "has_incident_note::Service F", "gold_question_to_ask": "Is it true that Service F has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service F.\nTarget statement: Service F has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0060_open_derived_missing_antecedent__cwa__ask_act", "source_id": "university_registration_0060_open_derived_missing_antecedent__cwa", "base_id": "university_registration_0060_open_derived_missing_antecedent", "split": "train", "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": ["Mia 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::Mia", "target_statement": "Mia needs a manual audit.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Mia"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Mia"], "conclusion": "needs_manual_audit::Mia", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Mia", "closure_atoms": ["passed_exam::Mia"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If a student has an external scholarship, then that student needs a manual audit.\n\nTarget atom: needs_manual_audit::Mia.\nTarget statement: Mia needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0277_explicit_negative_open__lcwa__ask_act", "source_id": "cloud_deployment_0277_explicit_negative_open__lcwa", "base_id": "cloud_deployment_0277_explicit_negative_open", "split": "train", "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 D passed unit tests."], "facts_negative": ["Service B 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 B", "target_statement": "Service B has an incident note.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_unit_tests::Service D"], "negative_atoms": ["has_incident_note::Service B"], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["passed_unit_tests::Service D"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Service B does not has an incident note.\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0311_entailed_open_conclusion__cwa__ask_act", "source_id": "procurement_review_0311_entailed_open_conclusion__cwa", "base_id": "procurement_review_0311_entailed_open_conclusion", "split": "train", "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 F 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 F", "target_statement": "Vendor F needs procurement review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_risk_note::Vendor F"], "negative_atoms": [], "rules": [{"antecedents": ["has_risk_note::Vendor F"], "conclusion": "needs_procurement_review::Vendor F", "text": "If a vendor has a risk note, then that vendor needs procurement review."}], "query_atom": "needs_procurement_review::Vendor F", "closure_atoms": ["has_risk_note::Vendor F", "needs_procurement_review::Vendor F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Vendor F needs procurement review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0195_explicit_negative_closed__cwa__ask_act", "source_id": "robotics_operations_0195_explicit_negative_closed__cwa", "base_id": "robotics_operations_0195_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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_field_note", "has_shift_clearance", "may_start_shift", "needs_operator_review", "passed_diagnostics"], "facts_positive": ["Rover 6 passed diagnostics."], "facts_negative": ["Rover 4 does not has shift clearance."], "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 4", "target_statement": "Rover 4 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": ["has_shift_clearance::Rover 4"], "rules": [], "query_atom": "has_shift_clearance::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 passed diagnostics.\n\nNegative facts:\n- Rover 4 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 4.\nTarget statement: Rover 4 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0107_entailed_closed_conclusion__owa__ask_act", "source_id": "manufacturing_quality_0107_entailed_closed_conclusion__owa", "base_id": "manufacturing_quality_0107_entailed_closed_conclusion", "split": "train", "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 F has release approval.", "Part F 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 F", "target_statement": "Part F may ship to customers.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part F", "passed_visual_check::Part F"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part F", "has_release_approval::Part F"], "conclusion": "may_ship::Part F", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part F", "closure_atoms": ["has_release_approval::Part F", "may_ship::Part F", "passed_visual_check::Part F"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a part passed the visual check and has release approval, then that part may ship to customers.\n\nTarget atom: may_ship::Part F.\nTarget statement: Part F may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0096_closed_derived_missing_antecedent__owa__ask_act", "source_id": "manufacturing_quality_0096_closed_derived_missing_antecedent__owa", "base_id": "manufacturing_quality_0096_closed_derived_missing_antecedent", "split": "train", "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 A 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 A", "target_statement": "Part A may ship to customers.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_visual_check::Part A"], "negative_atoms": [], "rules": [{"antecedents": ["passed_visual_check::Part A", "has_release_approval::Part A"], "conclusion": "may_ship::Part A", "text": "If a part passed the visual check and has release approval, then that part may ship to customers."}], "query_atom": "may_ship::Part A", "closure_atoms": ["passed_visual_check::Part A"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_release_approval", "gold_missing_entity": "Part A", "gold_missing_atom": "has_release_approval::Part A", "gold_question_to_ask": "Is it true that Part A has release approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 A 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 A.\nTarget statement: Part A may ship to customers.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0195_explicit_negative_closed__owa__ask_act", "source_id": "robotics_operations_0195_explicit_negative_closed__owa", "base_id": "robotics_operations_0195_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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": ["Rover 6 passed diagnostics."], "facts_negative": ["Rover 4 does not has shift clearance."], "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 4", "target_statement": "Rover 4 has shift clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 6"], "negative_atoms": ["has_shift_clearance::Rover 4"], "rules": [], "query_atom": "has_shift_clearance::Rover 4", "closure_atoms": ["passed_diagnostics::Rover 6"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 6 passed diagnostics.\n\nNegative facts:\n- Rover 4 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 4.\nTarget statement: Rover 4 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0306_entailed_closed_conclusion__owa__ask_act", "source_id": "procurement_review_0306_entailed_closed_conclusion__owa", "base_id": "procurement_review_0306_entailed_closed_conclusion", "split": "train", "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 A has vendor approval.", "Vendor A 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 A", "target_statement": "Vendor A may receive a purchase order.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor A", "has_vendor_approval::Vendor A"], "conclusion": "may_receive_purchase_order::Vendor A", "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 A", "closure_atoms": ["has_vendor_approval::Vendor A", "may_receive_purchase_order::Vendor A", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has vendor approval.\n- Vendor A 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 A.\nTarget statement: Vendor A may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0293_open_missing_with_closed_distractor__cwa__ask_act", "source_id": "procurement_review_0293_open_missing_with_closed_distractor__cwa", "base_id": "procurement_review_0293_open_missing_with_closed_distractor", "split": "train", "domain": "procurement_review", "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_risk_note", "has_vendor_approval", "may_receive_purchase_order", "needs_procurement_review", "submitted_tax_form"], "facts_positive": ["Vendor A has vendor approval.", "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_risk_note::Vendor F", "target_statement": "Vendor F has a risk note.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"], "negative_atoms": [], "rules": [], "query_atom": "has_risk_note::Vendor F", "closure_atoms": ["has_vendor_approval::Vendor A", "submitted_tax_form::Vendor A"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has vendor approval.\n- Vendor A submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_risk_note::Vendor F.\nTarget statement: Vendor F has a risk note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0259_closed_derived_missing_antecedent__cwa__ask_act", "source_id": "cloud_deployment_0259_closed_derived_missing_antecedent__cwa", "base_id": "cloud_deployment_0259_closed_derived_missing_antecedent", "split": "train", "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 B 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 B", "target_statement": "Service B may deploy to production.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service B", "has_deployment_approval::Service B"], "conclusion": "may_deploy::Service B", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 B.\nTarget statement: Service B may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0193_explicit_negative_closed__owa__ask_act", "source_id": "robotics_operations_0193_explicit_negative_closed__owa", "base_id": "robotics_operations_0193_explicit_negative_closed", "split": "train", "domain": "robotics_operations", "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": ["Rover 4 passed diagnostics."], "facts_negative": ["Rover 2 does not has shift clearance."], "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_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 4"], "negative_atoms": ["has_shift_clearance::Rover 2"], "rules": [], "query_atom": "has_shift_clearance::Rover 2", "closure_atoms": ["passed_diagnostics::Rover 4"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Rover 2 does not has shift clearance.\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 2.\nTarget statement: Rover 2 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0073_explicit_negative_closed__lcwa__ask_act", "source_id": "university_registration_0073_explicit_negative_closed__lcwa", "base_id": "university_registration_0073_explicit_negative_closed", "split": "train", "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": ["Omar passed the qualifying exam."], "facts_negative": ["Noah 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::Noah", "target_statement": "Noah has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Omar"], "negative_atoms": ["has_advising_clearance::Noah"], "rules": [], "query_atom": "has_advising_clearance::Noah", "closure_atoms": ["passed_exam::Omar"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Noah does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Noah.\nTarget statement: Noah has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0224_entailed_closed_conclusion__cwa__ask_act", "source_id": "library_services_0224_entailed_closed_conclusion__cwa", "base_id": "library_services_0224_entailed_closed_conclusion", "split": "train", "domain": "library_services", "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_active_membership", "has_borrowing_clearance", "has_special_request", "may_borrow_archive_item", "needs_librarian_review"], "facts_positive": ["Reader C has an active membership.", "Reader C has borrowing clearance."], "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_active_membership::Reader C", "has_borrowing_clearance::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", "has_borrowing_clearance::Reader C", "may_borrow_archive_item::Reader C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Reader C has borrowing clearance.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0125_open_missing_direct__lcwa__ask_act", "source_id": "finance_controls_0125_open_missing_direct__lcwa", "base_id": "finance_controls_0125_open_missing_direct", "split": "train", "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 61 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 61", "target_statement": "Account 61 has a manual exception.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [], "query_atom": "has_manual_exception::Account 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 61", "gold_missing_atom": "has_manual_exception::Account 61", "gold_question_to_ask": "Is it true that Account 61 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_manual_exception::Account 61.\nTarget statement: Account 61 has a manual exception.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0201_closed_missing_direct__owa__ask_act", "source_id": "library_services_0201_closed_missing_direct__owa", "base_id": "library_services_0201_closed_missing_direct", "split": "train", "domain": "library_services", "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": ["Reader D 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_borrowing_clearance::Reader D", "target_statement": "Reader D has borrowing clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader D"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader D", "closure_atoms": ["has_active_membership::Reader D"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_borrowing_clearance", "gold_missing_entity": "Reader D", "gold_missing_atom": "has_borrowing_clearance::Reader D", "gold_question_to_ask": "Is it true that Reader D has borrowing clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_borrowing_clearance::Reader D.\nTarget statement: Reader D has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0012_open_missing_with_closed_distractor__owa__ask_act", "source_id": "hospital_access_0012_open_missing_with_closed_distractor__owa", "base_id": "hospital_access_0012_open_missing_with_closed_distractor", "split": "train", "domain": "hospital_access", "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": ["Ben has completed safety training.", "Ben has security clearance."], "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": "assigned_to_trial::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ben", "has_clearance::Ben"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Ben", "has_clearance::Ben"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Ava", "gold_missing_atom": "assigned_to_trial::Ava", "gold_question_to_ask": "Is it true that Ava is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0267_entailed_closed_conclusion__owa__ask_act", "source_id": "cloud_deployment_0267_entailed_closed_conclusion__owa", "base_id": "cloud_deployment_0267_entailed_closed_conclusion", "split": "train", "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 D has deployment approval.", "Service D 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 D", "target_statement": "Service D may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service D", "passed_unit_tests::Service D"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service D", "has_deployment_approval::Service D"], "conclusion": "may_deploy::Service D", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service D", "closure_atoms": ["has_deployment_approval::Service D", "may_deploy::Service D", "passed_unit_tests::Service D"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- If a service passed unit tests and has deployment approval, then that service may deploy to production.\n\nTarget atom: may_deploy::Service D.\nTarget statement: Service D may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0070_entailed_open_conclusion__owa__ask_act", "source_id": "university_registration_0070_entailed_open_conclusion__owa", "base_id": "university_registration_0070_entailed_open_conclusion", "split": "train", "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": ["Iris 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::Iris", "target_statement": "Iris needs a manual audit.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_external_scholarship::Iris"], "negative_atoms": [], "rules": [{"antecedents": ["has_external_scholarship::Iris"], "conclusion": "needs_manual_audit::Iris", "text": "If a student has an external scholarship, then that student needs a manual audit."}], "query_atom": "needs_manual_audit::Iris", "closure_atoms": ["has_external_scholarship::Iris", "needs_manual_audit::Iris"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Iris.\nTarget statement: Iris needs a manual audit.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0263_open_derived_missing_antecedent__owa__ask_act", "source_id": "cloud_deployment_0263_open_derived_missing_antecedent__owa", "base_id": "cloud_deployment_0263_open_derived_missing_antecedent", "split": "train", "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 F 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 F", "target_statement": "Service F needs SRE review.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service F"], "negative_atoms": [], "rules": [{"antecedents": ["has_incident_note::Service F"], "conclusion": "needs_sre_review::Service F", "text": "If a service has an incident note, then that service needs SRE review."}], "query_atom": "needs_sre_review::Service F", "closure_atoms": ["passed_unit_tests::Service F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service F", "gold_missing_atom": "has_incident_note::Service F", "gold_question_to_ask": "Is it true that Service F has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 F.\nTarget statement: Service F needs SRE review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0122_closed_missing_direct__cwa__ask_act", "source_id": "finance_controls_0122_closed_missing_direct__cwa", "base_id": "finance_controls_0122_closed_missing_direct", "split": "train", "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 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0147_entailed_closed_conclusion__owa__ask_act", "source_id": "finance_controls_0147_entailed_closed_conclusion__owa", "base_id": "finance_controls_0147_entailed_closed_conclusion", "split": "train", "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 48 has compliance clearance.", "Account 48 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 48", "target_statement": "Account 48 may receive a wire transfer.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 48", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 48", "has_compliance_clearance::Account 48"], "conclusion": "may_receive_wire::Account 48", "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 48", "closure_atoms": ["has_compliance_clearance::Account 48", "may_receive_wire::Account 48", "passed_kyc::Account 48"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has compliance clearance.\n- Account 48 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 48.\nTarget statement: Account 48 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0214_open_missing_with_closed_distractor__owa__ask_act", "source_id": "library_services_0214_open_missing_with_closed_distractor__owa", "base_id": "library_services_0214_open_missing_with_closed_distractor", "split": "train", "domain": "library_services", "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": ["Reader F has an active membership.", "Reader F has borrowing clearance."], "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 E", "target_statement": "Reader E has a special request.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"], "negative_atoms": [], "rules": [], "query_atom": "has_special_request::Reader E", "closure_atoms": ["has_active_membership::Reader F", "has_borrowing_clearance::Reader F"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_special_request", "gold_missing_entity": "Reader E", "gold_missing_atom": "has_special_request::Reader E", "gold_question_to_ask": "Is it true that Reader E has a special request?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 F has an active membership.\n- Reader F has borrowing clearance.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_special_request::Reader E.\nTarget statement: Reader E has a special request.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0174_open_missing_with_closed_distractor__lcwa__ask_act", "source_id": "robotics_operations_0174_open_missing_with_closed_distractor__lcwa", "base_id": "robotics_operations_0174_open_missing_with_closed_distractor", "split": "train", "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 2 has shift clearance.", "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_field_note::Rover 1", "target_statement": "Rover 1 has a field note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"], "negative_atoms": [], "rules": [], "query_atom": "has_field_note::Rover 1", "closure_atoms": ["has_shift_clearance::Rover 2", "passed_diagnostics::Rover 2"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 1", "gold_missing_atom": "has_field_note::Rover 1", "gold_question_to_ask": "Is it true that Rover 1 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has shift clearance.\n- Rover 2 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_field_note::Rover 1.\nTarget statement: Rover 1 has a field note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0006_open_missing_direct__lcwa__ask_act", "source_id": "hospital_access_0006_open_missing_direct__lcwa", "base_id": "hospital_access_0006_open_missing_direct", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Ava 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": "assigned_to_trial::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Ava"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Ava"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Ava", "gold_missing_atom": "assigned_to_trial::Ava", "gold_question_to_ask": "Is it true that Ava is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0143_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "finance_controls_0143_open_derived_missing_antecedent__lcwa", "base_id": "finance_controls_0143_open_derived_missing_antecedent", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "may_receive_wire"], "facts_positive": ["Account 61 passed KYC checks."], "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 61", "target_statement": "Account 61 needs compliance review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 61"], "negative_atoms": [], "rules": [{"antecedents": ["has_manual_exception::Account 61"], "conclusion": "needs_compliance_review::Account 61", "text": "If an account has a manual exception, then that account needs compliance review."}], "query_atom": "needs_compliance_review::Account 61", "closure_atoms": ["passed_kyc::Account 61"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_manual_exception", "gold_missing_entity": "Account 61", "gold_missing_atom": "has_manual_exception::Account 61", "gold_question_to_ask": "Is it true that Account 61 has a manual exception?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- If an account has a manual exception, then that account needs compliance review.\n\nTarget atom: needs_compliance_review::Account 61.\nTarget statement: Account 61 needs compliance review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0170_closed_missing_with_open_distractor__owa__ask_act", "source_id": "robotics_operations_0170_closed_missing_with_open_distractor__owa", "base_id": "robotics_operations_0170_closed_missing_with_open_distractor", "split": "train", "domain": "robotics_operations", "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": ["Rover 4 has a field note.", "Rover 3 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 3", "target_statement": "Rover 3 has shift clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_field_note::Rover 4", "passed_diagnostics::Rover 3"], "negative_atoms": [], "rules": [], "query_atom": "has_shift_clearance::Rover 3", "closure_atoms": ["has_field_note::Rover 4", "passed_diagnostics::Rover 3"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_shift_clearance", "gold_missing_entity": "Rover 3", "gold_missing_atom": "has_shift_clearance::Rover 3", "gold_question_to_ask": "Is it true that Rover 3 has shift clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a field note.\n- Rover 3 passed diagnostics.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_shift_clearance::Rover 3.\nTarget statement: Rover 3 has shift clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0029_entailed_open_conclusion__owa__ask_act", "source_id": "hospital_access_0029_entailed_open_conclusion__owa", "base_id": "hospital_access_0029_entailed_open_conclusion", "split": "train", "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": ["Farid 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::Farid", "target_statement": "Farid needs supervisor review.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["assigned_to_trial::Farid"], "negative_atoms": [], "rules": [{"antecedents": ["assigned_to_trial::Farid"], "conclusion": "needs_supervisor_review::Farid", "text": "If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."}], "query_atom": "needs_supervisor_review::Farid", "closure_atoms": ["assigned_to_trial::Farid", "needs_supervisor_review::Farid"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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::Farid.\nTarget statement: Farid needs supervisor review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0036_explicit_negative_open__owa__ask_act", "source_id": "hospital_access_0036_explicit_negative_open__owa", "base_id": "hospital_access_0036_explicit_negative_open", "split": "train", "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": ["Cora has completed safety training."], "facts_negative": ["Ava 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::Ava", "target_statement": "Ava is assigned to the clinical trial.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["completed_training::Cora"], "negative_atoms": ["assigned_to_trial::Ava"], "rules": [], "query_atom": "assigned_to_trial::Ava", "closure_atoms": ["completed_training::Cora"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- Cora has completed safety training.\n\nNegative facts:\n- Ava is not assigned to the clinical trial.\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Ava.\nTarget statement: Ava is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0307_entailed_closed_conclusion__lcwa__ask_act", "source_id": "procurement_review_0307_entailed_closed_conclusion__lcwa", "base_id": "procurement_review_0307_entailed_closed_conclusion", "split": "train", "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 B has vendor approval.", "Vendor B 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 B", "target_statement": "Vendor B may receive a purchase order.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_vendor_approval::Vendor B", "submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [{"antecedents": ["submitted_tax_form::Vendor B", "has_vendor_approval::Vendor B"], "conclusion": "may_receive_purchase_order::Vendor B", "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 B", "closure_atoms": ["has_vendor_approval::Vendor B", "may_receive_purchase_order::Vendor B", "submitted_tax_form::Vendor B"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B has vendor approval.\n- Vendor B 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 B.\nTarget statement: Vendor B may receive a purchase order.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0075_explicit_negative_closed__cwa__ask_act", "source_id": "university_registration_0075_explicit_negative_closed__cwa", "base_id": "university_registration_0075_explicit_negative_closed", "split": "train", "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": ["Theo passed the qualifying exam."], "facts_negative": ["Omar 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::Omar", "target_statement": "Omar has advising clearance.", "gold_reason_type": "explicit_negative_fact", "symbolic": {"positive_atoms": ["passed_exam::Theo"], "negative_atoms": ["has_advising_clearance::Omar"], "rules": [], "query_atom": "has_advising_clearance::Omar", "closure_atoms": ["passed_exam::Theo"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed the qualifying exam.\n\nNegative facts:\n- Omar does not has advising clearance.\n\nRules:\n- none\n\nTarget atom: has_advising_clearance::Omar.\nTarget statement: Omar has advising clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0091_closed_missing_with_open_distractor__owa__ask_act", "source_id": "manufacturing_quality_0091_closed_missing_with_open_distractor__owa", "base_id": "manufacturing_quality_0091_closed_missing_with_open_distractor", "split": "train", "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 C has a supplier note.", "Part B 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 B", "target_statement": "Part B has release approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_supplier_note::Part C", "passed_visual_check::Part B"], "negative_atoms": [], "rules": [], "query_atom": "has_release_approval::Part B", "closure_atoms": ["has_supplier_note::Part C", "passed_visual_check::Part B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_release_approval", "gold_missing_entity": "Part B", "gold_missing_atom": "has_release_approval::Part B", "gold_question_to_ask": "Is it true that Part B has release approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a supplier note.\n- Part B passed the visual check.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_release_approval::Part B.\nTarget statement: Part B has release approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0247_open_missing_direct__lcwa__ask_act", "source_id": "cloud_deployment_0247_open_missing_direct__lcwa", "base_id": "cloud_deployment_0247_open_missing_direct", "split": "train", "domain": "cloud_deployment", "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_deployment_approval", "may_deploy"], "facts_positive": ["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 B", "target_statement": "Service B has an incident note.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_unit_tests::Service B"], "negative_atoms": [], "rules": [], "query_atom": "has_incident_note::Service B", "closure_atoms": ["passed_unit_tests::Service B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_incident_note", "gold_missing_entity": "Service B", "gold_missing_atom": "has_incident_note::Service B", "gold_question_to_ask": "Is it true that Service B has an incident note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed unit tests.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_incident_note::Service B.\nTarget statement: Service B has an incident note.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "university_registration_0044_open_missing_direct__cwa__ask_act", "source_id": "university_registration_0044_open_missing_direct__cwa", "base_id": "university_registration_0044_open_missing_direct", "split": "train", "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": ["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_external_scholarship::Lena", "target_statement": "Lena has an external scholarship.", "gold_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["passed_exam::Lena"], "negative_atoms": [], "rules": [], "query_atom": "has_external_scholarship::Lena", "closure_atoms": ["passed_exam::Lena"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: has_external_scholarship::Lena.\nTarget statement: Lena has an external scholarship.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0122_closed_missing_direct__owa__ask_act", "source_id": "finance_controls_0122_closed_missing_direct__owa", "base_id": "finance_controls_0122_closed_missing_direct", "split": "train", "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 35 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 35", "target_statement": "Account 35 has compliance clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["passed_kyc::Account 35"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 35", "closure_atoms": ["passed_kyc::Account 35"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_compliance_clearance", "gold_missing_entity": "Account 35", "gold_missing_atom": "has_compliance_clearance::Account 35", "gold_question_to_ask": "Is it true that Account 35 has compliance clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 passed KYC checks.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_compliance_clearance::Account 35.\nTarget statement: Account 35 has compliance clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "robotics_operations_0180_open_derived_missing_antecedent__lcwa__ask_act", "source_id": "robotics_operations_0180_open_derived_missing_antecedent__lcwa", "base_id": "robotics_operations_0180_open_derived_missing_antecedent", "split": "train", "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 1 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 1", "target_statement": "Rover 1 needs operator review.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["passed_diagnostics::Rover 1"], "negative_atoms": [], "rules": [{"antecedents": ["has_field_note::Rover 1"], "conclusion": "needs_operator_review::Rover 1", "text": "If a robot has a field note, then that robot needs operator review."}], "query_atom": "needs_operator_review::Rover 1", "closure_atoms": ["passed_diagnostics::Rover 1"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_field_note", "gold_missing_entity": "Rover 1", "gold_missing_atom": "has_field_note::Rover 1", "gold_question_to_ask": "Is it true that Rover 1 has a field note?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 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 1.\nTarget statement: Rover 1 needs operator review.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0129_closed_missing_with_open_distractor__cwa__ask_act", "source_id": "finance_controls_0129_closed_missing_with_open_distractor__cwa", "base_id": "finance_controls_0129_closed_missing_with_open_distractor", "split": "train", "domain": "finance_controls", "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_compliance_clearance", "has_manual_exception", "may_receive_wire", "needs_compliance_review", "passed_kyc"], "facts_positive": ["Account 59 has a manual exception.", "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_reason_type": "global_closed_world_underivable", "symbolic": {"positive_atoms": ["has_manual_exception::Account 59", "passed_kyc::Account 48"], "negative_atoms": [], "rules": [], "query_atom": "has_compliance_clearance::Account 48", "closure_atoms": ["has_manual_exception::Account 59", "passed_kyc::Account 48"]}, "gold_truth_value": "false", "gold_action": "deny", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has a manual exception.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "finance_controls_0144_entailed_closed_conclusion__cwa__ask_act", "source_id": "finance_controls_0144_entailed_closed_conclusion__cwa", "base_id": "finance_controls_0144_entailed_closed_conclusion", "split": "train", "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 12 has compliance clearance.", "Account 12 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 12", "target_statement": "Account 12 may receive a wire transfer.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_compliance_clearance::Account 12", "passed_kyc::Account 12"], "negative_atoms": [], "rules": [{"antecedents": ["passed_kyc::Account 12", "has_compliance_clearance::Account 12"], "conclusion": "may_receive_wire::Account 12", "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 12", "closure_atoms": ["has_compliance_clearance::Account 12", "may_receive_wire::Account 12", "passed_kyc::Account 12"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 compliance clearance.\n- Account 12 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 12.\nTarget statement: Account 12 may receive a wire transfer.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "manufacturing_quality_0104_entailed_closed_conclusion__lcwa__ask_act", "source_id": "manufacturing_quality_0104_entailed_closed_conclusion__lcwa", "base_id": "manufacturing_quality_0104_entailed_closed_conclusion", "split": "train", "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 C has release approval.", "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_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_release_approval::Part C", "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": ["has_release_approval::Part C", "may_ship::Part C", "passed_visual_check::Part C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has release approval.\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.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "library_services_0202_closed_missing_direct__owa__ask_act", "source_id": "library_services_0202_closed_missing_direct__owa", "base_id": "library_services_0202_closed_missing_direct", "split": "train", "domain": "library_services", "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": ["Reader E 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_borrowing_clearance::Reader E", "target_statement": "Reader E has borrowing clearance.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["has_active_membership::Reader E"], "negative_atoms": [], "rules": [], "query_atom": "has_borrowing_clearance::Reader E", "closure_atoms": ["has_active_membership::Reader E"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_borrowing_clearance", "gold_missing_entity": "Reader E", "gold_missing_atom": "has_borrowing_clearance::Reader E", "gold_question_to_ask": "Is it true that Reader E has borrowing clearance?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nTarget atom: has_borrowing_clearance::Reader E.\nTarget statement: Reader E has borrowing clearance.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "hospital_access_0005_open_missing_direct__lcwa__ask_act", "source_id": "hospital_access_0005_open_missing_direct__lcwa", "base_id": "hospital_access_0005_open_missing_direct", "split": "train", "domain": "hospital_access", "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_clearance", "may_enter_lab"], "facts_positive": ["Farid 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": "assigned_to_trial::Farid", "target_statement": "Farid is assigned to the clinical trial.", "gold_reason_type": "local_open_world_underivable", "symbolic": {"positive_atoms": ["completed_training::Farid"], "negative_atoms": [], "rules": [], "query_atom": "assigned_to_trial::Farid", "closure_atoms": ["completed_training::Farid"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "assigned_to_trial", "gold_missing_entity": "Farid", "gold_missing_atom": "assigned_to_trial::Farid", "gold_question_to_ask": "Is it true that Farid is assigned to the clinical trial?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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- none\n\nRules:\n- none\n\nTarget atom: assigned_to_trial::Farid.\nTarget statement: Farid is assigned to the clinical trial.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "procurement_review_0283_closed_missing_direct__owa__ask_act", "source_id": "procurement_review_0283_closed_missing_direct__owa", "base_id": "procurement_review_0283_closed_missing_direct", "split": "train", "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 B 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 B", "target_statement": "Vendor B has vendor approval.", "gold_reason_type": "open_world_underivable", "symbolic": {"positive_atoms": ["submitted_tax_form::Vendor B"], "negative_atoms": [], "rules": [], "query_atom": "has_vendor_approval::Vendor B", "closure_atoms": ["submitted_tax_form::Vendor B"]}, "gold_truth_value": "unknown", "gold_action": "request_information", "gold_missing_predicate": "has_vendor_approval", "gold_missing_entity": "Vendor B", "gold_missing_atom": "has_vendor_approval::Vendor B", "gold_question_to_ask": "Is it true that Vendor B has vendor approval?", "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 B submitted a tax form.\n\nNegative facts:\n- none\n\nRules:\n- none\n\nTarget atom: has_vendor_approval::Vendor B.\nTarget statement: Vendor B has vendor approval.\n\nDecide whether to approve the target statement, deny it, or request more information."} +{"id": "cloud_deployment_0266_entailed_closed_conclusion__owa__ask_act", "source_id": "cloud_deployment_0266_entailed_closed_conclusion__owa", "base_id": "cloud_deployment_0266_entailed_closed_conclusion", "split": "train", "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 C has deployment approval.", "Service C 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 C", "target_statement": "Service C may deploy to production.", "gold_reason_type": "entailed_by_fact_or_rule", "symbolic": {"positive_atoms": ["has_deployment_approval::Service C", "passed_unit_tests::Service C"], "negative_atoms": [], "rules": [{"antecedents": ["passed_unit_tests::Service C", "has_deployment_approval::Service C"], "conclusion": "may_deploy::Service C", "text": "If a service passed unit tests and has deployment approval, then that service may deploy to production."}], "query_atom": "may_deploy::Service C", "closure_atoms": ["has_deployment_approval::Service C", "may_deploy::Service C", "passed_unit_tests::Service C"]}, "gold_truth_value": "true", "gold_action": "approve", "gold_missing_predicate": null, "gold_missing_entity": null, "gold_missing_atom": null, "gold_question_to_ask": null, "prompt": "You are evaluating an operational decision under a formal knowledge-base semantic contract.\nReturn exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.\n\nAllowed values:\n- truth_value must be one of: true, false, unknown.\n- action must be one of: approve, deny, request_information.\n- If action is request_information, missing_predicate must be the exact predicate name to check, missing_entity must be the exact entity to check, and question_to_ask must ask for that missing atom.\n- If action is approve or deny, missing_predicate, missing_entity, and question_to_ask must be null.\n\nAction mapping:\n- approve iff the target statement is semantically true.\n- deny iff the target statement is semantically false.\n- request_information iff the target statement is semantically 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- For a complete predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is false.\n- For an open predicate P, if P(entity) is not explicitly stated and cannot be derived, then P(entity) is unknown.\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\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 has deployment approval.\n- Service C 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 C.\nTarget statement: Service C may deploy to production.\n\nDecide whether to approve the target statement, deny it, or request more information."}