id string | source_id string | base_id string | split string | domain string | family string | subset string | semantics string | semantic_contract dict | closed_predicates list | facts_positive list | facts_negative list | rules_natural list | predicate_glossary unknown | vocabulary_predicates list | query_atom string | target_statement string | gold_reason_type string | symbolic dict | gold_truth_value string | gold_action string | gold_missing_predicate string | gold_missing_entity string | gold_missing_atom string | gold_question_to_ask string | prompt string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cloud_deployment_0271_entailed_open_conclusion__owa__ask_act | cloud_deployment_0271_entailed_open_conclusion__owa | cloud_deployment_0271_entailed_open_conclusion | dev | cloud_deployment | entailed_open_conclusion | control_entailed | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Service B has an incident note."
] | [] | [
"If a service has an incident note, then that service needs SRE review."
] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | needs_sre_review::Service B | Service B needs SRE review. | entailed_by_fact_or_rule | {
"positive_atoms": [
"has_incident_note::Service B"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"has_incident_note::Service B"
],
"conclusion": "needs_sre_review::Service B",
"text": "If a service has an incident note, then that service needs SRE review."
... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0032_explicit_negative_closed__cwa__ask_act | hospital_access_0032_explicit_negative_closed__cwa | hospital_access_0032_explicit_negative_closed | train | hospital_access | explicit_negative_closed | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | [
"Elena has completed safety training."
] | [
"Cora does not has security clearance."
] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | has_clearance::Cora | Cora has security clearance. | explicit_negative_fact | {
"positive_atoms": [
"completed_training::Elena"
],
"negative_atoms": [
"has_clearance::Cora"
],
"rules": [],
"query_atom": "has_clearance::Cora",
"closure_atoms": [
"completed_training::Elena"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0237_explicit_negative_open__owa__ask_act | library_services_0237_explicit_negative_open__owa | library_services_0237_explicit_negative_open | dev | library_services | explicit_negative_open | control_explicit_negative | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Reader F has an active membership."
] | [
"Reader D does not has a special request."
] | [] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | has_special_request::Reader D | Reader D has a special request. | explicit_negative_fact | {
"positive_atoms": [
"has_active_membership::Reader F"
],
"negative_atoms": [
"has_special_request::Reader D"
],
"rules": [],
"query_atom": "has_special_request::Reader D",
"closure_atoms": [
"has_active_membership::Reader F"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
cloud_deployment_0276_explicit_negative_open__lcwa__ask_act | cloud_deployment_0276_explicit_negative_open__lcwa | cloud_deployment_0276_explicit_negative_open | test | cloud_deployment | explicit_negative_open | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_deployment_approval",
"may_deploy"
] | [
"Service C passed unit tests."
] | [
"Service A does not has an incident note."
] | [] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | has_incident_note::Service A | Service A has an incident note. | explicit_negative_fact | {
"positive_atoms": [
"passed_unit_tests::Service C"
],
"negative_atoms": [
"has_incident_note::Service A"
],
"rules": [],
"query_atom": "has_incident_note::Service A",
"closure_atoms": [
"passed_unit_tests::Service C"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0051_closed_missing_with_open_distractor__cwa__ask_act | university_registration_0051_closed_missing_with_open_distractor__cwa | university_registration_0051_closed_missing_with_open_distractor | train | university_registration | closed_missing_with_open_distractor | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | [
"Iris has an external scholarship.",
"Omar passed the qualifying exam."
] | [] | [] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | has_advising_clearance::Omar | Omar has advising clearance. | global_closed_world_underivable | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0133_open_missing_with_closed_distractor__lcwa__ask_act | finance_controls_0133_open_missing_with_closed_distractor__lcwa | finance_controls_0133_open_missing_with_closed_distractor | train | finance_controls | open_missing_with_closed_distractor | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_compliance_clearance",
"may_receive_wire"
] | [
"Account 35 has compliance clearance.",
"Account 35 passed KYC checks."
] | [] | [] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | has_manual_exception::Account 27 | Account 27 has a manual exception. | local_open_world_underivable | {
"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"
]
} | unknown | request_information | has_manual_exception | Account 27 | has_manual_exception::Account 27 | Is it true that Account 27 has a manual exception? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0288_closed_missing_with_open_distractor__owa__ask_act | procurement_review_0288_closed_missing_with_open_distractor__owa | procurement_review_0288_closed_missing_with_open_distractor | train | procurement_review | closed_missing_with_open_distractor | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Vendor B has a risk note.",
"Vendor A submitted a tax form."
] | [] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor A | Vendor A has vendor approval. | open_world_underivable | {
"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"
]
} | unknown | request_information | has_vendor_approval | Vendor A | has_vendor_approval::Vendor A | Is it true that Vendor A has vendor approval? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0085_open_missing_direct__lcwa__ask_act | manufacturing_quality_0085_open_missing_direct__lcwa | manufacturing_quality_0085_open_missing_direct | dev | manufacturing_quality | open_missing_direct | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_release_approval",
"may_ship"
] | [
"Part B passed the visual check."
] | [] | [] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | has_supplier_note::Part B | Part B has a supplier note. | local_open_world_underivable | {
"positive_atoms": [
"passed_visual_check::Part B"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_supplier_note::Part B",
"closure_atoms": [
"passed_visual_check::Part B"
]
} | unknown | request_information | has_supplier_note | Part B | has_supplier_note::Part B | Is it true that Part B has a supplier note? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
robotics_operations_0189_entailed_open_conclusion__cwa__ask_act | robotics_operations_0189_entailed_open_conclusion__cwa | robotics_operations_0189_entailed_open_conclusion | dev | robotics_operations | entailed_open_conclusion | control_entailed | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | [
"Rover 4 has a field note."
] | [] | [
"If a robot has a field note, then that robot needs operator review."
] | {
"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"
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | needs_operator_review::Rover 4 | Rover 4 needs operator review. | entailed_by_fact_or_rule | {
"positive_atoms": [
"has_field_note::Rover 4"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"has_field_note::Rover 4"
],
"conclusion": "needs_operator_review::Rover 4",
"text": "If a robot has a field note, then that robot needs operator review."
}
],
"... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0052_open_missing_with_closed_distractor__lcwa__ask_act | university_registration_0052_open_missing_with_closed_distractor__lcwa | university_registration_0052_open_missing_with_closed_distractor | test | university_registration | open_missing_with_closed_distractor | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_advising_clearance",
"may_register"
] | [
"Theo has advising clearance.",
"Theo passed the qualifying exam."
] | [] | [] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | has_external_scholarship::Iris | Iris has an external scholarship. | local_open_world_underivable | {
"positive_atoms": [
"has_advising_clearance::Theo",
"passed_exam::Theo"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_external_scholarship::Iris",
"closure_atoms": [
"has_advising_clearance::Theo",
"passed_exam::Theo"
]
} | unknown | request_information | has_external_scholarship | Iris | has_external_scholarship::Iris | Is it true that Iris has an external scholarship? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0054_open_missing_with_closed_distractor__owa__ask_act | university_registration_0054_open_missing_with_closed_distractor__owa | university_registration_0054_open_missing_with_closed_distractor | train | university_registration | open_missing_with_closed_distractor | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Noah has advising clearance.",
"Noah passed the qualifying exam."
] | [] | [] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | has_external_scholarship::Mia | Mia has an external scholarship. | open_world_underivable | {
"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"
]
} | unknown | request_information | has_external_scholarship | Mia | has_external_scholarship::Mia | Is it true that Mia has an external scholarship? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0039_explicit_negative_open__cwa__ask_act | hospital_access_0039_explicit_negative_open__cwa | hospital_access_0039_explicit_negative_open | test | hospital_access | explicit_negative_open | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | [
"Farid has completed safety training."
] | [
"Dylan is not assigned to the clinical trial."
] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | assigned_to_trial::Dylan | Dylan is assigned to the clinical trial. | explicit_negative_fact | {
"positive_atoms": [
"completed_training::Farid"
],
"negative_atoms": [
"assigned_to_trial::Dylan"
],
"rules": [],
"query_atom": "assigned_to_trial::Dylan",
"closure_atoms": [
"completed_training::Farid"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0304_entailed_closed_conclusion__owa__ask_act | procurement_review_0304_entailed_closed_conclusion__owa | procurement_review_0304_entailed_closed_conclusion | dev | procurement_review | entailed_closed_conclusion | control_entailed | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Vendor E has vendor approval.",
"Vendor E submitted a tax form."
] | [] | [
"If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."
] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | may_receive_purchase_order::Vendor E | Vendor E may receive a purchase order. | entailed_by_fact_or_rule | {
"positive_atoms": [
"has_vendor_approval::Vendor E",
"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",
... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
cloud_deployment_0241_closed_missing_direct__lcwa__ask_act | cloud_deployment_0241_closed_missing_direct__lcwa | cloud_deployment_0241_closed_missing_direct | train | cloud_deployment | closed_missing_direct | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_deployment_approval"
] | [
"Service B passed unit tests."
] | [] | [] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | has_deployment_approval::Service B | Service B has deployment approval. | local_closed_world_underivable | {
"positive_atoms": [
"passed_unit_tests::Service B"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_deployment_approval::Service B",
"closure_atoms": [
"passed_unit_tests::Service B"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0314_explicit_negative_closed__lcwa__ask_act | procurement_review_0314_explicit_negative_closed__lcwa | procurement_review_0314_explicit_negative_closed | train | procurement_review | explicit_negative_closed | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_vendor_approval"
] | [
"Vendor E submitted a tax form."
] | [
"Vendor C does not has vendor approval."
] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor C | Vendor C has vendor approval. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0216_closed_derived_missing_antecedent__owa__ask_act | library_services_0216_closed_derived_missing_antecedent__owa | library_services_0216_closed_derived_missing_antecedent | train | library_services | closed_derived_missing_antecedent | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Reader A has an active membership."
] | [] | [
"If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."
] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | may_borrow_archive_item::Reader A | Reader A may borrow an archive item. | open_world_underivable | {
"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 ... | unknown | request_information | has_borrowing_clearance | Reader A | has_borrowing_clearance::Reader A | Is it true that Reader A has borrowing clearance? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0039_explicit_negative_open__lcwa__ask_act | hospital_access_0039_explicit_negative_open__lcwa | hospital_access_0039_explicit_negative_open | test | hospital_access | explicit_negative_open | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_clearance",
"may_enter_lab"
] | [
"Farid has completed safety training."
] | [
"Dylan is not assigned to the clinical trial."
] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | assigned_to_trial::Dylan | Dylan is assigned to the clinical trial. | explicit_negative_fact | {
"positive_atoms": [
"completed_training::Farid"
],
"negative_atoms": [
"assigned_to_trial::Dylan"
],
"rules": [],
"query_atom": "assigned_to_trial::Dylan",
"closure_atoms": [
"completed_training::Farid"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0283_closed_missing_direct__cwa__ask_act | procurement_review_0283_closed_missing_direct__cwa | procurement_review_0283_closed_missing_direct | train | procurement_review | closed_missing_direct | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | [
"Vendor B submitted a tax form."
] | [] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor B | Vendor B has vendor approval. | global_closed_world_underivable | {
"positive_atoms": [
"submitted_tax_form::Vendor B"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_vendor_approval::Vendor B",
"closure_atoms": [
"submitted_tax_form::Vendor B"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0065_entailed_closed_conclusion__owa__ask_act | university_registration_0065_entailed_closed_conclusion__owa | university_registration_0065_entailed_closed_conclusion | test | university_registration | entailed_closed_conclusion | control_entailed | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Theo has advising clearance.",
"Theo passed the qualifying exam."
] | [] | [
"If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."
] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | may_register::Theo | Theo may register for the seminar. | entailed_by_fact_or_rule | {
"positive_atoms": [
"has_advising_clearance::Theo",
"passed_exam::Theo"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"passed_exam::Theo",
"has_advising_clearance::Theo"
],
"conclusion": "may_register::Theo",
"text": "If a student passed the qualify... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
cloud_deployment_0240_closed_missing_direct__cwa__ask_act | cloud_deployment_0240_closed_missing_direct__cwa | cloud_deployment_0240_closed_missing_direct | train | cloud_deployment | closed_missing_direct | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | [
"Service A passed unit tests."
] | [] | [] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | has_deployment_approval::Service A | Service A has deployment approval. | global_closed_world_underivable | {
"positive_atoms": [
"passed_unit_tests::Service A"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_deployment_approval::Service A",
"closure_atoms": [
"passed_unit_tests::Service A"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0220_open_derived_missing_antecedent__lcwa__ask_act | library_services_0220_open_derived_missing_antecedent__lcwa | library_services_0220_open_derived_missing_antecedent | test | library_services | open_derived_missing_antecedent | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_borrowing_clearance",
"may_borrow_archive_item"
] | [
"Reader E has an active membership."
] | [] | [
"If a reader has a special request, then that reader needs librarian review."
] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | needs_librarian_review::Reader E | Reader E needs librarian review. | local_open_world_underivable | {
"positive_atoms": [
"has_active_membership::Reader E"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"has_special_request::Reader E"
],
"conclusion": "needs_librarian_review::Reader E",
"text": "If a reader has a special request, then that reader needs librarian... | unknown | request_information | has_special_request | Reader E | has_special_request::Reader E | Is it true that Reader E has a special request? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0151_entailed_open_conclusion__cwa__ask_act | finance_controls_0151_entailed_open_conclusion__cwa | finance_controls_0151_entailed_open_conclusion | test | finance_controls | entailed_open_conclusion | control_entailed | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | [
"Account 27 has a manual exception."
] | [] | [
"If an account has a manual exception, then that account needs compliance review."
] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | needs_compliance_review::Account 27 | Account 27 needs compliance review. | entailed_by_fact_or_rule | {
"positive_atoms": [
"has_manual_exception::Account 27"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"has_manual_exception::Account 27"
],
"conclusion": "needs_compliance_review::Account 27",
"text": "If an account has a manual exception, then that account need... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0223_open_derived_missing_antecedent__owa__ask_act | library_services_0223_open_derived_missing_antecedent__owa | library_services_0223_open_derived_missing_antecedent | train | library_services | open_derived_missing_antecedent | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Reader B has an active membership."
] | [] | [
"If a reader has a special request, then that reader needs librarian review."
] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | needs_librarian_review::Reader B | Reader B needs librarian review. | open_world_underivable | {
"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... | unknown | request_information | has_special_request | Reader B | has_special_request::Reader B | Is it true that Reader B has a special request? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0302_open_derived_missing_antecedent__cwa__ask_act | procurement_review_0302_open_derived_missing_antecedent__cwa | procurement_review_0302_open_derived_missing_antecedent | train | procurement_review | open_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | [
"Vendor C submitted a tax form."
] | [] | [
"If a vendor has a risk note, then that vendor needs procurement review."
] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | needs_procurement_review::Vendor C | Vendor C needs procurement review. | global_closed_world_underivable | {
"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."
... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0025_entailed_closed_conclusion__cwa__ask_act | hospital_access_0025_entailed_closed_conclusion__cwa | hospital_access_0025_entailed_closed_conclusion | test | hospital_access | entailed_closed_conclusion | control_entailed | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | [
"Ben has completed safety training.",
"Ben has security clearance."
] | [] | [
"If a staff member has security clearance and has completed safety training, then that staff member may enter Lab A."
] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | may_enter_lab::Ben | Ben may enter Lab A. | entailed_by_fact_or_rule | {
"positive_atoms": [
"completed_training::Ben",
"has_clearance::Ben"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"completed_training::Ben",
"has_clearance::Ben"
],
"conclusion": "may_enter_lab::Ben",
"text": "If a staff member has security clearanc... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0288_closed_missing_with_open_distractor__lcwa__ask_act | procurement_review_0288_closed_missing_with_open_distractor__lcwa | procurement_review_0288_closed_missing_with_open_distractor | train | procurement_review | closed_missing_with_open_distractor | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_vendor_approval"
] | [
"Vendor B has a risk note.",
"Vendor A submitted a tax form."
] | [] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor A | Vendor A has vendor approval. | local_closed_world_underivable | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0069_entailed_open_conclusion__owa__ask_act | university_registration_0069_entailed_open_conclusion__owa | university_registration_0069_entailed_open_conclusion | train | university_registration | entailed_open_conclusion | control_entailed | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Omar has an external scholarship."
] | [] | [
"If a student has an external scholarship, then that student needs a manual audit."
] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | needs_manual_audit::Omar | Omar needs a manual audit. | entailed_by_fact_or_rule | {
"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 ... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
robotics_operations_0164_open_missing_direct__cwa__ask_act | robotics_operations_0164_open_missing_direct__cwa | robotics_operations_0164_open_missing_direct | train | robotics_operations | open_missing_direct | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | [
"Rover 3 passed diagnostics."
] | [] | [] | {
"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"
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | has_field_note::Rover 3 | Rover 3 has a field note. | global_closed_world_underivable | {
"positive_atoms": [
"passed_diagnostics::Rover 3"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_field_note::Rover 3",
"closure_atoms": [
"passed_diagnostics::Rover 3"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0139_closed_derived_missing_antecedent__cwa__ask_act | finance_controls_0139_closed_derived_missing_antecedent__cwa | finance_controls_0139_closed_derived_missing_antecedent | train | finance_controls | closed_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | [
"Account 27 passed KYC checks."
] | [] | [
"If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."
] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | may_receive_wire::Account 27 | Account 27 may receive a wire transfer. | global_closed_world_underivable | {
"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... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0290_closed_missing_with_open_distractor__owa__ask_act | procurement_review_0290_closed_missing_with_open_distractor__owa | procurement_review_0290_closed_missing_with_open_distractor | train | procurement_review | closed_missing_with_open_distractor | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Vendor D has a risk note.",
"Vendor C submitted a tax form."
] | [] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor C | Vendor C has vendor approval. | open_world_underivable | {
"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"
]
} | unknown | request_information | has_vendor_approval | Vendor C | has_vendor_approval::Vendor C | Is it true that Vendor C has vendor approval? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0096_closed_derived_missing_antecedent__lcwa__ask_act | manufacturing_quality_0096_closed_derived_missing_antecedent__lcwa | manufacturing_quality_0096_closed_derived_missing_antecedent | train | manufacturing_quality | closed_derived_missing_antecedent | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_release_approval",
"may_ship"
] | [
"Part A passed the visual check."
] | [] | [
"If a part passed the visual check and has release approval, then that part may ship to customers."
] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | may_ship::Part A | Part A may ship to customers. | local_closed_world_underivable | {
"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... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0023_open_derived_missing_antecedent__cwa__ask_act | hospital_access_0023_open_derived_missing_antecedent__cwa | hospital_access_0023_open_derived_missing_antecedent | train | hospital_access | open_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | [
"Farid has completed safety training."
] | [] | [
"If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."
] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | needs_supervisor_review::Farid | Farid needs supervisor review. | global_closed_world_underivable | {
"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 need... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0080_closed_missing_direct__cwa__ask_act | manufacturing_quality_0080_closed_missing_direct__cwa | manufacturing_quality_0080_closed_missing_direct | test | manufacturing_quality | closed_missing_direct | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | [
"Part C passed the visual check."
] | [] | [] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | has_release_approval::Part C | Part C has release approval. | global_closed_world_underivable | {
"positive_atoms": [
"passed_visual_check::Part C"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_release_approval::Part C",
"closure_atoms": [
"passed_visual_check::Part C"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0103_open_derived_missing_antecedent__lcwa__ask_act | manufacturing_quality_0103_open_derived_missing_antecedent__lcwa | manufacturing_quality_0103_open_derived_missing_antecedent | train | manufacturing_quality | open_derived_missing_antecedent | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_release_approval",
"may_ship"
] | [
"Part B passed the visual check."
] | [] | [
"If a part has a supplier note, then that part needs engineer review."
] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | needs_engineer_review::Part B | Part B needs engineer review. | local_open_world_underivable | {
"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."
}
... | unknown | request_information | has_supplier_note | Part B | has_supplier_note::Part B | Is it true that Part B has a supplier note? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0237_explicit_negative_open__cwa__ask_act | library_services_0237_explicit_negative_open__cwa | library_services_0237_explicit_negative_open | dev | library_services | explicit_negative_open | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | [
"Reader F has an active membership."
] | [
"Reader D does not has a special request."
] | [] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | has_special_request::Reader D | Reader D has a special request. | explicit_negative_fact | {
"positive_atoms": [
"has_active_membership::Reader F"
],
"negative_atoms": [
"has_special_request::Reader D"
],
"rules": [],
"query_atom": "has_special_request::Reader D",
"closure_atoms": [
"has_active_membership::Reader F"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0102_open_derived_missing_antecedent__lcwa__ask_act | manufacturing_quality_0102_open_derived_missing_antecedent__lcwa | manufacturing_quality_0102_open_derived_missing_antecedent | train | manufacturing_quality | open_derived_missing_antecedent | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_release_approval",
"may_ship"
] | [
"Part A passed the visual check."
] | [] | [
"If a part has a supplier note, then that part needs engineer review."
] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | needs_engineer_review::Part A | Part A needs engineer review. | local_open_world_underivable | {
"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."
}
... | unknown | request_information | has_supplier_note | Part A | has_supplier_note::Part A | Is it true that Part A has a supplier note? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0202_closed_missing_direct__lcwa__ask_act | library_services_0202_closed_missing_direct__lcwa | library_services_0202_closed_missing_direct | train | library_services | closed_missing_direct | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_borrowing_clearance"
] | [
"Reader E has an active membership."
] | [] | [] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | has_borrowing_clearance::Reader E | Reader E has borrowing clearance. | local_closed_world_underivable | {
"positive_atoms": [
"has_active_membership::Reader E"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_borrowing_clearance::Reader E",
"closure_atoms": [
"has_active_membership::Reader E"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0284_open_missing_direct__lcwa__ask_act | procurement_review_0284_open_missing_direct__lcwa | procurement_review_0284_open_missing_direct | train | procurement_review | open_missing_direct | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_vendor_approval",
"may_receive_purchase_order"
] | [
"Vendor C submitted a tax form."
] | [] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_risk_note::Vendor C | Vendor C has a risk note. | local_open_world_underivable | {
"positive_atoms": [
"submitted_tax_form::Vendor C"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_risk_note::Vendor C",
"closure_atoms": [
"submitted_tax_form::Vendor C"
]
} | unknown | request_information | has_risk_note | Vendor C | has_risk_note::Vendor C | Is it true that Vendor C has a risk note? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0311_entailed_open_conclusion__lcwa__ask_act | procurement_review_0311_entailed_open_conclusion__lcwa | procurement_review_0311_entailed_open_conclusion | train | procurement_review | entailed_open_conclusion | control_entailed | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_vendor_approval",
"may_receive_purchase_order"
] | [
"Vendor F has a risk note."
] | [] | [
"If a vendor has a risk note, then that vendor needs procurement review."
] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | needs_procurement_review::Vendor F | Vendor F needs procurement review. | entailed_by_fact_or_rule | {
"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."
}
... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0036_explicit_negative_open__lcwa__ask_act | hospital_access_0036_explicit_negative_open__lcwa | hospital_access_0036_explicit_negative_open | train | hospital_access | explicit_negative_open | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_clearance",
"may_enter_lab"
] | [
"Cora has completed safety training."
] | [
"Ava is not assigned to the clinical trial."
] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | assigned_to_trial::Ava | Ava is assigned to the clinical trial. | explicit_negative_fact | {
"positive_atoms": [
"completed_training::Cora"
],
"negative_atoms": [
"assigned_to_trial::Ava"
],
"rules": [],
"query_atom": "assigned_to_trial::Ava",
"closure_atoms": [
"completed_training::Cora"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0014_open_missing_with_closed_distractor__owa__ask_act | hospital_access_0014_open_missing_with_closed_distractor__owa | hospital_access_0014_open_missing_with_closed_distractor | dev | hospital_access | open_missing_with_closed_distractor | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Dylan has completed safety training.",
"Dylan has security clearance."
] | [] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | assigned_to_trial::Cora | Cora is assigned to the clinical trial. | open_world_underivable | {
"positive_atoms": [
"completed_training::Dylan",
"has_clearance::Dylan"
],
"negative_atoms": [],
"rules": [],
"query_atom": "assigned_to_trial::Cora",
"closure_atoms": [
"completed_training::Dylan",
"has_clearance::Dylan"
]
} | unknown | request_information | assigned_to_trial | Cora | assigned_to_trial::Cora | Is it true that Cora is assigned to the clinical trial? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0298_closed_derived_missing_antecedent__cwa__ask_act | procurement_review_0298_closed_derived_missing_antecedent__cwa | procurement_review_0298_closed_derived_missing_antecedent | train | procurement_review | closed_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | [
"Vendor E submitted a tax form."
] | [] | [
"If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."
] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | may_receive_purchase_order::Vendor E | Vendor E may receive a purchase order. | global_closed_world_underivable | {
"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 ta... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0082_closed_missing_direct__owa__ask_act | manufacturing_quality_0082_closed_missing_direct__owa | manufacturing_quality_0082_closed_missing_direct | train | manufacturing_quality | closed_missing_direct | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Part E passed the visual check."
] | [] | [] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | has_release_approval::Part E | Part E has release approval. | open_world_underivable | {
"positive_atoms": [
"passed_visual_check::Part E"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_release_approval::Part E",
"closure_atoms": [
"passed_visual_check::Part E"
]
} | unknown | request_information | has_release_approval | Part E | has_release_approval::Part E | Is it true that Part E has release approval? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0150_entailed_open_conclusion__cwa__ask_act | finance_controls_0150_entailed_open_conclusion__cwa | finance_controls_0150_entailed_open_conclusion | test | finance_controls | entailed_open_conclusion | control_entailed | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | [
"Account 12 has a manual exception."
] | [] | [
"If an account has a manual exception, then that account needs compliance review."
] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | needs_compliance_review::Account 12 | Account 12 needs compliance review. | entailed_by_fact_or_rule | {
"positive_atoms": [
"has_manual_exception::Account 12"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"has_manual_exception::Account 12"
],
"conclusion": "needs_compliance_review::Account 12",
"text": "If an account has a manual exception, then that account need... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0020_open_derived_missing_antecedent__owa__ask_act | hospital_access_0020_open_derived_missing_antecedent__owa | hospital_access_0020_open_derived_missing_antecedent | train | hospital_access | open_derived_missing_antecedent | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Cora has completed safety training."
] | [] | [
"If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."
] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | needs_supervisor_review::Cora | Cora needs supervisor review. | open_world_underivable | {
"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 s... | unknown | request_information | assigned_to_trial | Cora | assigned_to_trial::Cora | Is it true that Cora is assigned to the clinical trial? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
robotics_operations_0176_closed_derived_missing_antecedent__cwa__ask_act | robotics_operations_0176_closed_derived_missing_antecedent__cwa | robotics_operations_0176_closed_derived_missing_antecedent | train | robotics_operations | closed_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | [
"Rover 3 passed diagnostics."
] | [] | [
"If a robot passed diagnostics and has shift clearance, then that robot may start its shift."
] | {
"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"
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | may_start_shift::Rover 3 | Rover 3 may start its shift. | global_closed_world_underivable | {
"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 shi... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0079_explicit_negative_open__lcwa__ask_act | university_registration_0079_explicit_negative_open__lcwa | university_registration_0079_explicit_negative_open | train | university_registration | explicit_negative_open | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_advising_clearance",
"may_register"
] | [
"Omar passed the qualifying exam."
] | [
"Noah does not has an external scholarship."
] | [] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | has_external_scholarship::Noah | Noah has an external scholarship. | explicit_negative_fact | {
"positive_atoms": [
"passed_exam::Omar"
],
"negative_atoms": [
"has_external_scholarship::Noah"
],
"rules": [],
"query_atom": "has_external_scholarship::Noah",
"closure_atoms": [
"passed_exam::Omar"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0012_open_missing_with_closed_distractor__lcwa__ask_act | hospital_access_0012_open_missing_with_closed_distractor__lcwa | hospital_access_0012_open_missing_with_closed_distractor | train | hospital_access | open_missing_with_closed_distractor | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_clearance",
"may_enter_lab"
] | [
"Ben has completed safety training.",
"Ben has security clearance."
] | [] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | assigned_to_trial::Ava | Ava is assigned to the clinical trial. | local_open_world_underivable | {
"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"
]
} | unknown | request_information | assigned_to_trial | Ava | assigned_to_trial::Ava | Is it true that Ava is assigned to the clinical trial? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0159_explicit_negative_open__cwa__ask_act | finance_controls_0159_explicit_negative_open__cwa | finance_controls_0159_explicit_negative_open | train | finance_controls | explicit_negative_open | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | [
"Account 61 passed KYC checks."
] | [
"Account 48 does not has a manual exception."
] | [] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | has_manual_exception::Account 48 | Account 48 has a manual exception. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0200_closed_missing_direct__owa__ask_act | library_services_0200_closed_missing_direct__owa | library_services_0200_closed_missing_direct | train | library_services | closed_missing_direct | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Reader C has an active membership."
] | [] | [] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | has_borrowing_clearance::Reader C | Reader C has borrowing clearance. | open_world_underivable | {
"positive_atoms": [
"has_active_membership::Reader C"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_borrowing_clearance::Reader C",
"closure_atoms": [
"has_active_membership::Reader C"
]
} | unknown | request_information | has_borrowing_clearance | Reader C | has_borrowing_clearance::Reader C | Is it true that Reader C has borrowing clearance? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0020_open_derived_missing_antecedent__lcwa__ask_act | hospital_access_0020_open_derived_missing_antecedent__lcwa | hospital_access_0020_open_derived_missing_antecedent | train | hospital_access | open_derived_missing_antecedent | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_clearance",
"may_enter_lab"
] | [
"Cora has completed safety training."
] | [] | [
"If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."
] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | needs_supervisor_review::Cora | Cora needs supervisor review. | local_open_world_underivable | {
"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 s... | unknown | request_information | assigned_to_trial | Cora | assigned_to_trial::Cora | Is it true that Cora is assigned to the clinical trial? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
cloud_deployment_0270_entailed_open_conclusion__cwa__ask_act | cloud_deployment_0270_entailed_open_conclusion__cwa | cloud_deployment_0270_entailed_open_conclusion | train | cloud_deployment | entailed_open_conclusion | control_entailed | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | [
"Service A has an incident note."
] | [] | [
"If a service has an incident note, then that service needs SRE review."
] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | needs_sre_review::Service A | Service A needs SRE review. | entailed_by_fact_or_rule | {
"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."
... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0280_closed_missing_direct__lcwa__ask_act | procurement_review_0280_closed_missing_direct__lcwa | procurement_review_0280_closed_missing_direct | train | procurement_review | closed_missing_direct | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_vendor_approval"
] | [
"Vendor E submitted a tax form."
] | [] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor E | Vendor E has vendor approval. | local_closed_world_underivable | {
"positive_atoms": [
"submitted_tax_form::Vendor E"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_vendor_approval::Vendor E",
"closure_atoms": [
"submitted_tax_form::Vendor E"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0238_explicit_negative_open__owa__ask_act | library_services_0238_explicit_negative_open__owa | library_services_0238_explicit_negative_open | test | library_services | explicit_negative_open | control_explicit_negative | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Reader A has an active membership."
] | [
"Reader E does not has a special request."
] | [] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | has_special_request::Reader E | Reader E has a special request. | explicit_negative_fact | {
"positive_atoms": [
"has_active_membership::Reader A"
],
"negative_atoms": [
"has_special_request::Reader E"
],
"rules": [],
"query_atom": "has_special_request::Reader E",
"closure_atoms": [
"has_active_membership::Reader A"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
cloud_deployment_0276_explicit_negative_open__cwa__ask_act | cloud_deployment_0276_explicit_negative_open__cwa | cloud_deployment_0276_explicit_negative_open | test | cloud_deployment | explicit_negative_open | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | [
"Service C passed unit tests."
] | [
"Service A does not has an incident note."
] | [] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | has_incident_note::Service A | Service A has an incident note. | explicit_negative_fact | {
"positive_atoms": [
"passed_unit_tests::Service C"
],
"negative_atoms": [
"has_incident_note::Service A"
],
"rules": [],
"query_atom": "has_incident_note::Service A",
"closure_atoms": [
"passed_unit_tests::Service C"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0318_explicit_negative_open__cwa__ask_act | procurement_review_0318_explicit_negative_open__cwa | procurement_review_0318_explicit_negative_open | dev | procurement_review | explicit_negative_open | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | [
"Vendor C submitted a tax form."
] | [
"Vendor A does not has a risk note."
] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_risk_note::Vendor A | Vendor A has a risk note. | explicit_negative_fact | {
"positive_atoms": [
"submitted_tax_form::Vendor C"
],
"negative_atoms": [
"has_risk_note::Vendor A"
],
"rules": [],
"query_atom": "has_risk_note::Vendor A",
"closure_atoms": [
"submitted_tax_form::Vendor C"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
robotics_operations_0186_entailed_closed_conclusion__cwa__ask_act | robotics_operations_0186_entailed_closed_conclusion__cwa | robotics_operations_0186_entailed_closed_conclusion | train | robotics_operations | entailed_closed_conclusion | control_entailed | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | [
"Rover 1 has shift clearance.",
"Rover 1 passed diagnostics."
] | [] | [
"If a robot passed diagnostics and has shift clearance, then that robot may start its shift."
] | {
"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"
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | may_start_shift::Rover 1 | Rover 1 may start its shift. | entailed_by_fact_or_rule | {
"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 ... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
robotics_operations_0173_open_missing_with_closed_distractor__cwa__ask_act | robotics_operations_0173_open_missing_with_closed_distractor__cwa | robotics_operations_0173_open_missing_with_closed_distractor | test | robotics_operations | open_missing_with_closed_distractor | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | [
"Rover 1 has shift clearance.",
"Rover 1 passed diagnostics."
] | [] | [] | {
"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"
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | has_field_note::Rover 6 | Rover 6 has a field note. | global_closed_world_underivable | {
"positive_atoms": [
"has_shift_clearance::Rover 1",
"passed_diagnostics::Rover 1"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_field_note::Rover 6",
"closure_atoms": [
"has_shift_clearance::Rover 1",
"passed_diagnostics::Rover 1"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0314_explicit_negative_closed__cwa__ask_act | procurement_review_0314_explicit_negative_closed__cwa | procurement_review_0314_explicit_negative_closed | train | procurement_review | explicit_negative_closed | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | [
"Vendor E submitted a tax form."
] | [
"Vendor C does not has vendor approval."
] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor C | Vendor C has vendor approval. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0109_entailed_open_conclusion__lcwa__ask_act | manufacturing_quality_0109_entailed_open_conclusion__lcwa | manufacturing_quality_0109_entailed_open_conclusion | test | manufacturing_quality | entailed_open_conclusion | control_entailed | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_release_approval",
"may_ship"
] | [
"Part B has a supplier note."
] | [] | [
"If a part has a supplier note, then that part needs engineer review."
] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | needs_engineer_review::Part B | Part B needs engineer review. | entailed_by_fact_or_rule | {
"positive_atoms": [
"has_supplier_note::Part B"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"has_supplier_note::Part B"
],
"conclusion": "needs_engineer_review::Part B",
"text": "If a part has a supplier note, then that part needs engineer review."
}
],... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0038_explicit_negative_open__owa__ask_act | hospital_access_0038_explicit_negative_open__owa | hospital_access_0038_explicit_negative_open | train | hospital_access | explicit_negative_open | control_explicit_negative | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Elena has completed safety training."
] | [
"Cora is not assigned to the clinical trial."
] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | assigned_to_trial::Cora | Cora is assigned to the clinical trial. | explicit_negative_fact | {
"positive_atoms": [
"completed_training::Elena"
],
"negative_atoms": [
"assigned_to_trial::Cora"
],
"rules": [],
"query_atom": "assigned_to_trial::Cora",
"closure_atoms": [
"completed_training::Elena"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0000_closed_missing_direct__lcwa__ask_act | hospital_access_0000_closed_missing_direct__lcwa | hospital_access_0000_closed_missing_direct | train | hospital_access | closed_missing_direct | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_clearance"
] | [
"Ava has completed safety training."
] | [] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | has_clearance::Ava | Ava has security clearance. | local_closed_world_underivable | {
"positive_atoms": [
"completed_training::Ava"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_clearance::Ava",
"closure_atoms": [
"completed_training::Ava"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0092_open_missing_with_closed_distractor__owa__ask_act | manufacturing_quality_0092_open_missing_with_closed_distractor__owa | manufacturing_quality_0092_open_missing_with_closed_distractor | test | manufacturing_quality | open_missing_with_closed_distractor | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Part D has release approval.",
"Part D passed the visual check."
] | [] | [] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | has_supplier_note::Part C | Part C has a supplier note. | open_world_underivable | {
"positive_atoms": [
"has_release_approval::Part D",
"passed_visual_check::Part D"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_supplier_note::Part C",
"closure_atoms": [
"has_release_approval::Part D",
"passed_visual_check::Part D"
]
} | unknown | request_information | has_supplier_note | Part C | has_supplier_note::Part C | Is it true that Part C has a supplier note? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0142_open_derived_missing_antecedent__cwa__ask_act | finance_controls_0142_open_derived_missing_antecedent__cwa | finance_controls_0142_open_derived_missing_antecedent | dev | finance_controls | open_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | [
"Account 59 passed KYC checks."
] | [] | [
"If an account has a manual exception, then that account needs compliance review."
] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | needs_compliance_review::Account 59 | Account 59 needs compliance review. | global_closed_world_underivable | {
"positive_atoms": [
"passed_kyc::Account 59"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"has_manual_exception::Account 59"
],
"conclusion": "needs_compliance_review::Account 59",
"text": "If an account has a manual exception, then that account needs complian... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0223_open_derived_missing_antecedent__lcwa__ask_act | library_services_0223_open_derived_missing_antecedent__lcwa | library_services_0223_open_derived_missing_antecedent | train | library_services | open_derived_missing_antecedent | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_borrowing_clearance",
"may_borrow_archive_item"
] | [
"Reader B has an active membership."
] | [] | [
"If a reader has a special request, then that reader needs librarian review."
] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | needs_librarian_review::Reader B | Reader B needs librarian review. | local_open_world_underivable | {
"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... | unknown | request_information | has_special_request | Reader B | has_special_request::Reader B | Is it true that Reader B has a special request? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0147_entailed_closed_conclusion__lcwa__ask_act | finance_controls_0147_entailed_closed_conclusion__lcwa | finance_controls_0147_entailed_closed_conclusion | train | finance_controls | entailed_closed_conclusion | control_entailed | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_compliance_clearance",
"may_receive_wire"
] | [
"Account 48 has compliance clearance.",
"Account 48 passed KYC checks."
] | [] | [
"If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."
] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | may_receive_wire::Account 48 | Account 48 may receive a wire transfer. | entailed_by_fact_or_rule | {
"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",
"tex... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0239_explicit_negative_open__owa__ask_act | library_services_0239_explicit_negative_open__owa | library_services_0239_explicit_negative_open | test | library_services | explicit_negative_open | control_explicit_negative | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Reader B has an active membership."
] | [
"Reader F does not has a special request."
] | [] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | has_special_request::Reader F | Reader F has a special request. | explicit_negative_fact | {
"positive_atoms": [
"has_active_membership::Reader B"
],
"negative_atoms": [
"has_special_request::Reader F"
],
"rules": [],
"query_atom": "has_special_request::Reader F",
"closure_atoms": [
"has_active_membership::Reader B"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0097_closed_derived_missing_antecedent__lcwa__ask_act | manufacturing_quality_0097_closed_derived_missing_antecedent__lcwa | manufacturing_quality_0097_closed_derived_missing_antecedent | train | manufacturing_quality | closed_derived_missing_antecedent | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_release_approval",
"may_ship"
] | [
"Part B passed the visual check."
] | [] | [
"If a part passed the visual check and has release approval, then that part may ship to customers."
] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | may_ship::Part B | Part B may ship to customers. | local_closed_world_underivable | {
"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... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0155_explicit_negative_closed__cwa__ask_act | finance_controls_0155_explicit_negative_closed__cwa | finance_controls_0155_explicit_negative_closed | dev | finance_controls | explicit_negative_closed | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | [
"Account 27 passed KYC checks."
] | [
"Account 61 does not has compliance clearance."
] | [] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | has_compliance_clearance::Account 61 | Account 61 has compliance clearance. | explicit_negative_fact | {
"positive_atoms": [
"passed_kyc::Account 27"
],
"negative_atoms": [
"has_compliance_clearance::Account 61"
],
"rules": [],
"query_atom": "has_compliance_clearance::Account 61",
"closure_atoms": [
"passed_kyc::Account 27"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0230_entailed_open_conclusion__owa__ask_act | library_services_0230_entailed_open_conclusion__owa | library_services_0230_entailed_open_conclusion | train | library_services | entailed_open_conclusion | control_entailed | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Reader C has a special request."
] | [] | [
"If a reader has a special request, then that reader needs librarian review."
] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | needs_librarian_review::Reader C | Reader C needs librarian review. | entailed_by_fact_or_rule | {
"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 r... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0116_explicit_negative_open__owa__ask_act | manufacturing_quality_0116_explicit_negative_open__owa | manufacturing_quality_0116_explicit_negative_open | train | manufacturing_quality | explicit_negative_open | control_explicit_negative | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Part E passed the visual check."
] | [
"Part C does not has a supplier note."
] | [] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | has_supplier_note::Part C | Part C has a supplier note. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0202_closed_missing_direct__cwa__ask_act | library_services_0202_closed_missing_direct__cwa | library_services_0202_closed_missing_direct | train | library_services | closed_missing_direct | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | [
"Reader E has an active membership."
] | [] | [] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | has_borrowing_clearance::Reader E | Reader E has borrowing clearance. | global_closed_world_underivable | {
"positive_atoms": [
"has_active_membership::Reader E"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_borrowing_clearance::Reader E",
"closure_atoms": [
"has_active_membership::Reader E"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0053_open_missing_with_closed_distractor__owa__ask_act | university_registration_0053_open_missing_with_closed_distractor__owa | university_registration_0053_open_missing_with_closed_distractor | test | university_registration | open_missing_with_closed_distractor | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Mia has advising clearance.",
"Mia passed the qualifying exam."
] | [] | [] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | has_external_scholarship::Theo | Theo has an external scholarship. | open_world_underivable | {
"positive_atoms": [
"has_advising_clearance::Mia",
"passed_exam::Mia"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_external_scholarship::Theo",
"closure_atoms": [
"has_advising_clearance::Mia",
"passed_exam::Mia"
]
} | unknown | request_information | has_external_scholarship | Theo | has_external_scholarship::Theo | Is it true that Theo has an external scholarship? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
cloud_deployment_0242_closed_missing_direct__owa__ask_act | cloud_deployment_0242_closed_missing_direct__owa | cloud_deployment_0242_closed_missing_direct | test | cloud_deployment | closed_missing_direct | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Service C passed unit tests."
] | [] | [] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | has_deployment_approval::Service C | Service C has deployment approval. | open_world_underivable | {
"positive_atoms": [
"passed_unit_tests::Service C"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_deployment_approval::Service C",
"closure_atoms": [
"passed_unit_tests::Service C"
]
} | unknown | request_information | has_deployment_approval | Service C | has_deployment_approval::Service C | Is it true that Service C has deployment approval? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0137_closed_derived_missing_antecedent__cwa__ask_act | finance_controls_0137_closed_derived_missing_antecedent__cwa | finance_controls_0137_closed_derived_missing_antecedent | train | finance_controls | closed_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | [
"Account 61 passed KYC checks."
] | [] | [
"If an account passed KYC checks and has compliance clearance, then that account may receive a wire transfer."
] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | may_receive_wire::Account 61 | Account 61 may receive a wire transfer. | global_closed_world_underivable | {
"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... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0051_closed_missing_with_open_distractor__lcwa__ask_act | university_registration_0051_closed_missing_with_open_distractor__lcwa | university_registration_0051_closed_missing_with_open_distractor | train | university_registration | closed_missing_with_open_distractor | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_advising_clearance"
] | [
"Iris has an external scholarship.",
"Omar passed the qualifying exam."
] | [] | [] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | has_advising_clearance::Omar | Omar has advising clearance. | local_closed_world_underivable | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0112_explicit_negative_closed__cwa__ask_act | manufacturing_quality_0112_explicit_negative_closed__cwa | manufacturing_quality_0112_explicit_negative_closed | train | manufacturing_quality | explicit_negative_closed | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | [
"Part A passed the visual check."
] | [
"Part E does not has release approval."
] | [] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | has_release_approval::Part E | Part E has release approval. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0301_open_derived_missing_antecedent__cwa__ask_act | procurement_review_0301_open_derived_missing_antecedent__cwa | procurement_review_0301_open_derived_missing_antecedent | train | procurement_review | open_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | [
"Vendor B submitted a tax form."
] | [] | [
"If a vendor has a risk note, then that vendor needs procurement review."
] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | needs_procurement_review::Vendor B | Vendor B needs procurement review. | global_closed_world_underivable | {
"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."
... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0076_explicit_negative_open__cwa__ask_act | university_registration_0076_explicit_negative_open__cwa | university_registration_0076_explicit_negative_open | test | university_registration | explicit_negative_open | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | [
"Mia passed the qualifying exam."
] | [
"Iris does not has an external scholarship."
] | [] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | has_external_scholarship::Iris | Iris has an external scholarship. | explicit_negative_fact | {
"positive_atoms": [
"passed_exam::Mia"
],
"negative_atoms": [
"has_external_scholarship::Iris"
],
"rules": [],
"query_atom": "has_external_scholarship::Iris",
"closure_atoms": [
"passed_exam::Mia"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0291_closed_missing_with_open_distractor__lcwa__ask_act | procurement_review_0291_closed_missing_with_open_distractor__lcwa | procurement_review_0291_closed_missing_with_open_distractor | train | procurement_review | closed_missing_with_open_distractor | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_vendor_approval"
] | [
"Vendor E has a risk note.",
"Vendor D submitted a tax form."
] | [] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor D | Vendor D has vendor approval. | local_closed_world_underivable | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0120_closed_missing_direct__owa__ask_act | finance_controls_0120_closed_missing_direct__owa | finance_controls_0120_closed_missing_direct | train | finance_controls | closed_missing_direct | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Account 12 passed KYC checks."
] | [] | [] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | has_compliance_clearance::Account 12 | Account 12 has compliance clearance. | open_world_underivable | {
"positive_atoms": [
"passed_kyc::Account 12"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_compliance_clearance::Account 12",
"closure_atoms": [
"passed_kyc::Account 12"
]
} | unknown | request_information | has_compliance_clearance | Account 12 | has_compliance_clearance::Account 12 | Is it true that Account 12 has compliance clearance? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0032_explicit_negative_closed__lcwa__ask_act | hospital_access_0032_explicit_negative_closed__lcwa | hospital_access_0032_explicit_negative_closed | train | hospital_access | explicit_negative_closed | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_clearance"
] | [
"Elena has completed safety training."
] | [
"Cora does not has security clearance."
] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | has_clearance::Cora | Cora has security clearance. | explicit_negative_fact | {
"positive_atoms": [
"completed_training::Elena"
],
"negative_atoms": [
"has_clearance::Cora"
],
"rules": [],
"query_atom": "has_clearance::Cora",
"closure_atoms": [
"completed_training::Elena"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0022_open_derived_missing_antecedent__cwa__ask_act | hospital_access_0022_open_derived_missing_antecedent__cwa | hospital_access_0022_open_derived_missing_antecedent | train | hospital_access | open_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | [
"Elena has completed safety training."
] | [] | [
"If a staff member is assigned to the clinical trial, then that staff member needs supervisor review."
] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | needs_supervisor_review::Elena | Elena needs supervisor review. | global_closed_world_underivable | {
"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 need... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0233_explicit_negative_closed__lcwa__ask_act | library_services_0233_explicit_negative_closed__lcwa | library_services_0233_explicit_negative_closed | train | library_services | explicit_negative_closed | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_borrowing_clearance"
] | [
"Reader B has an active membership."
] | [
"Reader F does not has borrowing clearance."
] | [] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | has_borrowing_clearance::Reader F | Reader F has borrowing clearance. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0159_explicit_negative_open__lcwa__ask_act | finance_controls_0159_explicit_negative_open__lcwa | finance_controls_0159_explicit_negative_open | train | finance_controls | explicit_negative_open | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_compliance_clearance",
"may_receive_wire"
] | [
"Account 61 passed KYC checks."
] | [
"Account 48 does not has a manual exception."
] | [] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | has_manual_exception::Account 48 | Account 48 has a manual exception. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0072_explicit_negative_closed__owa__ask_act | university_registration_0072_explicit_negative_closed__owa | university_registration_0072_explicit_negative_closed | test | university_registration | explicit_negative_closed | control_explicit_negative | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Lena passed the qualifying exam."
] | [
"Mia does not has advising clearance."
] | [] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | has_advising_clearance::Mia | Mia has advising clearance. | explicit_negative_fact | {
"positive_atoms": [
"passed_exam::Lena"
],
"negative_atoms": [
"has_advising_clearance::Mia"
],
"rules": [],
"query_atom": "has_advising_clearance::Mia",
"closure_atoms": [
"passed_exam::Lena"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
robotics_operations_0199_explicit_negative_open__lcwa__ask_act | robotics_operations_0199_explicit_negative_open__lcwa | robotics_operations_0199_explicit_negative_open | train | robotics_operations | explicit_negative_open | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_shift_clearance",
"may_start_shift"
] | [
"Rover 4 passed diagnostics."
] | [
"Rover 2 does not has a field note."
] | [] | {
"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"
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | has_field_note::Rover 2 | Rover 2 has a field note. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
robotics_operations_0176_closed_derived_missing_antecedent__owa__ask_act | robotics_operations_0176_closed_derived_missing_antecedent__owa | robotics_operations_0176_closed_derived_missing_antecedent | train | robotics_operations | closed_derived_missing_antecedent | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Rover 3 passed diagnostics."
] | [] | [
"If a robot passed diagnostics and has shift clearance, then that robot may start its shift."
] | {
"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"
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | may_start_shift::Rover 3 | Rover 3 may start its shift. | open_world_underivable | {
"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 shi... | unknown | request_information | has_shift_clearance | Rover 3 | has_shift_clearance::Rover 3 | Is it true that Rover 3 has shift clearance? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0305_entailed_closed_conclusion__cwa__ask_act | procurement_review_0305_entailed_closed_conclusion__cwa | procurement_review_0305_entailed_closed_conclusion | test | procurement_review | entailed_closed_conclusion | control_entailed | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | [
"Vendor F has vendor approval.",
"Vendor F submitted a tax form."
] | [] | [
"If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."
] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | may_receive_purchase_order::Vendor F | Vendor F may receive a purchase order. | entailed_by_fact_or_rule | {
"positive_atoms": [
"has_vendor_approval::Vendor F",
"submitted_tax_form::Vendor F"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"submitted_tax_form::Vendor F",
"has_vendor_approval::Vendor F"
],
"conclusion": "may_receive_purchase_order::Vendor F",
... | true | approve | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
finance_controls_0154_explicit_negative_closed__lcwa__ask_act | finance_controls_0154_explicit_negative_closed__lcwa | finance_controls_0154_explicit_negative_closed | train | finance_controls | explicit_negative_closed | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_compliance_clearance"
] | [
"Account 12 passed KYC checks."
] | [
"Account 59 does not has compliance clearance."
] | [] | {
"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"
} | [
"has_compliance_clearance",
"has_manual_exception",
"may_receive_wire",
"needs_compliance_review",
"passed_kyc"
] | has_compliance_clearance::Account 59 | Account 59 has compliance clearance. | explicit_negative_fact | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
robotics_operations_0168_closed_missing_with_open_distractor__lcwa__ask_act | robotics_operations_0168_closed_missing_with_open_distractor__lcwa | robotics_operations_0168_closed_missing_with_open_distractor | train | robotics_operations | closed_missing_with_open_distractor | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_shift_clearance"
] | [
"Rover 2 has a field note.",
"Rover 1 passed diagnostics."
] | [] | [] | {
"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"
} | [
"has_field_note",
"has_shift_clearance",
"may_start_shift",
"needs_operator_review",
"passed_diagnostics"
] | has_shift_clearance::Rover 1 | Rover 1 has shift clearance. | local_closed_world_underivable | {
"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"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
manufacturing_quality_0080_closed_missing_direct__lcwa__ask_act | manufacturing_quality_0080_closed_missing_direct__lcwa | manufacturing_quality_0080_closed_missing_direct | test | manufacturing_quality | closed_missing_direct | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_release_approval"
] | [
"Part C passed the visual check."
] | [] | [] | {
"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"
} | [
"has_release_approval",
"has_supplier_note",
"may_ship",
"needs_engineer_review",
"passed_visual_check"
] | has_release_approval::Part C | Part C has release approval. | local_closed_world_underivable | {
"positive_atoms": [
"passed_visual_check::Part C"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_release_approval::Part C",
"closure_atoms": [
"passed_visual_check::Part C"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0033_explicit_negative_closed__lcwa__ask_act | hospital_access_0033_explicit_negative_closed__lcwa | hospital_access_0033_explicit_negative_closed | train | hospital_access | explicit_negative_closed | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_clearance"
] | [
"Farid has completed safety training."
] | [
"Dylan does not has security clearance."
] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | has_clearance::Dylan | Dylan has security clearance. | explicit_negative_fact | {
"positive_atoms": [
"completed_training::Farid"
],
"negative_atoms": [
"has_clearance::Dylan"
],
"rules": [],
"query_atom": "has_clearance::Dylan",
"closure_atoms": [
"completed_training::Farid"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0297_closed_derived_missing_antecedent__owa__ask_act | procurement_review_0297_closed_derived_missing_antecedent__owa | procurement_review_0297_closed_derived_missing_antecedent | train | procurement_review | closed_derived_missing_antecedent | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Vendor D submitted a tax form."
] | [] | [
"If a vendor submitted a tax form and has vendor approval, then that vendor may receive a purchase order."
] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | may_receive_purchase_order::Vendor D | Vendor D may receive a purchase order. | open_world_underivable | {
"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 ta... | unknown | request_information | has_vendor_approval | Vendor D | has_vendor_approval::Vendor D | Is it true that Vendor D has vendor approval? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
procurement_review_0313_explicit_negative_closed__lcwa__ask_act | procurement_review_0313_explicit_negative_closed__lcwa | procurement_review_0313_explicit_negative_closed | test | procurement_review | explicit_negative_closed | control_explicit_negative | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_vendor_approval"
] | [
"Vendor D submitted a tax form."
] | [
"Vendor B does not has vendor approval."
] | [] | {
"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"
} | [
"has_risk_note",
"has_vendor_approval",
"may_receive_purchase_order",
"needs_procurement_review",
"submitted_tax_form"
] | has_vendor_approval::Vendor B | Vendor B has vendor approval. | explicit_negative_fact | {
"positive_atoms": [
"submitted_tax_form::Vendor D"
],
"negative_atoms": [
"has_vendor_approval::Vendor B"
],
"rules": [],
"query_atom": "has_vendor_approval::Vendor B",
"closure_atoms": [
"submitted_tax_form::Vendor D"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
university_registration_0058_closed_derived_missing_antecedent__owa__ask_act | university_registration_0058_closed_derived_missing_antecedent__owa | university_registration_0058_closed_derived_missing_antecedent | test | university_registration | closed_derived_missing_antecedent | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Iris passed the qualifying exam."
] | [] | [
"If a student passed the qualifying exam and has advising clearance, then that student may register for the seminar."
] | {
"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"
} | [
"has_advising_clearance",
"has_external_scholarship",
"may_register",
"needs_manual_audit",
"passed_exam"
] | may_register::Iris | Iris may register for the seminar. | open_world_underivable | {
"positive_atoms": [
"passed_exam::Iris"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"passed_exam::Iris",
"has_advising_clearance::Iris"
],
"conclusion": "may_register::Iris",
"text": "If a student passed the qualifying exam and has advising clearance,... | unknown | request_information | has_advising_clearance | Iris | has_advising_clearance::Iris | Is it true that Iris has advising clearance? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
library_services_0218_closed_derived_missing_antecedent__cwa__ask_act | library_services_0218_closed_derived_missing_antecedent__cwa | library_services_0218_closed_derived_missing_antecedent | test | library_services | closed_derived_missing_antecedent | core_contrastive | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | [
"Reader C has an active membership."
] | [] | [
"If a reader has an active membership and has borrowing clearance, then that reader may borrow an archive item."
] | {
"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"
} | [
"has_active_membership",
"has_borrowing_clearance",
"has_special_request",
"may_borrow_archive_item",
"needs_librarian_review"
] | may_borrow_archive_item::Reader C | Reader C may borrow an archive item. | global_closed_world_underivable | {
"positive_atoms": [
"has_active_membership::Reader C"
],
"negative_atoms": [],
"rules": [
{
"antecedents": [
"has_active_membership::Reader C",
"has_borrowing_clearance::Reader C"
],
"conclusion": "may_borrow_archive_item::Reader C",
"text": "If a reader has an ... | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
cloud_deployment_0254_open_missing_with_closed_distractor__lcwa__ask_act | cloud_deployment_0254_open_missing_with_closed_distractor__lcwa | cloud_deployment_0254_open_missing_with_closed_distractor | test | cloud_deployment | open_missing_with_closed_distractor | core_contrastive | lcwa | {
"name": "Locally closed-world assumption",
"instruction": "Only the predicates listed as complete are closed. After applying the rules, an unstated and underivable atom whose predicate is complete is false; an unstated and underivable atom whose predicate is not complete is unknown."
} | [
"has_deployment_approval",
"may_deploy"
] | [
"Service D has deployment approval.",
"Service D passed unit tests."
] | [] | [] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | has_incident_note::Service C | Service C has an incident note. | local_open_world_underivable | {
"positive_atoms": [
"has_deployment_approval::Service D",
"passed_unit_tests::Service D"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_incident_note::Service C",
"closure_atoms": [
"has_deployment_approval::Service D",
"passed_unit_tests::Service D"
]
} | unknown | request_information | has_incident_note | Service C | has_incident_note::Service C | Is it true that Service C has an incident note? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
hospital_access_0034_explicit_negative_closed__cwa__ask_act | hospital_access_0034_explicit_negative_closed__cwa | hospital_access_0034_explicit_negative_closed | test | hospital_access | explicit_negative_closed | control_explicit_negative | cwa | {
"name": "Closed-world assumption",
"instruction": "All predicates in the vocabulary are complete. After applying the rules, every unstated and underivable atom is false."
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | [
"Ava has completed safety training."
] | [
"Elena does not has security clearance."
] | [] | {
"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"
} | [
"assigned_to_trial",
"completed_training",
"has_clearance",
"may_enter_lab",
"needs_supervisor_review"
] | has_clearance::Elena | Elena has security clearance. | explicit_negative_fact | {
"positive_atoms": [
"completed_training::Ava"
],
"negative_atoms": [
"has_clearance::Elena"
],
"rules": [],
"query_atom": "has_clearance::Elena",
"closure_atoms": [
"completed_training::Ava"
]
} | false | deny | null | null | null | null | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
cloud_deployment_0252_open_missing_with_closed_distractor__owa__ask_act | cloud_deployment_0252_open_missing_with_closed_distractor__owa | cloud_deployment_0252_open_missing_with_closed_distractor | test | cloud_deployment | open_missing_with_closed_distractor | core_contrastive | owa | {
"name": "Open-world assumption",
"instruction": "Predicates are open by default. A target atom that is not explicitly stated, explicitly negated, or derivable from the rules is unknown."
} | [] | [
"Service B has deployment approval.",
"Service B passed unit tests."
] | [] | [] | {
"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"
} | [
"has_deployment_approval",
"has_incident_note",
"may_deploy",
"needs_sre_review",
"passed_unit_tests"
] | has_incident_note::Service A | Service A has an incident note. | open_world_underivable | {
"positive_atoms": [
"has_deployment_approval::Service B",
"passed_unit_tests::Service B"
],
"negative_atoms": [],
"rules": [],
"query_atom": "has_incident_note::Service A",
"closure_atoms": [
"has_deployment_approval::Service B",
"passed_unit_tests::Service B"
]
} | unknown | request_information | has_incident_note | Service A | has_incident_note::Service A | Is it true that Service A has an incident note? | You are evaluating an operational decision under a formal knowledge-base semantic contract.
Return exactly one JSON object with keys truth_value, action, missing_predicate, missing_entity, question_to_ask, and rationale.
Allowed values:
- truth_value must be one of: true, false, unknown.
- action must be one of: appro... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.