id
stringlengths 21
24
| maxD
int64 3
5
| NFact
int64 7
12
| NRule
int64 4
7
| theory
stringlengths 367
919
| triples
dict | rules
dict | questions
dict | allProofs
stringlengths 354
31.4k
| proofDetails
listlengths 10
25
| mappings
dict | sentences
dict |
---|---|---|---|---|---|---|---|---|---|---|---|
AttNonegNatLang-OWA-843 | 3 | 12 | 5 | Dave is a rough but very kind and blue person. Eric is a very rough person. As expected, he's also a very cold and big individual. Because Fred, who is young, loves to eat he is quite round. Sometimes that makes him feel blue and get rough with people who make fun of him. But he is actually quite kind. They always call him rough Gary. Blue Christmas ornaments are also red. You'll always find a young, kind and red person to be a cold person, too. Kind people who look green are almost always young in age. Most big and kind people,though young,are often blue. If you run into a cold and kind person, they are always big. | {
"triple1": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"triple6": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple8": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple9": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple10": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple11": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple12": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is blue then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and young and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is green and kind then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is big and kind and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Fred is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is red.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple11) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not red.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple11) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple11) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is cold.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple10 triple7 ((triple11) -> rule1)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple7 ((triple11) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple10 triple7 ((triple11) -> rule1)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple7 ((triple11) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is big.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple10 triple7 ((triple11) -> rule1)) -> rule2) triple10) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple7 ((triple11) -> (rule1 % int3))) -> (rule2 % int2)) triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Fred is not big.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((triple10 triple7 ((triple11) -> rule1)) -> rule2) triple10) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple7 ((triple11) -> (rule1 % int3))) -> (rule2 % int2)) triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is not cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Dave is cold.[CWA. Example of deepest failure = (rule2 <- rule3 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Eric is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Dave is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is blue.[(triple3)] Dave is kind.[(triple2)] Dave is rough.[(triple1)] Eric is big.[(triple6)] Eric is cold.[(triple5)] Eric is rough.[(triple4)] Fred is blue.[(triple11)] Fred is kind.[(triple10)] Fred is rough.[(triple9)] Fred is round.[(triple8)] Fred is young.[(triple7)] Gary is rough.[(triple12)] @1: Dave is red.[(((triple3) -> rule1))] Fred is red.[(((triple11) -> rule1))] @2: Fred is cold.[(((triple10 triple7 ((triple11) -> rule1)) -> rule2))] @3: Fred is big.[(((((triple10 triple7 ((triple11) -> rule1)) -> rule2) triple10) -> rule5))] | [
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is cold.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is red.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is cold.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple7 ((triple11) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is big.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple7 ((triple11) -> (rule1 % int3))) -> (rule2 % int2)) triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": "sent3",
"triple12": "sent4"
} | {
"sent1": "Dave is a rough but very kind and blue person.",
"sent2": "Eric is a very rough person; As expected, he's also a very cold and big individual.",
"sent3": "Because Fred, who is young, loves to eat he is quite round; Sometimes that makes him feel blue and get rough with people who make fun of him; But he is actually quite kind.",
"sent4": "They always call him rough Gary.",
"sent5": "Blue Christmas ornaments are also red.",
"sent6": "You'll always find a young, kind and red person to be a cold person, too.",
"sent7": "Kind people who look green are almost always young in age.",
"sent8": "Most big and kind people,though young,are often blue.",
"sent9": "If you run into a cold and kind person, they are always big.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-52 | 3 | 8 | 7 | Bob wears all blue. Charlie is big and dresses in blue. Fred is a big, round, nice, and red fellow is looking a bit green righ now. Blue Christmas ornaments are also red. It's easy to be round and blue when you are young. Someone blue and red is definitely round and dressed as a clown. People that are red and blue and green at the same time have a reason to be cold. Green eyed people are often nice, but when they are also round about the middle they are most certainly kind. A person who is green and kind is usually rather big. Big kind people are usually cold. | {
"triple1": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple2": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is blue then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is round and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and red then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is red and blue and green then they are cold.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is green and nice and round then they are kind.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule6": {
"text": "If someone is green and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule7": {
"text": "If someone is kind and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not big.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is red.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple2) -> rule1))]",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not red.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple2) -> rule1))]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is round.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple1 ((triple1) -> rule1)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple1) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple6 triple4) -> rule5) triple8) -> rule7) OR ((((triple7 triple6 triple4) -> rule5) ((triple7 ((triple7 triple6 triple4) -> rule5)) -> rule6)) -> rule7))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple6 triple4) -> (rule5 % int2)) triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple7 triple6 triple4) -> (rule5 % int3)) ((triple7 ((triple7 triple6 triple4) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 3,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple2 ((triple2) -> rule1)) -> rule3) triple2) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 ((triple2) -> (rule1 % int3))) -> (rule3 % int2)) triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 3,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple1 ((triple1) -> rule1)) -> rule3) triple1) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple1) -> (rule1 % int3))) -> (rule3 % int2)) triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"Q15": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Gary is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is blue.[(triple1)] Charlie is big.[(triple3)] Charlie is blue.[(triple2)] Fred is big.[(triple8 OR ((triple7 ((triple7 triple6 triple4) -> rule5)) -> rule6))] Fred is green.[(triple7)] Fred is nice.[(triple6)] Fred is red.[(triple5)] Fred is round.[(triple4)] @1: Bob is red.[(((triple1) -> rule1))] Charlie is red.[(((triple2) -> rule1))] Fred is kind.[(((triple7 triple6 triple4) -> rule5))] @2: Bob is round.[(((triple1 ((triple1) -> rule1)) -> rule3))] Charlie is round.[(((triple2 ((triple2) -> rule1)) -> rule3))] Fred is cold.[(((((triple7 triple6 triple4) -> rule5) triple8) -> rule7) OR ((((triple7 triple6 triple4) -> rule5) ((triple7 ((triple7 triple6 triple4) -> rule5)) -> rule6)) -> rule7))] @3: Bob is young.[(((((triple1 ((triple1) -> rule1)) -> rule3) triple1) -> rule2))] Charlie is young.[(((((triple2 ((triple2) -> rule1)) -> rule3) triple2) -> rule2))] | [
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
},
{
"representation": "((triple7 ((triple7 triple6 triple4) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is red.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is kind.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple1) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is round.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is cold.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple6 triple4) -> (rule5 % int2)) triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple7 triple6 triple4) -> (rule5 % int3)) ((triple7 ((triple7 triple6 triple4) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Bob is young.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple1) -> (rule1 % int3))) -> (rule3 % int2)) triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Charlie is young.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 ((triple2) -> (rule1 % int3))) -> (rule3 % int2)) triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Bob wears all blue.",
"sent2": "Charlie is big and dresses in blue.",
"sent3": "Fred is a big, round, nice, and red fellow is looking a bit green righ now.",
"sent4": "Blue Christmas ornaments are also red.",
"sent5": "It's easy to be round and blue when you are young.",
"sent6": "Someone blue and red is definitely round and dressed as a clown.",
"sent7": "People that are red and blue and green at the same time have a reason to be cold.",
"sent8": "Green eyed people are often nice, but when they are also round about the middle they are most certainly kind.",
"sent9": "A person who is green and kind is usually rather big.",
"sent10": "Big kind people are usually cold.",
"sent11": null
} |
AttNonegNatLang-OWA-642 | 3 | 12 | 6 | Red Alan is what folks call him, because he is quite red. Bob is colored blue and red. He is also kind and cold to the touch. Due to the fact that Fred is young, he is red and green. He remains kind nevertheless. If you met Gary you will see that he is round and red, but he is cold. Santa Claus is red and kind. He is also very nice, especially to children. I have found that blue, kind people are big. Nice green people and often blue with sadness. When someone feels cold, while being big and rough, they always turn out to be red. A nice red person that is cold is always big, I have found. Kind young people are also red and green. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple9": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"triple11": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple12": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is red and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is green and nice then they are blue.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and big and rough then they are red.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule5": {
"text": "If someone is red and nice and cold then they are big.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is red and young and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Bob is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple3) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple3) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple9 ((triple7 triple8) -> rule1)) -> rule3) OR ((((triple7 triple6 triple8) -> rule6) ((triple7 triple8) -> rule1)) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple7 triple8) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple7 triple6 triple8) -> (rule6 % int3)) ((triple7 triple8) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q6": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple9 ((triple7 triple8) -> rule1)) -> rule3) OR ((((triple7 triple6 triple8) -> rule6) ((triple7 triple8) -> rule1)) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple7 triple8) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple7 triple6 triple8) -> (rule6 % int3)) ((triple7 triple8) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Fred is big.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple9 ((triple7 triple8) -> rule1)) -> rule3) triple8) -> rule2) OR ((((((triple7 triple6 triple8) -> rule6) ((triple7 triple8) -> rule1)) -> rule3) triple8) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 ((triple7 triple8) -> (rule1 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple7 triple6 triple8) -> (rule6 % int4)) ((triple7 triple8) -> (rule1 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Fred is not big.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((triple9 ((triple7 triple8) -> rule1)) -> rule3) triple8) -> rule2) OR ((((((triple7 triple6 triple8) -> rule6) ((triple7 triple8) -> rule1)) -> rule3) triple8) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 ((triple7 triple8) -> (rule1 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple7 triple6 triple8) -> (rule6 % int4)) ((triple7 triple8) -> (rule1 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Gary is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is green.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Gary is blue.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Gary is big.[CWA. Example of deepest failure = (rule5 <- rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"young\" \"-\")"
},
"Q14": {
"question": "Alan is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"Q15": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is red.[(triple1)] Bob is blue.[(triple5)] Bob is cold.[(triple4)] Bob is kind.[(triple3)] Bob is red.[(triple2)] Fred is green.[(triple9 OR ((triple7 triple6 triple8) -> rule6))] Fred is kind.[(triple8)] Fred is red.[(triple7)] Fred is young.[(triple6)] Gary is cold.[(triple12)] Gary is red.[(triple11)] Gary is round.[(triple10)] @1: Bob is big.[(((triple5 triple3) -> rule2) OR ((triple2 ((triple2 triple3) -> rule1) triple4) -> rule5))] Bob is nice.[(((triple2 triple3) -> rule1))] Fred is nice.[(((triple7 triple8) -> rule1))] @2: Fred is blue.[(((triple9 ((triple7 triple8) -> rule1)) -> rule3) OR ((((triple7 triple6 triple8) -> rule6) ((triple7 triple8) -> rule1)) -> rule3))] @3: Fred is big.[(((((triple9 ((triple7 triple8) -> rule1)) -> rule3) triple8) -> rule2) OR ((((((triple7 triple6 triple8) -> rule6) ((triple7 triple8) -> rule1)) -> rule3) triple8) -> rule2))] | [
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
},
{
"representation": "((triple7 triple6 triple8) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Gary is round.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Bob is big.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple2 ((triple2 triple3) -> (rule1 % int2)) triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is nice.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple7 triple8) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple7 triple6 triple8) -> (rule6 % int3)) ((triple7 triple8) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Fred is big.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 ((triple7 triple8) -> (rule1 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple7 triple6 triple8) -> (rule6 % int4)) ((triple7 triple8) -> (rule1 % int3))) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Red Alan is what folks call him, because he is quite red.",
"sent2": "Bob is colored blue and red; He is also kind and cold to the touch.",
"sent3": "Due to the fact that Fred is young, he is red and green; He remains kind nevertheless.",
"sent4": "If you met Gary you will see that he is round and red, but he is cold.",
"sent5": "Santa Claus is red and kind; He is also very nice, especially to children.",
"sent6": "I have found that blue, kind people are big.",
"sent7": "Nice green people and often blue with sadness.",
"sent8": "When someone feels cold, while being big and rough, they always turn out to be red.",
"sent9": "A nice red person that is cold is always big, I have found.",
"sent10": "Kind young people are also red and green.",
"sent11": null
} |
AttNonegNatLang-OWA-637 | 3 | 10 | 4 | Bob is so young and darling he is kind to all the old people on the block. Dave associated himself with green despite being covered head-to-toe in blue. Him being young and kind preceded him. Gary is blue and cold. Upon meeting Harry, you'll notice he's green and kind. People who can be kind when they are cold are fundamentally nice. Don't be surprised to hear that all nice, kind folks are in fact rough. When you know someone who is young and green you can count on them being nice to everyone. Young people tend to rough and nice, but they are also red. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple4": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple9": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"triple10": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and cold then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is nice and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule3": {
"text": "If someone is young and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is young and rough and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule5": null,
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Gary is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is nice.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple3 triple5) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple5) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is rough.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple3 triple5) -> rule3) triple4) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5) -> (rule3 % int2)) triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple5) -> rule3) triple4) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5) -> (rule3 % int2)) triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is red.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple3 ((((triple3 triple5) -> rule3) triple4) -> rule2) ((triple3 triple5) -> rule3)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((((triple3 triple5) -> (rule3 % int3)) triple4) -> (rule2 % int2)) ((triple3 triple5) -> (rule3 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not red.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((((triple3 triple5) -> rule3) triple4) -> rule2) ((triple3 triple5) -> rule3)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((((triple3 triple5) -> (rule3 % int3)) triple4) -> (rule2 % int2)) ((triple3 triple5) -> (rule3 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is rough.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is rough.[CWA. Example of deepest failure = (rule2 <- rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is red.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is rough.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Bob is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")"
},
"Q14": {
"question": "Gary is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"Q15": {
"question": "Bob is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is kind.[(triple2)] Bob is young.[(triple1)] Dave is blue.[(triple6)] Dave is green.[(triple5)] Dave is kind.[(triple4)] Dave is young.[(triple3)] Gary is blue.[(triple8)] Gary is cold.[(triple7)] Harry is green.[(triple10)] Harry is kind.[(triple9)] @1: Dave is nice.[(((triple3 triple5) -> rule3))] @2: Dave is rough.[(((((triple3 triple5) -> rule3) triple4) -> rule2))] @3: Dave is red.[(((triple3 ((((triple3 triple5) -> rule3) triple4) -> rule2) ((triple3 triple5) -> rule3)) -> rule4))] | [
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is nice.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is rough.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5) -> (rule3 % int2)) triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is red.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((((triple3 triple5) -> (rule3 % int3)) triple4) -> (rule2 % int2)) ((triple3 triple5) -> (rule3 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": null,
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Bob is so young and darling he is kind to all the old people on the block.",
"sent2": "Dave associated himself with green despite being covered head-to-toe in blue; Him being young and kind preceded him.",
"sent3": "Gary is blue and cold.",
"sent4": "Upon meeting Harry, you'll notice he's green and kind.",
"sent5": "People who can be kind when they are cold are fundamentally nice.",
"sent6": "Don't be surprised to hear that all nice, kind folks are in fact rough.",
"sent7": "When you know someone who is young and green you can count on them being nice to everyone.",
"sent8": "Young people tend to rough and nice, but they are also red.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-578 | 3 | 11 | 6 | Upon meeting Alan, you'll notice he's green and kind. Bob was born only a few years ago so he is young. Round Dave is big and red, but blue from the cold. Even though Fred is young, he is still very round and still very red. Big, kind people that are rough are known for being red. Cold and rough people will also surely be round shaped. A red colored person who is kind and feels cold is usually considered nice. If you can find someone who is nice and red, then be relieved that they are certain to be kind. It's easy to be round and blue when you are young. Blue, red, young people are always going to be kind people, too. | {
"triple1": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple2": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple4": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple7": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple9": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple10": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple11": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is big and kind and rough then they are red.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is cold and rough then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is red and kind and cold then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and red then they are kind.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule5": {
"text": "If someone is round and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and red and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Dave is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple4)]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple4 triple7) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not young.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple7) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is kind.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple7 triple5 ((triple4 triple7) -> rule5)) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((triple4 triple7) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple5 ((triple4 triple7) -> rule5)) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((triple4 triple7) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is nice.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple5 ((triple7 triple5 ((triple4 triple7) -> rule5)) -> rule6) triple6) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple7 triple5 ((triple4 triple7) -> (rule5 % int3))) -> (rule6 % int2)) triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple5 ((triple7 triple5 ((triple4 triple7) -> rule5)) -> rule6) triple6) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple7 triple5 ((triple4 triple7) -> (rule5 % int3))) -> (rule6 % int2)) triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Bob is kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Bob is kind.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Fred is kind.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Dave is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"Q15": {
"question": "Bob is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")"
},
"Q16": {
"question": "Bob is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is green.[(triple2)] Alan is kind.[(triple1)] Bob is young.[(triple3)] Dave is big.[(triple8)] Dave is blue.[(triple7)] Dave is cold.[(triple6)] Dave is red.[(triple5)] Dave is round.[(triple4)] Fred is red.[(triple11)] Fred is round.[(triple10)] Fred is young.[(triple9)] @1: Dave is young.[(((triple4 triple7) -> rule5))] @2: Dave is kind.[(((triple7 triple5 ((triple4 triple7) -> rule5)) -> rule6))] @3: Dave is nice.[(((triple5 ((triple7 triple5 ((triple4 triple7) -> rule5)) -> rule6) triple6) -> rule3))] | [
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is kind.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((triple4 triple7) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple7 triple5 ((triple4 triple7) -> (rule5 % int3))) -> (rule6 % int2)) triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Upon meeting Alan, you'll notice he's green and kind.",
"sent2": "Bob was born only a few years ago so he is young.",
"sent3": "Round Dave is big and red, but blue from the cold.",
"sent4": "Even though Fred is young, he is still very round and still very red.",
"sent5": "Big, kind people that are rough are known for being red.",
"sent6": "Cold and rough people will also surely be round shaped.",
"sent7": "A red colored person who is kind and feels cold is usually considered nice.",
"sent8": "If you can find someone who is nice and red, then be relieved that they are certain to be kind.",
"sent9": "It's easy to be round and blue when you are young.",
"sent10": "Blue, red, young people are always going to be kind people, too.",
"sent11": null
} |
AttNonegNatLang-OWA-1068 | 3 | 11 | 7 | Red Bob is what folks call him, because he is quite red. Fred is big and round man that is looking rather green after seeing some bad mayonnaise. The cold, nice, kind man with a round body is known as Gary. Harry is rough around the edges, but he's often blue and always nice. Someone who is both red and blue will also be a nice person. If you meet a kind green person with a round shape they will also be young. If a person is quite big and also round then they are certainly rough too. A green and quite rough person will also be blue. Someone who tends to be icy cold and rough but secretly nice are generally very blue. A round person will also be red. If you meet a young and kind person who is also rough, they are cold, too. | {
"triple1": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple9": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple10": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple11": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is red and blue then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and green and round then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is big and round then they are rough.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and green then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and rough and nice then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": {
"text": "If someone is round then they are red.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule7": {
"text": "If someone is rough and young and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Gary is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is rough.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple4 triple2) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not rough.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple2) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple4 triple2) -> rule3) triple3) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple2) -> (rule3 % int2)) triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple4 triple2) -> rule3) triple3) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple2) -> (rule3 % int2)) triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is nice.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((triple2) -> rule6) ((((triple4 triple2) -> rule3) triple3) -> rule4)) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule6 % int4)) ((((triple4 triple2) -> (rule3 % int3)) triple3) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Fred is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((triple2) -> rule6) ((((triple4 triple2) -> rule3) triple3) -> rule4)) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule6 % int4)) ((((triple4 triple2) -> (rule3 % int3)) triple3) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Gary is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is rough.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Bob is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Gary is blue.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Bob is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"Q15": {
"question": "Harry is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Gary is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is red.[(triple1)] Fred is big.[(triple4)] Fred is green.[(triple3)] Fred is round.[(triple2)] Gary is cold.[(triple8)] Gary is kind.[(triple7)] Gary is nice.[(triple6)] Gary is round.[(triple5)] Harry is blue.[(triple11)] Harry is nice.[(triple10)] Harry is rough.[(triple9)] @1: Fred is red.[(((triple2) -> rule6))] Fred is rough.[(((triple4 triple2) -> rule3))] Gary is red.[(((triple5) -> rule6))] @2: Fred is blue.[(((((triple4 triple2) -> rule3) triple3) -> rule4))] @3: Fred is nice.[(((((triple2) -> rule6) ((((triple4 triple2) -> rule3) triple3) -> rule4)) -> rule1))] | [
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is nice.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is round.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is rough.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is red.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple2) -> (rule3 % int2)) triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is nice.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule6 % int4)) ((((triple4 triple2) -> (rule3 % int3)) triple3) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Red Bob is what folks call him, because he is quite red.",
"sent2": "Fred is big and round man that is looking rather green after seeing some bad mayonnaise.",
"sent3": "The cold, nice, kind man with a round body is known as Gary.",
"sent4": "Harry is rough around the edges, but he's often blue and always nice.",
"sent5": "Someone who is both red and blue will also be a nice person.",
"sent6": "If you meet a kind green person with a round shape they will also be young.",
"sent7": "If a person is quite big and also round then they are certainly rough too.",
"sent8": "A green and quite rough person will also be blue.",
"sent9": "Someone who tends to be icy cold and rough but secretly nice are generally very blue.",
"sent10": "A round person will also be red.",
"sent11": "If you meet a young and kind person who is also rough, they are cold, too."
} |
AttNonegNatLang-OWA-1174 | 3 | 8 | 7 | You should meet Dave, he is big and rough on the football field but also very young in age. Eric is big and tends to wear red shirts. Harry is rough and cold, but he's young and will get over it. Rough people are often always nice. Big and round people can't help but be cold all of the time. Somebody whose descriptors are nice, big and kind will also fit a young descriptor. When you meet big guys with red hair, then tend to be cold hearted. Red, young people are for the most part round too. Young people tend to rough and nice, but they are also red. When someone is big, young and rough, they can be cold. | {
"triple1": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is rough then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is big and round then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is nice and big and kind then they are young.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is big and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is red and young then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is young and rough and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule7": {
"text": "If someone is rough and young and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Dave is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not big.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple5 triple4) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple7) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is red.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple6 triple7 ((triple7) -> rule1)) -> rule6))]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple7) -> (rule1 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not red.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple7 ((triple7) -> rule1)) -> rule6))]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple7) -> (rule1 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is round.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple6 triple7 ((triple7) -> rule1)) -> rule6) triple6) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 ((triple7) -> (rule1 % int3))) -> (rule6 % int2)) triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not round.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((triple1 triple2 ((triple2) -> rule1)) -> rule6) triple1) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple2 ((triple2) -> (rule1 % int3))) -> (rule6 % int2)) triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is red.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is round.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Harry is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Dave is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is big.[(triple3)] Dave is rough.[(triple2)] Dave is young.[(triple1)] Eric is big.[(triple5)] Eric is red.[(triple4)] Harry is cold.[(triple8)] Harry is rough.[(triple7)] Harry is young.[(triple6)] @1: Dave is cold.[(((triple2 triple1 triple3) -> rule7) OR ((triple3 ((triple1 triple2 ((triple2) -> rule1)) -> rule6)) -> rule4) OR ((triple3 ((((triple1 triple2 ((triple2) -> rule1)) -> rule6) triple1) -> rule5)) -> rule2))] Dave is nice.[(((triple2) -> rule1))] Eric is cold.[(((triple5 triple4) -> rule4))] Harry is nice.[(((triple7) -> rule1))] @2: Dave is red.[(((triple1 triple2 ((triple2) -> rule1)) -> rule6))] Harry is red.[(((triple6 triple7 ((triple7) -> rule1)) -> rule6))] @3: Dave is round.[(((((triple1 triple2 ((triple2) -> rule1)) -> rule6) triple1) -> rule5))] Harry is round.[(((((triple6 triple7 ((triple7) -> rule1)) -> rule6) triple6) -> rule5))] | [
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1 triple3) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple3 ((triple1 triple2 ((triple2) -> (rule1 % int3))) -> (rule6 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple3 ((((triple1 triple2 ((triple2) -> (rule1 % int4))) -> (rule6 % int3)) triple1) -> (rule5 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is cold.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is nice.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is red.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2 ((triple2) -> (rule1 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is red.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple7) -> (rule1 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is round.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple2 ((triple2) -> (rule1 % int3))) -> (rule6 % int2)) triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Harry is round.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 ((triple7) -> (rule1 % int3))) -> (rule6 % int2)) triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "You should meet Dave, he is big and rough on the football field but also very young in age.",
"sent2": "Eric is big and tends to wear red shirts.",
"sent3": "Harry is rough and cold, but he's young and will get over it.",
"sent4": "Rough people are often always nice.",
"sent5": "Big and round people can't help but be cold all of the time.",
"sent6": "Somebody whose descriptors are nice, big and kind will also fit a young descriptor.",
"sent7": "When you meet big guys with red hair, then tend to be cold hearted.",
"sent8": "Red, young people are for the most part round too.",
"sent9": "Young people tend to rough and nice, but they are also red.",
"sent10": "When someone is big, young and rough, they can be cold.",
"sent11": null
} |
AttNonegNatLang-OWA-512 | 3 | 10 | 7 | Even though Alan is big and round, he is cold much of the time. Bob had big, red, round cheeks. Rough Eric can be nice and kind looking green. If you see someone who is red and green they are round, like Santa Claus. If you meet a nice, young, red man, you will see that they are big too. Nice and blue people have to be big as well. When someone is young they can be nice and kind, but green in society. Cold and kind people tend to be blue. Blue, kind, and cold people are habitually rough. Nice people are cold people. | {
"triple1": {
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple9": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple10": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is red and green then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule2": {
"text": "If someone is young and nice and red then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is nice and blue then they are big.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule4": {
"text": "If someone is kind and nice and young then they are green.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and kind then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and kind and cold then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is nice then they are cold.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Alan is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Eric\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is cold.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple8) -> rule7))]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple8) -> rule7))]",
"representation": "(\"Eric\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is blue.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple8) -> rule7) triple9) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8) -> (rule7 % int2)) triple9) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple8) -> rule7) triple9) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8) -> (rule7 % int2)) triple9) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is big.",
"answer": "True",
"QDep": 3,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple8 ((((triple8) -> rule7) triple9) -> rule5)) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple8) -> (rule7 % int3)) triple9) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not big.",
"answer": "False",
"QDep": 3,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple8 ((((triple8) -> rule7) triple9) -> rule5)) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple8) -> (rule7 % int3)) triple9) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Eric is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Charlie is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Charlie is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"-\")"
},
"Q16": {
"question": "Bob is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple3)] Alan is cold.[(triple2)] Alan is round.[(triple1)] Bob is big.[(triple6)] Bob is red.[(triple5)] Bob is round.[(triple4)] Eric is green.[(triple10)] Eric is kind.[(triple9)] Eric is nice.[(triple8)] Eric is rough.[(triple7 OR ((((((triple8) -> rule7) triple9) -> rule5) triple9 ((triple8) -> rule7)) -> rule6))] @1: Eric is cold.[(((triple8) -> rule7))] @2: Eric is blue.[(((((triple8) -> rule7) triple9) -> rule5))] @3: Eric is big.[(((triple8 ((((triple8) -> rule7) triple9) -> rule5)) -> rule3))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
},
{
"representation": "((((((triple8) -> (rule7 % int3)) triple9) -> (rule5 % int2)) triple9 ((triple8) -> (rule7 % int3))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Eric is cold.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is blue.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8) -> (rule7 % int2)) triple9) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is big.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple8) -> (rule7 % int3)) triple9) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Even though Alan is big and round, he is cold much of the time.",
"sent2": "Bob had big, red, round cheeks.",
"sent3": "Rough Eric can be nice and kind looking green.",
"sent4": "If you see someone who is red and green they are round, like Santa Claus.",
"sent5": "If you meet a nice, young, red man, you will see that they are big too.",
"sent6": "Nice and blue people have to be big as well.",
"sent7": "When someone is young they can be nice and kind, but green in society.",
"sent8": "Cold and kind people tend to be blue.",
"sent9": "Blue, kind, and cold people are habitually rough.",
"sent10": "Nice people are cold people.",
"sent11": null
} |
AttNonegNatLang-OWA-939 | 3 | 11 | 5 | Alan is red when he is rough and blue when he is kind. Eric is rough, round and young but also red. Fred is blue just like his dog. Fred is rough and round enough for the dog to use him as an exercise wheel. All kind, red, and young people are also nice. A cold and young aged person will be big for sure. A young person with rough red skin is downhearted and blue. Young round blue people are also big people. Big people, round in the middle and having rough skin are nice because they know what it's like to be made fun of. | {
"triple1": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple6": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple7": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple10": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple11": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and red and young then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is young and cold then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and young and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is round and blue and young then they are big.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule5": {
"text": "If someone is rough and round and big then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Eric is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is blue.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple7 triple5 triple8) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple5 triple8) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is big.",
"answer": "True",
"QDep": 2,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple6 ((triple7 triple5 triple8) -> rule3) triple5) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple7 triple5 triple8) -> (rule3 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not big.",
"answer": "False",
"QDep": 2,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple7 triple5 triple8) -> rule3) triple5) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple7 triple5 triple8) -> (rule3 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is nice.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple7 triple6 ((triple6 ((triple7 triple5 triple8) -> rule3) triple5) -> rule4)) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple6 ((triple7 triple5 triple8) -> (rule3 % int3)) triple5) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple6 ((triple6 ((triple7 triple5 triple8) -> rule3) triple5) -> rule4)) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple6 ((triple7 triple5 triple8) -> (rule3 % int3)) triple5) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Alan is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Alan is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Charlie is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Alan is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple4)] Alan is kind.[(triple3)] Alan is red.[(triple2)] Alan is rough.[(triple1)] Eric is red.[(triple8)] Eric is rough.[(triple7)] Eric is round.[(triple6)] Eric is young.[(triple5)] Fred is blue.[(triple11)] Fred is rough.[(triple10)] Fred is round.[(triple9)] @1: Eric is blue.[(((triple7 triple5 triple8) -> rule3))] @2: Eric is big.[(((triple6 ((triple7 triple5 triple8) -> rule3) triple5) -> rule4))] @3: Eric is nice.[(((triple7 triple6 ((triple6 ((triple7 triple5 triple8) -> rule3) triple5) -> rule4)) -> rule5))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is big.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple7 triple5 triple8) -> (rule3 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is nice.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple6 ((triple7 triple5 triple8) -> (rule3 % int3)) triple5) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": null,
"rule7": null,
"triple11": "sent3",
"triple12": null
} | {
"sent1": "Alan is red when he is rough and blue when he is kind.",
"sent2": "Eric is rough, round and young but also red.",
"sent3": "Fred is blue just like his dog; Fred is rough and round enough for the dog to use him as an exercise wheel.",
"sent4": "All kind, red, and young people are also nice.",
"sent5": "A cold and young aged person will be big for sure.",
"sent6": "A young person with rough red skin is downhearted and blue.",
"sent7": "Young round blue people are also big people.",
"sent8": "Big people, round in the middle and having rough skin are nice because they know what it's like to be made fun of.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-385 | 4 | 10 | 5 | Dave is nice, even when he is rough and red with anger. Fred grew up in a family with six other boys and that make him a rough guy. Right now he's feeling blue because his dog is sick. Gary is a nice person, but he is both blue and red. Harry is known to be rough and green. A person who's big and kind will also be cold. Nice and blue people have to be big as well. Nice, green people that are somewhat round are big through the shoulders. Someone big and rough in shape is always kind. Nice people who are big in stature often look rough. | {
"triple1": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"triple8": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple9": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple10": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is big and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is nice and blue then they are big.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is green and nice and round then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule4": {
"text": "If someone is big and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and big then they are rough.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Dave is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not green.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple10)]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is big.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple8) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not big.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple8) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is rough.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple7 ((triple7 triple8) -> rule2)) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple8) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple7 triple8) -> rule2)) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple8) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is kind.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple7 triple8) -> rule2) ((triple7 ((triple7 triple8) -> rule2)) -> rule5)) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int3)) ((triple7 ((triple7 triple8) -> (rule2 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not kind.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple8) -> rule2) ((triple7 ((triple7 triple8) -> rule2)) -> rule5)) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int3)) ((triple7 ((triple7 triple8) -> (rule2 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is cold.",
"answer": "True",
"QDep": 4,
"QLen": "13",
"strategy": "proof",
"proofs": "[(((((triple7 triple8) -> rule2) ((((triple7 triple8) -> rule2) ((triple7 ((triple7 triple8) -> rule2)) -> rule5)) -> rule4)) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int4)) ((((triple7 triple8) -> (rule2 % int4)) ((triple7 ((triple7 triple8) -> (rule2 % int4))) -> (rule5 % int3))) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Gary is not cold.",
"answer": "False",
"QDep": 4,
"QLen": "13",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple8) -> rule2) ((((triple7 triple8) -> rule2) ((triple7 ((triple7 triple8) -> rule2)) -> rule5)) -> rule4)) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int4)) ((((triple7 triple8) -> (rule2 % int4)) ((triple7 ((triple7 triple8) -> (rule2 % int4))) -> (rule5 % int3))) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Harry is not kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is kind.[CWA. Example of deepest failure = (rule4 <- rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Fred is cold.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Dave is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Dave is not kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Dave is kind.[CWA. Example of deepest failure = (rule4 <- rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"Q17": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")"
},
"Q18": {
"question": "Harry is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"Q19": {
"question": "Dave is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")"
},
"Q20": {
"question": "Gary is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is nice.[(triple3)] Dave is red.[(triple2)] Dave is rough.[(triple1)] Fred is blue.[(triple5)] Fred is rough.[(triple4)] Gary is blue.[(triple8)] Gary is nice.[(triple7)] Gary is red.[(triple6)] Harry is green.[(triple10)] Harry is rough.[(triple9)] @1: Gary is big.[(((triple7 triple8) -> rule2))] @2: Gary is rough.[(((triple7 ((triple7 triple8) -> rule2)) -> rule5))] @3: Gary is kind.[(((((triple7 triple8) -> rule2) ((triple7 ((triple7 triple8) -> rule2)) -> rule5)) -> rule4))] @4: Gary is cold.[(((((triple7 triple8) -> rule2) ((((triple7 triple8) -> rule2) ((triple7 ((triple7 triple8) -> rule2)) -> rule5)) -> rule4)) -> rule1))] | [
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is nice.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is rough.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple8) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is kind.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int3)) ((triple7 ((triple7 triple8) -> (rule2 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Gary is cold.",
"QDep": 4,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int4)) ((((triple7 triple8) -> (rule2 % int4)) ((triple7 ((triple7 triple8) -> (rule2 % int4))) -> (rule5 % int3))) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Dave is nice, even when he is rough and red with anger.",
"sent2": "Fred grew up in a family with six other boys and that make him a rough guy; Right now he's feeling blue because his dog is sick.",
"sent3": "Gary is a nice person, but he is both blue and red.",
"sent4": "Harry is known to be rough and green.",
"sent5": "A person who's big and kind will also be cold.",
"sent6": "Nice and blue people have to be big as well.",
"sent7": "Nice, green people that are somewhat round are big through the shoulders.",
"sent8": "Someone big and rough in shape is always kind.",
"sent9": "Nice people who are big in stature often look rough.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-429 | 3 | 11 | 6 | Young Eric has red, rough skin, but is nice and kind. Fred is a rough guy but he is also red, nice, green and big. They always call him rough Harry. Anyone who manages to be round, blue, and green must be pretty big. People that are big and cold are blue as well. If you are green you are also kind. I see it all the time, nice big people make equal a cold person. If a nice person is round shaped, they feel blue about it. A young person who is red a kind is also usually big. | {
"triple1": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple5": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple7": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple9": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple11": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is round and blue and green then they are big.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is big and cold then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is green then they are kind.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and round then they are blue.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": {
"text": "If someone is red and young and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Eric is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not green.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is big.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple3 triple1 triple5) -> rule6))]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple1 triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple10) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple10) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple10 ((triple8 triple10) -> rule4)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple8 triple10) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple10 ((triple8 triple10) -> rule4)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple8 triple10) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is blue.",
"answer": "True",
"QDep": 3,
"QLen": "11",
"strategy": "proof",
"proofs": "[(((((triple3 triple1 triple5) -> rule6) ((triple4 ((triple3 triple1 triple5) -> rule6)) -> rule4)) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple1 triple5) -> (rule6 % int3)) ((triple4 ((triple3 triple1 triple5) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "11",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple1 triple5) -> rule6) ((triple4 ((triple3 triple1 triple5) -> rule6)) -> rule4)) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple1 triple5) -> (rule6 % int3)) ((triple4 ((triple3 triple1 triple5) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is blue.[CWA. Example of deepest failure = (rule2 <- rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"Q15": {
"question": "Gary is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"young\" \"-\")"
},
"Q16": {
"question": "Gary is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Eric is kind.[(triple5)] Eric is nice.[(triple4)] Eric is red.[(triple3)] Eric is rough.[(triple2)] Eric is young.[(triple1)] Fred is big.[(triple10)] Fred is green.[(triple9)] Fred is nice.[(triple8)] Fred is red.[(triple7)] Fred is rough.[(triple6)] Harry is rough.[(triple11)] @1: Eric is big.[(((triple3 triple1 triple5) -> rule6))] Fred is cold.[(((triple8 triple10) -> rule4))] Fred is kind.[(((triple9) -> rule3))] @2: Eric is cold.[(((triple4 ((triple3 triple1 triple5) -> rule6)) -> rule4))] Fred is blue.[(((triple10 ((triple8 triple10) -> rule4)) -> rule2))] @3: Eric is blue.[(((((triple3 triple1 triple5) -> rule6) ((triple4 ((triple3 triple1 triple5) -> rule6)) -> rule4)) -> rule2))] | [
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple1 triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is cold.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple10) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is kind.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is cold.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple3 triple1 triple5) -> (rule6 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple8 triple10) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is blue.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple1 triple5) -> (rule6 % int3)) ((triple4 ((triple3 triple1 triple5) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent2",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": null,
"triple11": "sent3",
"triple12": null
} | {
"sent1": "Young Eric has red, rough skin, but is nice and kind.",
"sent2": "Fred is a rough guy but he is also red, nice, green and big.",
"sent3": "They always call him rough Harry.",
"sent4": "Anyone who manages to be round, blue, and green must be pretty big.",
"sent5": "People that are big and cold are blue as well.",
"sent6": "If you are green you are also kind.",
"sent7": "I see it all the time, nice big people make equal a cold person.",
"sent8": "If a nice person is round shaped, they feel blue about it.",
"sent9": "A young person who is red a kind is also usually big.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1473 | 3 | 11 | 4 | They always say that he is so nice and kind, that is Big Charlie. But he is also round and blue. Dave who is considered nice was feeling rather rough today. People think that Eric is round. This might be because he is young and blue. In the snow sits Gary, crying from being cold. If a red person is cold and kind to others, they also tend to be blue. You'll always find a young, kind and red person to be a cold person, too. Being kind and young means that if they are also blue, they are always red. All nice people are young. | {
"triple1": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple7": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple8": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple9": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple10": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple11": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is cold and kind and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and young and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and kind and young then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is nice then they are young.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": null,
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Charlie is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple2) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not young.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple7) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is red.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple4 triple3 ((triple2) -> rule4)) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 ((triple2) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not red.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple3 ((triple2) -> rule4)) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 ((triple2) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is cold.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple3 ((triple2) -> rule4) ((triple4 triple3 ((triple2) -> rule4)) -> rule3)) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2) -> (rule4 % int3)) ((triple4 triple3 ((triple2) -> (rule4 % int3))) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple2) -> rule4) ((triple4 triple3 ((triple2) -> rule4)) -> rule3)) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2) -> (rule4 % int3)) ((triple4 triple3 ((triple2) -> (rule4 % int3))) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"Q15": {
"question": "Eric is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Charlie is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is big.[(triple5)] Charlie is blue.[(triple4)] Charlie is kind.[(triple3)] Charlie is nice.[(triple2)] Charlie is round.[(triple1)] Dave is nice.[(triple7)] Dave is rough.[(triple6)] Eric is blue.[(triple10)] Eric is round.[(triple9)] Eric is young.[(triple8)] Gary is cold.[(triple11)] @1: Charlie is young.[(((triple2) -> rule4))] Dave is young.[(((triple7) -> rule4))] @2: Charlie is red.[(((triple4 triple3 ((triple2) -> rule4)) -> rule3))] @3: Charlie is cold.[(((triple3 ((triple2) -> rule4) ((triple4 triple3 ((triple2) -> rule4)) -> rule3)) -> rule2))] | [
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is young.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is red.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 ((triple2) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is cold.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2) -> (rule4 % int3)) ((triple4 triple3 ((triple2) -> (rule4 % int3))) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": null,
"rule6": null,
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "They always say that he is so nice and kind, that is Big Charlie; But he is also round and blue.",
"sent2": "Dave who is considered nice was feeling rather rough today.",
"sent3": "People think that Eric is round; This might be because he is young and blue.",
"sent4": "In the snow sits Gary, crying from being cold.",
"sent5": "If a red person is cold and kind to others, they also tend to be blue.",
"sent6": "You'll always find a young, kind and red person to be a cold person, too.",
"sent7": "Being kind and young means that if they are also blue, they are always red.",
"sent8": "All nice people are young.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-716 | 3 | 11 | 5 | Alan is a red person who is round and also feels blue. Red Bob is what folks call him, because he is quite red. Upon meeting Fred, you'll notice he's green and kind. Harry is colored red and green. He is also young, rough and very cold. A rough and kind person is big. Rough young folks are surprisingly kind. Some kind person that is round a blue will get embarrassed and turn red. Anyone that's described as young, kind and blue can be said to be cold, too. Most big and kind people,though young,are often blue. | {
"triple1": {
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple8": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple10": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple11": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and rough then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is young and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is round and blue and kind then they are red.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is young and blue and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is big and kind and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Harry is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Alan\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is kind.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple8) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not kind.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple8) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is big.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple7 triple8) -> rule2) triple8) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int2)) triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not big.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple8) -> rule2) triple8) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int2)) triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is blue.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((((triple7 triple8) -> rule2) triple8) -> rule1) ((triple7 triple8) -> rule2) triple7) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple7 triple8) -> (rule2 % int3)) triple8) -> (rule1 % int2)) ((triple7 triple8) -> (rule2 % int3)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((((triple7 triple8) -> rule2) triple8) -> rule1) ((triple7 triple8) -> rule2) triple7) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple7 triple8) -> (rule2 % int3)) triple8) -> (rule1 % int2)) ((triple7 triple8) -> (rule2 % int3)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is cold.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Fred is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"Q15": {
"question": "Alan is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")"
},
"Q16": {
"question": "Fred is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple3)] Alan is red.[(triple2)] Alan is round.[(triple1)] Bob is red.[(triple4)] Fred is green.[(triple6)] Fred is kind.[(triple5)] Harry is cold.[(triple11 OR ((triple7 ((((((triple7 triple8) -> rule2) triple8) -> rule1) ((triple7 triple8) -> rule2) triple7) -> rule5) ((triple7 triple8) -> rule2)) -> rule4))] Harry is green.[(triple10)] Harry is red.[(triple9)] Harry is rough.[(triple8)] Harry is young.[(triple7)] @1: Harry is kind.[(((triple7 triple8) -> rule2))] @2: Harry is big.[(((((triple7 triple8) -> rule2) triple8) -> rule1))] @3: Harry is blue.[(((((((triple7 triple8) -> rule2) triple8) -> rule1) ((triple7 triple8) -> rule2) triple7) -> rule5))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
},
{
"representation": "((triple7 ((((((triple7 triple8) -> (rule2 % int4)) triple8) -> (rule1 % int3)) ((triple7 triple8) -> (rule2 % int4)) triple7) -> (rule5 % int2)) ((triple7 triple8) -> (rule2 % int4))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is big.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int2)) triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is blue.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple7 triple8) -> (rule2 % int3)) triple8) -> (rule1 % int2)) ((triple7 triple8) -> (rule2 % int3)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent4",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Alan is a red person who is round and also feels blue.",
"sent2": "Red Bob is what folks call him, because he is quite red.",
"sent3": "Upon meeting Fred, you'll notice he's green and kind.",
"sent4": "Harry is colored red and green; He is also young, rough and very cold.",
"sent5": "A rough and kind person is big.",
"sent6": "Rough young folks are surprisingly kind.",
"sent7": "Some kind person that is round a blue will get embarrassed and turn red.",
"sent8": "Anyone that's described as young, kind and blue can be said to be cold, too.",
"sent9": "Most big and kind people,though young,are often blue.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-705 | 3 | 8 | 7 | Alan ate some rotten meat and now feels green. Fred is green, which is a possible explanation for why he is so nice. Gary is young and kind. But he plays really rough with his friends. Even though he's a big dude, Harry is cold. Someone who is both red and blue will also be a nice person. Anyone that's rough and cold is also going to be blue. If a human is both young and kind, they are also cold. A person with big hair and rough lips is certainly young and jaded. Someone who is blue and cold is also big. Everyone knows that if you are cold, kind, and big, it goes without saying that you are round. Kind people, for example, like the ones at the bank are always blue. | {
"triple1": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple2": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is red and blue then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is cold and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is young and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and big then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and cold then they are big.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and kind and big then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": {
"text": "If someone is kind then they are blue.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is big.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Gary\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple4 triple6) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple6) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is big.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple6) -> rule7) ((triple4 triple6) -> rule3)) -> rule5) OR ((((((triple4 triple6) -> rule3) triple5) -> rule2) ((triple4 triple6) -> rule3)) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int3)) ((triple4 triple6) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4 triple6) -> (rule3 % int3)) triple5) -> (rule2 % int2)) ((triple4 triple6) -> (rule3 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q6": {
"question": "Gary is not big.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple6) -> rule7) ((triple4 triple6) -> rule3)) -> rule5) OR ((((((triple4 triple6) -> rule3) triple5) -> rule2) ((triple4 triple6) -> rule3)) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int3)) ((triple4 triple6) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4 triple6) -> (rule3 % int3)) triple5) -> (rule2 % int2)) ((triple4 triple6) -> (rule3 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Gary is round.",
"answer": "True",
"QDep": 3,
"QLen": "11",
"strategy": "proof",
"proofs": "[(((((triple4 triple6) -> rule3) triple6 ((((triple6) -> rule7) ((triple4 triple6) -> rule3)) -> rule5)) -> rule6) OR ((((triple4 triple6) -> rule3) triple6 ((((((triple4 triple6) -> rule3) triple5) -> rule2) ((triple4 triple6) -> rule3)) -> rule5)) -> rule6))]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple6) -> (rule3 % int4)) triple6 ((((triple6) -> (rule7 % int3)) ((triple4 triple6) -> (rule3 % int4))) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple4 triple6) -> (rule3 % int4)) triple6 ((((((triple4 triple6) -> (rule3 % int4)) triple5) -> (rule2 % int3)) ((triple4 triple6) -> (rule3 % int4))) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Gary is not round.",
"answer": "False",
"QDep": 3,
"QLen": "11",
"strategy": "inv-proof",
"proofs": "[(((((triple4 triple6) -> rule3) triple6 ((((triple6) -> rule7) ((triple4 triple6) -> rule3)) -> rule5)) -> rule6) OR ((((triple4 triple6) -> rule3) triple6 ((((((triple4 triple6) -> rule3) triple5) -> rule2) ((triple4 triple6) -> rule3)) -> rule5)) -> rule6))]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple6) -> (rule3 % int4)) triple6 ((((triple6) -> (rule7 % int3)) ((triple4 triple6) -> (rule3 % int4))) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple4 triple6) -> (rule3 % int4)) triple6 ((((((triple4 triple6) -> (rule3 % int4)) triple5) -> (rule2 % int3)) ((triple4 triple6) -> (rule3 % int4))) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Harry is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is cold.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Harry is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Alan is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is green.[(triple1)] Fred is green.[(triple3)] Fred is nice.[(triple2)] Gary is kind.[(triple6)] Gary is rough.[(triple5)] Gary is young.[(triple4)] Harry is big.[(triple8)] Harry is cold.[(triple7)] @1: Gary is blue.[(((triple6) -> rule7) OR ((((triple4 triple6) -> rule3) triple5) -> rule2))] Gary is cold.[(((triple4 triple6) -> rule3))] @2: Gary is big.[(((((triple6) -> rule7) ((triple4 triple6) -> rule3)) -> rule5) OR ((((((triple4 triple6) -> rule3) triple5) -> rule2) ((triple4 triple6) -> rule3)) -> rule5))] @3: Gary is round.[(((((triple4 triple6) -> rule3) triple6 ((((triple6) -> rule7) ((triple4 triple6) -> rule3)) -> rule5)) -> rule6) OR ((((triple4 triple6) -> rule3) triple6 ((((((triple4 triple6) -> rule3) triple5) -> rule2) ((triple4 triple6) -> rule3)) -> rule5)) -> rule6))] | [
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((((triple4 triple6) -> (rule3 % int2)) triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is cold.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is big.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int3)) ((triple4 triple6) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4 triple6) -> (rule3 % int3)) triple5) -> (rule2 % int2)) ((triple4 triple6) -> (rule3 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Gary is round.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple6) -> (rule3 % int4)) triple6 ((((triple6) -> (rule7 % int3)) ((triple4 triple6) -> (rule3 % int4))) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple4 triple6) -> (rule3 % int4)) triple6 ((((((triple4 triple6) -> (rule3 % int4)) triple5) -> (rule2 % int3)) ((triple4 triple6) -> (rule3 % int4))) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent4",
"triple8": "sent4",
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Alan ate some rotten meat and now feels green.",
"sent2": "Fred is green, which is a possible explanation for why he is so nice.",
"sent3": "Gary is young and kind; But he plays really rough with his friends.",
"sent4": "Even though he's a big dude, Harry is cold.",
"sent5": "Someone who is both red and blue will also be a nice person.",
"sent6": "Anyone that's rough and cold is also going to be blue.",
"sent7": "If a human is both young and kind, they are also cold.",
"sent8": "A person with big hair and rough lips is certainly young and jaded.",
"sent9": "Someone who is blue and cold is also big.",
"sent10": "Everyone knows that if you are cold, kind, and big, it goes without saying that you are round.",
"sent11": "Kind people, for example, like the ones at the bank are always blue."
} |
AttNonegNatLang-OWA-557 | 3 | 12 | 5 | Because Alan gets cold easily he tends to appear round from bundling up. Others enjoy Charlie's company because he is so nice and kind. Fred who is is looking green after smelling the trash left out in the hot sun is seeing red from his anger. Usually though he is described as being a kind and nice person. Harry is too young to be so big. Some say he is too green to be so blue as well. Red and green people that are nice are cold to strangers. Nice people that are blue because they are cold turn green with envy. Red, kind, rough people are the young ones. A person who exhibits nice, kind and cold characteristics will also be a rough person. A person who is cold, rough and young is also nice. | {
"triple1": {
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple9": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple10": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple11": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple12": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is red and nice and green then they are cold.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and nice and cold then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule3": {
"text": "If someone is red and kind and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is kind and nice and cold then they are rough.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and young and rough then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Harry is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple9)]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is cold.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple5 triple6 triple8) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple6 triple8) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is rough.",
"answer": "True",
"QDep": 2,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple7 triple6 ((triple5 triple6 triple8) -> rule1)) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple5 triple6 triple8) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple6 ((triple5 triple6 triple8) -> rule1)) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple5 triple6 triple8) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is young.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple5 triple7 ((triple7 triple6 ((triple5 triple6 triple8) -> rule1)) -> rule4)) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7 ((triple7 triple6 ((triple5 triple6 triple8) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Fred is not young.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple7 ((triple7 triple6 ((triple5 triple6 triple8) -> rule1)) -> rule4)) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7 ((triple7 triple6 ((triple5 triple6 triple8) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Charlie is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Charlie is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Fred is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is cold.[(triple2)] Alan is round.[(triple1)] Charlie is kind.[(triple4)] Charlie is nice.[(triple3)] Fred is green.[(triple8)] Fred is kind.[(triple7)] Fred is nice.[(triple6)] Fred is red.[(triple5)] Harry is big.[(triple12)] Harry is blue.[(triple11)] Harry is green.[(triple10)] Harry is young.[(triple9)] @1: Fred is cold.[(((triple5 triple6 triple8) -> rule1))] @2: Fred is rough.[(((triple7 triple6 ((triple5 triple6 triple8) -> rule1)) -> rule4))] @3: Fred is young.[(((triple5 triple7 ((triple7 triple6 ((triple5 triple6 triple8) -> rule1)) -> rule4)) -> rule3))] | [
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is rough.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple5 triple6 triple8) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is young.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7 ((triple7 triple6 ((triple5 triple6 triple8) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Because Alan gets cold easily he tends to appear round from bundling up.",
"sent2": "Others enjoy Charlie's company because he is so nice and kind.",
"sent3": "Fred who is is looking green after smelling the trash left out in the hot sun is seeing red from his anger; Usually though he is described as being a kind and nice person.",
"sent4": "Harry is too young to be so big; Some say he is too green to be so blue as well.",
"sent5": "Red and green people that are nice are cold to strangers.",
"sent6": "Nice people that are blue because they are cold turn green with envy.",
"sent7": "Red, kind, rough people are the young ones.",
"sent8": "A person who exhibits nice, kind and cold characteristics will also be a rough person.",
"sent9": "A person who is cold, rough and young is also nice.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-758 | 4 | 10 | 6 | Although Charlie is seen as nice and round, his days of playing football have made him quite rough. Dave was born only a few years ago so he is young. Gary is big and tends to wear red shirts. That big rough Harry guy is both red and blue at the same time. Cold and rough people will also surely be round shaped. You will probably see that big, round, blue people are green, too. When you meet big guys with red hair, then tend to be cold hearted. Big, green people that feel blue are mostly young. A big, green person who is cold is assumed to be red also. Blue, red and nice people are always big, too. | {
"triple1": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple10": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is cold and rough then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule2": {
"text": "If someone is round and big and blue then they are green.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule3": {
"text": "If someone is big and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule4": {
"text": "If someone is big and green and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is green and big and cold then they are red.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule6": {
"text": "If someone is nice and blue and red then they are big.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Harry is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Gary\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple5) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple10 triple8) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is round.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple10 triple8) -> rule3) triple7) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple8) -> (rule3 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not round.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple10 triple8) -> rule3) triple7) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple8) -> (rule3 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is green.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((((triple10 triple8) -> rule3) triple7) -> rule1) triple10 triple9) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple8) -> (rule3 % int3)) triple7) -> (rule1 % int2)) triple10 triple9) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not green.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((((triple10 triple8) -> rule3) triple7) -> rule1) triple10 triple9) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple8) -> (rule3 % int3)) triple7) -> (rule1 % int2)) triple10 triple9) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is young.",
"answer": "True",
"QDep": 4,
"QLen": "11",
"strategy": "proof",
"proofs": "[(((triple10 ((((((triple10 triple8) -> rule3) triple7) -> rule1) triple10 triple9) -> rule2) triple9) -> rule4))]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((((((triple10 triple8) -> (rule3 % int4)) triple7) -> (rule1 % int3)) triple10 triple9) -> (rule2 % int2)) triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Harry is not young.",
"answer": "False",
"QDep": 4,
"QLen": "11",
"strategy": "inv-proof",
"proofs": "[(((triple10 ((((((triple10 triple8) -> rule3) triple7) -> rule1) triple10 triple9) -> rule2) triple9) -> rule4))]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((((((triple10 triple8) -> (rule3 % int4)) triple7) -> (rule1 % int3)) triple10 triple9) -> (rule2 % int2)) triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Dave is not red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Dave is red.[CWA. Example of deepest failure = (rule5 <- rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")"
},
"Q14": {
"question": "Charlie is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"Q15": {
"question": "Dave is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Gary is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"Q17": {
"question": "Charlie is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")"
},
"Q18": {
"question": "Gary is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"Q19": {
"question": "Charlie is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"-\")"
},
"Q20": {
"question": "Dave is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is nice.[(triple3)] Charlie is rough.[(triple2)] Charlie is round.[(triple1)] Dave is young.[(triple4)] Gary is big.[(triple6)] Gary is red.[(triple5)] Harry is big.[(triple10)] Harry is blue.[(triple9)] Harry is red.[(triple8)] Harry is rough.[(triple7)] @1: Gary is cold.[(((triple6 triple5) -> rule3))] Harry is cold.[(((triple10 triple8) -> rule3))] @2: Harry is round.[(((((triple10 triple8) -> rule3) triple7) -> rule1))] @3: Harry is green.[(((((((triple10 triple8) -> rule3) triple7) -> rule1) triple10 triple9) -> rule2))] @4: Harry is young.[(((triple10 ((((((triple10 triple8) -> rule3) triple7) -> rule1) triple10 triple9) -> rule2) triple9) -> rule4))] | [
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is cold.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is round.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple8) -> (rule3 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is green.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple8) -> (rule3 % int3)) triple7) -> (rule1 % int2)) triple10 triple9) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Harry is young.",
"QDep": 4,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((((((triple10 triple8) -> (rule3 % int4)) triple7) -> (rule1 % int3)) triple10 triple9) -> (rule2 % int2)) triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent4",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Although Charlie is seen as nice and round, his days of playing football have made him quite rough.",
"sent2": "Dave was born only a few years ago so he is young.",
"sent3": "Gary is big and tends to wear red shirts.",
"sent4": "That big rough Harry guy is both red and blue at the same time.",
"sent5": "Cold and rough people will also surely be round shaped.",
"sent6": "You will probably see that big, round, blue people are green, too.",
"sent7": "When you meet big guys with red hair, then tend to be cold hearted.",
"sent8": "Big, green people that feel blue are mostly young.",
"sent9": "A big, green person who is cold is assumed to be red also.",
"sent10": "Blue, red and nice people are always big, too.",
"sent11": null
} |
AttNonegNatLang-OWA-847 | 3 | 10 | 7 | Bob is a man who is both round and rough. Young Fred woke feeling as round and nice as a kind, green man in the cold. Harry is very nice to people, but he's also rather big. Though they were big and nice, they simultaneously were rough and aloof and seemed cold to others. His cheeks were red from the cold, and his big blue eye were watering. Young, green round people are big. A kind, young person will be rough textured. Rough and green people are also nice. Young people tend to rough and nice, but they are also red. A person who is round and nice is cold. | {
"triple1": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple4": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple6": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"triple9": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is rough and big and nice then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is red and big and cold then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is green and young and round then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule4": {
"text": "If someone is young and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is rough and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is young and rough and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule7": {
"text": "If someone is nice and round then they are cold.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is big.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple10)]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is rough.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple3 triple6) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not big.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple3 triple4) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple3 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is red.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) OR ((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6))]",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple3 triple6) -> (rule4 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple3 ((triple3 triple6) -> (rule4 % int3)) ((((triple3 triple6) -> (rule4 % int3)) triple7) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q6": {
"question": "Fred is not red.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) OR ((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6))]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple3 triple6) -> (rule4 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple3 ((triple3 triple6) -> (rule4 % int3)) ((((triple3 triple6) -> (rule4 % int3)) triple7) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 3,
"QLen": "12",
"strategy": "proof",
"proofs": "[(((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) triple8) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((triple5 triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) triple5) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) triple8) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((((triple3 triple6) -> rule4) triple7) -> rule5) triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((triple5 triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((((triple3 triple6) -> rule4) triple7) -> rule5) triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) triple5) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule1)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int4)) triple5) -> (rule6 % int3)) ((triple7 triple3 triple4) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) triple5) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((triple5 triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) triple5) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int5)) ((triple7 triple3 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) ((((triple3 triple6) -> (rule4 % int5)) triple7) -> (rule5 % int4))) -> (rule6 % int3)) ((triple7 triple3 triple4) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) triple5) -> (rule6 % int5)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int3)) triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((triple5 triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) triple5) -> (rule6 % int5)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5)) triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
}
]
},
"Q8": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "12",
"strategy": "inv-proof",
"proofs": "[(((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) triple8) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((triple5 triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) triple5) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) triple8) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((((triple3 triple6) -> rule4) triple7) -> rule5) triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((triple5 triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((((triple3 triple6) -> rule4) triple7) -> rule5) triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) triple5) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule1)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int4)) triple5) -> (rule6 % int3)) ((triple7 triple3 triple4) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) triple5) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((triple5 triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) triple5) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int5)) ((triple7 triple3 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) ((((triple3 triple6) -> (rule4 % int5)) triple7) -> (rule5 % int4))) -> (rule6 % int3)) ((triple7 triple3 triple4) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) triple5) -> (rule6 % int5)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int3)) triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((triple5 triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) triple5) -> (rule6 % int5)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5)) triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
}
]
},
"Q9": {
"question": "Bob is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Bob is blue.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Charlie is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is cold.[CWA. Example of deepest failure = (rule1 <- rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Charlie is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"-\")"
},
"Q16": {
"question": "Charlie is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is rough.[(triple2)] Bob is round.[(triple1)] Fred is cold.[(triple8 OR ((triple5 triple4) -> rule7) OR ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) triple5) -> rule1) OR ((((((triple3 triple6) -> rule4) triple7) -> rule5) triple4) -> rule7) OR ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule1))] Fred is green.[(triple7)] Fred is kind.[(triple6)] Fred is nice.[(triple5 OR ((((triple3 triple6) -> rule4) triple7) -> rule5))] Fred is round.[(triple4)] Fred is young.[(triple3)] Harry is big.[(triple10)] Harry is nice.[(triple9)] @1: Fred is big.[(((triple7 triple3 triple4) -> rule3))] Fred is rough.[(((triple3 triple6) -> rule4))] @2: Fred is red.[(((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) OR ((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6))] @3: Fred is blue.[(((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) triple8) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((triple5 triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) triple5) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) triple8) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((((triple3 triple6) -> rule4) triple7) -> rule5) triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((triple5 triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) triple5) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((((triple3 triple6) -> rule4) triple7) -> rule5) triple4) -> rule7)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) triple5) -> rule1)) -> rule2) OR ((((triple3 ((triple3 triple6) -> rule4) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule6) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) ((triple7 triple3 triple4) -> rule3) ((((triple3 triple6) -> rule4) triple7) -> rule5)) -> rule1)) -> rule2))] | [
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
},
{
"representation": "((triple5 triple4) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((((triple3 triple6) -> (rule4 % int3)) ((triple7 triple3 triple4) -> (rule3 % int2)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple3 triple6) -> (rule4 % int3)) triple7) -> (rule5 % int2)) triple4) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple3 triple6) -> (rule4 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int4)) triple7) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
},
{
"representation": "((((triple3 triple6) -> (rule4 % int2)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple3 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is rough.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is red.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple3 triple6) -> (rule4 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple3 ((triple3 triple6) -> (rule4 % int3)) ((((triple3 triple6) -> (rule4 % int3)) triple7) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int4)) triple5) -> (rule6 % int3)) ((triple7 triple3 triple4) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) triple5) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((triple5 triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) triple5) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int5)) ((triple7 triple3 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int5)) ((((triple3 triple6) -> (rule4 % int5)) triple7) -> (rule5 % int4))) -> (rule6 % int3)) ((triple7 triple3 triple4) -> (rule3 % int2)) triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int4"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) triple5) -> (rule6 % int5)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int3)) triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((triple5 triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) triple5) -> (rule6 % int5)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int4)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5)) triple4) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
},
{
"representation": "((((triple3 ((triple3 triple6) -> (rule4 % int6)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule6 % int4)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) ((triple7 triple3 triple4) -> (rule3 % int3)) ((((triple3 triple6) -> (rule4 % int6)) triple7) -> (rule5 % int5))) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int5"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int6"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Bob is a man who is both round and rough.",
"sent2": "Young Fred woke feeling as round and nice as a kind, green man in the cold.",
"sent3": "Harry is very nice to people, but he's also rather big.",
"sent4": "Though they were big and nice, they simultaneously were rough and aloof and seemed cold to others.",
"sent5": "His cheeks were red from the cold, and his big blue eye were watering.",
"sent6": "Young, green round people are big.",
"sent7": "A kind, young person will be rough textured.",
"sent8": "Rough and green people are also nice.",
"sent9": "Young people tend to rough and nice, but they are also red.",
"sent10": "A person who is round and nice is cold.",
"sent11": null
} |
AttNonegNatLang-OWA-1481 | 3 | 11 | 7 | Alan is rough and red, but he is still young; he is still blue with youth. Even though he's a big dude, Charlie is cold. Although Fred is seen as nice and round, his days of playing football have made him quite rough. Harry is so young and darling he is kind to all the old people on the block. A cold person with a round figure who is kind to others is nice as well. People who are red and round are usually assumed to be green. Big people who are round in stature and also feel rough are often cold to other people. A human that's round, red and kind will be also be a green human. Blue, red, young people are always going to be kind people, too. Kind people, blue with sadness, and red with the first blushes of love are also found to be green with envy. If somebody has the characteristics of being blue, rough and green, they are also going to be cold. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple6": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple11": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and cold and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is red and round then they are green.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule3": {
"text": "If someone is big and rough and round then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule4": {
"text": "If someone is red and round and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and red and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and red and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": {
"text": "If someone is blue and rough and green then they are cold.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Alan is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Alan\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is kind.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple4 triple3 triple1) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not kind.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple3 triple1) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is green.",
"answer": "True",
"QDep": 2,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple4 triple3 ((triple4 triple3 triple1) -> rule5)) -> rule6))]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 ((triple4 triple3 triple1) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Alan is not green.",
"answer": "False",
"QDep": 2,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple3 ((triple4 triple3 triple1) -> rule5)) -> rule6))]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 ((triple4 triple3 triple1) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Alan is cold.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple4 triple2 ((triple4 triple3 ((triple4 triple3 triple1) -> rule5)) -> rule6)) -> rule7))]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2 ((triple4 triple3 ((triple4 triple3 triple1) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Alan is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple2 ((triple4 triple3 ((triple4 triple3 triple1) -> rule5)) -> rule6)) -> rule7))]",
"representation": "(\"Alan\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2 ((triple4 triple3 ((triple4 triple3 triple1) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is kind.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is cold.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Alan is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Harry is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Alan is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple4)] Alan is red.[(triple3)] Alan is rough.[(triple2)] Alan is young.[(triple1)] Charlie is big.[(triple6)] Charlie is cold.[(triple5)] Fred is nice.[(triple9)] Fred is rough.[(triple8)] Fred is round.[(triple7)] Harry is kind.[(triple11)] Harry is young.[(triple10)] @1: Alan is kind.[(((triple4 triple3 triple1) -> rule5))] @2: Alan is green.[(((triple4 triple3 ((triple4 triple3 triple1) -> rule5)) -> rule6))] @3: Alan is cold.[(((triple4 triple2 ((triple4 triple3 ((triple4 triple3 triple1) -> rule5)) -> rule6)) -> rule7))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is green.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 ((triple4 triple3 triple1) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Alan is cold.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2 ((triple4 triple3 ((triple4 triple3 triple1) -> (rule5 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Alan is rough and red, but he is still young; he is still blue with youth.",
"sent2": "Even though he's a big dude, Charlie is cold.",
"sent3": "Although Fred is seen as nice and round, his days of playing football have made him quite rough.",
"sent4": "Harry is so young and darling he is kind to all the old people on the block.",
"sent5": "A cold person with a round figure who is kind to others is nice as well.",
"sent6": "People who are red and round are usually assumed to be green.",
"sent7": "Big people who are round in stature and also feel rough are often cold to other people.",
"sent8": "A human that's round, red and kind will be also be a green human.",
"sent9": "Blue, red, young people are always going to be kind people, too.",
"sent10": "Kind people, blue with sadness, and red with the first blushes of love are also found to be green with envy.",
"sent11": "If somebody has the characteristics of being blue, rough and green, they are also going to be cold."
} |
AttNonegNatLang-OWA-198 | 4 | 11 | 7 | Red Alan is what folks call him, because he is quite red. Bob is colored blue and red. He is also kind and cold to the touch. That cold kind hearted man over there with the round body, red nose, and rough blue hsirt is named Eric. Santa Claus is red and kind. He is also very nice, especially to children. When a person can be described as blue, rough and round, you can call them nice at the same time. Someone who is colored both in red and green, while being kind to others, is a round person. Show me someone who is cold and kind, and I'll show you how green they are. If you meet someone who is red and blue with a round shape, you can count on them being nice to you. If you meet a kind green person with a round shape they will also be young. Blue and red people who are young always have rough skin. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple7": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple10": {
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"triple11": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is red and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is round and blue and rough then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is red and green and kind then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and red and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is kind and green and round then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule7": {
"text": "If someone is blue and red and young then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple3) -> rule1) OR ((triple5 triple2 ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule5) OR ((((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3) triple5 ((triple5 triple2 ((triple3 ((triple4 triple3) -> rule4) ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule6)) -> rule7)) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple5 triple2 ((triple2 ((triple4 triple3) -> (rule4 % int3)) triple3) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple2 ((triple4 triple3) -> (rule4 % int5)) triple3) -> (rule3 % int4)) triple5 ((triple5 triple2 ((triple3 ((triple4 triple3) -> (rule4 % int5)) ((triple2 ((triple4 triple3) -> (rule4 % int5)) triple3) -> (rule3 % int4))) -> (rule6 % int3))) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q4": {
"question": "Eric is not green.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple10 triple9) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is round.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple4 triple3) -> (rule4 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not round.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple4 triple3) -> (rule4 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is young.",
"answer": "True",
"QDep": 3,
"QLen": "11",
"strategy": "proof",
"proofs": "[(((triple3 ((triple4 triple3) -> rule4) ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 triple3) -> (rule4 % int3)) ((triple2 ((triple4 triple3) -> (rule4 % int3)) triple3) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 3,
"QLen": "11",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple4 triple3) -> rule4) ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 triple3) -> (rule4 % int3)) ((triple2 ((triple4 triple3) -> (rule4 % int3)) triple3) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is rough.",
"answer": "True",
"QDep": 4,
"QLen": "14",
"strategy": "proof",
"proofs": "[(((triple5 triple2 ((triple3 ((triple4 triple3) -> rule4) ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule6)) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple2 ((triple3 ((triple4 triple3) -> (rule4 % int4)) ((triple2 ((triple4 triple3) -> (rule4 % int4)) triple3) -> (rule3 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Bob is not rough.",
"answer": "False",
"QDep": 4,
"QLen": "14",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple2 ((triple3 ((triple4 triple3) -> rule4) ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule6)) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple2 ((triple3 ((triple4 triple3) -> (rule4 % int4)) ((triple2 ((triple4 triple3) -> (rule4 % int4)) triple3) -> (rule3 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Harry is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is green.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is rough.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")"
},
"Q14": {
"question": "Harry is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Alan is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"Q17": {
"question": "Alan is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")"
},
"Q18": {
"question": "Alan is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"Q19": {
"question": "Harry is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")"
},
"Q20": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is red.[(triple1)] Bob is blue.[(triple5)] Bob is cold.[(triple4)] Bob is kind.[(triple3)] Bob is red.[(triple2)] Eric is blue.[(triple11)] Eric is cold.[(triple10)] Eric is kind.[(triple9)] Eric is red.[(triple8)] Eric is rough.[(triple7 OR ((triple11 triple8 ((triple9 ((triple10 triple9) -> rule4) triple6) -> rule6)) -> rule7) OR ((triple11 triple8 ((triple9 ((triple10 triple9) -> rule4) ((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3)) -> rule6)) -> rule7))] Eric is round.[(triple6 OR ((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3))] @1: Bob is green.[(((triple4 triple3) -> rule4))] Bob is nice.[(((triple2 triple3) -> rule1) OR ((triple5 triple2 ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule5) OR ((((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3) triple5 ((triple5 triple2 ((triple3 ((triple4 triple3) -> rule4) ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule6)) -> rule7)) -> rule2))] Eric is green.[(((triple10 triple9) -> rule4))] Eric is nice.[(((triple8 triple9) -> rule1) OR ((triple11 triple8 triple6) -> rule5) OR ((triple6 triple11 triple7) -> rule2) OR ((triple11 triple8 ((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3)) -> rule5) OR ((((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3) triple11 triple7) -> rule2) OR ((triple6 triple11 ((triple11 triple8 ((triple9 ((triple10 triple9) -> rule4) triple6) -> rule6)) -> rule7)) -> rule2) OR ((((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3) triple11 ((triple11 triple8 ((triple9 ((triple10 triple9) -> rule4) triple6) -> rule6)) -> rule7)) -> rule2) OR ((triple6 triple11 ((triple11 triple8 ((triple9 ((triple10 triple9) -> rule4) ((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3)) -> rule6)) -> rule7)) -> rule2) OR ((((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3) triple11 ((triple11 triple8 ((triple9 ((triple10 triple9) -> rule4) ((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3)) -> rule6)) -> rule7)) -> rule2))] @2: Bob is round.[(((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3))] Eric is young.[(((triple9 ((triple10 triple9) -> rule4) triple6) -> rule6) OR ((triple9 ((triple10 triple9) -> rule4) ((triple8 ((triple10 triple9) -> rule4) triple9) -> rule3)) -> rule6))] @3: Bob is young.[(((triple3 ((triple4 triple3) -> rule4) ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule6))] @4: Bob is rough.[(((triple5 triple2 ((triple3 ((triple4 triple3) -> rule4) ((triple2 ((triple4 triple3) -> rule4) triple3) -> rule3)) -> rule6)) -> rule7))] | [
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Eric is cold.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
},
{
"representation": "((triple11 triple8 ((triple9 ((triple10 triple9) -> (rule4 % int3)) triple6) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple11 triple8 ((triple9 ((triple10 triple9) -> (rule4 % int4)) ((triple8 ((triple10 triple9) -> (rule4 % int4)) triple9) -> (rule3 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
},
{
"representation": "((triple8 ((triple10 triple9) -> (rule4 % int2)) triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is green.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple5 triple2 ((triple2 ((triple4 triple3) -> (rule4 % int3)) triple3) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple2 ((triple4 triple3) -> (rule4 % int5)) triple3) -> (rule3 % int4)) triple5 ((triple5 triple2 ((triple3 ((triple4 triple3) -> (rule4 % int5)) ((triple2 ((triple4 triple3) -> (rule4 % int5)) triple3) -> (rule3 % int4))) -> (rule6 % int3))) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
},
{
"text": "Eric is green.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is nice.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple9) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple11 triple8 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple6 triple11 triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple11 triple8 ((triple8 ((triple10 triple9) -> (rule4 % int3)) triple9) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple8 ((triple10 triple9) -> (rule4 % int3)) triple9) -> (rule3 % int2)) triple11 triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple6 triple11 ((triple11 triple8 ((triple9 ((triple10 triple9) -> (rule4 % int4)) triple6) -> (rule6 % int3))) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple8 ((triple10 triple9) -> (rule4 % int5)) triple9) -> (rule3 % int4)) triple11 ((triple11 triple8 ((triple9 ((triple10 triple9) -> (rule4 % int5)) triple6) -> (rule6 % int3))) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((triple6 triple11 ((triple11 triple8 ((triple9 ((triple10 triple9) -> (rule4 % int5)) ((triple8 ((triple10 triple9) -> (rule4 % int5)) triple9) -> (rule3 % int4))) -> (rule6 % int3))) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple8 ((triple10 triple9) -> (rule4 % int5)) triple9) -> (rule3 % int4)) triple11 ((triple11 triple8 ((triple9 ((triple10 triple9) -> (rule4 % int5)) ((triple8 ((triple10 triple9) -> (rule4 % int5)) triple9) -> (rule3 % int4))) -> (rule6 % int3))) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple4 triple3) -> (rule4 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is young.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple10 triple9) -> (rule4 % int2)) triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple9 ((triple10 triple9) -> (rule4 % int3)) ((triple8 ((triple10 triple9) -> (rule4 % int3)) triple9) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Bob is young.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 triple3) -> (rule4 % int3)) ((triple2 ((triple4 triple3) -> (rule4 % int3)) triple3) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Bob is rough.",
"QDep": 4,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple2 ((triple3 ((triple4 triple3) -> (rule4 % int4)) ((triple2 ((triple4 triple3) -> (rule4 % int4)) triple3) -> (rule3 % int3))) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": "sent3",
"triple12": null
} | {
"sent1": "Red Alan is what folks call him, because he is quite red.",
"sent2": "Bob is colored blue and red; He is also kind and cold to the touch.",
"sent3": "That cold kind hearted man over there with the round body, red nose, and rough blue hsirt is named Eric.",
"sent4": "Santa Claus is red and kind; He is also very nice, especially to children.",
"sent5": "When a person can be described as blue, rough and round, you can call them nice at the same time.",
"sent6": "Someone who is colored both in red and green, while being kind to others, is a round person.",
"sent7": "Show me someone who is cold and kind, and I'll show you how green they are.",
"sent8": "If you meet someone who is red and blue with a round shape, you can count on them being nice to you.",
"sent9": "If you meet a kind green person with a round shape they will also be young.",
"sent10": "Blue and red people who are young always have rough skin.",
"sent11": null
} |
AttNonegNatLang-OWA-1233 | 4 | 8 | 7 | That rough but kind guy is Dave, the green one. Fred is still young and round, but he is nice to everyone and kind to animals. Harry wears all blue. Though they were big and nice, they simultaneously were rough and aloof and seemed cold to others. Someone who has a a young round face is often rough around the edges. Those who are nice but a bit rough around the edges are known for being blue. Try to cheer up those young folks that are rough and kind, for they are very likely feeling blue. A person described as cold and kind can also be described as nice. A human that's round, red and kind will be also be a green human. A blue, rough and round person will also be a big person. | {
"triple1": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is rough and big and nice then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is round and young then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule3": {
"text": "If someone is nice and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is kind and rough and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is red and round and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": {
"text": "If someone is blue and rough and round then they are big.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is kind.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not green.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is rough.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple5 triple4) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not rough.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple4) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple6 ((triple5 triple4) -> rule2)) -> rule3) OR ((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple7 ((triple5 triple4) -> (rule2 % int2)) triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple5 triple4) -> rule2)) -> rule3) OR ((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple7 ((triple5 triple4) -> (rule2 % int2)) triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is big.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((triple6 ((triple5 triple4) -> rule2)) -> rule3) ((triple5 triple4) -> rule2) triple5) -> rule7) OR ((((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4) ((triple5 triple4) -> rule2) triple5) -> rule7))]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple5 triple4) -> (rule2 % int3))) -> (rule3 % int2)) ((triple5 triple4) -> (rule2 % int3)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple7 ((triple5 triple4) -> (rule2 % int3)) triple4) -> (rule4 % int2)) ((triple5 triple4) -> (rule2 % int3)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Fred is not big.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple6 ((triple5 triple4) -> rule2)) -> rule3) ((triple5 triple4) -> rule2) triple5) -> rule7) OR ((((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4) ((triple5 triple4) -> rule2) triple5) -> rule7))]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple5 triple4) -> (rule2 % int3))) -> (rule3 % int2)) ((triple5 triple4) -> (rule2 % int3)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple7 ((triple5 triple4) -> (rule2 % int3)) triple4) -> (rule4 % int2)) ((triple5 triple4) -> (rule2 % int3)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is cold.",
"answer": "True",
"QDep": 4,
"QLen": "15",
"strategy": "proof",
"proofs": "[(((((triple5 triple4) -> rule2) ((((triple6 ((triple5 triple4) -> rule2)) -> rule3) ((triple5 triple4) -> rule2) triple5) -> rule7) triple6) -> rule1) OR ((((triple5 triple4) -> rule2) ((((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4) ((triple5 triple4) -> rule2) triple5) -> rule7) triple6) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple4) -> (rule2 % int4)) ((((triple6 ((triple5 triple4) -> (rule2 % int4))) -> (rule3 % int3)) ((triple5 triple4) -> (rule2 % int4)) triple5) -> (rule7 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 triple4) -> (rule2 % int4)) ((((triple7 ((triple5 triple4) -> (rule2 % int4)) triple4) -> (rule4 % int3)) ((triple5 triple4) -> (rule2 % int4)) triple5) -> (rule7 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 4,
"QLen": "15",
"strategy": "inv-proof",
"proofs": "[(((((triple5 triple4) -> rule2) ((((triple6 ((triple5 triple4) -> rule2)) -> rule3) ((triple5 triple4) -> rule2) triple5) -> rule7) triple6) -> rule1) OR ((((triple5 triple4) -> rule2) ((((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4) ((triple5 triple4) -> rule2) triple5) -> rule7) triple6) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple4) -> (rule2 % int4)) ((((triple6 ((triple5 triple4) -> (rule2 % int4))) -> (rule3 % int3)) ((triple5 triple4) -> (rule2 % int4)) triple5) -> (rule7 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 triple4) -> (rule2 % int4)) ((((triple7 ((triple5 triple4) -> (rule2 % int4)) triple4) -> (rule4 % int3)) ((triple5 triple4) -> (rule2 % int4)) triple5) -> (rule7 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Eric is not cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Eric is cold.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Dave is nice.[CWA. Example of deepest failure = (rule5 <- rule1 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is big.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Eric is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Dave is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Fred is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"Q17": {
"question": "Dave is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")"
},
"Q18": {
"question": "Eric is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"Q19": {
"question": "Harry is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")"
},
"Q20": {
"question": "Harry is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is green.[(triple3)] Dave is kind.[(triple2)] Dave is rough.[(triple1)] Fred is kind.[(triple7)] Fred is nice.[(triple6)] Fred is round.[(triple5)] Fred is young.[(triple4)] Harry is blue.[(triple8)] @1: Fred is rough.[(((triple5 triple4) -> rule2))] @2: Fred is blue.[(((triple6 ((triple5 triple4) -> rule2)) -> rule3) OR ((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4))] @3: Fred is big.[(((((triple6 ((triple5 triple4) -> rule2)) -> rule3) ((triple5 triple4) -> rule2) triple5) -> rule7) OR ((((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4) ((triple5 triple4) -> rule2) triple5) -> rule7))] @4: Fred is cold.[(((((triple5 triple4) -> rule2) ((((triple6 ((triple5 triple4) -> rule2)) -> rule3) ((triple5 triple4) -> rule2) triple5) -> rule7) triple6) -> rule1) OR ((((triple5 triple4) -> rule2) ((((triple7 ((triple5 triple4) -> rule2) triple4) -> rule4) ((triple5 triple4) -> rule2) triple5) -> rule7) triple6) -> rule1))] | [
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple7 ((triple5 triple4) -> (rule2 % int2)) triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is big.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple5 triple4) -> (rule2 % int3))) -> (rule3 % int2)) ((triple5 triple4) -> (rule2 % int3)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple7 ((triple5 triple4) -> (rule2 % int3)) triple4) -> (rule4 % int2)) ((triple5 triple4) -> (rule2 % int3)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Fred is cold.",
"QDep": 4,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple4) -> (rule2 % int4)) ((((triple6 ((triple5 triple4) -> (rule2 % int4))) -> (rule3 % int3)) ((triple5 triple4) -> (rule2 % int4)) triple5) -> (rule7 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 triple4) -> (rule2 % int4)) ((((triple7 ((triple5 triple4) -> (rule2 % int4)) triple4) -> (rule4 % int3)) ((triple5 triple4) -> (rule2 % int4)) triple5) -> (rule7 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "That rough but kind guy is Dave, the green one.",
"sent2": "Fred is still young and round, but he is nice to everyone and kind to animals.",
"sent3": "Harry wears all blue.",
"sent4": "Though they were big and nice, they simultaneously were rough and aloof and seemed cold to others.",
"sent5": "Someone who has a a young round face is often rough around the edges.",
"sent6": "Those who are nice but a bit rough around the edges are known for being blue.",
"sent7": "Try to cheer up those young folks that are rough and kind, for they are very likely feeling blue.",
"sent8": "A person described as cold and kind can also be described as nice.",
"sent9": "A human that's round, red and kind will be also be a green human.",
"sent10": "A blue, rough and round person will also be a big person.",
"sent11": null
} |
AttNonegNatLang-OWA-573 | 3 | 12 | 6 | Alan was green with envy. Though everyone thought he was a nice, young guy he was always blue. He would only focus on how round he was compared to others. To the touch Bob has rough, cold skin. Charlie has become rough with permanent red skin from working outdoors for so many years. He always feels cold. He is kind to both people and animals. They always call him rough Harry. When anyone can be described as nice, young and big, they can also be described as red. If you big person approaches and is cold, fear not because they are nice. Cold, red people are generally kind and big. If you meet a person who is green, big and blue, you will find them to be nice. Nice people are kind and rough when they are young. Somebody having round, cold and kind traits is also sure to be young. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple5": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple7": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple10": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple11": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple12": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is nice and big and young then they are red.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is big and cold then they are nice.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and red and cold then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and green and big then they are nice.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and kind and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule6": {
"text": "If someone is round and kind and cold then they are young.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Alan is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple10)]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is big.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple10 triple9 triple11) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple9 triple11) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not big.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple10 triple9 triple11) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple9 triple11) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is nice.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple10 triple9 triple11) -> rule3) triple11) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple9 triple11) -> (rule3 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple10 triple9 triple11) -> rule3) triple11) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple9 triple11) -> (rule3 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((((triple10 triple9 triple11) -> rule3) triple11) -> rule2) triple10 triple8) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple9 triple11) -> (rule3 % int3)) triple11) -> (rule2 % int2)) triple10 triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not young.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((((triple10 triple9 triple11) -> rule3) triple11) -> rule2) triple10 triple8) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple9 triple11) -> (rule3 % int3)) triple11) -> (rule2 % int2)) triple10 triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is red.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Alan is red.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Harry is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"Q15": {
"question": "Charlie is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Bob is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple5)] Alan is green.[(triple4)] Alan is nice.[(triple3)] Alan is round.[(triple2)] Alan is young.[(triple1)] Bob is cold.[(triple7)] Bob is rough.[(triple6)] Charlie is cold.[(triple11)] Charlie is kind.[(triple10)] Charlie is red.[(triple9)] Charlie is rough.[(triple8)] Harry is rough.[(triple12)] @1: Charlie is big.[(((triple10 triple9 triple11) -> rule3))] @2: Charlie is nice.[(((((triple10 triple9 triple11) -> rule3) triple11) -> rule2))] @3: Charlie is young.[(((((((triple10 triple9 triple11) -> rule3) triple11) -> rule2) triple10 triple8) -> rule5))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is nice.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple9 triple11) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is nice.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple9 triple11) -> (rule3 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is young.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple9 triple11) -> (rule3 % int3)) triple11) -> (rule2 % int2)) triple10 triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent3",
"triple12": "sent4"
} | {
"sent1": "Alan was green with envy; Though everyone thought he was a nice, young guy he was always blue; He would only focus on how round he was compared to others.",
"sent2": "To the touch Bob has rough, cold skin.",
"sent3": "Charlie has become rough with permanent red skin from working outdoors for so many years; He always feels cold; He is kind to both people and animals.",
"sent4": "They always call him rough Harry.",
"sent5": "When anyone can be described as nice, young and big, they can also be described as red.",
"sent6": "If you big person approaches and is cold, fear not because they are nice.",
"sent7": "Cold, red people are generally kind and big.",
"sent8": "If you meet a person who is green, big and blue, you will find them to be nice.",
"sent9": "Nice people are kind and rough when they are young.",
"sent10": "Somebody having round, cold and kind traits is also sure to be young.",
"sent11": null
} |
AttNonegNatLang-OWA-1354 | 3 | 7 | 7 | They always call him rough Bob. Charlie is young but big for his age. Charlie wasn't feeling well so he is a little green. Dave ate some rotten meat and now feels green. Fred is blue from ink he spilled on himself while being kind and helping some children paint. Kind, young, green persons are sure to be rough persons, too. A big young person that is green will be cold to others. Green people with red round cheeks are young. A big and round shaped person that is also cold will be blue in color. Invariably, any young person whose skin appears rough and green is bound to be quite big. A person who is young and cold and green is kind. If you meet a young and kind person who is also rough, they are cold, too. | {
"triple1": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple3": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple8": null,
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and young and green then they are rough.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule2": {
"text": "If someone is green and young and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is red and green and round then they are young.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and big and round then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is young and green and rough then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is green and young and cold then they are kind.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule7": {
"text": "If someone is rough and young and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is cold.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple3 triple2 triple4) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple2 triple4) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is kind.",
"answer": "True",
"QDep": 2,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple3 triple2 ((triple3 triple2 triple4) -> rule2)) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2 ((triple3 triple2 triple4) -> (rule2 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple2 ((triple3 triple2 triple4) -> rule2)) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2 ((triple3 triple2 triple4) -> (rule2 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is rough.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((triple3 triple2 ((triple3 triple2 triple4) -> rule2)) -> rule6) triple2 triple3) -> rule1))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2 ((triple3 triple2 triple4) -> (rule2 % int3))) -> (rule6 % int2)) triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not rough.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple2 ((triple3 triple2 triple4) -> rule2)) -> rule6) triple2 triple3) -> rule1))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2 ((triple3 triple2 triple4) -> (rule2 % int3))) -> (rule6 % int2)) triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is not kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Dave is kind.[CWA. Example of deepest failure = (rule6 <- rule3 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Bob is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is kind.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Fred is cold.[CWA. Example of deepest failure = (rule7 <- rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Fred is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Bob is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Bob is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is rough.[(triple1)] Charlie is big.[(triple4)] Charlie is green.[(triple3)] Charlie is young.[(triple2)] Dave is green.[(triple5)] Fred is blue.[(triple7)] Fred is kind.[(triple6)] @1: Charlie is cold.[(((triple3 triple2 triple4) -> rule2))] @2: Charlie is kind.[(((triple3 triple2 ((triple3 triple2 triple4) -> rule2)) -> rule6))] @3: Charlie is rough.[(((((triple3 triple2 ((triple3 triple2 triple4) -> rule2)) -> rule6) triple2 triple3) -> rule1))] | [
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is kind.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2 ((triple3 triple2 triple4) -> (rule2 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is rough.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2 ((triple3 triple2 triple4) -> (rule2 % int3))) -> (rule6 % int2)) triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent4",
"triple7": "sent4",
"triple8": null,
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "They always call him rough Bob.",
"sent2": "Charlie is young but big for his age; Charlie wasn't feeling well so he is a little green.",
"sent3": "Dave ate some rotten meat and now feels green.",
"sent4": "Fred is blue from ink he spilled on himself while being kind and helping some children paint.",
"sent5": "Kind, young, green persons are sure to be rough persons, too.",
"sent6": "A big young person that is green will be cold to others.",
"sent7": "Green people with red round cheeks are young.",
"sent8": "A big and round shaped person that is also cold will be blue in color.",
"sent9": "Invariably, any young person whose skin appears rough and green is bound to be quite big.",
"sent10": "A person who is young and cold and green is kind.",
"sent11": "If you meet a young and kind person who is also rough, they are cold, too."
} |
AttNonegNatLang-OWA-828 | 3 | 8 | 7 | In the snow sits Alan, crying from being cold. Eric is young but big for his age. Eric wasn't feeling well so he is a little green. Red Gary is what folks call him, because he is quite red. Nice, but round, Harry has been said to be cold. Because someone is green and kind they are extremely nice to people. Though they were big and nice, they simultaneously were rough and aloof and seemed cold to others. Cold and rough people will also surely be round shaped. Nice young people who are round are also blue. Young and kind folks are always big. Have you noticed that green and round folks are also so young. People who are nice and cold are also green. | {
"triple1": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple3": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple7": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple8": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is green and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and big and nice then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is cold and rough then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and young and round then they are blue.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is kind and young then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is green and round then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule7": {
"text": "If someone is nice and cold then they are green.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
}
} | {
"Q1": {
"question": "Eric is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not young.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Eric\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is green.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple8) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not green.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple8) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is young.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple7 triple8) -> rule7) triple6) -> rule6))]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule7 % int2)) triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not young.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple8) -> rule7) triple6) -> rule6))]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule7 % int2)) triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is blue.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple7 ((((triple7 triple8) -> rule7) triple6) -> rule6) triple6) -> rule4))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((((triple7 triple8) -> (rule7 % int3)) triple6) -> (rule6 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((((triple7 triple8) -> rule7) triple6) -> rule6) triple6) -> rule4))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((((triple7 triple8) -> (rule7 % int3)) triple6) -> (rule6 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Alan is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Alan is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Harry is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is cold.[(triple1)] Eric is big.[(triple4)] Eric is green.[(triple3)] Eric is young.[(triple2)] Gary is red.[(triple5)] Harry is cold.[(triple8)] Harry is nice.[(triple7)] Harry is round.[(triple6)] @1: Harry is green.[(((triple7 triple8) -> rule7))] @2: Harry is young.[(((((triple7 triple8) -> rule7) triple6) -> rule6))] @3: Harry is blue.[(((triple7 ((((triple7 triple8) -> rule7) triple6) -> rule6) triple6) -> rule4))] | [
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is young.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule7 % int2)) triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is blue.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((((triple7 triple8) -> (rule7 % int3)) triple6) -> (rule6 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent4",
"triple7": "sent4",
"triple8": "sent4",
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "In the snow sits Alan, crying from being cold.",
"sent2": "Eric is young but big for his age; Eric wasn't feeling well so he is a little green.",
"sent3": "Red Gary is what folks call him, because he is quite red.",
"sent4": "Nice, but round, Harry has been said to be cold.",
"sent5": "Because someone is green and kind they are extremely nice to people.",
"sent6": "Though they were big and nice, they simultaneously were rough and aloof and seemed cold to others.",
"sent7": "Cold and rough people will also surely be round shaped.",
"sent8": "Nice young people who are round are also blue.",
"sent9": "Young and kind folks are always big.",
"sent10": "Have you noticed that green and round folks are also so young.",
"sent11": "People who are nice and cold are also green."
} |
AttNonegNatLang-OWA-1112 | 3 | 8 | 5 | Alan grew up in a family with six other boys and that make him a rough guy. Right now he's feeling blue because his dog is sick. Eric has a big round body which makes him feel blue about how rough he looks and fills him with red anger. Gary always goes out of his way to show that he is kind to people. You make someone round and green, and they'll turn out nice. I see it all the time, nice big people make equal a cold person. A quite nice person will certainly be red. Have you noticed that green and round folks are also so young. A blue and round human being will also be a green human being. | {
"triple1": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple8": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is round and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is nice and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is nice then they are red.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is green and round then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and round then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Eric is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is green.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple3) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not green.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple3) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is nice.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple3 ((triple6 triple3) -> rule5)) -> rule1))]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple6 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple6 triple3) -> rule5)) -> rule1))]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple6 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is cold.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple3 ((triple6 triple3) -> rule5)) -> rule1) triple7) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple6 triple3) -> (rule5 % int3))) -> (rule1 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((triple3 ((triple6 triple3) -> rule5)) -> rule1) triple7) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple6 triple3) -> (rule5 % int3))) -> (rule1 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Gary is red.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"Q15": {
"question": "Gary is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")"
},
"Q16": {
"question": "Harry is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple2)] Alan is rough.[(triple1)] Eric is big.[(triple7)] Eric is blue.[(triple6)] Eric is red.[(triple5 OR ((((triple3 ((triple6 triple3) -> rule5)) -> rule1)) -> rule3))] Eric is rough.[(triple4)] Eric is round.[(triple3)] Gary is kind.[(triple8)] @1: Eric is green.[(((triple6 triple3) -> rule5))] @2: Eric is nice.[(((triple3 ((triple6 triple3) -> rule5)) -> rule1))] Eric is young.[(((((triple6 triple3) -> rule5) triple3) -> rule4))] @3: Eric is cold.[(((((triple3 ((triple6 triple3) -> rule5)) -> rule1) triple7) -> rule2))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
},
{
"representation": "((((triple3 ((triple6 triple3) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is nice.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple6 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is young.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple3) -> (rule5 % int2)) triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is cold.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple6 triple3) -> (rule5 % int3))) -> (rule1 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Alan grew up in a family with six other boys and that make him a rough guy; Right now he's feeling blue because his dog is sick.",
"sent2": "Eric has a big round body which makes him feel blue about how rough he looks and fills him with red anger.",
"sent3": "Gary always goes out of his way to show that he is kind to people.",
"sent4": "You make someone round and green, and they'll turn out nice.",
"sent5": "I see it all the time, nice big people make equal a cold person.",
"sent6": "A quite nice person will certainly be red.",
"sent7": "Have you noticed that green and round folks are also so young.",
"sent8": "A blue and round human being will also be a green human being.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-947 | 3 | 12 | 6 | Charlie is a young guy who is also round, red, kind, cold and blue. Dave ate some rotten meat and now feels green. Fred is young but big for his age. Fred wasn't feeling well so he is a little green. Harry is big and dresses in blue. When young, round people are cold it their skin gets a blue tinge to it. Big, young people feel cold all the time. A round shaped and young aged person will be very cold. Big and cold people are likely to be round, too. A person described as cold and kind can also be described as nice. A young person who is red a kind is also usually big. | {
"triple1": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple6": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple9": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple11": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple12": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is young and round and cold then they are blue.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule2": {
"text": "If someone is young and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is round and young then they are cold.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule4": {
"text": "If someone is big and cold then they are round.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is red and young and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Harry is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple11)]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5 OR ((triple2 triple1) -> rule3) OR ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
},
{
"representation": "((triple2 triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple1 ((triple3 triple1 triple4) -> (rule6 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q3": {
"question": "Charlie is nice.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple5 triple4) -> rule5) OR ((((triple2 triple1) -> rule3) triple4) -> rule5) OR ((((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2) triple4) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((((triple2 triple1) -> (rule3 % int2)) triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple1 ((triple3 triple1 triple4) -> (rule6 % int3))) -> (rule2 % int2)) triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q4": {
"question": "Charlie is not big.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple1 triple4) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple1 triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is round.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple10 ((triple8 triple10) -> rule2)) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple8 triple10) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not round.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple10 ((triple8 triple10) -> rule2)) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple8 triple10) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple8 ((triple10 ((triple8 triple10) -> rule2)) -> rule4) ((triple8 triple10) -> rule2)) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple10 ((triple8 triple10) -> (rule2 % int3))) -> (rule4 % int2)) ((triple8 triple10) -> (rule2 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple8 ((triple10 ((triple8 triple10) -> rule2)) -> rule4) ((triple8 triple10) -> rule2)) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple10 ((triple8 triple10) -> (rule2 % int3))) -> (rule4 % int2)) ((triple8 triple10) -> (rule2 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Dave is round.[CWA. Example of deepest failure = (rule4 <- rule6 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Charlie is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"Q15": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")"
},
"Q16": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is blue.[(triple6 OR ((triple1 triple2 triple5) -> rule1) OR ((triple1 triple2 ((triple2 triple1) -> rule3)) -> rule1) OR ((triple1 triple2 ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2)) -> rule1) OR ((triple1 ((((triple3 triple1 triple4) -> rule6) triple5) -> rule4) triple5) -> rule1) OR ((triple1 ((((triple3 triple1 triple4) -> rule6) triple5) -> rule4) ((triple2 triple1) -> rule3)) -> rule1) OR ((triple1 ((((triple3 triple1 triple4) -> rule6) triple5) -> rule4) ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2)) -> rule1) OR ((triple1 ((((triple3 triple1 triple4) -> rule6) ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2)) -> rule4) triple5) -> rule1) OR ((triple1 ((((triple3 triple1 triple4) -> rule6) ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2)) -> rule4) ((triple2 triple1) -> rule3)) -> rule1) OR ((triple1 ((((triple3 triple1 triple4) -> rule6) ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2)) -> rule4) ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2)) -> rule1))] Charlie is cold.[(triple5 OR ((triple2 triple1) -> rule3) OR ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2))] Charlie is kind.[(triple4)] Charlie is red.[(triple3)] Charlie is round.[(triple2 OR ((((triple3 triple1 triple4) -> rule6) triple5) -> rule4) OR ((((triple3 triple1 triple4) -> rule6) ((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2)) -> rule4))] Charlie is young.[(triple1)] Dave is green.[(triple7)] Fred is big.[(triple10)] Fred is green.[(triple9)] Fred is young.[(triple8)] Harry is big.[(triple12)] Harry is blue.[(triple11)] @1: Charlie is big.[(((triple3 triple1 triple4) -> rule6))] Charlie is nice.[(((triple5 triple4) -> rule5) OR ((((triple2 triple1) -> rule3) triple4) -> rule5) OR ((((triple1 ((triple3 triple1 triple4) -> rule6)) -> rule2) triple4) -> rule5))] Fred is cold.[(((triple8 triple10) -> rule2))] @2: Fred is round.[(((triple10 ((triple8 triple10) -> rule2)) -> rule4))] @3: Fred is blue.[(((triple8 ((triple10 ((triple8 triple10) -> rule2)) -> rule4) ((triple8 triple10) -> rule2)) -> rule1))] | [
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
},
{
"representation": "((triple1 triple2 triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple1 triple2 ((triple2 triple1) -> (rule3 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple1 triple2 ((triple1 ((triple3 triple1 triple4) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple1 ((((triple3 triple1 triple4) -> (rule6 % int3)) triple5) -> (rule4 % int2)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple1 ((((triple3 triple1 triple4) -> (rule6 % int4)) triple5) -> (rule4 % int3)) ((triple2 triple1) -> (rule3 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((triple1 ((((triple3 triple1 triple4) -> (rule6 % int4)) triple5) -> (rule4 % int3)) ((triple1 ((triple3 triple1 triple4) -> (rule6 % int4))) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((triple1 ((((triple3 triple1 triple4) -> (rule6 % int4)) ((triple1 ((triple3 triple1 triple4) -> (rule6 % int4))) -> (rule2 % int3))) -> (rule4 % int2)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((triple1 ((((triple3 triple1 triple4) -> (rule6 % int4)) ((triple1 ((triple3 triple1 triple4) -> (rule6 % int4))) -> (rule2 % int3))) -> (rule4 % int2)) ((triple2 triple1) -> (rule3 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((triple1 ((((triple3 triple1 triple4) -> (rule6 % int4)) ((triple1 ((triple3 triple1 triple4) -> (rule6 % int4))) -> (rule2 % int3))) -> (rule4 % int2)) ((triple1 ((triple3 triple1 triple4) -> (rule6 % int4))) -> (rule2 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
},
{
"representation": "((triple2 triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple1 ((triple3 triple1 triple4) -> (rule6 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
},
{
"representation": "((((triple3 triple1 triple4) -> (rule6 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple3 triple1 triple4) -> (rule6 % int3)) ((triple1 ((triple3 triple1 triple4) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple1 triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is nice.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((((triple2 triple1) -> (rule3 % int2)) triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple1 ((triple3 triple1 triple4) -> (rule6 % int3))) -> (rule2 % int2)) triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Fred is cold.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple10) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is round.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple8 triple10) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple10 ((triple8 triple10) -> (rule2 % int3))) -> (rule4 % int2)) ((triple8 triple10) -> (rule2 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent1",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Charlie is a young guy who is also round, red, kind, cold and blue.",
"sent2": "Dave ate some rotten meat and now feels green.",
"sent3": "Fred is young but big for his age; Fred wasn't feeling well so he is a little green.",
"sent4": "Harry is big and dresses in blue.",
"sent5": "When young, round people are cold it their skin gets a blue tinge to it.",
"sent6": "Big, young people feel cold all the time.",
"sent7": "A round shaped and young aged person will be very cold.",
"sent8": "Big and cold people are likely to be round, too.",
"sent9": "A person described as cold and kind can also be described as nice.",
"sent10": "A young person who is red a kind is also usually big.",
"sent11": null
} |
AttNonegNatLang-OWA-1458 | 3 | 10 | 5 | Alan was known for being kind, a bit big and round and for playing rough when he was young. Bob has become rough with permanent red skin from working outdoors for so many years. He always feels cold. He is kind to both people and animals. They always call him rough Dave. A male or female with rough, kind and round traits will surely have a nice quality, as well. A kind person with green and red skin must be big too. Big, rough people sometimes are also green and when they are they must be cold. People who are red, young, and round are also blue. An individual who is big and nice is also green. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple4": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple7": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple9": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple10": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is rough and kind and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is green and kind and red then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and big and green then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule4": {
"text": "If someone is round and red and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is big and nice then they are green.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Alan is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is nice.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple3 triple4 triple2) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4 triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple4 triple2) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4 triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is green.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple5 ((triple3 triple4 triple2) -> rule1)) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple3 triple4 triple2) -> (rule1 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Alan is not green.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple5 ((triple3 triple4 triple2) -> rule1)) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple3 triple4 triple2) -> (rule1 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Alan is cold.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple3 triple5 ((triple5 ((triple3 triple4 triple2) -> rule1)) -> rule5)) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((triple5 ((triple3 triple4 triple2) -> (rule1 % int3))) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Alan is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple5 ((triple5 ((triple3 triple4 triple2) -> rule1)) -> rule5)) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((triple5 ((triple3 triple4 triple2) -> (rule1 % int3))) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Bob is green.[CWA. Example of deepest failure = (rule5 <- rule2 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"young\" \"-\")"
},
"Q14": {
"question": "Dave is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Dave is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple5)] Alan is kind.[(triple4)] Alan is rough.[(triple3)] Alan is round.[(triple2)] Alan is young.[(triple1)] Bob is cold.[(triple9)] Bob is kind.[(triple8)] Bob is red.[(triple7)] Bob is rough.[(triple6)] Dave is rough.[(triple10)] @1: Alan is nice.[(((triple3 triple4 triple2) -> rule1))] @2: Alan is green.[(((triple5 ((triple3 triple4 triple2) -> rule1)) -> rule5))] @3: Alan is cold.[(((triple3 triple5 ((triple5 ((triple3 triple4 triple2) -> rule1)) -> rule5)) -> rule3))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Alan is nice.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4 triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is green.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple3 triple4 triple2) -> (rule1 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Alan is cold.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((triple5 ((triple3 triple4 triple2) -> (rule1 % int3))) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Alan was known for being kind, a bit big and round and for playing rough when he was young.",
"sent2": "Bob has become rough with permanent red skin from working outdoors for so many years; He always feels cold; He is kind to both people and animals.",
"sent3": "They always call him rough Dave.",
"sent4": "A male or female with rough, kind and round traits will surely have a nice quality, as well.",
"sent5": "A kind person with green and red skin must be big too.",
"sent6": "Big, rough people sometimes are also green and when they are they must be cold.",
"sent7": "People who are red, young, and round are also blue.",
"sent8": "An individual who is big and nice is also green.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-47 | 3 | 8 | 7 | Although Alan is seen as nice and round, his days of playing football have made him quite rough. Red Bob is what folks call him, because he is quite red. Eric wears all blue. Gary is a very kind, green but sometimes cold person. Whenever you are around kind and green people, you will notice they are very red. Blue and red people are often rough. Someone who is not kind, will see red and be cold, which leads them to always feel blue. A kind, cold, round person will be nice in addition. When you meet someone that's rough, kind and nice you'll see they are green as well. A blue and round human being will also be a green human being. A big, blue and cold person will also be a round person. | {
"triple1": {
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and green then they are red.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and red then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and red and cold then they are blue.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and round and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is rough and kind and nice then they are green.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and round then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": {
"text": "If someone is big and cold and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple8)]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is red.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple7) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not red.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple7) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is blue.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple6 ((triple6 triple7) -> rule1) triple8) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple7) -> (rule1 % int2)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple6 triple7) -> rule1) triple8) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple7) -> (rule1 % int2)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is rough.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((triple6 ((triple6 triple7) -> rule1) triple8) -> rule3) ((triple6 triple7) -> rule1)) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple6 triple7) -> (rule1 % int3)) triple8) -> (rule3 % int2)) ((triple6 triple7) -> (rule1 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not rough.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple6 ((triple6 triple7) -> rule1) triple8) -> rule3) ((triple6 triple7) -> rule1)) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple6 triple7) -> (rule1 % int3)) triple8) -> (rule3 % int2)) ((triple6 triple7) -> (rule1 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Bob is green.[CWA. Example of deepest failure = (rule6 <- rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Bob is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Eric is green.[CWA. Example of deepest failure = (rule6 <- rule7 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Bob is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Alan is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Bob is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Eric is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is nice.[(triple3)] Alan is rough.[(triple2)] Alan is round.[(triple1)] Bob is red.[(triple4)] Eric is blue.[(triple5)] Gary is cold.[(triple8)] Gary is green.[(triple7)] Gary is kind.[(triple6)] @1: Gary is red.[(((triple6 triple7) -> rule1))] @2: Gary is blue.[(((triple6 ((triple6 triple7) -> rule1) triple8) -> rule3))] @3: Gary is rough.[(((((triple6 ((triple6 triple7) -> rule1) triple8) -> rule3) ((triple6 triple7) -> rule1)) -> rule2))] | [
{
"text": "Alan is nice.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is blue.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple7) -> (rule1 % int2)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is rough.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple6 triple7) -> (rule1 % int3)) triple8) -> (rule3 % int2)) ((triple6 triple7) -> (rule1 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent4",
"triple7": "sent4",
"triple8": "sent4",
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Although Alan is seen as nice and round, his days of playing football have made him quite rough.",
"sent2": "Red Bob is what folks call him, because he is quite red.",
"sent3": "Eric wears all blue.",
"sent4": "Gary is a very kind, green but sometimes cold person.",
"sent5": "Whenever you are around kind and green people, you will notice they are very red.",
"sent6": "Blue and red people are often rough.",
"sent7": "Someone who is not kind, will see red and be cold, which leads them to always feel blue.",
"sent8": "A kind, cold, round person will be nice in addition.",
"sent9": "When you meet someone that's rough, kind and nice you'll see they are green as well.",
"sent10": "A blue and round human being will also be a green human being.",
"sent11": "A big, blue and cold person will also be a round person."
} |
AttNonegNatLang-OWA-1399 | 3 | 10 | 5 | Big Bob is nice but also rough. Dave is kind and round. Being round makes him a bit blue. Even though Eric is young, he is still very round and still very red. They always call him rough Fred. Young people who are feeling green and cold are kind. Young round folks who are at least a bit red are actually nice. If a big, red person with a round figure comes up to you, don't worry, they will be very nice. There are so many rough, young people and for some reason they are all big too. A nice young person will be rough in texture. | {
"triple1": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple8": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple9": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple10": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is young and green and cold then they are kind.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule2": {
"text": "If someone is red and round and young then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is big and round and red then they are nice.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is young and rough then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule5": {
"text": "If someone is young and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Dave is kind.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is nice.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple9 triple8 triple7) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple8 triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple9 triple8 triple7) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple8 triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is rough.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple7 ((triple9 triple8 triple7) -> rule2)) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple9 triple8 triple7) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple9 triple8 triple7) -> rule2)) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple9 triple8 triple7) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is big.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple7 ((triple7 ((triple9 triple8 triple7) -> rule2)) -> rule5)) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 ((triple9 triple8 triple7) -> (rule2 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not big.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple7 ((triple9 triple8 triple7) -> rule2)) -> rule5)) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 ((triple9 triple8 triple7) -> (rule2 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is rough.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Bob is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")"
},
"Q14": {
"question": "Dave is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Fred is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Bob is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple3)] Bob is nice.[(triple2)] Bob is rough.[(triple1)] Dave is blue.[(triple6)] Dave is kind.[(triple5)] Dave is round.[(triple4)] Eric is red.[(triple9)] Eric is round.[(triple8)] Eric is young.[(triple7)] Fred is rough.[(triple10)] @1: Eric is nice.[(((triple9 triple8 triple7) -> rule2))] @2: Eric is rough.[(((triple7 ((triple9 triple8 triple7) -> rule2)) -> rule5))] @3: Eric is big.[(((triple7 ((triple7 ((triple9 triple8 triple7) -> rule2)) -> rule5)) -> rule4))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple8 triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is rough.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple9 triple8 triple7) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is big.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 ((triple9 triple8 triple7) -> (rule2 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Big Bob is nice but also rough.",
"sent2": "Dave is kind and round; Being round makes him a bit blue.",
"sent3": "Even though Eric is young, he is still very round and still very red.",
"sent4": "They always call him rough Fred.",
"sent5": "Young people who are feeling green and cold are kind.",
"sent6": "Young round folks who are at least a bit red are actually nice.",
"sent7": "If a big, red person with a round figure comes up to you, don't worry, they will be very nice.",
"sent8": "There are so many rough, young people and for some reason they are all big too.",
"sent9": "A nice young person will be rough in texture.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1386 | 3 | 12 | 7 | Round Bob is big and red, but blue from the cold. Because Gary, who is young, loves to eat he is quite round. Sometimes that makes him feel blue and get rough with people who make fun of him. But he is actually quite kind. Harry is a person both green and big. A male or female with rough, kind and round traits will surely have a nice quality, as well. Red people feel blue about it. It's said that any person with blue skin, round bones, and big feet is kind. It is true that anyone who is cold while being young and nice is secretly a kind person. Big and cold people are likely to be round, too. If a rather cold person is also kind then they are probably rough. They found the ones that were round, blue, and green to be nice. | {
"triple1": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple10": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple11": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple12": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is rough and kind and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is red then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and round and big then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and cold and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule5": {
"text": "If someone is big and cold then they are round.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is round and blue and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
}
} | {
"Q1": {
"question": "Gary is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple10)]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is kind.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple4 triple1 triple5) -> rule3) OR ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) OR ((((triple2) -> rule2) triple1 triple5) -> rule3) OR ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple1 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple2) -> (rule2 % int3)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q4": {
"question": "Gary is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple9 triple7) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple9 triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is rough.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) OR ((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) OR ((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) OR ((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 triple1 triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple3 ((((triple2) -> (rule2 % int3)) triple1 triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple3 ((((triple2) -> (rule2 % int4)) ((triple5 triple3) -> (rule5 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q6": {
"question": "Bob is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) OR ((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) OR ((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) OR ((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 triple1 triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple3 ((((triple2) -> (rule2 % int3)) triple1 triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple3 ((((triple2) -> (rule2 % int4)) ((triple5 triple3) -> (rule5 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q7": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 3,
"QLen": "12",
"strategy": "proof",
"proofs": "[(((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) triple1 triple5) -> (rule3 % int5)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int5)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int5)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int5))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int5))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q8": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "12",
"strategy": "inv-proof",
"proofs": "[(((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) triple1 triple5) -> (rule3 % int5)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int5)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int5)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int5))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int5))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q9": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is kind.[CWA. Example of deepest failure = (rule3 <- rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")"
},
"Q14": {
"question": "Harry is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")"
},
"Q16": {
"question": "Gary is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple5)] Bob is blue.[(triple4 OR ((triple2) -> rule2))] Bob is cold.[(triple3)] Bob is red.[(triple2)] Bob is round.[(triple1 OR ((triple5 triple3) -> rule5))] Gary is blue.[(triple10)] Gary is kind.[(triple9)] Gary is rough.[(triple8)] Gary is round.[(triple7)] Gary is young.[(triple6)] Harry is big.[(triple12)] Harry is green.[(triple11)] @1: Bob is kind.[(((triple4 triple1 triple5) -> rule3) OR ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) OR ((((triple2) -> rule2) triple1 triple5) -> rule3) OR ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3))] Gary is nice.[(((triple8 triple9 triple7) -> rule1))] @2: Bob is rough.[(((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) OR ((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) OR ((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) OR ((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6))] @3: Bob is nice.[(((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) triple1 triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((triple4 ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) triple1 triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) triple1) -> rule1) OR ((((triple3 ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3)) -> rule6) ((((triple2) -> rule2) ((triple5 triple3) -> rule5) triple5) -> rule3) ((triple5 triple3) -> rule5)) -> rule1))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
},
{
"representation": "((triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((triple5 triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is round.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple1 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple2) -> (rule2 % int3)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Gary is nice.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple9 triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is rough.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 triple1 triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple3 ((((triple2) -> (rule2 % int3)) triple1 triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple3 ((((triple2) -> (rule2 % int4)) ((triple5 triple3) -> (rule5 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) triple1 triple5) -> (rule3 % int5)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int5)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 triple1 triple5) -> (rule3 % int5))) -> (rule6 % int4)) ((((triple2) -> (rule2 % int3)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int5)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int4)) triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int5))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((triple4 ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((triple4 ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int2)) ((triple5 triple3) -> (rule5 % int5)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int5))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int4))) -> (rule6 % int3)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int2)) triple5) -> (rule3 % int4)) ((triple5 triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((triple4 ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) triple1 triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple3 ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3))) -> (rule6 % int2)) ((((triple2) -> (rule2 % int5)) ((triple5 triple3) -> (rule5 % int4)) triple5) -> (rule3 % int3)) ((triple5 triple3) -> (rule5 % int4))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int4"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent2",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": "sent3",
"triple12": "sent3"
} | {
"sent1": "Round Bob is big and red, but blue from the cold.",
"sent2": "Because Gary, who is young, loves to eat he is quite round; Sometimes that makes him feel blue and get rough with people who make fun of him; But he is actually quite kind.",
"sent3": "Harry is a person both green and big.",
"sent4": "A male or female with rough, kind and round traits will surely have a nice quality, as well.",
"sent5": "Red people feel blue about it.",
"sent6": "It's said that any person with blue skin, round bones, and big feet is kind.",
"sent7": "It is true that anyone who is cold while being young and nice is secretly a kind person.",
"sent8": "Big and cold people are likely to be round, too.",
"sent9": "If a rather cold person is also kind then they are probably rough.",
"sent10": "They found the ones that were round, blue, and green to be nice.",
"sent11": null
} |
AttNonegNatLang-OWA-454 | 3 | 7 | 7 | I know Alan really well and you can say he is rough on the outside, cold on the inside and red all of the time. Bob is a very rough person. As expected, he's also a very cold and big individual. They always call him rough Dave. Round, rough people blue with sadness turn out to be green. A big rough person are also young of age. If you are big and young then your are also nice. Big people with round and somewhat red faces will have rough skin. Blue people round with fat are red from too much time in the sun. Young people who are nice and cold, are rather green. Anyone who's blue is also green. | {
"triple1": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple6": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple8": null,
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and round and rough then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If someone is big and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is big and young then they are nice.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is big and round and red then they are rough.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and round then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule6": {
"text": "If someone is nice and young and cold then they are green.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": {
"text": "If someone is blue then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
}
} | {
"Q1": {
"question": "Dave is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple4) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple4) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple6 ((triple6 triple4) -> rule2)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple6 triple4) -> rule2)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is green.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((triple6 ((triple6 triple4) -> rule2)) -> rule3) ((triple6 triple4) -> rule2) triple5) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple6 triple4) -> (rule2 % int3))) -> (rule3 % int2)) ((triple6 triple4) -> (rule2 % int3)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not green.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple6 ((triple6 triple4) -> rule2)) -> rule3) ((triple6 triple4) -> rule2) triple5) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple6 triple4) -> (rule2 % int3))) -> (rule3 % int2)) ((triple6 triple4) -> (rule2 % int3)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Charlie is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is red.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Dave is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Charlie is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Charlie is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is cold.[(triple3)] Alan is red.[(triple2)] Alan is rough.[(triple1)] Bob is big.[(triple6)] Bob is cold.[(triple5)] Bob is rough.[(triple4)] Dave is rough.[(triple7)] @1: Bob is young.[(((triple6 triple4) -> rule2))] @2: Bob is nice.[(((triple6 ((triple6 triple4) -> rule2)) -> rule3))] @3: Bob is green.[(((((triple6 ((triple6 triple4) -> rule2)) -> rule3) ((triple6 triple4) -> rule2) triple5) -> rule6))] | [
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is green.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple6 triple4) -> (rule2 % int3))) -> (rule3 % int2)) ((triple6 triple4) -> (rule2 % int3)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": null,
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "I know Alan really well and you can say he is rough on the outside, cold on the inside and red all of the time.",
"sent2": "Bob is a very rough person; As expected, he's also a very cold and big individual.",
"sent3": "They always call him rough Dave.",
"sent4": "Round, rough people blue with sadness turn out to be green.",
"sent5": "A big rough person are also young of age.",
"sent6": "If you are big and young then your are also nice.",
"sent7": "Big people with round and somewhat red faces will have rough skin.",
"sent8": "Blue people round with fat are red from too much time in the sun.",
"sent9": "Young people who are nice and cold, are rather green.",
"sent10": "Anyone who's blue is also green.",
"sent11": null
} |
AttNonegNatLang-OWA-1612 | 3 | 10 | 7 | That man standing next to you with a big round body goes by the name of Eric. Most everyone considers Fred a rough fellow, but very kind. He's often categorized as blue, and he's big. Harry was cold as his rough hands clung to the side of the ship, green with nausea. Even through the worst of it he was still kind. A big person who is kind but blue is cold. If people are cold they are often red. A blue colored, nice but rough person is definitely young too. A big rough person are also young of age. When you meet a young, red person, you'll learn they are also nice. Big people who at the same time are cold hearted and nice are a conundrum but they are also kind. A person who is red and green, will also tend to be round shaped and rough. | {
"triple1": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple3": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple4": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"triple9": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and kind and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is cold then they are red.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule3": {
"text": "If someone is nice and blue and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is big and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is young and red then they are nice.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and nice and big then they are kind.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule7": {
"text": "If someone is round and green and red then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not green.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple3) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple4 triple6) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4 triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is red.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple5 triple4 triple6) -> rule1)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple4 triple6) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not red.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple5 triple4 triple6) -> rule1)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple4 triple6) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is nice.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple6 triple3) -> rule4) ((((triple5 triple4 triple6) -> rule1)) -> rule2)) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple3) -> (rule4 % int4)) ((((triple5 triple4 triple6) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Fred is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple6 triple3) -> rule4) ((((triple5 triple4 triple6) -> rule1)) -> rule2)) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple3) -> (rule4 % int4)) ((((triple5 triple4 triple6) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Eric is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not nice.",
"answer": "Unknown",
"QDep": 3,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@3: Eric is nice.[CWA. Example of deepest failure = (rule5 <- rule4 <- rule7 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Charlie is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"Q15": {
"question": "Harry is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Fred is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Eric is big.[(triple2)] Eric is round.[(triple1)] Fred is big.[(triple6)] Fred is blue.[(triple5)] Fred is kind.[(triple4)] Fred is rough.[(triple3)] Harry is cold.[(triple10)] Harry is green.[(triple9)] Harry is kind.[(triple8)] Harry is rough.[(triple7)] @1: Fred is cold.[(((triple5 triple4 triple6) -> rule1))] Fred is young.[(((triple6 triple3) -> rule4))] Harry is red.[(((triple10) -> rule2))] @2: Fred is red.[(((((triple5 triple4 triple6) -> rule1)) -> rule2))] @3: Fred is nice.[(((((triple6 triple3) -> rule4) ((((triple5 triple4 triple6) -> rule1)) -> rule2)) -> rule5))] | [
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4 triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is young.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is red.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is red.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple4 triple6) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is nice.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple3) -> (rule4 % int4)) ((((triple5 triple4 triple6) -> (rule1 % int3))) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "That man standing next to you with a big round body goes by the name of Eric.",
"sent2": "Most everyone considers Fred a rough fellow, but very kind; He's often categorized as blue, and he's big.",
"sent3": "Harry was cold as his rough hands clung to the side of the ship, green with nausea; Even through the worst of it he was still kind.",
"sent4": "A big person who is kind but blue is cold.",
"sent5": "If people are cold they are often red.",
"sent6": "A blue colored, nice but rough person is definitely young too.",
"sent7": "A big rough person are also young of age.",
"sent8": "When you meet a young, red person, you'll learn they are also nice.",
"sent9": "Big people who at the same time are cold hearted and nice are a conundrum but they are also kind.",
"sent10": "A person who is red and green, will also tend to be round shaped and rough.",
"sent11": null
} |
AttNonegNatLang-OWA-109 | 3 | 12 | 5 | Alan has become rough with permanent red skin from working outdoors for so many years. He always feels cold. He is kind to both people and animals. Fred is a person both green and big. Gary wears all blue. Harry is young and a bit big and round. He acts cold towards skinny people because he is green with envy. A depressed person feeling blue who is kind cannot escape from being green. A person with a rough quality is also a person with a blue quality. As far as anyone can tell, whoever is kind, rough, and big is a round person. Being green, blue, and red all point to how young someone was. A person who is very round is nice but also quite rough. | {
"triple1": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple9": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple10": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple11": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple12": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is blue and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If someone is rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and rough and big then they are round.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is green and blue and red then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is round and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Alan is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Alan\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is blue.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple1) -> rule2))]",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple1) -> rule2))]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is green.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple1) -> rule2) triple3) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1) -> (rule2 % int2)) triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Alan is not green.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple1) -> rule2) triple3) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1) -> (rule2 % int2)) triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Alan is young.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((((triple1) -> rule2) triple3) -> rule1) ((triple1) -> rule2) triple2) -> rule4))]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple1) -> (rule2 % int3)) triple3) -> (rule1 % int2)) ((triple1) -> (rule2 % int3)) triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Alan is not young.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((((triple1) -> rule2) triple3) -> rule1) ((triple1) -> rule2) triple2) -> rule4))]",
"representation": "(\"Alan\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple1) -> (rule2 % int3)) triple3) -> (rule1 % int2)) ((triple1) -> (rule2 % int3)) triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is rough.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is blue.[CWA. Example of deepest failure = (rule2 <- rule5 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is rough.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")"
},
"Q14": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Fred is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is cold.[(triple4)] Alan is kind.[(triple3)] Alan is red.[(triple2)] Alan is rough.[(triple1)] Fred is big.[(triple6)] Fred is green.[(triple5)] Gary is blue.[(triple7)] Harry is big.[(triple12)] Harry is cold.[(triple11)] Harry is green.[(triple10)] Harry is round.[(triple9)] Harry is young.[(triple8)] @1: Alan is blue.[(((triple1) -> rule2))] @2: Alan is green.[(((((triple1) -> rule2) triple3) -> rule1))] @3: Alan is young.[(((((((triple1) -> rule2) triple3) -> rule1) ((triple1) -> rule2) triple2) -> rule4))] | [
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Alan is blue.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is green.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1) -> (rule2 % int2)) triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Alan is young.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple1) -> (rule2 % int3)) triple3) -> (rule1 % int2)) ((triple1) -> (rule2 % int3)) triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Alan has become rough with permanent red skin from working outdoors for so many years; He always feels cold; He is kind to both people and animals.",
"sent2": "Fred is a person both green and big.",
"sent3": "Gary wears all blue.",
"sent4": "Harry is young and a bit big and round; He acts cold towards skinny people because he is green with envy.",
"sent5": "A depressed person feeling blue who is kind cannot escape from being green.",
"sent6": "A person with a rough quality is also a person with a blue quality.",
"sent7": "As far as anyone can tell, whoever is kind, rough, and big is a round person.",
"sent8": "Being green, blue, and red all point to how young someone was.",
"sent9": "A person who is very round is nice but also quite rough.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-364 | 3 | 11 | 7 | Bob is blue from ink he spilled on himself while being kind and helping some children paint. Eric ate some rotten meat and now feels green. Fred's characteristics are that he is young, round, red, nice, kind, green and big. Harry ate some rotten meat and now feels green. Someone who looks rough and feels cold is also kind to others. Watch out for the rough and round kind people for they cold to others. Young people that are blue will still be kind because they are rough to the touch. Because of circulation issues big people are often cold. If they are also green then they are certainly young. Folks who are nice and young with red coloration tend to feel blue. All the kind people in blue were young. Whenever you see Pete you run into a young man rough, which means he will be nice. | {
"triple1": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple2": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple8": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple9": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple11": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is rough and cold then they are kind.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and round and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and young and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and green and big then they are young.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and young and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and kind then they are young.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule7": {
"text": "If someone is young and rough then they are nice.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple7 triple4 triple6) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple4 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple4 triple6) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple4 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is rough.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple2 ((triple2 triple1) -> rule6) triple1) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple1) -> (rule6 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple2 ((triple2 triple1) -> rule6) triple1) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple1) -> (rule6 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is cold.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((((triple7 triple4 triple6) -> rule5) triple4 triple8) -> rule3) triple5 triple8) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple7 triple4 triple6) -> (rule5 % int3)) triple4 triple8) -> (rule3 % int2)) triple5 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple2 triple1) -> rule6) ((triple2 ((triple2 triple1) -> rule6) triple1) -> rule3)) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 triple1) -> (rule6 % int3)) ((triple2 ((triple2 triple1) -> (rule6 % int3)) triple1) -> (rule3 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is kind.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is blue.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is young.[CWA. Example of deepest failure = (rule6 <- rule5 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"red\" \"-\")"
},
"Q14": {
"question": "Bob is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"Q15": {
"question": "Bob is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Harry is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is blue.[(triple2)] Bob is kind.[(triple1)] Eric is green.[(triple3)] Fred is big.[(triple10)] Fred is green.[(triple9)] Fred is kind.[(triple8)] Fred is nice.[(triple7)] Fred is red.[(triple6)] Fred is round.[(triple5)] Fred is young.[(triple4)] Harry is green.[(triple11)] @1: Bob is young.[(((triple2 triple1) -> rule6))] Fred is blue.[(((triple7 triple4 triple6) -> rule5))] @2: Bob is rough.[(((triple2 ((triple2 triple1) -> rule6) triple1) -> rule3))] Fred is rough.[(((((triple7 triple4 triple6) -> rule5) triple4 triple8) -> rule3))] @3: Bob is nice.[(((((triple2 triple1) -> rule6) ((triple2 ((triple2 triple1) -> rule6) triple1) -> rule3)) -> rule7))] Fred is cold.[(((((((triple7 triple4 triple6) -> rule5) triple4 triple8) -> rule3) triple5 triple8) -> rule2))] | [
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple4 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is rough.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple1) -> (rule6 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is rough.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple4 triple6) -> (rule5 % int2)) triple4 triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 triple1) -> (rule6 % int3)) ((triple2 ((triple2 triple1) -> (rule6 % int3)) triple1) -> (rule3 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Fred is cold.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple7 triple4 triple6) -> (rule5 % int3)) triple4 triple8) -> (rule3 % int2)) triple5 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Bob is blue from ink he spilled on himself while being kind and helping some children paint.",
"sent2": "Eric ate some rotten meat and now feels green.",
"sent3": "Fred's characteristics are that he is young, round, red, nice, kind, green and big.",
"sent4": "Harry ate some rotten meat and now feels green.",
"sent5": "Someone who looks rough and feels cold is also kind to others.",
"sent6": "Watch out for the rough and round kind people for they cold to others.",
"sent7": "Young people that are blue will still be kind because they are rough to the touch.",
"sent8": "Because of circulation issues big people are often cold; If they are also green then they are certainly young.",
"sent9": "Folks who are nice and young with red coloration tend to feel blue.",
"sent10": "All the kind people in blue were young.",
"sent11": "Whenever you see Pete you run into a young man rough, which means he will be nice."
} |
AttNonegNatLang-OWA-884 | 3 | 7 | 7 | Alan wears all blue. Bob is a kind and red colored guy. Although Eric is seen as nice and round, his days of playing football have made him quite rough. Gary always goes out of his way to show that he is kind to people. Any big, kind person that turns red is cold to the touch. A human that's round, red and kind will be also be a green human. Red and kind people always seem to be big as well. If a nice person is round shaped, they feel blue about it. If a person is quite big and also round then they are certainly rough too. A person that is the color red will definitely be round shaped. Kind people who look green are almost always young in age. | {
"triple1": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple2": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple8": null,
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is red and big and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is red and round and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule3": {
"text": "If someone is red and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and round then they are blue.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is big and round then they are rough.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": {
"text": "If someone is red then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": {
"text": "If someone is green and kind then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
}
} | {
"Q1": {
"question": "Eric is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is big.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple3) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not big.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple3) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is green.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple2 ((triple2) -> rule6) triple3) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2) -> (rule6 % int2)) triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not green.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple2 ((triple2) -> rule6) triple3) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2) -> (rule6 % int2)) triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is young.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple2 ((triple2) -> rule6) triple3) -> rule2) triple3) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 ((triple2) -> (rule6 % int3)) triple3) -> (rule2 % int2)) triple3) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((triple2 ((triple2) -> rule6) triple3) -> rule2) triple3) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 ((triple2) -> (rule6 % int3)) triple3) -> (rule2 % int2)) triple3) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Alan is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Gary is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Eric is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple1)] Bob is kind.[(triple3)] Bob is red.[(triple2)] Eric is nice.[(triple6)] Eric is rough.[(triple5)] Eric is round.[(triple4)] Gary is kind.[(triple7)] @1: Bob is big.[(((triple2 triple3) -> rule3))] Bob is round.[(((triple2) -> rule6))] Eric is blue.[(((triple6 triple4) -> rule4))] @2: Bob is cold.[(((triple2 ((triple2 triple3) -> rule3) triple3) -> rule1))] Bob is green.[(((triple2 ((triple2) -> rule6) triple3) -> rule2))] Bob is rough.[(((((triple2 triple3) -> rule3) ((triple2) -> rule6)) -> rule5))] @3: Bob is young.[(((((triple2 ((triple2) -> rule6) triple3) -> rule2) triple3) -> rule7))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Bob is big.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is blue.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is cold.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple3) -> (rule3 % int2)) triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is green.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2) -> (rule6 % int2)) triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is rough.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 triple3) -> (rule3 % int3)) ((triple2) -> (rule6 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Bob is young.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 ((triple2) -> (rule6 % int3)) triple3) -> (rule2 % int2)) triple3) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent4",
"triple8": null,
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Alan wears all blue.",
"sent2": "Bob is a kind and red colored guy.",
"sent3": "Although Eric is seen as nice and round, his days of playing football have made him quite rough.",
"sent4": "Gary always goes out of his way to show that he is kind to people.",
"sent5": "Any big, kind person that turns red is cold to the touch.",
"sent6": "A human that's round, red and kind will be also be a green human.",
"sent7": "Red and kind people always seem to be big as well.",
"sent8": "If a nice person is round shaped, they feel blue about it.",
"sent9": "If a person is quite big and also round then they are certainly rough too.",
"sent10": "A person that is the color red will definitely be round shaped.",
"sent11": "Kind people who look green are almost always young in age."
} |
AttNonegNatLang-OWA-769 | 3 | 8 | 6 | Bob was born only a few years ago so he is young. Big Charlie, the most blue guy I know while also being cold. Even though he's young and green, Eric is rough. Gary wears all blue. Surprisingly, all the kind, green people were also big. Any human being with green, big, kind eyes, also has round eyes. A green colored person will be young and also kind. A red, round male or female will also be a nice male or female. A person who is very round is nice but also quite rough. Young people are rough. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple6": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple7": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and green then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is green and big and kind then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is green and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is red and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is round and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": {
"text": "If someone is young then they are rough.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Gary is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is kind.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple5) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not rough.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple1) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is big.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple7 triple5) -> rule3) triple7) -> rule1))]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple5) -> (rule3 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not big.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple5) -> rule3) triple7) -> rule1))]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple5) -> (rule3 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is round.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple7 ((((triple7 triple5) -> rule3) triple7) -> rule1) ((triple7 triple5) -> rule3)) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((((triple7 triple5) -> (rule3 % int3)) triple7) -> (rule1 % int2)) ((triple7 triple5) -> (rule3 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not round.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((((triple7 triple5) -> rule3) triple7) -> rule1) ((triple7 triple5) -> rule3)) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((((triple7 triple5) -> (rule3 % int3)) triple7) -> (rule1 % int2)) ((triple7 triple5) -> (rule3 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Bob is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Bob is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")"
},
"Q14": {
"question": "Eric is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Charlie is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Eric is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is young.[(triple1)] Charlie is big.[(triple4)] Charlie is blue.[(triple3)] Charlie is cold.[(triple2)] Eric is green.[(triple7)] Eric is rough.[(triple6 OR ((triple5) -> rule6))] Eric is young.[(triple5)] Gary is blue.[(triple8)] @1: Bob is rough.[(((triple1) -> rule6))] Eric is kind.[(((triple7 triple5) -> rule3))] @2: Eric is big.[(((((triple7 triple5) -> rule3) triple7) -> rule1))] @3: Eric is round.[(((triple7 ((((triple7 triple5) -> rule3) triple7) -> rule1) ((triple7 triple5) -> rule3)) -> rule2))] | [
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
},
{
"representation": "((triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is kind.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is big.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple5) -> (rule3 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is round.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((((triple7 triple5) -> (rule3 % int3)) triple7) -> (rule1 % int2)) ((triple7 triple5) -> (rule3 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent4",
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Bob was born only a few years ago so he is young.",
"sent2": "Big Charlie, the most blue guy I know while also being cold.",
"sent3": "Even though he's young and green, Eric is rough.",
"sent4": "Gary wears all blue.",
"sent5": "Surprisingly, all the kind, green people were also big.",
"sent6": "Any human being with green, big, kind eyes, also has round eyes.",
"sent7": "A green colored person will be young and also kind.",
"sent8": "A red, round male or female will also be a nice male or female.",
"sent9": "A person who is very round is nice but also quite rough.",
"sent10": "Young people are rough.",
"sent11": null
} |
AttNonegNatLang-OWA-1466 | 3 | 12 | 5 | They always call him rough Charlie. Dave's characteristics are that he is young, round, red, nice, kind, green and big. Fred ate some rotten meat and now feels green. Harry is a nice person, but he is both blue and red. A person who's big and kind will also be cold. A round person who is nice and feelin cold is usually rough in apperance. A young person with rough red skin is downhearted and blue. Round people who feel rough also always feel cold,. Young and kind people, that also tend to be cold, are then considered green. | {
"triple1": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple3": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple6": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple9": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple11": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple12": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is big and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is round and nice and cold then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and young and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is round and rough then they are cold.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is young and kind and cold then they are green.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Dave is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not nice.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple8 triple6) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple6) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is rough.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple3 triple5 ((triple8 triple6) -> rule1)) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((triple8 triple6) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple5 ((triple8 triple6) -> rule1)) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((triple8 triple6) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is blue.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple3 triple5 ((triple8 triple6) -> rule1)) -> rule2) triple2 triple4) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5 ((triple8 triple6) -> (rule1 % int3))) -> (rule2 % int2)) triple2 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple5 ((triple8 triple6) -> rule1)) -> rule2) triple2 triple4) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5 ((triple8 triple6) -> (rule1 % int3))) -> (rule2 % int2)) triple2 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is rough.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")"
},
"Q14": {
"question": "Fred is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"Q15": {
"question": "Fred is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Charlie is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is rough.[(triple1)] Dave is big.[(triple8)] Dave is green.[(triple7 OR ((triple2 triple6 ((triple8 triple6) -> rule1)) -> rule5))] Dave is kind.[(triple6)] Dave is nice.[(triple5)] Dave is red.[(triple4)] Dave is round.[(triple3)] Dave is young.[(triple2)] Fred is green.[(triple9)] Harry is blue.[(triple12)] Harry is nice.[(triple11)] Harry is red.[(triple10)] @1: Dave is cold.[(((triple8 triple6) -> rule1))] @2: Dave is rough.[(((triple3 triple5 ((triple8 triple6) -> rule1)) -> rule2))] @3: Dave is blue.[(((((triple3 triple5 ((triple8 triple6) -> rule1)) -> rule2) triple2 triple4) -> rule3))] | [
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
},
{
"representation": "((triple2 triple6 ((triple8 triple6) -> (rule1 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is rough.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((triple8 triple6) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is blue.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5 ((triple8 triple6) -> (rule1 % int3))) -> (rule2 % int2)) triple2 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "They always call him rough Charlie.",
"sent2": "Dave's characteristics are that he is young, round, red, nice, kind, green and big.",
"sent3": "Fred ate some rotten meat and now feels green.",
"sent4": "Harry is a nice person, but he is both blue and red.",
"sent5": "A person who's big and kind will also be cold.",
"sent6": "A round person who is nice and feelin cold is usually rough in apperance.",
"sent7": "A young person with rough red skin is downhearted and blue.",
"sent8": "Round people who feel rough also always feel cold,.",
"sent9": "Young and kind people, that also tend to be cold, are then considered green.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1240 | 3 | 10 | 5 | Young, red Bob is nice. That man standing next to you with a big round body goes by the name of Eric. Fred always goes out of his way to show that he is kind to people. I knew Harry was young, and rough, but he surprised me with how cold and blue he acted. I've noticed that someone with a round shape is also green. Most green and round people,though big are quite young. Rough young folks are surprisingly kind. People who are rough and nice and blue can be round. Round, young folks tend to feel blue. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple8": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple10": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is round then they are green.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If someone is green and round and big then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is young and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and nice and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is round and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Bob is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple4)]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is kind.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple8) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not green.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple4) -> rule1))]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is young.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple4) -> rule1) triple4 triple5) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule1 % int2)) triple4 triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not young.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple4) -> rule1) triple4 triple5) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule1 % int2)) triple4 triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is blue.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple4 ((((triple4) -> rule1) triple4 triple5) -> rule2)) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple4) -> (rule1 % int3)) triple4 triple5) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple4 ((((triple4) -> rule1) triple4 triple5) -> rule2)) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple4) -> (rule1 % int3)) triple4 triple5) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Fred is blue.[CWA. Example of deepest failure = (rule5 <- rule4 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"rough\" \"-\")"
},
"Q14": {
"question": "Harry is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Fred is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Eric is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is nice.[(triple3)] Bob is red.[(triple2)] Bob is young.[(triple1)] Eric is big.[(triple5)] Eric is round.[(triple4)] Fred is kind.[(triple6)] Harry is blue.[(triple10)] Harry is cold.[(triple9)] Harry is rough.[(triple8)] Harry is young.[(triple7)] @1: Eric is green.[(((triple4) -> rule1))] Harry is kind.[(((triple7 triple8) -> rule3))] @2: Eric is young.[(((((triple4) -> rule1) triple4 triple5) -> rule2))] @3: Eric is blue.[(((triple4 ((((triple4) -> rule1) triple4 triple5) -> rule2)) -> rule5))] | [
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is kind.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is young.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule1 % int2)) triple4 triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is blue.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple4) -> (rule1 % int3)) triple4 triple5) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent4",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Young, red Bob is nice.",
"sent2": "That man standing next to you with a big round body goes by the name of Eric.",
"sent3": "Fred always goes out of his way to show that he is kind to people.",
"sent4": "I knew Harry was young, and rough, but he surprised me with how cold and blue he acted.",
"sent5": "I've noticed that someone with a round shape is also green.",
"sent6": "Most green and round people,though big are quite young.",
"sent7": "Rough young folks are surprisingly kind.",
"sent8": "People who are rough and nice and blue can be round.",
"sent9": "Round, young folks tend to feel blue.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-183 | 3 | 11 | 6 | Big Alan is a kind man and often wears blue and green shirts. Charlie is blue from ink he spilled on himself while being kind and helping some children paint. Gary vowed to always be rough, cold, blue, and big as possible. In the snow sits Harry, crying from being cold. Kind and young people are round. Big and round people who arent cold, tend to be very kind. It is true that anyone who is cold while being young and nice is secretly a kind person. When anyone is young, red and green, you know they'll also be blue. All the kind people in blue were young. You can see that cold, blue people are round in shape. | {
"triple1": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple2": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple9": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple10": {
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"triple11": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is young and kind then they are round.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule2": {
"text": "If someone is cold and big and round then they are kind.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is nice and cold and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is red and young and green then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and kind then they are young.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Charlie is kind.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple6)]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple5) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not young.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple1) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is round.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple3 triple1) -> rule5) triple1) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple1) -> (rule5 % int2)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple10 ((triple8 triple9) -> rule6)) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple10 ((triple8 triple9) -> (rule6 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is young.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple9 ((triple8 triple10 ((triple8 triple9) -> rule6)) -> rule2)) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple8 triple10 ((triple8 triple9) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not young.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple9 ((triple8 triple10 ((triple8 triple9) -> rule6)) -> rule2)) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple8 triple10 ((triple8 triple9) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is round.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is young.[CWA. Example of deepest failure = (rule5 <- rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Charlie is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"Q15": {
"question": "Charlie is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Gary is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple4)] Alan is blue.[(triple3)] Alan is green.[(triple2)] Alan is kind.[(triple1)] Charlie is blue.[(triple6)] Charlie is kind.[(triple5)] Gary is big.[(triple10)] Gary is blue.[(triple9)] Gary is cold.[(triple8)] Gary is rough.[(triple7)] Harry is cold.[(triple11)] @1: Alan is young.[(((triple3 triple1) -> rule5))] Charlie is young.[(((triple6 triple5) -> rule5))] Gary is round.[(((triple8 triple9) -> rule6))] @2: Alan is round.[(((((triple3 triple1) -> rule5) triple1) -> rule1))] Charlie is round.[(((((triple6 triple5) -> rule5) triple5) -> rule1))] Gary is kind.[(((triple8 triple10 ((triple8 triple9) -> rule6)) -> rule2))] @3: Gary is young.[(((triple9 ((triple8 triple10 ((triple8 triple9) -> rule6)) -> rule2)) -> rule5))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is young.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is round.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple9) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is round.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple1) -> (rule5 % int2)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is round.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple5) -> (rule5 % int2)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is kind.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple10 ((triple8 triple9) -> (rule6 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is young.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple8 triple10 ((triple8 triple9) -> (rule6 % int3))) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Big Alan is a kind man and often wears blue and green shirts.",
"sent2": "Charlie is blue from ink he spilled on himself while being kind and helping some children paint.",
"sent3": "Gary vowed to always be rough, cold, blue, and big as possible.",
"sent4": "In the snow sits Harry, crying from being cold.",
"sent5": "Kind and young people are round.",
"sent6": "Big and round people who arent cold, tend to be very kind.",
"sent7": "It is true that anyone who is cold while being young and nice is secretly a kind person.",
"sent8": "When anyone is young, red and green, you know they'll also be blue.",
"sent9": "All the kind people in blue were young.",
"sent10": "You can see that cold, blue people are round in shape.",
"sent11": null
} |
AttNonegNatLang-OWA-496 | 3 | 8 | 6 | When you talk about Bob, the first thing you notice is his rough and cold demeanor and then when you talk to him you find out how very nice he really is to everyone. Most everyone considers Dave a rough fellow, but very kind. He's often categorized as blue, and he's big. Gary was born only a few years ago so he is young. People that are big and cold are blue as well. A human that's cold also means they are a human that is young. Nobody who is round and rough and big can keep themselves from being nice. A person that is known to be big and rough is also green, they will feel blue about it. Being blue, cold, and rough must be very trying. At least they are also big. A young, cold person is often blue. | {
"triple1": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple8": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is big and cold then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule2": {
"text": "If someone is cold then they are young.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is round and rough and big then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is big and rough and green then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and cold and rough then they are big.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Gary is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple6)]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is young.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple3) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple3) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is blue.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple3 ((triple3) -> rule2)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple3) -> (rule2 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple3) -> rule2)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple3) -> (rule2 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is big.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple3 ((triple3) -> rule2)) -> rule6) triple3 triple1) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple3) -> (rule2 % int3))) -> (rule6 % int2)) triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not big.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((triple3 ((triple3) -> rule2)) -> rule6) triple3 triple1) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple3) -> (rule2 % int3))) -> (rule6 % int2)) triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Dave is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"Q15": {
"question": "Gary is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Bob is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is cold.[(triple3)] Bob is nice.[(triple2)] Bob is rough.[(triple1)] Dave is big.[(triple7)] Dave is blue.[(triple6)] Dave is kind.[(triple5)] Dave is rough.[(triple4)] Gary is young.[(triple8)] @1: Bob is young.[(((triple3) -> rule2))] @2: Bob is blue.[(((triple3 ((triple3) -> rule2)) -> rule6))] @3: Bob is big.[(((((triple3 ((triple3) -> rule2)) -> rule6) triple3 triple1) -> rule5))] | [
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is blue.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple3) -> (rule2 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is big.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple3) -> (rule2 % int3))) -> (rule6 % int2)) triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "When you talk about Bob, the first thing you notice is his rough and cold demeanor and then when you talk to him you find out how very nice he really is to everyone.",
"sent2": "Most everyone considers Dave a rough fellow, but very kind; He's often categorized as blue, and he's big.",
"sent3": "Gary was born only a few years ago so he is young.",
"sent4": "People that are big and cold are blue as well.",
"sent5": "A human that's cold also means they are a human that is young.",
"sent6": "Nobody who is round and rough and big can keep themselves from being nice.",
"sent7": "A person that is known to be big and rough is also green, they will feel blue about it.",
"sent8": "Being blue, cold, and rough must be very trying; At least they are also big.",
"sent9": "A young, cold person is often blue.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1031 | 3 | 12 | 7 | Bob has a round face and is very nice. Red Charlie is what folks call him, because he is quite red. The big, round, blue guy is Dave. He's kind but rather rough. Gary is young and green, so although he is rough and blue with sadness, he'll grow out of it. Young people who are big, downhearted, and blue are kind. Rough people, round from over eating, who are also cold are young and don't mind the draft. A rough, blue person is often said to be nice. Nice people who are big are always cold because they can't find space near the heater. They found the ones that were round, blue, and green to be nice. Anybody that is blue, red and cold will also be round, for sure. Someone can be big and rough, but cold even though they are kind. | {
"triple1": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple9": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple10": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple11": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple12": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is big and blue and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule2": {
"text": "If someone is round and cold and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and rough then they are nice.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is big and nice then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is round and blue and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and cold and red then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": {
"text": "If someone is cold and rough and big then they are kind.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is nice.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple12 triple10) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12 triple10) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple5) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is cold.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple8 ((triple7 triple5) -> rule3)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple7 triple5) -> (rule3 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not cold.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple8 ((triple7 triple5) -> rule3)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple7 triple5) -> (rule3 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is young.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple4 ((triple8 ((triple7 triple5) -> rule3)) -> rule4) triple5) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple8 ((triple7 triple5) -> (rule3 % int3))) -> (rule4 % int2)) triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not young.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple4 ((triple8 ((triple7 triple5) -> rule3)) -> rule4) triple5) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple8 ((triple7 triple5) -> (rule3 % int3))) -> (rule4 % int2)) triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is cold.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Bob is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"Q15": {
"question": "Charlie is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Charlie is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is nice.[(triple2)] Bob is round.[(triple1)] Charlie is red.[(triple3)] Dave is big.[(triple8)] Dave is blue.[(triple7)] Dave is kind.[(triple6 OR ((((triple8 ((triple7 triple5) -> rule3)) -> rule4) triple5 triple8) -> rule7) OR ((triple8 triple7 ((triple4 ((triple8 ((triple7 triple5) -> rule3)) -> rule4) triple5) -> rule2)) -> rule1))] Dave is rough.[(triple5)] Dave is round.[(triple4)] Gary is blue.[(triple12)] Gary is green.[(triple11)] Gary is rough.[(triple10)] Gary is young.[(triple9)] @1: Dave is nice.[(((triple7 triple5) -> rule3))] Gary is nice.[(((triple12 triple10) -> rule3))] @2: Dave is cold.[(((triple8 ((triple7 triple5) -> rule3)) -> rule4))] @3: Dave is young.[(((triple4 ((triple8 ((triple7 triple5) -> rule3)) -> rule4) triple5) -> rule2))] | [
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
},
{
"representation": "((((triple8 ((triple7 triple5) -> (rule3 % int3))) -> (rule4 % int2)) triple5 triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple8 triple7 ((triple4 ((triple8 ((triple7 triple5) -> (rule3 % int4))) -> (rule4 % int3)) triple5) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is nice.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is nice.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12 triple10) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is cold.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple7 triple5) -> (rule3 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is young.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple8 ((triple7 triple5) -> (rule3 % int3))) -> (rule4 % int2)) triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Bob has a round face and is very nice.",
"sent2": "Red Charlie is what folks call him, because he is quite red.",
"sent3": "The big, round, blue guy is Dave; He's kind but rather rough.",
"sent4": "Gary is young and green, so although he is rough and blue with sadness, he'll grow out of it.",
"sent5": "Young people who are big, downhearted, and blue are kind.",
"sent6": "Rough people, round from over eating, who are also cold are young and don't mind the draft.",
"sent7": "A rough, blue person is often said to be nice.",
"sent8": "Nice people who are big are always cold because they can't find space near the heater.",
"sent9": "They found the ones that were round, blue, and green to be nice.",
"sent10": "Anybody that is blue, red and cold will also be round, for sure.",
"sent11": "Someone can be big and rough, but cold even though they are kind."
} |
AttNonegNatLang-OWA-1421 | 3 | 10 | 7 | Alan looks red to most people, with blue features. That Dave is a round, rough fellow, and he's nice, as well as big. Fred is a person both green and big. Gary looks red to most people, with blue features. A round and nice person will certainly have a red tint to them. People who are green and blue tend to be round in shape. Maybe someone is rough and blue with the cold. People who are big and kind and feel down and blue tend to have rough skin. Young,round people tend to be rough and big. Young people that are red for any reason, may also act in a rough manner, but don't be surprised if they are ultimately blue. A rough and round shaped person will be nice and also young. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple6": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple9": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple10": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is round and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is green and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and blue then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule4": {
"text": "If someone is kind and big and blue then they are rough.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is rough and young and round then they are big.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is red and young and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": {
"text": "If someone is rough and round and nice then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
}
} | {
"Q1": {
"question": "Dave is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Gary\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is red.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple3 triple5) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not young.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple3 triple5) -> rule7))]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is blue.",
"answer": "True",
"QDep": 2,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple3 triple5) -> rule1) ((triple4 triple3 triple5) -> rule7) triple4) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5) -> (rule1 % int3)) ((triple4 triple3 triple5) -> (rule7 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q6": {
"question": "Dave is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple5) -> rule1) ((triple4 triple3 triple5) -> rule7) triple4) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5) -> (rule1 % int3)) ((triple4 triple3 triple5) -> (rule7 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Dave is cold.",
"answer": "True",
"QDep": 3,
"QLen": "11",
"strategy": "proof",
"proofs": "[(((triple4 ((((triple3 triple5) -> rule1) ((triple4 triple3 triple5) -> rule7) triple4) -> rule6)) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple3 triple5) -> (rule1 % int4)) ((triple4 triple3 triple5) -> (rule7 % int3)) triple4) -> (rule6 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Dave is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "11",
"strategy": "inv-proof",
"proofs": "[(((triple4 ((((triple3 triple5) -> rule1) ((triple4 triple3 triple5) -> rule7) triple4) -> rule6)) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple3 triple5) -> (rule1 % int4)) ((triple4 triple3 triple5) -> (rule7 % int3)) triple4) -> (rule6 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Alan is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is young.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Alan is cold.[CWA. Example of deepest failure = (rule3 <- rule4 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Alan is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple2)] Alan is red.[(triple1)] Dave is big.[(triple6 OR ((triple4 ((triple4 triple3 triple5) -> rule7) triple3) -> rule5))] Dave is nice.[(triple5)] Dave is rough.[(triple4)] Dave is round.[(triple3)] Fred is big.[(triple8)] Fred is green.[(triple7)] Gary is blue.[(triple10)] Gary is red.[(triple9)] @1: Dave is red.[(((triple3 triple5) -> rule1))] Dave is young.[(((triple4 triple3 triple5) -> rule7))] @2: Dave is blue.[(((((triple3 triple5) -> rule1) ((triple4 triple3 triple5) -> rule7) triple4) -> rule6))] @3: Dave is cold.[(((triple4 ((((triple3 triple5) -> rule1) ((triple4 triple3 triple5) -> rule7) triple4) -> rule6)) -> rule3))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
},
{
"representation": "((triple4 ((triple4 triple3 triple5) -> (rule7 % int2)) triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is young.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3 triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is blue.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5) -> (rule1 % int3)) ((triple4 triple3 triple5) -> (rule7 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Dave is cold.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple3 triple5) -> (rule1 % int4)) ((triple4 triple3 triple5) -> (rule7 % int3)) triple4) -> (rule6 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Alan looks red to most people, with blue features.",
"sent2": "That Dave is a round, rough fellow, and he's nice, as well as big.",
"sent3": "Fred is a person both green and big.",
"sent4": "Gary looks red to most people, with blue features.",
"sent5": "A round and nice person will certainly have a red tint to them.",
"sent6": "People who are green and blue tend to be round in shape.",
"sent7": "Maybe someone is rough and blue with the cold.",
"sent8": "People who are big and kind and feel down and blue tend to have rough skin.",
"sent9": "Young,round people tend to be rough and big.",
"sent10": "Young people that are red for any reason, may also act in a rough manner, but don't be surprised if they are ultimately blue.",
"sent11": "A rough and round shaped person will be nice and also young."
} |
AttNonegNatLang-OWA-237 | 3 | 11 | 7 | Even though Eric is big and round, he is cold much of the time. Fred wears all blue. Gary is colored red and green. He is also young, rough and very cold. Harry has a round face and is very nice. A green and blue colored person who is young will certainly be big. Fat, round people who are green with envy and notoriously rough. Any rather round person exposed to weather that leaves them red and cold will feel blue. There could be a round someone with red hair wearing blue pants. Round people are often red before they turn green. Unfortunately, all the young people who are considered green are all round. Someone who is cold and big is also a red person. | {
"triple1": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple6": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple7": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple9": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple10": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple11": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is green and young and blue then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is green and round then they are rough.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule3": {
"text": "If someone is round and red and cold then they are blue.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is red and round then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is round and red then they are green.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": {
"text": "If someone is green and young then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": {
"text": "If someone is big and cold then they are red.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple11)]",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Gary\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is round.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple8 triple5) -> rule6))]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not round.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple5) -> rule6))]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is blue.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple7 ((triple8 triple5) -> rule6)) -> rule4) OR ((((triple8 triple5) -> rule6) triple7 triple9) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple8 triple5) -> (rule6 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple8 triple5) -> (rule6 % int2)) triple7 triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple2) -> rule7) triple1) -> rule4) OR ((triple1 ((triple3 triple2) -> rule7) triple2) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule7 % int2)) triple1) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple1 ((triple3 triple2) -> (rule7 % int2)) triple2) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is big.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple8 triple5 ((triple7 ((triple8 triple5) -> rule6)) -> rule4)) -> rule1) OR ((triple8 triple5 ((((triple8 triple5) -> rule6) triple7 triple9) -> rule3)) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple5 ((triple7 ((triple8 triple5) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple8 triple5 ((((triple8 triple5) -> (rule6 % int3)) triple7 triple9) -> (rule3 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not big.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple5 ((triple7 ((triple8 triple5) -> rule6)) -> rule4)) -> rule1) OR ((triple8 triple5 ((((triple8 triple5) -> rule6) triple7 triple9) -> rule3)) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple5 ((triple7 ((triple8 triple5) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple8 triple5 ((((triple8 triple5) -> (rule6 % int3)) triple7 triple9) -> (rule3 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is red.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is red.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Gary is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Fred is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Eric is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Eric is big.[(triple3)] Eric is cold.[(triple2)] Eric is round.[(triple1)] Fred is blue.[(triple4)] Gary is cold.[(triple9)] Gary is green.[(triple8)] Gary is red.[(triple7)] Gary is rough.[(triple6 OR ((triple8 ((triple8 triple5) -> rule6)) -> rule2))] Gary is young.[(triple5)] Harry is nice.[(triple11)] Harry is round.[(triple10)] @1: Eric is red.[(((triple3 triple2) -> rule7))] Gary is round.[(((triple8 triple5) -> rule6))] @2: Eric is blue.[(((((triple3 triple2) -> rule7) triple1) -> rule4) OR ((triple1 ((triple3 triple2) -> rule7) triple2) -> rule3))] Eric is green.[(((triple1 ((triple3 triple2) -> rule7)) -> rule5))] Gary is blue.[(((triple7 ((triple8 triple5) -> rule6)) -> rule4) OR ((((triple8 triple5) -> rule6) triple7 triple9) -> rule3))] @3: Eric is rough.[(((((triple1 ((triple3 triple2) -> rule7)) -> rule5) triple1) -> rule2))] Gary is big.[(((triple8 triple5 ((triple7 ((triple8 triple5) -> rule6)) -> rule4)) -> rule1) OR ((triple8 triple5 ((((triple8 triple5) -> rule6) triple7 triple9) -> rule3)) -> rule1))] | [
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is cold.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
},
{
"representation": "((triple8 ((triple8 triple5) -> (rule6 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule7 % int1))",
"intermediates": [
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is round.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is blue.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule7 % int2)) triple1) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple1 ((triple3 triple2) -> (rule7 % int2)) triple2) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is green.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple3 triple2) -> (rule7 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is blue.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple8 triple5) -> (rule6 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple8 triple5) -> (rule6 % int2)) triple7 triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is rough.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple3 triple2) -> (rule7 % int3))) -> (rule5 % int2)) triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Gary is big.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple5 ((triple7 ((triple8 triple5) -> (rule6 % int3))) -> (rule4 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple8 triple5 ((((triple8 triple5) -> (rule6 % int3)) triple7 triple9) -> (rule3 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Even though Eric is big and round, he is cold much of the time.",
"sent2": "Fred wears all blue.",
"sent3": "Gary is colored red and green; He is also young, rough and very cold.",
"sent4": "Harry has a round face and is very nice.",
"sent5": "A green and blue colored person who is young will certainly be big.",
"sent6": "Fat, round people who are green with envy and notoriously rough.",
"sent7": "Any rather round person exposed to weather that leaves them red and cold will feel blue.",
"sent8": "There could be a round someone with red hair wearing blue pants.",
"sent9": "Round people are often red before they turn green.",
"sent10": "Unfortunately, all the young people who are considered green are all round.",
"sent11": "Someone who is cold and big is also a red person."
} |
AttNonegNatLang-OWA-1666 | 3 | 12 | 7 | In the snow sits Alan, crying from being cold. Bob was a complicated man. He was rough and red, yet nice and kind. He was as cold as he was blue. Big Gary is young and rough but also very nice in a green sorta way. An individual that fits the nice, red, and kind description will fit the description of big, too. Soon you will understand that big people are nice. A green person who is kind and a bit blue is young. Rough and cold and blue people are round. A young, nice person will turn out to be a green person also. Being big and blue is standard for being green. If you meet somebody who is green, big and red you'll notice they are also blue. | {
"triple1": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple5": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple7": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple9": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple10": {
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"triple11": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple12": {
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is red and kind and nice then they are big.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is big then they are nice.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and kind and green then they are young.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and blue and cold then they are round.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is young and nice then they are green.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": {
"text": "If someone is big and blue then they are green.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": {
"text": "If someone is green and big and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not nice.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple10 OR ((triple12) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
},
{
"representation": "((triple12) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q3": {
"question": "Bob is big.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple3 triple5 triple4) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 triple4) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not big.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple5 triple4) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 triple4) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is green.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple3 triple5 triple4) -> rule1) triple7) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5 triple4) -> (rule1 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not green.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple5 triple4) -> rule1) triple7) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5 triple4) -> (rule1 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is young.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple7 triple5 ((((triple3 triple5 triple4) -> rule1) triple7) -> rule6)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((((triple3 triple5 triple4) -> (rule1 % int3)) triple7) -> (rule6 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple5 ((((triple3 triple5 triple4) -> rule1) triple7) -> rule6)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((((triple3 triple5 triple4) -> (rule1 % int3)) triple7) -> (rule6 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is green.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Alan is nice.[CWA. Example of deepest failure = (rule2 <- rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Harry is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Harry is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is cold.[(triple1)] Bob is blue.[(triple7)] Bob is cold.[(triple6)] Bob is kind.[(triple5)] Bob is nice.[(triple4)] Bob is red.[(triple3)] Bob is rough.[(triple2)] Gary is big.[(triple12)] Gary is green.[(triple11 OR ((triple8 triple10) -> rule5) OR ((triple8 ((triple12) -> rule2)) -> rule5))] Gary is nice.[(triple10 OR ((triple12) -> rule2))] Gary is rough.[(triple9)] Gary is young.[(triple8)] @1: Bob is big.[(((triple3 triple5 triple4) -> rule1))] Bob is round.[(((triple2 triple7 triple6) -> rule4))] @2: Bob is green.[(((((triple3 triple5 triple4) -> rule1) triple7) -> rule6))] @3: Bob is young.[(((triple7 triple5 ((((triple3 triple5 triple4) -> rule1) triple7) -> rule6)) -> rule3))] | [
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
},
{
"representation": "((triple8 triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple8 ((triple12) -> (rule2 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is nice.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
},
{
"representation": "((triple12) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Bob is big.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 triple4) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple7 triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is green.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple5 triple4) -> (rule1 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is young.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((((triple3 triple5 triple4) -> (rule1 % int3)) triple7) -> (rule6 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": "sent3",
"triple12": "sent3"
} | {
"sent1": "In the snow sits Alan, crying from being cold.",
"sent2": "Bob was a complicated man; He was rough and red, yet nice and kind; He was as cold as he was blue.",
"sent3": "Big Gary is young and rough but also very nice in a green sorta way.",
"sent4": "An individual that fits the nice, red, and kind description will fit the description of big, too.",
"sent5": "Soon you will understand that big people are nice.",
"sent6": "A green person who is kind and a bit blue is young.",
"sent7": "Rough and cold and blue people are round.",
"sent8": "A young, nice person will turn out to be a green person also.",
"sent9": "Being big and blue is standard for being green.",
"sent10": "If you meet somebody who is green, big and red you'll notice they are also blue.",
"sent11": null
} |
AttNonegNatLang-OWA-330 | 4 | 11 | 7 | Bob is colored blue and red. He is also kind and cold to the touch. Dave is big and tends to wear red shirts. One day Eric, a very nice old man with green ears, asked if I was as cold a block of ice. I said no but that I had heard that round people like him are cold blooded. They always call him rough Harry. When a young person has a round shape and feels blue, they will be green as well. Big, young people feel cold all the time. Green people with red round cheeks are young. Somebody whose descriptors are nice, big and kind will also fit a young descriptor. Anybody that is big is also someone who is going to be blue. Blue people who are big tend to be rough. Blue people who are rough are often young. | {
"triple1": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple9": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"triple11": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and round and young then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If someone is young and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is red and green and round then they are young.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and big and kind then they are young.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is big then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and big then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is rough and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
}
} | {
"Q1": {
"question": "Eric is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple10)]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is blue.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple6) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple6) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is rough.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple6) -> rule5) triple6) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule5 % int2)) triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple6) -> rule5) triple6) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule5 % int2)) triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is young.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((((triple6) -> rule5) triple6) -> rule6) ((triple6) -> rule5)) -> rule7))]",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple6) -> (rule5 % int3)) triple6) -> (rule6 % int2)) ((triple6) -> (rule5 % int3))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not young.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((((triple6) -> rule5) triple6) -> rule6) ((triple6) -> rule5)) -> rule7))]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple6) -> (rule5 % int3)) triple6) -> (rule6 % int2)) ((triple6) -> (rule5 % int3))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is cold.",
"answer": "True",
"QDep": 4,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((((((triple6) -> rule5) triple6) -> rule6) ((triple6) -> rule5)) -> rule7) triple6) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((((triple6) -> (rule5 % int4)) triple6) -> (rule6 % int3)) ((triple6) -> (rule5 % int4))) -> (rule7 % int2)) triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Dave is not cold.",
"answer": "False",
"QDep": 4,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((((((triple6) -> rule5) triple6) -> rule6) ((triple6) -> rule5)) -> rule7) triple6) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((((triple6) -> (rule5 % int4)) triple6) -> (rule6 % int3)) ((triple6) -> (rule5 % int4))) -> (rule7 % int2)) triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is young.[CWA. Example of deepest failure = (rule7 <- rule5 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Bob is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"Q15": {
"question": "Harry is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"Q17": {
"question": "Bob is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")"
},
"Q18": {
"question": "Eric is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"Q19": {
"question": "Eric is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")"
},
"Q20": {
"question": "Dave is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is blue.[(triple4)] Bob is cold.[(triple3)] Bob is kind.[(triple2)] Bob is red.[(triple1)] Dave is big.[(triple6)] Dave is red.[(triple5)] Eric is cold.[(triple10)] Eric is green.[(triple9)] Eric is nice.[(triple8)] Eric is round.[(triple7)] Harry is rough.[(triple11)] @1: Dave is blue.[(((triple6) -> rule5))] @2: Dave is rough.[(((((triple6) -> rule5) triple6) -> rule6))] @3: Dave is young.[(((((((triple6) -> rule5) triple6) -> rule6) ((triple6) -> rule5)) -> rule7))] @4: Dave is cold.[(((((((((triple6) -> rule5) triple6) -> rule6) ((triple6) -> rule5)) -> rule7) triple6) -> rule2))] | [
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is cold.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is rough.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule5 % int2)) triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is young.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple6) -> (rule5 % int3)) triple6) -> (rule6 % int2)) ((triple6) -> (rule5 % int3))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Dave is cold.",
"QDep": 4,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((((triple6) -> (rule5 % int4)) triple6) -> (rule6 % int3)) ((triple6) -> (rule5 % int4))) -> (rule7 % int2)) triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int3"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Bob is colored blue and red; He is also kind and cold to the touch.",
"sent2": "Dave is big and tends to wear red shirts.",
"sent3": "One day Eric, a very nice old man with green ears, asked if I was as cold a block of ice; I said no but that I had heard that round people like him are cold blooded.",
"sent4": "They always call him rough Harry.",
"sent5": "When a young person has a round shape and feels blue, they will be green as well.",
"sent6": "Big, young people feel cold all the time.",
"sent7": "Green people with red round cheeks are young.",
"sent8": "Somebody whose descriptors are nice, big and kind will also fit a young descriptor.",
"sent9": "Anybody that is big is also someone who is going to be blue.",
"sent10": "Blue people who are big tend to be rough.",
"sent11": "Blue people who are rough are often young."
} |
AttNonegNatLang-OWA-537 | 3 | 11 | 6 | Alan is so big, he is often blue, but always kind. Big Charlie is very nice. Though he is rough and cold he is green and still learning. Fred ate some rotten meat and now feels green. Young Harry is wearing green pants. A big young person that is green will be cold to others. When someone is young, they can be cold but kind. Like a blueberry, a big blue person is round as anything. Big people with round and somewhat red faces will have rough skin. Blue people round with fat are red from too much time in the sun. Young people that are nice and green tend to be blue. | {
"triple1": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple2": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple6": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple9": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple11": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is green and young and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is young and cold then they are kind.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and big then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is big and round and red then they are rough.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and round then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule6": {
"text": "If someone is young and nice and green then they are blue.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Alan is kind.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not green.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is round.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple3) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not round.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple3) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is red.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple2 ((triple2 triple3) -> rule3)) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple3) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Alan is not red.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple2 ((triple2 triple3) -> rule3)) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple3) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Alan is rough.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple3 ((triple2 triple3) -> rule3) ((triple2 ((triple2 triple3) -> rule3)) -> rule5)) -> rule4))]",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2 triple3) -> (rule3 % int3)) ((triple2 ((triple2 triple3) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Alan is not rough.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple2 triple3) -> rule3) ((triple2 ((triple2 triple3) -> rule3)) -> rule5)) -> rule4))]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2 triple3) -> (rule3 % int3)) ((triple2 ((triple2 triple3) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Charlie is round.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Fred is red.[CWA. Example of deepest failure = (rule5 <- rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"-\")"
},
"Q14": {
"question": "Harry is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Alan is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Charlie is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple3)] Alan is blue.[(triple2)] Alan is kind.[(triple1)] Charlie is big.[(triple8)] Charlie is cold.[(triple7)] Charlie is green.[(triple6)] Charlie is nice.[(triple5)] Charlie is rough.[(triple4)] Fred is green.[(triple9)] Harry is green.[(triple11)] Harry is young.[(triple10)] @1: Alan is round.[(((triple2 triple3) -> rule3))] @2: Alan is red.[(((triple2 ((triple2 triple3) -> rule3)) -> rule5))] @3: Alan is rough.[(((triple3 ((triple2 triple3) -> rule3) ((triple2 ((triple2 triple3) -> rule3)) -> rule5)) -> rule4))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is red.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple3) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Alan is rough.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2 triple3) -> (rule3 % int3)) ((triple2 ((triple2 triple3) -> (rule3 % int3))) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Alan is so big, he is often blue, but always kind.",
"sent2": "Big Charlie is very nice; Though he is rough and cold he is green and still learning.",
"sent3": "Fred ate some rotten meat and now feels green.",
"sent4": "Young Harry is wearing green pants.",
"sent5": "A big young person that is green will be cold to others.",
"sent6": "When someone is young, they can be cold but kind.",
"sent7": "Like a blueberry, a big blue person is round as anything.",
"sent8": "Big people with round and somewhat red faces will have rough skin.",
"sent9": "Blue people round with fat are red from too much time in the sun.",
"sent10": "Young people that are nice and green tend to be blue.",
"sent11": null
} |
AttNonegNatLang-OWA-104 | 3 | 10 | 6 | Charlie is a nice and red, but very kind person as soon as you meet him. Fred is big and dresses in blue. Gary is very young to be a nurse but he loves helping others because he is so nice and kind. From a certain angle Harry is blue but he is young so maybe that will go away. A person that is both green and red tends to be cold as well. Round, nice and young folks around here are always green. I have found that young, blue, and big individuals are also red. Don't be surprised to hear that all nice, kind folks are in fact rough. If someone is a bit rough, but also nice, then they qualify as round. Someone that is red and blue because they are cold are also round. | {
"triple1": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"triple8": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple9": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple10": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is green and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is round and nice and young then they are green.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule3": {
"text": "If someone is young and blue and big then they are red.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and rough then they are round.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and red and cold then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Harry is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple10)]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not young.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is rough.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple8) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not rough.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple3) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is round.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple2 ((triple2 triple3) -> rule4)) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple3) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not round.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple7 triple8) -> rule4)) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple8) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is green.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((triple7 ((triple7 triple8) -> rule4)) -> rule5) triple7 triple6) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 ((triple7 triple8) -> (rule4 % int3))) -> (rule5 % int2)) triple7 triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not green.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((triple7 ((triple7 triple8) -> rule4)) -> rule5) triple7 triple6) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 ((triple7 triple8) -> (rule4 % int3))) -> (rule5 % int2)) triple7 triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is round.[CWA. Example of deepest failure = (rule6 <- rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Fred is round.[CWA. Example of deepest failure = (rule6 <- rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Fred is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Charlie is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is kind.[(triple3)] Charlie is nice.[(triple2)] Charlie is red.[(triple1)] Fred is big.[(triple5)] Fred is blue.[(triple4)] Gary is kind.[(triple8)] Gary is nice.[(triple7)] Gary is young.[(triple6)] Harry is blue.[(triple10)] Harry is young.[(triple9)] @1: Charlie is rough.[(((triple2 triple3) -> rule4))] Gary is rough.[(((triple7 triple8) -> rule4))] @2: Charlie is round.[(((triple2 ((triple2 triple3) -> rule4)) -> rule5))] Gary is round.[(((triple7 ((triple7 triple8) -> rule4)) -> rule5))] @3: Gary is green.[(((((triple7 ((triple7 triple8) -> rule4)) -> rule5) triple7 triple6) -> rule2))] | [
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is nice.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is rough.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is round.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple2 triple3) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is round.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple8) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is green.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 ((triple7 triple8) -> (rule4 % int3))) -> (rule5 % int2)) triple7 triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Charlie is a nice and red, but very kind person as soon as you meet him.",
"sent2": "Fred is big and dresses in blue.",
"sent3": "Gary is very young to be a nurse but he loves helping others because he is so nice and kind.",
"sent4": "From a certain angle Harry is blue but he is young so maybe that will go away.",
"sent5": "A person that is both green and red tends to be cold as well.",
"sent6": "Round, nice and young folks around here are always green.",
"sent7": "I have found that young, blue, and big individuals are also red.",
"sent8": "Don't be surprised to hear that all nice, kind folks are in fact rough.",
"sent9": "If someone is a bit rough, but also nice, then they qualify as round.",
"sent10": "Someone that is red and blue because they are cold are also round.",
"sent11": null
} |
AttNonegNatLang-OWA-658 | 4 | 11 | 7 | Charlie is nice, even when he is rough and red with anger. Dave, who is a young, rough person, is also a kind and cold guy. Fred grew up in a family with six other boys and that make him a rough guy. Right now he's feeling blue because his dog is sick. Young Gary is wearing green pants. A cold temperatured and green colored person who is also big will be young. If a kind person is also young and round shaped, they will be colored blue. A rough person that is cold towards others is green. Blue people who are kind and nice are actually quite rough. A young person who is red and green is also going to look round. If a person is young and very kind then they will be rather big. Someone who is cold and big is also a red person. | {
"triple1": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple10": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple11": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is big and green and cold then they are young.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and young and round then they are blue.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and cold then they are green.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and kind and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is young and green and red then they are round.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is young and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule7": {
"text": "If someone is big and cold then they are red.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple9)]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not young.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple4)]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is green.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple5 triple7) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not big.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple6) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is red.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple4 triple6) -> rule6) triple7) -> rule7))]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple6) -> (rule6 % int2)) triple7) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not red.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple4 triple6) -> rule6) triple7) -> rule7))]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple6) -> (rule6 % int2)) triple7) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is round.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple4 ((triple5 triple7) -> rule3) ((((triple4 triple6) -> rule6) triple7) -> rule7)) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple5 triple7) -> (rule3 % int4)) ((((triple4 triple6) -> (rule6 % int3)) triple7) -> (rule7 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Dave is not round.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple4 ((triple5 triple7) -> rule3) ((((triple4 triple6) -> rule6) triple7) -> rule7)) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple5 triple7) -> (rule3 % int4)) ((((triple4 triple6) -> (rule6 % int3)) triple7) -> (rule7 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Dave is blue.",
"answer": "True",
"QDep": 4,
"QLen": "13",
"strategy": "proof",
"proofs": "[(((triple6 triple4 ((triple4 ((triple5 triple7) -> rule3) ((((triple4 triple6) -> rule6) triple7) -> rule7)) -> rule5)) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4 ((triple4 ((triple5 triple7) -> (rule3 % int5)) ((((triple4 triple6) -> (rule6 % int4)) triple7) -> (rule7 % int3))) -> (rule5 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q10": {
"question": "Dave is not blue.",
"answer": "False",
"QDep": 4,
"QLen": "13",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple4 ((triple4 ((triple5 triple7) -> rule3) ((((triple4 triple6) -> rule6) triple7) -> rule7)) -> rule5)) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4 ((triple4 ((triple5 triple7) -> (rule3 % int5)) ((((triple4 triple6) -> (rule6 % int4)) triple7) -> (rule7 % int3))) -> (rule5 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q11": {
"question": "Gary is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is red.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Fred is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is green.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"Q15": {
"question": "Fred is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"-\")"
},
"Q16": {
"question": "Dave is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"Q17": {
"question": "Charlie is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"-\")"
},
"Q18": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"Q19": {
"question": "Fred is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"-\")"
},
"Q20": {
"question": "Fred is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is nice.[(triple3)] Charlie is red.[(triple2)] Charlie is rough.[(triple1)] Dave is cold.[(triple7)] Dave is kind.[(triple6)] Dave is rough.[(triple5)] Dave is young.[(triple4)] Fred is blue.[(triple9)] Fred is rough.[(triple8)] Gary is green.[(triple11)] Gary is young.[(triple10)] @1: Dave is big.[(((triple4 triple6) -> rule6))] Dave is green.[(((triple5 triple7) -> rule3))] @2: Dave is red.[(((((triple4 triple6) -> rule6) triple7) -> rule7))] @3: Dave is round.[(((triple4 ((triple5 triple7) -> rule3) ((((triple4 triple6) -> rule6) triple7) -> rule7)) -> rule5))] @4: Dave is blue.[(((triple6 triple4 ((triple4 ((triple5 triple7) -> rule3) ((((triple4 triple6) -> rule6) triple7) -> rule7)) -> rule5)) -> rule2))] | [
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is green.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is red.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple6) -> (rule6 % int2)) triple7) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is round.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple5 triple7) -> (rule3 % int4)) ((((triple4 triple6) -> (rule6 % int3)) triple7) -> (rule7 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Dave is blue.",
"QDep": 4,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4 ((triple4 ((triple5 triple7) -> (rule3 % int5)) ((((triple4 triple6) -> (rule6 % int4)) triple7) -> (rule7 % int3))) -> (rule5 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int4"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Charlie is nice, even when he is rough and red with anger.",
"sent2": "Dave, who is a young, rough person, is also a kind and cold guy.",
"sent3": "Fred grew up in a family with six other boys and that make him a rough guy; Right now he's feeling blue because his dog is sick.",
"sent4": "Young Gary is wearing green pants.",
"sent5": "A cold temperatured and green colored person who is also big will be young.",
"sent6": "If a kind person is also young and round shaped, they will be colored blue.",
"sent7": "A rough person that is cold towards others is green.",
"sent8": "Blue people who are kind and nice are actually quite rough.",
"sent9": "A young person who is red and green is also going to look round.",
"sent10": "If a person is young and very kind then they will be rather big.",
"sent11": "Someone who is cold and big is also a red person."
} |
AttNonegNatLang-OWA-1479 | 3 | 12 | 6 | Alan looks big and is kind with red hair and green shoes. Young Bob is wearing green pants. Charlie is nice and young with red hair and a blue shirt. Eric is so young and darling he is kind to all the old people on the block. Nice blue people are often rough. If a person is blue, rough, and green, then they are also big. Fat, round people who are green with envy and notoriously rough. It's been proven that red, rough people are green as well. A person described as cold and kind can also be described as nice. On a voyage across the sea it is always the round, kind people, green with seasickness that turn red with embarrassment. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple6": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple8": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple11": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple12": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is nice and blue then they are rough.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and rough and green then they are big.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is green and round then they are rough.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule4": {
"text": "If someone is red and rough then they are green.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is kind and green and round then they are red.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is rough.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple9 triple10) -> rule1))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple10) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not rough.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple9 triple10) -> rule1))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple10) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is green.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple8 ((triple9 triple10) -> rule1)) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple9 triple10) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not green.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple8 ((triple9 triple10) -> rule1)) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple9 triple10) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is big.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple10 ((triple9 triple10) -> rule1) ((triple8 ((triple9 triple10) -> rule1)) -> rule4)) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple9 triple10) -> (rule1 % int3)) ((triple8 ((triple9 triple10) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not big.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple10 ((triple9 triple10) -> rule1) ((triple8 ((triple9 triple10) -> rule1)) -> rule4)) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple9 triple10) -> (rule1 % int3)) ((triple8 ((triple9 triple10) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is red.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is red.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Bob is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Eric is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Charlie is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple4)] Alan is green.[(triple3)] Alan is kind.[(triple2)] Alan is red.[(triple1)] Bob is green.[(triple6)] Bob is young.[(triple5)] Charlie is blue.[(triple10)] Charlie is nice.[(triple9)] Charlie is red.[(triple8)] Charlie is young.[(triple7)] Eric is kind.[(triple12)] Eric is young.[(triple11)] @1: Charlie is rough.[(((triple9 triple10) -> rule1))] @2: Charlie is green.[(((triple8 ((triple9 triple10) -> rule1)) -> rule4))] @3: Charlie is big.[(((triple10 ((triple9 triple10) -> rule1) ((triple8 ((triple9 triple10) -> rule1)) -> rule4)) -> rule2))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple10) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is green.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple9 triple10) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is big.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 ((triple9 triple10) -> (rule1 % int3)) ((triple8 ((triple9 triple10) -> (rule1 % int3))) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Alan looks big and is kind with red hair and green shoes.",
"sent2": "Young Bob is wearing green pants.",
"sent3": "Charlie is nice and young with red hair and a blue shirt.",
"sent4": "Eric is so young and darling he is kind to all the old people on the block.",
"sent5": "Nice blue people are often rough.",
"sent6": "If a person is blue, rough, and green, then they are also big.",
"sent7": "Fat, round people who are green with envy and notoriously rough.",
"sent8": "It's been proven that red, rough people are green as well.",
"sent9": "A person described as cold and kind can also be described as nice.",
"sent10": "On a voyage across the sea it is always the round, kind people, green with seasickness that turn red with embarrassment.",
"sent11": null
} |
AttNonegNatLang-OWA-634 | 3 | 11 | 7 | Big Alan is nice and red with sunburn and green hair. Even though Charlie is rough, he nice but cold and blue. Gary fits the description of someone who is rough, red and blue. I've noticed that kind people are also big. Someone might be red but blue from the cold dressing in green. Anyone with red and blue coloration also has green coloration. I have noticed that nice people that are green and blue are often round-shaped. People who are red and green are also nice. Kind people who are nice find that they must also be rough. A person who is red and green, will also tend to be round shaped and rough. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple9": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple10": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple11": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is kind then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is cold and blue and red then they are green.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule3": {
"text": "If someone is red and blue then they are green.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and green and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is green and red then they are nice.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is kind and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is round and green and red then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
}
} | {
"Q1": {
"question": "Charlie is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is green.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple10 triple11) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple11) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not green.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple10 triple11) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple11) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is nice.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple10 triple11) -> rule3) triple10) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple11) -> (rule3 % int2)) triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple10 triple11) -> rule3) triple10) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple11) -> (rule3 % int2)) triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is round.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((((triple10 triple11) -> rule3) triple10) -> rule5) ((triple10 triple11) -> rule3) triple11) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple11) -> (rule3 % int3)) triple10) -> (rule5 % int2)) ((triple10 triple11) -> (rule3 % int3)) triple11) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not round.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((((triple10 triple11) -> rule3) triple10) -> rule5) ((triple10 triple11) -> rule3) triple11) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple11) -> (rule3 % int3)) triple10) -> (rule5 % int2)) ((triple10 triple11) -> (rule3 % int3)) triple11) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Charlie is not round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Charlie is round.[CWA. Example of deepest failure = (rule4 <- rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Charlie is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Gary is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Alan is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple4)] Alan is green.[(triple3)] Alan is nice.[(triple2 OR ((triple3 triple1) -> rule5))] Alan is red.[(triple1)] Charlie is blue.[(triple8)] Charlie is cold.[(triple7)] Charlie is nice.[(triple6)] Charlie is rough.[(triple5)] Gary is blue.[(triple11)] Gary is red.[(triple10)] Gary is rough.[(triple9 OR ((((((((triple10 triple11) -> rule3) triple10) -> rule5) ((triple10 triple11) -> rule3) triple11) -> rule4) ((triple10 triple11) -> rule3) triple10) -> rule7))] @1: Gary is green.[(((triple10 triple11) -> rule3))] @2: Gary is nice.[(((((triple10 triple11) -> rule3) triple10) -> rule5))] @3: Gary is round.[(((((((triple10 triple11) -> rule3) triple10) -> rule5) ((triple10 triple11) -> rule3) triple11) -> rule4))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is nice.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
},
{
"representation": "((triple3 triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
},
{
"representation": "((((((((triple10 triple11) -> (rule3 % int4)) triple10) -> (rule5 % int3)) ((triple10 triple11) -> (rule3 % int4)) triple11) -> (rule4 % int2)) ((triple10 triple11) -> (rule3 % int4)) triple10) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Gary is green.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple11) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is nice.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10 triple11) -> (rule3 % int2)) triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is round.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10 triple11) -> (rule3 % int3)) triple10) -> (rule5 % int2)) ((triple10 triple11) -> (rule3 % int3)) triple11) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": "sent3",
"triple12": null
} | {
"sent1": "Big Alan is nice and red with sunburn and green hair.",
"sent2": "Even though Charlie is rough, he nice but cold and blue.",
"sent3": "Gary fits the description of someone who is rough, red and blue.",
"sent4": "I've noticed that kind people are also big.",
"sent5": "Someone might be red but blue from the cold dressing in green.",
"sent6": "Anyone with red and blue coloration also has green coloration.",
"sent7": "I have noticed that nice people that are green and blue are often round-shaped.",
"sent8": "People who are red and green are also nice.",
"sent9": "Kind people who are nice find that they must also be rough.",
"sent10": "A person who is red and green, will also tend to be round shaped and rough.",
"sent11": null
} |
AttNonegNatLang-OWA-377 | 3 | 11 | 6 | Young Dave got into a fight that left him with red sores on his face. Eric was in a chemistry lab accident and turned blue and green which is even more obvious due to his round figure. Fred gets red when he is mad and tends to act very cold. Harry vowed to always be rough, cold, blue, and big as possible. Cold and rough people will also surely be round shaped. Rough people, round from over eating, who are also cold are young and don't mind the draft. People who are round and young are also quite nice. A person that is rough and round shaped features are going to be red. People who are nice, big, and also rough, are considered red. A nice young person will be rough in texture. | {
"triple1": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple5": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple10": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple11": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is cold and rough then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule2": {
"text": "If someone is round and cold and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is young and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is round and rough then they are red.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and big and rough then they are red.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule6": {
"text": "If someone is young and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Fred is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple8)]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is round.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple9 triple8) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not round.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple9 triple8) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is young.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple9 triple8) -> rule1) triple9 triple8) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple8) -> (rule1 % int2)) triple9 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not young.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple9 triple8) -> rule1) triple9 triple8) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple8) -> (rule1 % int2)) triple9 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is nice.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((((triple9 triple8) -> rule1) triple9 triple8) -> rule2) ((triple9 triple8) -> rule1)) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple9 triple8) -> (rule1 % int3)) triple9 triple8) -> (rule2 % int2)) ((triple9 triple8) -> (rule1 % int3))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((((triple9 triple8) -> rule1) triple9 triple8) -> rule2) ((triple9 triple8) -> rule1)) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple9 triple8) -> (rule1 % int3)) triple9 triple8) -> (rule2 % int2)) ((triple9 triple8) -> (rule1 % int3))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not round.",
"answer": "Unknown",
"QDep": 3,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@3: Fred is round.[CWA. Example of deepest failure = (rule1 <- rule6 <- rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Fred is young.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not nice.",
"answer": "Unknown",
"QDep": 3,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@3: Fred is nice.[CWA. Example of deepest failure = (rule3 <- rule2 <- rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Fred is rough.[CWA. Example of deepest failure = (rule6 <- rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Eric is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")"
},
"Q16": {
"question": "Dave is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is red.[(triple2)] Dave is young.[(triple1)] Eric is blue.[(triple5)] Eric is green.[(triple4)] Eric is round.[(triple3)] Fred is cold.[(triple7)] Fred is red.[(triple6)] Harry is big.[(triple11)] Harry is blue.[(triple10)] Harry is cold.[(triple9)] Harry is rough.[(triple8)] @1: Harry is round.[(((triple9 triple8) -> rule1))] @2: Harry is red.[(((((triple9 triple8) -> rule1) triple8) -> rule4) OR ((((((((triple9 triple8) -> rule1) triple9 triple8) -> rule2) ((triple9 triple8) -> rule1)) -> rule3) triple11 triple8) -> rule5))] Harry is young.[(((((triple9 triple8) -> rule1) triple9 triple8) -> rule2))] @3: Harry is nice.[(((((((triple9 triple8) -> rule1) triple9 triple8) -> rule2) ((triple9 triple8) -> rule1)) -> rule3))] | [
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is red.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple8) -> (rule1 % int2)) triple8) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((((((triple9 triple8) -> (rule1 % int4)) triple9 triple8) -> (rule2 % int3)) ((triple9 triple8) -> (rule1 % int4))) -> (rule3 % int2)) triple11 triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Harry is young.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple8) -> (rule1 % int2)) triple9 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is nice.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple9 triple8) -> (rule1 % int3)) triple9 triple8) -> (rule2 % int2)) ((triple9 triple8) -> (rule1 % int3))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Young Dave got into a fight that left him with red sores on his face.",
"sent2": "Eric was in a chemistry lab accident and turned blue and green which is even more obvious due to his round figure.",
"sent3": "Fred gets red when he is mad and tends to act very cold.",
"sent4": "Harry vowed to always be rough, cold, blue, and big as possible.",
"sent5": "Cold and rough people will also surely be round shaped.",
"sent6": "Rough people, round from over eating, who are also cold are young and don't mind the draft.",
"sent7": "People who are round and young are also quite nice.",
"sent8": "A person that is rough and round shaped features are going to be red.",
"sent9": "People who are nice, big, and also rough, are considered red.",
"sent10": "A nice young person will be rough in texture.",
"sent11": null
} |
AttNonegNatLang-OWA-211 | 3 | 10 | 6 | Red Alan is what folks call him, because he is quite red. Bob looks red to most people, with blue features. Charlie is a nice person who is red because he has a rash. Gary is young and green. He is big and is rough around the edges with tough red skin. A red colored and round person who is also young will be rather kind. A nice green person that tends to be rough will indeed be round too. A red colored person will be rough textured and will be blue. Kind people,though green,tend to be nice. Generally speaking, a person who is said to be nice, cold, and big, is someone with a blue color. Unfortunately, all the young people who are considered green are all round. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple6": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is red and round and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule2": {
"text": "If someone is green and nice and rough then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is red and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is kind and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and cold and big then they are blue.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": {
"text": "If someone is green and young then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Gary is big.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple10)]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple4)]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is round.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple9 triple6) -> rule6))]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple7) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is kind.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple8 ((triple9 triple6) -> rule6) triple6) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple9 triple6) -> (rule6 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple8 ((triple9 triple6) -> rule6) triple6) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple9 triple6) -> (rule6 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is nice.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((triple8 ((triple9 triple6) -> rule6) triple6) -> rule1) triple9) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 ((triple9 triple6) -> (rule6 % int3)) triple6) -> (rule1 % int2)) triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((triple8 ((triple9 triple6) -> rule6) triple6) -> rule1) triple9) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 ((triple9 triple6) -> (rule6 % int3)) triple6) -> (rule1 % int2)) triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Charlie is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Bob is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Bob is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"Q15": {
"question": "Alan is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")"
},
"Q16": {
"question": "Charlie is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is red.[(triple1)] Bob is blue.[(triple3)] Bob is red.[(triple2)] Charlie is nice.[(triple5)] Charlie is red.[(triple4)] Gary is big.[(triple10)] Gary is green.[(triple9)] Gary is red.[(triple8)] Gary is rough.[(triple7)] Gary is young.[(triple6)] @1: Gary is blue.[(((triple8 triple7) -> rule3))] Gary is round.[(((triple9 triple6) -> rule6))] @2: Gary is kind.[(((triple8 ((triple9 triple6) -> rule6) triple6) -> rule1))] @3: Gary is nice.[(((((triple8 ((triple9 triple6) -> rule6) triple6) -> rule1) triple9) -> rule4))] | [
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is round.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is kind.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((triple9 triple6) -> (rule6 % int2)) triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is nice.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 ((triple9 triple6) -> (rule6 % int3)) triple6) -> (rule1 % int2)) triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent4",
"triple7": "sent4",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Red Alan is what folks call him, because he is quite red.",
"sent2": "Bob looks red to most people, with blue features.",
"sent3": "Charlie is a nice person who is red because he has a rash.",
"sent4": "Gary is young and green; He is big and is rough around the edges with tough red skin.",
"sent5": "A red colored and round person who is also young will be rather kind.",
"sent6": "A nice green person that tends to be rough will indeed be round too.",
"sent7": "A red colored person will be rough textured and will be blue.",
"sent8": "Kind people,though green,tend to be nice.",
"sent9": "Generally speaking, a person who is said to be nice, cold, and big, is someone with a blue color.",
"sent10": "Unfortunately, all the young people who are considered green are all round.",
"sent11": null
} |
AttNonegNatLang-OWA-935 | 3 | 12 | 7 | Young Bob is quite nice, and because he is so round can be considered quite big. In the snow sits Fred, crying from being cold. Gary always goes out of his way to show that he is kind to people. Harry can be cold and rough, but also can be nice and kind. Either way, he's big and round. Young people who wear red lipstick are certainly kind. You'll always find a young, kind and red person to be a cold person, too. Young people tend to be blue all the time and rough. If someone is kind to others and cold to others as well as being red faced then you'll find that they often have a round body. A quite nice person will certainly be red. Because of circulation issues big people are often cold. If they are also green then they are certainly young. Find someone who is blue and rough, and big as an elephant, and you'll have found a nice person. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"triple6": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"triple11": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple12": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is red and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and young and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and young then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule4": {
"text": "If someone is kind and cold and red then they are round.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is nice then they are red.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and green and big then they are young.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule7": {
"text": "If someone is blue and rough and big then they are nice.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2 OR ((((((triple3) -> rule5) triple1) -> rule1) ((((((triple3) -> rule5) triple1) -> rule1) triple1 ((triple3) -> rule5)) -> rule2) ((triple3) -> rule5)) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
},
{
"representation": "((((((triple3) -> (rule5 % int4)) triple1) -> (rule1 % int3)) ((((((triple3) -> (rule5 % int4)) triple1) -> (rule1 % int3)) triple1 ((triple3) -> (rule5 % int4))) -> (rule2 % int2)) ((triple3) -> (rule5 % int4))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q2": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is red.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple3) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not red.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple9) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is kind.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple3) -> rule5) triple1) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3) -> (rule5 % int2)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple3) -> rule5) triple1) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3) -> (rule5 % int2)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is cold.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((((triple3) -> rule5) triple1) -> rule1) triple1 ((triple3) -> rule5)) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple3) -> (rule5 % int3)) triple1) -> (rule1 % int2)) triple1 ((triple3) -> (rule5 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((((triple3) -> rule5) triple1) -> rule1) triple1 ((triple3) -> rule5)) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple3) -> (rule5 % int3)) triple1) -> (rule1 % int2)) triple1 ((triple3) -> (rule5 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is rough.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Fred is kind.[CWA. Example of deepest failure = (rule1 <- rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Gary is cold.[CWA. Example of deepest failure = (rule2 <- rule6 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Fred is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Harry is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple4)] Bob is nice.[(triple3)] Bob is round.[(triple2 OR ((((((triple3) -> rule5) triple1) -> rule1) ((((((triple3) -> rule5) triple1) -> rule1) triple1 ((triple3) -> rule5)) -> rule2) ((triple3) -> rule5)) -> rule4))] Bob is young.[(triple1)] Fred is cold.[(triple5)] Gary is kind.[(triple6)] Harry is big.[(triple12)] Harry is cold.[(triple11)] Harry is kind.[(triple10)] Harry is nice.[(triple9)] Harry is rough.[(triple8)] Harry is round.[(triple7 OR ((triple10 triple11 ((triple9) -> rule5)) -> rule4))] @1: Bob is red.[(((triple3) -> rule5))] Harry is red.[(((triple9) -> rule5))] @2: Bob is kind.[(((((triple3) -> rule5) triple1) -> rule1))] @3: Bob is cold.[(((((((triple3) -> rule5) triple1) -> rule1) triple1 ((triple3) -> rule5)) -> rule2))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
},
{
"representation": "((((((triple3) -> (rule5 % int4)) triple1) -> (rule1 % int3)) ((((((triple3) -> (rule5 % int4)) triple1) -> (rule1 % int3)) triple1 ((triple3) -> (rule5 % int4))) -> (rule2 % int2)) ((triple3) -> (rule5 % int4))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
},
{
"representation": "((triple10 triple11 ((triple9) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is red.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is red.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is kind.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3) -> (rule5 % int2)) triple1) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is cold.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple3) -> (rule5 % int3)) triple1) -> (rule1 % int2)) triple1 ((triple3) -> (rule5 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent4",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Young Bob is quite nice, and because he is so round can be considered quite big.",
"sent2": "In the snow sits Fred, crying from being cold.",
"sent3": "Gary always goes out of his way to show that he is kind to people.",
"sent4": "Harry can be cold and rough, but also can be nice and kind; Either way, he's big and round.",
"sent5": "Young people who wear red lipstick are certainly kind.",
"sent6": "You'll always find a young, kind and red person to be a cold person, too.",
"sent7": "Young people tend to be blue all the time and rough.",
"sent8": "If someone is kind to others and cold to others as well as being red faced then you'll find that they often have a round body.",
"sent9": "A quite nice person will certainly be red.",
"sent10": "Because of circulation issues big people are often cold; If they are also green then they are certainly young.",
"sent11": "Find someone who is blue and rough, and big as an elephant, and you'll have found a nice person."
} |
AttNonegNatLang-OWA-653 | 3 | 12 | 6 | Nice, but round, Alan has been said to be cold. Charlie, who is a very nice man, is also quite round in shape. He found himself quite blue from being made fun of him, but that also made his face red with anger. Dave is rough and green, but he's also nice, kind and round. Kind young people are red. If you can find someone who is nice and red, then be relieved that they are certain to be kind. Any person who is blue and round, if they are kind at the same time, will be young. Blue people who are kind and nice are actually quite rough. A blue and red colored person that is young is also very cold. People who are rough are often rather kind as well. | {
"triple1": {
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple9": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple10": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple11": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple12": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is kind and young then they are red.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is nice and red then they are kind.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and round and kind then they are young.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and kind and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and young and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule6": {
"text": "If someone is rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Alan is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple11 OR ((triple9) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
},
{
"representation": "((triple9) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q3": {
"question": "Charlie is kind.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple5) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not kind.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple5) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is rough.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple7 ((triple6 triple5) -> rule2) triple6) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple6 triple5) -> (rule2 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple6 triple5) -> rule2) triple6) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple6 triple5) -> (rule2 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is cold.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple7 ((triple7 triple4 ((triple6 triple5) -> rule2)) -> rule3) triple5) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple4 ((triple6 triple5) -> (rule2 % int3))) -> (rule3 % int2)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple7 triple4 ((triple6 triple5) -> rule2)) -> rule3) triple5) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple4 ((triple6 triple5) -> (rule2 % int3))) -> (rule3 % int2)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Alan is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is cold.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Alan is red.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Alan is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"Q15": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Charlie is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is cold.[(triple3)] Alan is nice.[(triple2)] Alan is round.[(triple1)] Charlie is blue.[(triple7)] Charlie is nice.[(triple6)] Charlie is red.[(triple5)] Charlie is round.[(triple4)] Dave is green.[(triple12)] Dave is kind.[(triple11 OR ((triple9) -> rule6))] Dave is nice.[(triple10)] Dave is rough.[(triple9)] Dave is round.[(triple8)] @1: Charlie is kind.[(((triple6 triple5) -> rule2))] @2: Charlie is rough.[(((triple7 ((triple6 triple5) -> rule2) triple6) -> rule4))] Charlie is young.[(((triple7 triple4 ((triple6 triple5) -> rule2)) -> rule3))] @3: Charlie is cold.[(((triple7 ((triple7 triple4 ((triple6 triple5) -> rule2)) -> rule3) triple5) -> rule5))] | [
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is nice.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
},
{
"representation": "((triple9) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is rough.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple6 triple5) -> (rule2 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is young.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple4 ((triple6 triple5) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is cold.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple4 ((triple6 triple5) -> (rule2 % int3))) -> (rule3 % int2)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": null,
"triple11": "sent3",
"triple12": "sent3"
} | {
"sent1": "Nice, but round, Alan has been said to be cold.",
"sent2": "Charlie, who is a very nice man, is also quite round in shape; He found himself quite blue from being made fun of him, but that also made his face red with anger.",
"sent3": "Dave is rough and green, but he's also nice, kind and round.",
"sent4": "Kind young people are red.",
"sent5": "If you can find someone who is nice and red, then be relieved that they are certain to be kind.",
"sent6": "Any person who is blue and round, if they are kind at the same time, will be young.",
"sent7": "Blue people who are kind and nice are actually quite rough.",
"sent8": "A blue and red colored person that is young is also very cold.",
"sent9": "People who are rough are often rather kind as well.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1225 | 3 | 8 | 7 | Alan always goes out of his way to show that he is kind to people. Charlie, that young round kid, is kind whenever he's blue. Big Fred, the most blue guy I know while also being cold. When a young person has a round shape and feels blue, they will be green as well. A green and blue colored person who is young will certainly be big. A male or female with rough, kind and round traits will surely have a nice quality, as well. A red colored person who is kind and feels cold is usually considered nice. A big person who looks blue is also going to look young. A young aged blue person will certainly be nice. If someone is young at heart and has big toes as well as being nice to others then you'll see that they are also kind to children. | {
"triple1": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple2": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple3": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"triple7": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and round and young then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If someone is green and young and blue then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and kind and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is red and kind and cold then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and big then they are young.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule6": {
"text": "If someone is young and blue then they are nice.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule7": {
"text": "If someone is young and big and nice then they are kind.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple6)]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is nice.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple5) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple5) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is big.",
"answer": "True",
"QDep": 2,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple5 triple3 triple2) -> rule1) triple2 triple5) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple3 triple2) -> (rule1 % int2)) triple2 triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple8) -> rule5) triple7) -> rule6))]",
"representation": "(\"Fred\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule5 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is kind.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((triple7 triple8) -> rule5) triple8 ((((triple7 triple8) -> rule5) triple7) -> rule6)) -> rule7))]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule5 % int3)) triple8 ((((triple7 triple8) -> (rule5 % int3)) triple7) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Fred is not kind.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple8) -> rule5) triple8 ((((triple7 triple8) -> rule5) triple7) -> rule6)) -> rule7))]",
"representation": "(\"Fred\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule5 % int3)) triple8 ((((triple7 triple8) -> (rule5 % int3)) triple7) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Charlie is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Charlie is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Alan is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is kind.[(triple1)] Charlie is blue.[(triple5)] Charlie is kind.[(triple4 OR ((triple2 ((((triple5 triple3 triple2) -> rule1) triple2 triple5) -> rule2) ((triple2 triple5) -> rule6)) -> rule7))] Charlie is round.[(triple3)] Charlie is young.[(triple2)] Fred is big.[(triple8)] Fred is blue.[(triple7)] Fred is cold.[(triple6)] @1: Charlie is green.[(((triple5 triple3 triple2) -> rule1))] Charlie is nice.[(((triple2 triple5) -> rule6))] Fred is young.[(((triple7 triple8) -> rule5))] @2: Charlie is big.[(((((triple5 triple3 triple2) -> rule1) triple2 triple5) -> rule2))] Fred is nice.[(((((triple7 triple8) -> rule5) triple7) -> rule6))] @3: Fred is kind.[(((((triple7 triple8) -> rule5) triple8 ((((triple7 triple8) -> rule5) triple7) -> rule6)) -> rule7))] | [
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
},
{
"representation": "((triple2 ((((triple5 triple3 triple2) -> (rule1 % int4)) triple2 triple5) -> (rule2 % int3)) ((triple2 triple5) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is green.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple3 triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is nice.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is young.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is big.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple3 triple2) -> (rule1 % int2)) triple2 triple5) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is nice.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule5 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is kind.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule5 % int3)) triple8 ((((triple7 triple8) -> (rule5 % int3)) triple7) -> (rule6 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Alan always goes out of his way to show that he is kind to people.",
"sent2": "Charlie, that young round kid, is kind whenever he's blue.",
"sent3": "Big Fred, the most blue guy I know while also being cold.",
"sent4": "When a young person has a round shape and feels blue, they will be green as well.",
"sent5": "A green and blue colored person who is young will certainly be big.",
"sent6": "A male or female with rough, kind and round traits will surely have a nice quality, as well.",
"sent7": "A red colored person who is kind and feels cold is usually considered nice.",
"sent8": "A big person who looks blue is also going to look young.",
"sent9": "A young aged blue person will certainly be nice.",
"sent10": "If someone is young at heart and has big toes as well as being nice to others then you'll see that they are also kind to children.",
"sent11": null
} |
AttNonegNatLang-OWA-547 | 4 | 12 | 5 | Young, red Bob is nice. You should meet Charlie, he is big and rough on the football field but also very young in age. Dave is a red fellow who habitually looks blue. He's often cold. Fred is a very kind, green but sometimes cold person. Kind people that are rough and round are also considered big. Lucky for us, people that are round and red are kind to strangers. People who are cold even when they're nice and round, they are young. A person described as cold and kind can also be described as nice. You can see that cold, blue people are round in shape. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple9": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple10": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple11": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple12": {
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is rough and kind and round then they are big.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is round and red then they are kind.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is nice and round and cold then they are young.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Fred is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple12)]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is round.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple8 triple9) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple9) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not round.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple9) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple9) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is kind.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple8 triple9) -> rule5) triple7) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 triple9) -> (rule5 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple8 triple9) -> rule5) triple7) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 triple9) -> (rule5 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is nice.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple8 ((((triple8 triple9) -> rule5) triple7) -> rule2)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple8 triple9) -> (rule5 % int3)) triple7) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple8 ((((triple8 triple9) -> rule5) triple7) -> rule2)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple8 triple9) -> (rule5 % int3)) triple7) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is young.",
"answer": "True",
"QDep": 4,
"QLen": "12",
"strategy": "proof",
"proofs": "[(((((triple8 ((((triple8 triple9) -> rule5) triple7) -> rule2)) -> rule4) ((triple8 triple9) -> rule5) triple8) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 ((((triple8 triple9) -> (rule5 % int4)) triple7) -> (rule2 % int3))) -> (rule4 % int2)) ((triple8 triple9) -> (rule5 % int4)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Dave is not young.",
"answer": "False",
"QDep": 4,
"QLen": "12",
"strategy": "inv-proof",
"proofs": "[(((((triple8 ((((triple8 triple9) -> rule5) triple7) -> rule2)) -> rule4) ((triple8 triple9) -> rule5) triple8) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 ((((triple8 triple9) -> (rule5 % int4)) triple7) -> (rule2 % int3))) -> (rule4 % int2)) ((triple8 triple9) -> (rule5 % int4)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Fred is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Bob is kind.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Bob is kind.[CWA. Example of deepest failure = (rule2 <- rule5 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Charlie is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Charlie is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"Q17": {
"question": "Fred is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")"
},
"Q18": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"Q19": {
"question": "Charlie is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")"
},
"Q20": {
"question": "Charlie is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is nice.[(triple3)] Bob is red.[(triple2)] Bob is young.[(triple1)] Charlie is big.[(triple6)] Charlie is rough.[(triple5)] Charlie is young.[(triple4)] Dave is blue.[(triple9)] Dave is cold.[(triple8)] Dave is red.[(triple7)] Fred is cold.[(triple12)] Fred is green.[(triple11)] Fred is kind.[(triple10)] @1: Dave is round.[(((triple8 triple9) -> rule5))] Fred is nice.[(((triple12 triple10) -> rule4))] @2: Dave is kind.[(((((triple8 triple9) -> rule5) triple7) -> rule2))] @3: Dave is nice.[(((triple8 ((((triple8 triple9) -> rule5) triple7) -> rule2)) -> rule4))] @4: Dave is young.[(((((triple8 ((((triple8 triple9) -> rule5) triple7) -> rule2)) -> rule4) ((triple8 triple9) -> rule5) triple8) -> rule3))] | [
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple9) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is nice.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12 triple10) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is kind.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 triple9) -> (rule5 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple8 triple9) -> (rule5 % int3)) triple7) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Dave is young.",
"QDep": 4,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8 ((((triple8 triple9) -> (rule5 % int4)) triple7) -> (rule2 % int3))) -> (rule4 % int2)) ((triple8 triple9) -> (rule5 % int4)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Young, red Bob is nice.",
"sent2": "You should meet Charlie, he is big and rough on the football field but also very young in age.",
"sent3": "Dave is a red fellow who habitually looks blue; He's often cold.",
"sent4": "Fred is a very kind, green but sometimes cold person.",
"sent5": "Kind people that are rough and round are also considered big.",
"sent6": "Lucky for us, people that are round and red are kind to strangers.",
"sent7": "People who are cold even when they're nice and round, they are young.",
"sent8": "A person described as cold and kind can also be described as nice.",
"sent9": "You can see that cold, blue people are round in shape.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-832 | 3 | 7 | 7 | When you see Bob, you will notice he is cold, big and kind. Dave is blue and cold. Eric is a person both green and big. Soon you will understand that big people are nice. People who are rough and green with envy are young. A kind, cold, round person will be nice in addition. Rough, round persons are also nice persons. A cold and blue appearing person will be young as well. Young people that are big in size, tend to be more on the blue side. People who are nice and kind are somewhat young. | {
"triple1": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple2": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple8": null,
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is big then they are nice.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and green then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is cold and round and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule6": {
"text": "If someone is big and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": {
"text": "If someone is kind and nice then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
}
} | {
"Q1": {
"question": "Eric is big.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not big.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple3) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple7) -> rule1))]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is young.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple1 ((triple3) -> rule1)) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple3) -> (rule1 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple1 ((triple3) -> rule1)) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple3) -> (rule1 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is blue.",
"answer": "True",
"QDep": 3,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple3 ((triple1 ((triple3) -> rule1)) -> rule7)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple1 ((triple3) -> (rule1 % int3))) -> (rule7 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple1 ((triple3) -> rule1)) -> rule7)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple1 ((triple3) -> (rule1 % int3))) -> (rule7 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is blue.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule6 <- rule2 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Dave is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Eric is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Eric is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple3)] Bob is cold.[(triple2)] Bob is kind.[(triple1)] Dave is blue.[(triple5)] Dave is cold.[(triple4)] Eric is big.[(triple7)] Eric is green.[(triple6)] @1: Bob is nice.[(((triple3) -> rule1))] Dave is young.[(((triple4 triple5) -> rule5))] Eric is nice.[(((triple7) -> rule1))] @2: Bob is young.[(((triple1 ((triple3) -> rule1)) -> rule7))] @3: Bob is blue.[(((triple3 ((triple1 ((triple3) -> rule1)) -> rule7)) -> rule6))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is young.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is nice.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is young.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple3) -> (rule1 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is blue.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple1 ((triple3) -> (rule1 % int3))) -> (rule7 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": null,
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "When you see Bob, you will notice he is cold, big and kind.",
"sent2": "Dave is blue and cold.",
"sent3": "Eric is a person both green and big.",
"sent4": "Soon you will understand that big people are nice.",
"sent5": "People who are rough and green with envy are young.",
"sent6": "A kind, cold, round person will be nice in addition.",
"sent7": "Rough, round persons are also nice persons.",
"sent8": "A cold and blue appearing person will be young as well.",
"sent9": "Young people that are big in size, tend to be more on the blue side.",
"sent10": "People who are nice and kind are somewhat young.",
"sent11": null
} |
AttNonegNatLang-OWA-1535 | 3 | 8 | 7 | Alan, like all young people, is nice. Dave, like all young people, is nice. Big Harry is a kind man and often wears blue and green shirts. A young aged and blue colored person will certainly be round. Big, kind people are nice. A young round person who is green is also red. Young round folks who are at least a bit red are actually nice. Show me someone who is cold and kind, and I'll show you how green they are. A round shaped and red person is definitely nice. People that are green tend to be young. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple4": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple5": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is young and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and big then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is young and round and green then they are red.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is red and round and young then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": {
"text": "If someone is round and red then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule7": {
"text": "If someone is green then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is young.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple6) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not young.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple6) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is round.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple6) -> rule7) triple7) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not round.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple6) -> rule7) triple7) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is red.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((triple6) -> rule7) ((((triple6) -> rule7) triple7) -> rule1) triple6) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int3)) ((((triple6) -> (rule7 % int3)) triple7) -> (rule1 % int2)) triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not red.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((triple6) -> rule7) ((((triple6) -> rule7) triple7) -> rule1) triple6) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int3)) ((((triple6) -> (rule7 % int3)) triple7) -> (rule1 % int2)) triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Charlie is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Charlie is not red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Charlie is red.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Dave is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"Q15": {
"question": "Alan is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")"
},
"Q16": {
"question": "Charlie is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is nice.[(triple2)] Alan is young.[(triple1)] Dave is nice.[(triple4)] Dave is young.[(triple3)] Harry is big.[(triple8)] Harry is blue.[(triple7)] Harry is green.[(triple6)] Harry is kind.[(triple5)] @1: Harry is nice.[(((triple5 triple8) -> rule2) OR ((((((triple6) -> rule7) triple7) -> rule1) ((((triple6) -> rule7) ((((triple6) -> rule7) triple7) -> rule1) triple6) -> rule3)) -> rule6) OR ((((((triple6) -> rule7) ((((triple6) -> rule7) triple7) -> rule1) triple6) -> rule3) ((((triple6) -> rule7) triple7) -> rule1) ((triple6) -> rule7)) -> rule4))] Harry is young.[(((triple6) -> rule7))] @2: Harry is round.[(((((triple6) -> rule7) triple7) -> rule1))] @3: Harry is red.[(((((triple6) -> rule7) ((((triple6) -> rule7) triple7) -> rule1) triple6) -> rule3))] | [
{
"text": "Alan is nice.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((((((triple6) -> (rule7 % int4)) triple7) -> (rule1 % int3)) ((((triple6) -> (rule7 % int4)) ((((triple6) -> (rule7 % int4)) triple7) -> (rule1 % int3)) triple6) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple6) -> (rule7 % int4)) ((((triple6) -> (rule7 % int4)) triple7) -> (rule1 % int3)) triple6) -> (rule3 % int2)) ((((triple6) -> (rule7 % int4)) triple7) -> (rule1 % int3)) ((triple6) -> (rule7 % int4))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Harry is young.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is round.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is red.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule7 % int3)) ((((triple6) -> (rule7 % int3)) triple7) -> (rule1 % int2)) triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Alan, like all young people, is nice.",
"sent2": "Dave, like all young people, is nice.",
"sent3": "Big Harry is a kind man and often wears blue and green shirts.",
"sent4": "A young aged and blue colored person will certainly be round.",
"sent5": "Big, kind people are nice.",
"sent6": "A young round person who is green is also red.",
"sent7": "Young round folks who are at least a bit red are actually nice.",
"sent8": "Show me someone who is cold and kind, and I'll show you how green they are.",
"sent9": "A round shaped and red person is definitely nice.",
"sent10": "People that are green tend to be young.",
"sent11": null
} |
AttNonegNatLang-OWA-209 | 3 | 12 | 7 | Charlie is big, round, rough and cold, but Charlie can also be nice. Fred has a round,red,rough looking face with kind eyes. Gary ate some rotten meat and now feels green. That man standing next to you with a big round body goes by the name of Harry. I've found that people with rough skin tend to be really nice but they also often feel blue. People who are young, while being red and cold, are big people. A cold and blue appearing person will be young as well. Kind and blue people,though young,tend to be big. A person who is green and kind is usually rather big. Big kind people are usually cold. A nice and young aged person will definitely be green in color. | {
"triple1": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple7": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple10": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple11": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple12": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is rough and nice then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule2": {
"text": "If someone is young and red and cold then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is cold and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is kind and blue and young then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule5": {
"text": "If someone is green and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is kind and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule7": {
"text": "If someone is nice and young then they are green.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is blue.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple3) -> rule1))]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple3) -> rule1))]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple4 ((triple2 triple3) -> rule1)) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple2 triple3) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not young.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple4 ((triple2 triple3) -> rule1)) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple2 triple3) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is green.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple3 ((triple4 ((triple2 triple3) -> rule1)) -> rule3)) -> rule7))]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 ((triple2 triple3) -> (rule1 % int3))) -> (rule3 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not green.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple4 ((triple2 triple3) -> rule1)) -> rule3)) -> rule7))]",
"representation": "(\"Charlie\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 ((triple2 triple3) -> (rule1 % int3))) -> (rule3 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is young.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is green.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Gary is young.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")"
},
"Q14": {
"question": "Charlie is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Gary is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is big.[(triple5)] Charlie is cold.[(triple4)] Charlie is nice.[(triple3)] Charlie is rough.[(triple2)] Charlie is round.[(triple1)] Fred is kind.[(triple9)] Fred is red.[(triple8)] Fred is rough.[(triple7)] Fred is round.[(triple6)] Gary is green.[(triple10)] Harry is big.[(triple12)] Harry is round.[(triple11)] @1: Charlie is blue.[(((triple2 triple3) -> rule1))] @2: Charlie is young.[(((triple4 ((triple2 triple3) -> rule1)) -> rule3))] @3: Charlie is green.[(((triple3 ((triple4 ((triple2 triple3) -> rule1)) -> rule3)) -> rule7))] | [
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is young.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple2 triple3) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is green.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple4 ((triple2 triple3) -> (rule1 % int3))) -> (rule3 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Charlie is big, round, rough and cold, but Charlie can also be nice.",
"sent2": "Fred has a round,red,rough looking face with kind eyes.",
"sent3": "Gary ate some rotten meat and now feels green.",
"sent4": "That man standing next to you with a big round body goes by the name of Harry.",
"sent5": "I've found that people with rough skin tend to be really nice but they also often feel blue.",
"sent6": "People who are young, while being red and cold, are big people.",
"sent7": "A cold and blue appearing person will be young as well.",
"sent8": "Kind and blue people,though young,tend to be big.",
"sent9": "A person who is green and kind is usually rather big.",
"sent10": "Big kind people are usually cold.",
"sent11": "A nice and young aged person will definitely be green in color."
} |
AttNonegNatLang-OWA-378 | 3 | 11 | 6 | Even though he's a big dude, Alan is cold. Big Bob is a kind man and often wears blue and green shirts. Eric is blue from ink he spilled on himself while being kind and helping some children paint. Fred's a round guy, and a red and green guy. If someone has a red complexion that is rough and feels blue then you'll see they are rather nice. Kind people,though green,tend to be nice. Big, kind, and nice people are often red in color. Color anybody red and blue, then make them rough, and they will surely be round. Being green, blue, and red all point to how young someone was. If you meet somebody who is green, big and red you'll notice they are also blue. | {
"triple1": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple2": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple3": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple5": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple9": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple10": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple11": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is red and rough and blue then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is big and kind and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and rough and red then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is green and blue and red then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule6": {
"text": "If someone is green and big and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Bob is kind.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Eric\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple3 triple4) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple4) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is red.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple3 ((triple3 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not red.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple3 ((triple3 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is young.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple4 triple5 ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule5) OR ((triple4 ((triple4 triple6 ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule6) ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple5 ((triple6 triple3 ((triple3 triple4) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple4 ((triple4 triple6 ((triple6 triple3 ((triple3 triple4) -> (rule2 % int4))) -> (rule3 % int3))) -> (rule6 % int2)) ((triple6 triple3 ((triple3 triple4) -> (rule2 % int4))) -> (rule3 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple5 ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule5) OR ((triple4 ((triple4 triple6 ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule6) ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple5 ((triple6 triple3 ((triple3 triple4) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple4 ((triple4 triple6 ((triple6 triple3 ((triple3 triple4) -> (rule2 % int4))) -> (rule3 % int3))) -> (rule6 % int2)) ((triple6 triple3 ((triple3 triple4) -> (rule2 % int4))) -> (rule3 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Fred is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is blue.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is young.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is blue.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Fred is young.[CWA. Example of deepest failure = (rule5 <- rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Fred is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Eric is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Alan is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple2)] Alan is cold.[(triple1)] Bob is big.[(triple6)] Bob is blue.[(triple5 OR ((triple4 triple6 ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule6))] Bob is green.[(triple4)] Bob is kind.[(triple3)] Eric is blue.[(triple8)] Eric is kind.[(triple7)] Fred is green.[(triple11)] Fred is red.[(triple10)] Fred is round.[(triple9)] @1: Bob is nice.[(((triple3 triple4) -> rule2))] @2: Bob is red.[(((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3))] @3: Bob is young.[(((triple4 triple5 ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule5) OR ((triple4 ((triple4 triple6 ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule6) ((triple6 triple3 ((triple3 triple4) -> rule2)) -> rule3)) -> rule5))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
},
{
"representation": "((triple4 triple6 ((triple6 triple3 ((triple3 triple4) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is red.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple3 ((triple3 triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is young.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple5 ((triple6 triple3 ((triple3 triple4) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple4 ((triple4 triple6 ((triple6 triple3 ((triple3 triple4) -> (rule2 % int4))) -> (rule3 % int3))) -> (rule6 % int2)) ((triple6 triple3 ((triple3 triple4) -> (rule2 % int4))) -> (rule3 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Even though he's a big dude, Alan is cold.",
"sent2": "Big Bob is a kind man and often wears blue and green shirts.",
"sent3": "Eric is blue from ink he spilled on himself while being kind and helping some children paint.",
"sent4": "Fred's a round guy, and a red and green guy.",
"sent5": "If someone has a red complexion that is rough and feels blue then you'll see they are rather nice.",
"sent6": "Kind people,though green,tend to be nice.",
"sent7": "Big, kind, and nice people are often red in color.",
"sent8": "Color anybody red and blue, then make them rough, and they will surely be round.",
"sent9": "Being green, blue, and red all point to how young someone was.",
"sent10": "If you meet somebody who is green, big and red you'll notice they are also blue.",
"sent11": null
} |
AttNonegNatLang-OWA-800 | 3 | 12 | 6 | Young Alan is already big and has rough, red skin from working outdoors. Alan is kind but is feeling blue because of family troubles. Bob is round in the middle and extraordinarily nice but he's also blue because people don't always treat him well. Harry is rough around the edges, but he's often blue and always nice. Someone who feels blue with rough skin is also kind and will be young. Nice people who are big are always cold because they can't find space near the heater. Humans who are nice to others while they are young and red will also be green. Looking blue can be a sign that someone is cold. A person who is cold, rough and young is also nice. Kind people, for example, like the ones at the bank are always blue. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple9": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple10": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple11": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple12": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is kind and blue and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule2": {
"text": "If someone is big and nice then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is nice and young and red then they are green.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule4": {
"text": "If someone is blue then they are cold.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and young and rough then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is kind then they are blue.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is cold.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple5) -> rule4) OR ((((triple4) -> rule6)) -> rule4))]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((((triple4) -> (rule6 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q4": {
"question": "Alan is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple5) -> rule4) OR ((((triple4) -> rule6)) -> rule4))]",
"representation": "(\"Alan\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((((triple4) -> (rule6 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q5": {
"question": "Alan is nice.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple5) -> rule4) triple1 triple2) -> rule5) OR ((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) OR ((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5) -> (rule4 % int2)) triple1 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple5) -> (rule4 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int3))) -> (rule4 % int2)) triple1 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple5) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int3)) triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q6": {
"question": "Alan is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple5) -> rule4) triple1 triple2) -> rule5) OR ((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) OR ((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5) -> (rule4 % int2)) triple1 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple5) -> (rule4 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int3))) -> (rule4 % int2)) triple1 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple5) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int3)) triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q7": {
"question": "Alan is green.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((((triple5) -> rule4) triple1 triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) triple1 triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) triple1 triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple5) -> (rule4 % int3)) triple1 triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) triple1 triple2) -> (rule5 % int4)) ((triple4 ((triple4) -> (rule6 % int3)) triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 triple5 triple2) -> (rule1 % int4)) triple2) -> (rule5 % int3)) ((triple4 ((triple4) -> (rule6 % int2)) triple2) -> (rule1 % int4)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) triple1 triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q8": {
"question": "Alan is not green.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((((triple5) -> rule4) triple1 triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) triple1 triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) triple1 triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple5) -> (rule4 % int3)) triple1 triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) triple1 triple2) -> (rule5 % int4)) ((triple4 ((triple4) -> (rule6 % int3)) triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 triple5 triple2) -> (rule1 % int4)) triple2) -> (rule5 % int3)) ((triple4 ((triple4) -> (rule6 % int2)) triple2) -> (rule1 % int4)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) triple1 triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q9": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Bob is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is green.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Fred is cold.[CWA. Example of deepest failure = (rule4 <- rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Fred is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Bob is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple6)] Alan is blue.[(triple5 OR ((triple4) -> rule6))] Alan is kind.[(triple4)] Alan is red.[(triple3)] Alan is rough.[(triple2)] Alan is young.[(triple1 OR ((triple4 triple5 triple2) -> rule1) OR ((triple4 ((triple4) -> rule6) triple2) -> rule1))] Bob is blue.[(triple9)] Bob is nice.[(triple8)] Bob is round.[(triple7)] Harry is blue.[(triple12)] Harry is nice.[(triple11)] Harry is rough.[(triple10)] @1: Alan is cold.[(((triple5) -> rule4) OR ((((triple4) -> rule6)) -> rule4))] Bob is cold.[(((triple9) -> rule4))] Harry is cold.[(((triple12) -> rule4))] @2: Alan is nice.[(((((triple5) -> rule4) triple1 triple2) -> rule5) OR ((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) OR ((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) OR ((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5))] @3: Alan is green.[(((((((triple5) -> rule4) triple1 triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) triple1 triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) triple1 triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) triple1 triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) triple1 triple3) -> rule3) OR ((((((triple5) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 triple5 triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 triple5 triple2) -> rule1) triple3) -> rule3) OR ((((((((triple4) -> rule6)) -> rule4) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple2) -> rule5) ((triple4 ((triple4) -> rule6) triple2) -> rule1) triple3) -> rule3))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
},
{
"representation": "((triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((triple4 triple5 triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple4 ((triple4) -> (rule6 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Alan is cold.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((((triple4) -> (rule6 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is cold.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is cold.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is nice.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5) -> (rule4 % int2)) triple1 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple5) -> (rule4 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int3))) -> (rule4 % int2)) triple1 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple5) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int3)) triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Alan is green.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple5) -> (rule4 % int3)) triple1 triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) triple1 triple2) -> (rule5 % int4)) ((triple4 ((triple4) -> (rule6 % int3)) triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 triple5 triple2) -> (rule1 % int4)) triple2) -> (rule5 % int3)) ((triple4 ((triple4) -> (rule6 % int2)) triple2) -> (rule1 % int4)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int4))) -> (rule4 % int3)) triple1 triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 triple5 triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) triple1 triple2) -> (rule5 % int3)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int2)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((triple5) -> (rule4 % int5)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int4)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int4"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 triple5 triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((((((triple4) -> (rule6 % int5))) -> (rule4 % int4)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple2) -> (rule5 % int2)) ((triple4 ((triple4) -> (rule6 % int5)) triple2) -> (rule1 % int3)) triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int5"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent1",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": null,
"triple11": "sent3",
"triple12": "sent3"
} | {
"sent1": "Young Alan is already big and has rough, red skin from working outdoors; Alan is kind but is feeling blue because of family troubles.",
"sent2": "Bob is round in the middle and extraordinarily nice but he's also blue because people don't always treat him well.",
"sent3": "Harry is rough around the edges, but he's often blue and always nice.",
"sent4": "Someone who feels blue with rough skin is also kind and will be young.",
"sent5": "Nice people who are big are always cold because they can't find space near the heater.",
"sent6": "Humans who are nice to others while they are young and red will also be green.",
"sent7": "Looking blue can be a sign that someone is cold.",
"sent8": "A person who is cold, rough and young is also nice.",
"sent9": "Kind people, for example, like the ones at the bank are always blue.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-629 | 3 | 8 | 5 | Most people see Bob as round, albeit nice and big at the same time. In the snow sits Charlie, crying from being cold. Dave, a green man, was also big, but underneath he was kind. They always call him rough Fred. A person who is green and rough and round is also young. Big people are also round people. On a voyage across the sea it is always the round, kind people, green with seasickness that turn red with embarrassment. When you meet someone who is round, red and green, they will also be young. Kind people,though green,are cold. | {
"triple1": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple8": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is round and rough and green then they are young.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule2": {
"text": "If someone is big then they are round.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and green and round then they are red.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is green and red and round then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is kind and green then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple5 triple6) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not round.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple7) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is red.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple5 triple6 ((triple7) -> rule2)) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6 ((triple7) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not red.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple6 ((triple7) -> rule2)) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6 ((triple7) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is young.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple6 ((triple5 triple6 ((triple7) -> rule2)) -> rule3) ((triple7) -> rule2)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 triple6 ((triple7) -> (rule2 % int3))) -> (rule3 % int2)) ((triple7) -> (rule2 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not young.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple5 triple6 ((triple7) -> rule2)) -> rule3) ((triple7) -> rule2)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 triple6 ((triple7) -> (rule2 % int3))) -> (rule3 % int2)) ((triple7) -> (rule2 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is cold.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Charlie is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is red.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Fred is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Charlie is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Dave is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple3)] Bob is nice.[(triple2)] Bob is round.[(triple1 OR ((triple3) -> rule2))] Charlie is cold.[(triple4)] Dave is big.[(triple7)] Dave is green.[(triple6)] Dave is kind.[(triple5)] Fred is rough.[(triple8)] @1: Dave is cold.[(((triple5 triple6) -> rule5))] Dave is round.[(((triple7) -> rule2))] @2: Dave is red.[(((triple5 triple6 ((triple7) -> rule2)) -> rule3))] @3: Dave is young.[(((triple6 ((triple5 triple6 ((triple7) -> rule2)) -> rule3) ((triple7) -> rule2)) -> rule4))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
},
{
"representation": "((triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is round.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is red.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6 ((triple7) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is young.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 triple6 ((triple7) -> (rule2 % int3))) -> (rule3 % int2)) ((triple7) -> (rule2 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent4",
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Most people see Bob as round, albeit nice and big at the same time.",
"sent2": "In the snow sits Charlie, crying from being cold.",
"sent3": "Dave, a green man, was also big, but underneath he was kind.",
"sent4": "They always call him rough Fred.",
"sent5": "A person who is green and rough and round is also young.",
"sent6": "Big people are also round people.",
"sent7": "On a voyage across the sea it is always the round, kind people, green with seasickness that turn red with embarrassment.",
"sent8": "When you meet someone who is round, red and green, they will also be young.",
"sent9": "Kind people,though green,are cold.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-881 | 3 | 9 | 6 | Bob is a very rough person. As expected, he's also a very cold and big individual. Charlie is big and dresses in blue. Dave is a nice person, but he is both blue and red. Fred wears all blue. Big and round people who arent cold, tend to be very kind. As someone can be round and rough, they can also be nice and kind. A person with big hair and rough lips is certainly young and jaded. You will always find a cold, rough, red person to also be a round person. Someone who's young and frosty cold are actually very nice. People who are rough and cold, but also nice, are considered green. | {
"triple1": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple8": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple9": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is cold and big and round then they are kind.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule2": {
"text": "If someone is nice and round and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and big then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and rough and red then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is young and cold then they are nice.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is rough and cold and nice then they are green.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Bob is big.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple1 triple3) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple1 triple3) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple1 triple3) -> rule3) triple2) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple3) -> (rule3 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple1 triple3) -> rule3) triple2) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple3) -> (rule3 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is green.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple1 triple2 ((((triple1 triple3) -> rule3) triple2) -> rule5)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2 ((((triple1 triple3) -> (rule3 % int3)) triple2) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not green.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple1 triple2 ((((triple1 triple3) -> rule3) triple2) -> rule5)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2 ((((triple1 triple3) -> (rule3 % int3)) triple2) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Charlie is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Bob is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"Q15": {
"question": "Charlie is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Fred is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple3)] Bob is cold.[(triple2)] Bob is rough.[(triple1)] Charlie is big.[(triple5)] Charlie is blue.[(triple4)] Dave is blue.[(triple8)] Dave is nice.[(triple7)] Dave is red.[(triple6)] Fred is blue.[(triple9)] @1: Bob is young.[(((triple1 triple3) -> rule3))] @2: Bob is nice.[(((((triple1 triple3) -> rule3) triple2) -> rule5))] @3: Bob is green.[(((triple1 triple2 ((((triple1 triple3) -> rule3) triple2) -> rule5)) -> rule6))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple3) -> (rule3 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is green.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2 ((((triple1 triple3) -> (rule3 % int3)) triple2) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Bob is a very rough person; As expected, he's also a very cold and big individual.",
"sent2": "Charlie is big and dresses in blue.",
"sent3": "Dave is a nice person, but he is both blue and red.",
"sent4": "Fred wears all blue.",
"sent5": "Big and round people who arent cold, tend to be very kind.",
"sent6": "As someone can be round and rough, they can also be nice and kind.",
"sent7": "A person with big hair and rough lips is certainly young and jaded.",
"sent8": "You will always find a cold, rough, red person to also be a round person.",
"sent9": "Someone who's young and frosty cold are actually very nice.",
"sent10": "People who are rough and cold, but also nice, are considered green.",
"sent11": null
} |
AttNonegNatLang-OWA-866 | 3 | 10 | 4 | Bob is round shaped and green colored. That man standing next to you with a big round body goes by the name of Dave. Eric is a nice person, but he is both blue and red. Although Harry is young and nice, he is as cold as ice. A big person who feels cold and has blue skin is a nice person. People who are young, while being red and cold, are big people. Looking blue can be a sign that someone is cold. When a person is blue, cold, and nice, they are also pretty young too. | {
"triple1": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple9": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is cold and blue and big then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is young and red and cold then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is blue then they are cold.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and cold and nice then they are young.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": null,
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Eric is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Eric\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is cold.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple7) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple7) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is young.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple7 ((triple7) -> rule3) triple6) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7) -> (rule3 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not young.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple7) -> rule3) triple6) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7) -> (rule3 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is big.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple7 ((triple7) -> rule3) triple6) -> rule4) triple5 ((triple7) -> rule3)) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 ((triple7) -> (rule3 % int3)) triple6) -> (rule4 % int2)) triple5 ((triple7) -> (rule3 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not big.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple7 ((triple7) -> rule3) triple6) -> rule4) triple5 ((triple7) -> rule3)) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 ((triple7) -> (rule3 % int3)) triple6) -> (rule4 % int2)) triple5 ((triple7) -> (rule3 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Bob is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is cold.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Bob is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"Q15": {
"question": "Eric is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is green.[(triple2)] Bob is round.[(triple1)] Dave is big.[(triple4)] Dave is round.[(triple3)] Eric is blue.[(triple7)] Eric is nice.[(triple6)] Eric is red.[(triple5)] Harry is cold.[(triple10)] Harry is nice.[(triple9)] Harry is young.[(triple8)] @1: Eric is cold.[(((triple7) -> rule3))] @2: Eric is young.[(((triple7 ((triple7) -> rule3) triple6) -> rule4))] @3: Eric is big.[(((((triple7 ((triple7) -> rule3) triple6) -> rule4) triple5 ((triple7) -> rule3)) -> rule2))] | [
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is cold.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is young.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7) -> (rule3 % int2)) triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is big.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 ((triple7) -> (rule3 % int3)) triple6) -> (rule4 % int2)) triple5 ((triple7) -> (rule3 % int3))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": null,
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Bob is round shaped and green colored.",
"sent2": "That man standing next to you with a big round body goes by the name of Dave.",
"sent3": "Eric is a nice person, but he is both blue and red.",
"sent4": "Although Harry is young and nice, he is as cold as ice.",
"sent5": "A big person who feels cold and has blue skin is a nice person.",
"sent6": "People who are young, while being red and cold, are big people.",
"sent7": "Looking blue can be a sign that someone is cold.",
"sent8": "When a person is blue, cold, and nice, they are also pretty young too.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-964 | 3 | 9 | 7 | Bob is a big gentleman who is very nice. He is secretly green with envy. Dave is colored red and green. He is also young, rough and very cold. Eric wears all blue. If you meet a nice, young, red man, you will see that they are big too. Red people who are also kind often turn out to be cold from standing outdoors too long. If you big person approaches and is cold, fear not because they are nice. If a person is red and green, then they will present as big. Young people that are nice and green tend to be blue. Big people that tend to be nice and blue, may also be a little rough to others. Find someone who is blue and rough, and big as an elephant, and you'll have found a nice person. | {
"triple1": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple2": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple9": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is young and nice and red then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is big and cold then they are nice.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is red and green then they are big.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule5": {
"text": "If someone is young and nice and green then they are blue.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": {
"text": "If someone is big and nice and blue then they are rough.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is blue and rough and big then they are nice.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
}
} | {
"Q1": {
"question": "Dave is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is big.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple7) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not big.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple7) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is nice.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple6 triple7) -> rule4) triple8) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7) -> (rule4 % int2)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple6 triple7) -> rule4) triple8) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7) -> (rule4 % int2)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is blue.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple4 ((((triple6 triple7) -> rule4) triple8) -> rule3) triple7) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple6 triple7) -> (rule4 % int3)) triple8) -> (rule3 % int2)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple4 ((((triple6 triple7) -> rule4) triple8) -> rule3) triple7) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple6 triple7) -> (rule4 % int3)) triple8) -> (rule3 % int2)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Eric is not rough.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Eric is rough.[CWA. Example of deepest failure = (rule6 <- rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Bob is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Fred is not rough.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Fred is rough.[CWA. Example of deepest failure = (rule6 <- rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is nice.[CWA. Example of deepest failure = (rule3 <- rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")"
},
"Q14": {
"question": "Fred is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"Q15": {
"question": "Bob is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Fred is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple3)] Bob is green.[(triple2)] Bob is nice.[(triple1)] Dave is cold.[(triple8)] Dave is green.[(triple7)] Dave is red.[(triple6)] Dave is rough.[(triple5 OR ((((triple6 triple7) -> rule4) ((((triple6 triple7) -> rule4) triple8) -> rule3) ((triple4 ((((triple6 triple7) -> rule4) triple8) -> rule3) triple7) -> rule5)) -> rule6))] Dave is young.[(triple4)] Eric is blue.[(triple9)] @1: Dave is big.[(((triple6 triple7) -> rule4))] @2: Dave is nice.[(((((triple6 triple7) -> rule4) triple8) -> rule3))] @3: Dave is blue.[(((triple4 ((((triple6 triple7) -> rule4) triple8) -> rule3) triple7) -> rule5))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
},
{
"representation": "((((triple6 triple7) -> (rule4 % int4)) ((((triple6 triple7) -> (rule4 % int4)) triple8) -> (rule3 % int3)) ((triple4 ((((triple6 triple7) -> (rule4 % int4)) triple8) -> (rule3 % int3)) triple7) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7) -> (rule4 % int2)) triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is blue.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((((triple6 triple7) -> (rule4 % int3)) triple8) -> (rule3 % int2)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent3",
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Bob is a big gentleman who is very nice; He is secretly green with envy.",
"sent2": "Dave is colored red and green; He is also young, rough and very cold.",
"sent3": "Eric wears all blue.",
"sent4": "If you meet a nice, young, red man, you will see that they are big too.",
"sent5": "Red people who are also kind often turn out to be cold from standing outdoors too long.",
"sent6": "If you big person approaches and is cold, fear not because they are nice.",
"sent7": "If a person is red and green, then they will present as big.",
"sent8": "Young people that are nice and green tend to be blue.",
"sent9": "Big people that tend to be nice and blue, may also be a little rough to others.",
"sent10": "Find someone who is blue and rough, and big as an elephant, and you'll have found a nice person.",
"sent11": null
} |
AttNonegNatLang-OWA-803 | 3 | 8 | 7 | Charlie is big and dresses in blue. Fred looks red to most people, with blue features. Harry is somewhat red,he is also very nice and kind, he is very big though. A round shaped and young aged person will be very cold. Kind and young people are round. Anyone that's rough and cold is also going to be blue. People who are blue and cold are red. An individual who is big and nice is also green. A kind person who look green and is round in shape is usually big in stature. There is a trend I've noticed if someone is nice, kind and big they are also young in appearance. | {
"triple1": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple2": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple3": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is round and young then they are cold.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is young and kind then they are round.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is cold and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and cold then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule5": {
"text": "If someone is big and nice then they are green.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": {
"text": "If someone is round and kind and green then they are big.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule7": {
"text": "If someone is nice and kind and big then they are young.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is kind.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not nice.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple6)]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is green.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple8 triple6) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not young.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple7 triple8) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is round.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple6 triple7 triple8) -> rule7) triple7) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 triple8) -> (rule7 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not round.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple6 triple7 triple8) -> rule7) triple7) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 triple8) -> (rule7 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is cold.",
"answer": "True",
"QDep": 3,
"QLen": "11",
"strategy": "proof",
"proofs": "[(((((((triple6 triple7 triple8) -> rule7) triple7) -> rule2) ((triple6 triple7 triple8) -> rule7)) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple6 triple7 triple8) -> (rule7 % int3)) triple7) -> (rule2 % int2)) ((triple6 triple7 triple8) -> (rule7 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "11",
"strategy": "inv-proof",
"proofs": "[(((((((triple6 triple7 triple8) -> rule7) triple7) -> rule2) ((triple6 triple7 triple8) -> rule7)) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple6 triple7 triple8) -> (rule7 % int3)) triple7) -> (rule2 % int2)) ((triple6 triple7 triple8) -> (rule7 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Alan is red.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Charlie is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Alan is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")"
},
"Q16": {
"question": "Fred is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is big.[(triple2)] Charlie is blue.[(triple1)] Fred is blue.[(triple4)] Fred is red.[(triple3)] Harry is big.[(triple8)] Harry is kind.[(triple7)] Harry is nice.[(triple6)] Harry is red.[(triple5)] @1: Harry is green.[(((triple8 triple6) -> rule5))] Harry is young.[(((triple6 triple7 triple8) -> rule7))] @2: Harry is round.[(((((triple6 triple7 triple8) -> rule7) triple7) -> rule2))] @3: Harry is cold.[(((((((triple6 triple7 triple8) -> rule7) triple7) -> rule2) ((triple6 triple7 triple8) -> rule7)) -> rule1))] | [
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is young.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is round.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 triple8) -> (rule7 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is cold.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple6 triple7 triple8) -> (rule7 % int3)) triple7) -> (rule2 % int2)) ((triple6 triple7 triple8) -> (rule7 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Charlie is big and dresses in blue.",
"sent2": "Fred looks red to most people, with blue features.",
"sent3": "Harry is somewhat red,he is also very nice and kind, he is very big though.",
"sent4": "A round shaped and young aged person will be very cold.",
"sent5": "Kind and young people are round.",
"sent6": "Anyone that's rough and cold is also going to be blue.",
"sent7": "People who are blue and cold are red.",
"sent8": "An individual who is big and nice is also green.",
"sent9": "A kind person who look green and is round in shape is usually big in stature.",
"sent10": "There is a trend I've noticed if someone is nice, kind and big they are also young in appearance.",
"sent11": null
} |
AttNonegNatLang-OWA-388 | 3 | 12 | 7 | That man standing next to you with a big round body goes by the name of Alan. Charlie is still young which means he can be rough and cold. He is a big boy with red hair. Gary vowed to always be rough, cold, blue, and big as possible. Red Harry is what folks call him, because he is quite red. When a person's traits are to be big, blue and cold, they will also have a red trait. Anyone with red and blue coloration also has green coloration. Young people that are red for any reason, may also act in a rough manner, but don't be surprised if they are ultimately blue. Young people are rough. If someone is kind, green, and round sized, then they are typically nice people. A green colored and rough person will be quite kind. If you meet somebody who is green, big and red you'll notice they are also blue. | {
"triple1": {
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple3": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple4": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple7": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple8": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple10": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple11": {
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"triple12": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is big and cold and blue then they are red.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is red and blue then they are green.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule3": {
"text": "If someone is red and young and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is young then they are rough.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is kind and green and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is green and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule7": {
"text": "If someone is green and big and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
}
} | {
"Q1": {
"question": "Gary is big.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple11)]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is red.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple11 triple9 triple10) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 triple9 triple10) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple3 triple4) -> rule3) OR ((triple5 triple3 ((triple3) -> rule4)) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple3 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple5 triple3 ((triple3) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q5": {
"question": "Gary is green.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple11 triple9 triple10) -> rule1) triple10) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple11 triple9 triple10) -> (rule1 % int2)) triple10) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not green.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple5 ((triple5 triple3 triple4) -> rule3)) -> rule2) OR ((triple5 ((triple5 triple3 ((triple3) -> rule4)) -> rule3)) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple5 triple3 triple4) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple5 ((triple5 triple3 ((triple3) -> (rule4 % int3))) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Charlie is kind.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((triple5 ((triple5 triple3 triple4) -> rule3)) -> rule2) triple4) -> rule6) OR ((((triple5 ((triple5 triple3 triple4) -> rule3)) -> rule2) ((triple3) -> rule4)) -> rule6) OR ((((triple5 ((triple5 triple3 ((triple3) -> rule4)) -> rule3)) -> rule2) triple4) -> rule6) OR ((((triple5 ((triple5 triple3 ((triple3) -> rule4)) -> rule3)) -> rule2) ((triple3) -> rule4)) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 ((triple5 triple3 triple4) -> (rule3 % int3))) -> (rule2 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 triple4) -> (rule3 % int4))) -> (rule2 % int3)) ((triple3) -> (rule4 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 ((triple3) -> (rule4 % int4))) -> (rule3 % int3))) -> (rule2 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 ((triple3) -> (rule4 % int4))) -> (rule3 % int3))) -> (rule2 % int2)) ((triple3) -> (rule4 % int4))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Charlie is not kind.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((triple5 ((triple5 triple3 triple4) -> rule3)) -> rule2) triple4) -> rule6) OR ((((triple5 ((triple5 triple3 triple4) -> rule3)) -> rule2) ((triple3) -> rule4)) -> rule6) OR ((((triple5 ((triple5 triple3 ((triple3) -> rule4)) -> rule3)) -> rule2) triple4) -> rule6) OR ((((triple5 ((triple5 triple3 ((triple3) -> rule4)) -> rule3)) -> rule2) ((triple3) -> rule4)) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 ((triple5 triple3 triple4) -> (rule3 % int3))) -> (rule2 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 triple4) -> (rule3 % int4))) -> (rule2 % int3)) ((triple3) -> (rule4 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 ((triple3) -> (rule4 % int4))) -> (rule3 % int3))) -> (rule2 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 ((triple3) -> (rule4 % int4))) -> (rule3 % int3))) -> (rule2 % int2)) ((triple3) -> (rule4 % int4))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Alan is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Alan is blue.[CWA. Example of deepest failure = (rule7 <- rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Charlie is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Alan is green.[CWA. Example of deepest failure = (rule2 <- rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")"
},
"Q14": {
"question": "Charlie is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"Q15": {
"question": "Harry is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Alan is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple2)] Alan is round.[(triple1)] Charlie is big.[(triple7)] Charlie is cold.[(triple6)] Charlie is red.[(triple5)] Charlie is rough.[(triple4 OR ((triple3) -> rule4))] Charlie is young.[(triple3)] Gary is big.[(triple11)] Gary is blue.[(triple10)] Gary is cold.[(triple9)] Gary is rough.[(triple8)] Harry is red.[(triple12)] @1: Charlie is blue.[(((triple5 triple3 triple4) -> rule3) OR ((triple5 triple3 ((triple3) -> rule4)) -> rule3))] Gary is red.[(((triple11 triple9 triple10) -> rule1))] @2: Charlie is green.[(((triple5 ((triple5 triple3 triple4) -> rule3)) -> rule2) OR ((triple5 ((triple5 triple3 ((triple3) -> rule4)) -> rule3)) -> rule2))] Gary is green.[(((((triple11 triple9 triple10) -> rule1) triple10) -> rule2))] @3: Charlie is kind.[(((((triple5 ((triple5 triple3 triple4) -> rule3)) -> rule2) triple4) -> rule6) OR ((((triple5 ((triple5 triple3 triple4) -> rule3)) -> rule2) ((triple3) -> rule4)) -> rule6) OR ((((triple5 ((triple5 triple3 ((triple3) -> rule4)) -> rule3)) -> rule2) triple4) -> rule6) OR ((((triple5 ((triple5 triple3 ((triple3) -> rule4)) -> rule3)) -> rule2) ((triple3) -> rule4)) -> rule6))] Gary is kind.[(((((((triple11 triple9 triple10) -> rule1) triple10) -> rule2) triple8) -> rule6))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
},
{
"representation": "((triple3) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple3 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple5 triple3 ((triple3) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is red.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 triple9 triple10) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is green.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple5 triple3 triple4) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple5 ((triple5 triple3 ((triple3) -> (rule4 % int3))) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Gary is green.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple11 triple9 triple10) -> (rule1 % int2)) triple10) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is kind.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 ((triple5 triple3 triple4) -> (rule3 % int3))) -> (rule2 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 triple4) -> (rule3 % int4))) -> (rule2 % int3)) ((triple3) -> (rule4 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 ((triple3) -> (rule4 % int4))) -> (rule3 % int3))) -> (rule2 % int2)) triple4) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple5 ((triple5 triple3 ((triple3) -> (rule4 % int4))) -> (rule3 % int3))) -> (rule2 % int2)) ((triple3) -> (rule4 % int4))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int3"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Gary is kind.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple11 triple9 triple10) -> (rule1 % int3)) triple10) -> (rule2 % int2)) triple8) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent3",
"triple12": "sent4"
} | {
"sent1": "That man standing next to you with a big round body goes by the name of Alan.",
"sent2": "Charlie is still young which means he can be rough and cold; He is a big boy with red hair.",
"sent3": "Gary vowed to always be rough, cold, blue, and big as possible.",
"sent4": "Red Harry is what folks call him, because he is quite red.",
"sent5": "When a person's traits are to be big, blue and cold, they will also have a red trait.",
"sent6": "Anyone with red and blue coloration also has green coloration.",
"sent7": "Young people that are red for any reason, may also act in a rough manner, but don't be surprised if they are ultimately blue.",
"sent8": "Young people are rough.",
"sent9": "If someone is kind, green, and round sized, then they are typically nice people.",
"sent10": "A green colored and rough person will be quite kind.",
"sent11": "If you meet somebody who is green, big and red you'll notice they are also blue."
} |
AttNonegNatLang-OWA-615 | 3 | 10 | 5 | Due to the fact that Charlie is young, he is red and green. He remains kind nevertheless. That Dave is as round and red as a cherry, and twice as kind. Eric, like all young people, is nice. Fred wears all blue. A round and nice person will certainly have a red tint to them. Young people that are blue will still be kind because they are rough to the touch. If a kind, red person is also feeling blue then he will be cold to outsiders. Red people feel blue about it. A person wearing blue clothes and feeling cold very frequently because of their large round body will have green skin. | {
"triple1": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple5": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple9": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is round and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and young and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and red and blue then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule4": {
"text": "If someone is red then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and blue and round then they are green.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Charlie is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not nice.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple9)]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is blue.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple6) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple2) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is cold.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple3 triple2 ((triple2) -> rule4)) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2 ((triple2) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple2) -> rule4) triple1 triple3) -> rule2))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule4 % int2)) triple1 triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is green.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple7 triple6 ((triple6) -> rule4)) -> rule3) ((triple6) -> rule4) triple5) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple6 ((triple6) -> (rule4 % int3))) -> (rule3 % int2)) ((triple6) -> (rule4 % int3)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not green.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple6 ((triple6) -> rule4)) -> rule3) ((triple6) -> rule4) triple5) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple6 ((triple6) -> (rule4 % int3))) -> (rule3 % int2)) ((triple6) -> (rule4 % int3)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is rough.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule4 <- rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Fred is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Fred is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Fred is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is green.[(triple4)] Charlie is kind.[(triple3)] Charlie is red.[(triple2)] Charlie is young.[(triple1)] Dave is kind.[(triple7)] Dave is red.[(triple6)] Dave is round.[(triple5)] Eric is nice.[(triple9)] Eric is young.[(triple8)] Fred is blue.[(triple10)] @1: Charlie is blue.[(((triple2) -> rule4))] Dave is blue.[(((triple6) -> rule4))] @2: Charlie is cold.[(((triple3 triple2 ((triple2) -> rule4)) -> rule3))] Charlie is rough.[(((((triple2) -> rule4) triple1 triple3) -> rule2))] Dave is cold.[(((triple7 triple6 ((triple6) -> rule4)) -> rule3))] @3: Dave is green.[(((((triple7 triple6 ((triple6) -> rule4)) -> rule3) ((triple6) -> rule4) triple5) -> rule5))] | [
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is blue.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is cold.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2 ((triple2) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is rough.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule4 % int2)) triple1 triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is cold.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple6) -> (rule4 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is green.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple6 ((triple6) -> (rule4 % int3))) -> (rule3 % int2)) ((triple6) -> (rule4 % int3)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Due to the fact that Charlie is young, he is red and green; He remains kind nevertheless.",
"sent2": "That Dave is as round and red as a cherry, and twice as kind.",
"sent3": "Eric, like all young people, is nice.",
"sent4": "Fred wears all blue.",
"sent5": "A round and nice person will certainly have a red tint to them.",
"sent6": "Young people that are blue will still be kind because they are rough to the touch.",
"sent7": "If a kind, red person is also feeling blue then he will be cold to outsiders.",
"sent8": "Red people feel blue about it.",
"sent9": "A person wearing blue clothes and feeling cold very frequently because of their large round body will have green skin.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1272 | 4 | 8 | 6 | Even though Bob is big and rough, he is nice. Bob often is blue and green with envy. Eric is so young and darling he is kind to all the old people on the block. Red Harry is what folks call him, because he is quite red. People who are rough and green with envy are young. A person being big and rough makes them cold towards others but that also means that they are kind. If you meet someone who is big and kind with cold skin, they will be young. Everyone knows that if you are cold, kind, and big, it goes without saying that you are round. People who are considered rough, blue, and nice, are also green. When someone is big, young and rough, they can be cold. | {
"triple1": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is rough and green then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule2": {
"text": "If someone is cold and big and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and cold and big then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and kind and big then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is rough and blue and nice then they are green.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": {
"text": "If someone is rough and young and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Harry is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple8)]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple1 triple3) -> rule1) OR ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple1 ((triple1 triple4 triple2) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q4": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple1 triple3) -> rule1) OR ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple1 ((triple1 triple4 triple2) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q5": {
"question": "Bob is cold.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) OR ((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple1 triple3) -> (rule1 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int3))) -> (rule1 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q6": {
"question": "Bob is not cold.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) OR ((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple1 triple3) -> (rule1 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int3))) -> (rule1 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Bob is kind.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int3)) triple5) -> (rule6 % int2)) triple5 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int4))) -> (rule1 % int3)) triple5) -> (rule6 % int2)) triple5 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Bob is not kind.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int3)) triple5) -> (rule6 % int2)) triple5 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int4))) -> (rule1 % int3)) triple5) -> (rule6 % int2)) triple5 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Bob is round.",
"answer": "True",
"QDep": 4,
"QLen": "17",
"strategy": "proof",
"proofs": "[(((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int5)) triple5) -> (rule6 % int4)) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int3))) -> (rule1 % int5)) triple5) -> (rule6 % int4)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q10": {
"question": "Bob is not round.",
"answer": "False",
"QDep": 4,
"QLen": "17",
"strategy": "inv-proof",
"proofs": "[(((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int5)) triple5) -> (rule6 % int4)) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int3))) -> (rule1 % int5)) triple5) -> (rule6 % int4)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q11": {
"question": "Eric is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is green.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Eric is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is cold.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Harry is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Charlie is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"Q17": {
"question": "Charlie is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")"
},
"Q18": {
"question": "Harry is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"Q19": {
"question": "Charlie is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"-\")"
},
"Q20": {
"question": "Harry is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple5)] Bob is blue.[(triple4)] Bob is green.[(triple3 OR ((triple1 triple4 triple2) -> rule5))] Bob is nice.[(triple2)] Bob is rough.[(triple1)] Eric is kind.[(triple7)] Eric is young.[(triple6)] Harry is red.[(triple8)] @1: Bob is young.[(((triple1 triple3) -> rule1) OR ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1))] @2: Bob is cold.[(((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) OR ((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6))] @3: Bob is kind.[(((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2))] @4: Bob is round.[(((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 triple3) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4) OR ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> rule5)) -> rule1) triple5) -> rule6) triple5 triple1) -> rule2) triple5) -> rule4))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
},
{
"representation": "((triple1 triple4 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple1 ((triple1 triple4 triple2) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is cold.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 ((triple1 triple3) -> (rule1 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int3))) -> (rule1 % int2)) triple5) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Bob is kind.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int3)) triple5) -> (rule6 % int2)) triple5 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int4))) -> (rule1 % int3)) triple5) -> (rule6 % int2)) triple5 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 4,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 triple3) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple1 ((triple1 triple3) -> (rule1 % int5)) triple5) -> (rule6 % int4)) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int3))) -> (rule1 % int5)) triple5) -> (rule6 % int4)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int4"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) ((((triple1 ((triple1 ((triple1 triple4 triple2) -> (rule5 % int5))) -> (rule1 % int4)) triple5) -> (rule6 % int3)) triple5 triple1) -> (rule2 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int5"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Even though Bob is big and rough, he is nice; Bob often is blue and green with envy.",
"sent2": "Eric is so young and darling he is kind to all the old people on the block.",
"sent3": "Red Harry is what folks call him, because he is quite red.",
"sent4": "People who are rough and green with envy are young.",
"sent5": "A person being big and rough makes them cold towards others but that also means that they are kind.",
"sent6": "If you meet someone who is big and kind with cold skin, they will be young.",
"sent7": "Everyone knows that if you are cold, kind, and big, it goes without saying that you are round.",
"sent8": "People who are considered rough, blue, and nice, are also green.",
"sent9": "When someone is big, young and rough, they can be cold.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1040 | 4 | 11 | 7 | Alan was born only a few years ago so he is young. Bob is colored red and green. He is also young, rough and very cold. Red Dave is what folks call him, because he is quite red. Harry is a young man who is also kind, blue and rough. If you meet a young, round person who is nice on the street, offer them your coat because they are cold. Look for the blue and green people, they are kind and will give you directions if you're lost. Most of the people that are big and nice with green eyes, will be round. Could you imagine how weird it would be if someone was nice, blue, and kind, but not green also. Young people who are cold and painted red are usually big and part of the football team. A rough, big, and round person can't help but be kind as well. People that are big but also green, may ultimately be very nice. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple3": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple4": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple7": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple9": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple10": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"triple11": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is round and nice and young then they are cold.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and green then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is big and nice and green then they are round.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and blue and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and red and young then they are big.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is rough and big and round then they are kind.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule7": {
"text": "If someone is big and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
}
} | {
"Q1": {
"question": "Alan is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple10)]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is big.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple6 triple4 triple2) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not big.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple4 triple2) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple6 triple4 triple2) -> rule5) triple5) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple4 triple2) -> (rule5 % int2)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple6 triple4 triple2) -> rule5) triple5) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple4 triple2) -> (rule5 % int2)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is round.",
"answer": "True",
"QDep": 3,
"QLen": "12",
"strategy": "proof",
"proofs": "[(((((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) triple5) -> rule7) triple5) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple4 triple2) -> (rule5 % int3)) ((((triple6 triple4 triple2) -> (rule5 % int3)) triple5) -> (rule7 % int2)) triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not round.",
"answer": "False",
"QDep": 3,
"QLen": "12",
"strategy": "inv-proof",
"proofs": "[(((((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) triple5) -> rule7) triple5) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple4 triple2) -> (rule5 % int3)) ((((triple6 triple4 triple2) -> (rule5 % int3)) triple5) -> (rule7 % int2)) triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is kind.",
"answer": "True",
"QDep": 4,
"QLen": "18",
"strategy": "proof",
"proofs": "[(((triple3 ((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) triple5) -> rule7) triple5) -> rule3)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple6 triple4 triple2) -> (rule5 % int4)) ((((triple6 triple4 triple2) -> (rule5 % int4)) ((((triple6 triple4 triple2) -> (rule5 % int4)) triple5) -> (rule7 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Bob is not kind.",
"answer": "False",
"QDep": 4,
"QLen": "18",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) triple5) -> rule7) triple5) -> rule3)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple6 triple4 triple2) -> (rule5 % int4)) ((((triple6 triple4 triple2) -> (rule5 % int4)) ((((triple6 triple4 triple2) -> (rule5 % int4)) triple5) -> (rule7 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Harry is not nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Harry is nice.[CWA. Example of deepest failure = (rule7 <- rule5 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Alan is round.[CWA. Example of deepest failure = (rule3 <- rule5 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Dave is nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Dave is nice.[CWA. Example of deepest failure = (rule7 <- rule5 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Alan is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"Q17": {
"question": "Dave is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")"
},
"Q18": {
"question": "Dave is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"Q19": {
"question": "Bob is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")"
},
"Q20": {
"question": "Alan is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is young.[(triple1)] Bob is cold.[(triple6)] Bob is green.[(triple5)] Bob is red.[(triple4)] Bob is rough.[(triple3)] Bob is young.[(triple2)] Dave is red.[(triple7)] Harry is blue.[(triple11)] Harry is kind.[(triple10)] Harry is rough.[(triple9)] Harry is young.[(triple8)] @1: Bob is big.[(((triple6 triple4 triple2) -> rule5))] @2: Bob is nice.[(((((triple6 triple4 triple2) -> rule5) triple5) -> rule7))] @3: Bob is round.[(((((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) triple5) -> rule7) triple5) -> rule3))] @4: Bob is kind.[(((triple3 ((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) ((((triple6 triple4 triple2) -> rule5) triple5) -> rule7) triple5) -> rule3)) -> rule6))] | [
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Bob is big.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple4 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple4 triple2) -> (rule5 % int2)) triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple4 triple2) -> (rule5 % int3)) ((((triple6 triple4 triple2) -> (rule5 % int3)) triple5) -> (rule7 % int2)) triple5) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Bob is kind.",
"QDep": 4,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple6 triple4 triple2) -> (rule5 % int4)) ((((triple6 triple4 triple2) -> (rule5 % int4)) ((((triple6 triple4 triple2) -> (rule5 % int4)) triple5) -> (rule7 % int3)) triple5) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int3"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Alan was born only a few years ago so he is young.",
"sent2": "Bob is colored red and green; He is also young, rough and very cold.",
"sent3": "Red Dave is what folks call him, because he is quite red.",
"sent4": "Harry is a young man who is also kind, blue and rough.",
"sent5": "If you meet a young, round person who is nice on the street, offer them your coat because they are cold.",
"sent6": "Look for the blue and green people, they are kind and will give you directions if you're lost.",
"sent7": "Most of the people that are big and nice with green eyes, will be round.",
"sent8": "Could you imagine how weird it would be if someone was nice, blue, and kind, but not green also.",
"sent9": "Young people who are cold and painted red are usually big and part of the football team.",
"sent10": "A rough, big, and round person can't help but be kind as well.",
"sent11": "People that are big but also green, may ultimately be very nice."
} |
AttNonegNatLang-OWA-219 | 3 | 11 | 7 | Bob was looking rather round and feeling rather cold, but people thought he is kind. Charlie is young and round, he is also green. The diving trip left Eric red and green all over, yet he remains the nice (though rather rough) guy he always has been. Harry wears all blue. A rough and kind person is big. Rough and cold and blue people are round. If you meet someone who is big and kind with cold skin, they will be young. A nice person with rough skin will be round, you can count on it. People who are nice and rough are looked at as kind. It's always true that round, kind people are rough as well. Kind people, for example, like the ones at the bank are always blue. | {
"triple1": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple11": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and rough then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and blue and cold then they are round.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and cold and big then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and nice then they are round.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule6": {
"text": "If someone is round and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is kind then they are blue.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
}
} | {
"Q1": {
"question": "Eric is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple9)]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is round.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple9) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not round.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple9) -> rule4))]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is big.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple2 ((triple1 triple2) -> rule6)) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple1 triple2) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not big.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple2 ((triple1 triple2) -> rule6)) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple1 triple2) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is young.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple2 triple3 ((triple2 ((triple1 triple2) -> rule6)) -> rule1)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3 ((triple2 ((triple1 triple2) -> (rule6 % int3))) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple3 ((triple2 ((triple1 triple2) -> rule6)) -> rule1)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3 ((triple2 ((triple1 triple2) -> (rule6 % int3))) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Eric is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is rough.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is rough.[CWA. Example of deepest failure = (rule6 <- rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Charlie is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is kind.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Bob is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Charlie is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Bob is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is cold.[(triple3)] Bob is kind.[(triple2)] Bob is round.[(triple1)] Charlie is green.[(triple6)] Charlie is round.[(triple5)] Charlie is young.[(triple4)] Eric is green.[(triple10)] Eric is nice.[(triple9)] Eric is red.[(triple8)] Eric is rough.[(triple7)] Harry is blue.[(triple11)] @1: Bob is blue.[(((triple2) -> rule7))] Bob is rough.[(((triple1 triple2) -> rule6))] Eric is kind.[(((triple9 triple7) -> rule5))] Eric is round.[(((triple7 triple9) -> rule4))] @2: Bob is big.[(((triple2 ((triple1 triple2) -> rule6)) -> rule1))] Eric is big.[(((((triple9 triple7) -> rule5) triple7) -> rule1))] Eric is blue.[(((((triple9 triple7) -> rule5)) -> rule7))] @3: Bob is young.[(((triple2 triple3 ((triple2 ((triple1 triple2) -> rule6)) -> rule1)) -> rule3))] | [
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is rough.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is kind.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is round.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is big.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple1 triple2) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is big.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple7) -> (rule5 % int2)) triple7) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is blue.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple7) -> (rule5 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is young.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3 ((triple2 ((triple1 triple2) -> (rule6 % int3))) -> (rule1 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Bob was looking rather round and feeling rather cold, but people thought he is kind.",
"sent2": "Charlie is young and round, he is also green.",
"sent3": "The diving trip left Eric red and green all over, yet he remains the nice (though rather rough) guy he always has been.",
"sent4": "Harry wears all blue.",
"sent5": "A rough and kind person is big.",
"sent6": "Rough and cold and blue people are round.",
"sent7": "If you meet someone who is big and kind with cold skin, they will be young.",
"sent8": "A nice person with rough skin will be round, you can count on it.",
"sent9": "People who are nice and rough are looked at as kind.",
"sent10": "It's always true that round, kind people are rough as well.",
"sent11": "Kind people, for example, like the ones at the bank are always blue."
} |
AttNonegNatLang-OWA-1545 | 3 | 11 | 6 | Bob is a big young boy with a bit of a rough streak. Most of the times he is nice, especially when his skin is green and blue. Charlie was feeling red with anger after the fight, but he was still a nice but big human being. Dave is big and rough. A blue person who is feeling a bit rough and cold will be wearing red. Big and round people can't help but be cold all of the time. A young person who is red and green is also going to look round. I have noticed that nice people that are green and blue are often round-shaped. Invariably, any young person whose skin appears rough and green is bound to be quite big. A young, cold person is often blue. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple5": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple9": {
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")"
},
"triple10": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple11": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and cold and rough then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is big and round then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is young and green and red then they are round.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and green and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is young and green and rough then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is round.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple3 triple4 triple5) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4 triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not round.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple4 triple5) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4 triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is cold.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple6 ((triple3 triple4 triple5) -> rule4)) -> rule2) OR ((((triple1 triple4 triple2) -> rule5) ((triple3 triple4 triple5) -> rule4)) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple3 triple4 triple5) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple1 triple4 triple2) -> (rule5 % int3)) ((triple3 triple4 triple5) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q6": {
"question": "Bob is not cold.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple3 triple4 triple5) -> rule4)) -> rule2) OR ((((triple1 triple4 triple2) -> rule5) ((triple3 triple4 triple5) -> rule4)) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple3 triple4 triple5) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple1 triple4 triple2) -> (rule5 % int3)) ((triple3 triple4 triple5) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Bob is red.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple5 ((triple6 ((triple3 triple4 triple5) -> rule4)) -> rule2) triple2) -> rule1) OR ((triple5 ((((triple1 triple4 triple2) -> rule5) ((triple3 triple4 triple5) -> rule4)) -> rule2) triple2) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple6 ((triple3 triple4 triple5) -> (rule4 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple5 ((((triple1 triple4 triple2) -> (rule5 % int4)) ((triple3 triple4 triple5) -> (rule4 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Bob is not red.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple5 ((triple6 ((triple3 triple4 triple5) -> rule4)) -> rule2) triple2) -> rule1) OR ((triple5 ((((triple1 triple4 triple2) -> rule5) ((triple3 triple4 triple5) -> rule4)) -> rule2) triple2) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple6 ((triple3 triple4 triple5) -> (rule4 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple5 ((((triple1 triple4 triple2) -> (rule5 % int4)) ((triple3 triple4 triple5) -> (rule4 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Charlie is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Charlie is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"Q15": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Alan is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple6 OR ((triple1 triple4 triple2) -> rule5))] Bob is blue.[(triple5)] Bob is green.[(triple4)] Bob is nice.[(triple3)] Bob is rough.[(triple2)] Bob is young.[(triple1)] Charlie is big.[(triple9)] Charlie is nice.[(triple8)] Charlie is red.[(triple7)] Dave is big.[(triple11)] Dave is rough.[(triple10)] @1: Bob is round.[(((triple3 triple4 triple5) -> rule4))] @2: Bob is cold.[(((triple6 ((triple3 triple4 triple5) -> rule4)) -> rule2) OR ((((triple1 triple4 triple2) -> rule5) ((triple3 triple4 triple5) -> rule4)) -> rule2))] @3: Bob is red.[(((triple5 ((triple6 ((triple3 triple4 triple5) -> rule4)) -> rule2) triple2) -> rule1) OR ((triple5 ((((triple1 triple4 triple2) -> rule5) ((triple3 triple4 triple5) -> rule4)) -> rule2) triple2) -> rule1))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
},
{
"representation": "((triple1 triple4 triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is big.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple4 triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is cold.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple3 triple4 triple5) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple1 triple4 triple2) -> (rule5 % int3)) ((triple3 triple4 triple5) -> (rule4 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Bob is red.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple6 ((triple3 triple4 triple5) -> (rule4 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((triple5 ((((triple1 triple4 triple2) -> (rule5 % int4)) ((triple3 triple4 triple5) -> (rule4 % int3))) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent1",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": null,
"triple11": "sent3",
"triple12": null
} | {
"sent1": "Bob is a big young boy with a bit of a rough streak; Most of the times he is nice, especially when his skin is green and blue.",
"sent2": "Charlie was feeling red with anger after the fight, but he was still a nice but big human being.",
"sent3": "Dave is big and rough.",
"sent4": "A blue person who is feeling a bit rough and cold will be wearing red.",
"sent5": "Big and round people can't help but be cold all of the time.",
"sent6": "A young person who is red and green is also going to look round.",
"sent7": "I have noticed that nice people that are green and blue are often round-shaped.",
"sent8": "Invariably, any young person whose skin appears rough and green is bound to be quite big.",
"sent9": "A young, cold person is often blue.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1356 | 3 | 8 | 5 | Alan is very young red and kind, however he's green, nice and cold as well. Gary is green, which is a possible explanation for why he is so nice. A person with a rough quality is also a person with a blue quality. A person with big hair and rough lips is certainly young and jaded. Color anybody red and blue, then make them rough, and they will surely be round. I have noticed that nice people that are green and blue are often round-shaped. Young cold individuals are usualyy rough. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")"
},
"triple4": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple7": {
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"triple8": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and big then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and rough and red then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and green and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is young and cold then they are rough.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Gary is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple6)]",
"representation": "(\"Alan\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is rough.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple1 triple6) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not rough.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple1 triple6) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is blue.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple1 triple6) -> rule5)) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple6) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Alan is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple1 triple6) -> rule5)) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple6) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Alan is round.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple3 triple5 ((((triple1 triple6) -> rule5)) -> rule1)) -> rule4) OR ((((((triple1 triple6) -> rule5)) -> rule1) ((triple1 triple6) -> rule5) triple2) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((((triple1 triple6) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple1 triple6) -> (rule5 % int3))) -> (rule1 % int2)) ((triple1 triple6) -> (rule5 % int3)) triple2) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Alan is not round.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple5 ((((triple1 triple6) -> rule5)) -> rule1)) -> rule4) OR ((((((triple1 triple6) -> rule5)) -> rule1) ((triple1 triple6) -> rule5) triple2) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((((triple1 triple6) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple1 triple6) -> (rule5 % int3))) -> (rule1 % int2)) ((triple1 triple6) -> (rule5 % int3)) triple2) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is rough.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Dave is blue.[CWA. Example of deepest failure = (rule1 <- rule5 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is rough.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Bob is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Bob is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Dave is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is cold.[(triple6)] Alan is green.[(triple5)] Alan is kind.[(triple4)] Alan is nice.[(triple3)] Alan is red.[(triple2)] Alan is young.[(triple1)] Gary is green.[(triple8)] Gary is nice.[(triple7)] @1: Alan is rough.[(((triple1 triple6) -> rule5))] @2: Alan is blue.[(((((triple1 triple6) -> rule5)) -> rule1))] @3: Alan is round.[(((triple3 triple5 ((((triple1 triple6) -> rule5)) -> rule1)) -> rule4) OR ((((((triple1 triple6) -> rule5)) -> rule1) ((triple1 triple6) -> rule5) triple2) -> rule3))] | [
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is nice.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is nice.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is blue.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple6) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Alan is round.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple5 ((((triple1 triple6) -> (rule5 % int3))) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple1 triple6) -> (rule5 % int3))) -> (rule1 % int2)) ((triple1 triple6) -> (rule5 % int3)) triple2) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent1",
"triple7": "sent2",
"triple8": "sent2",
"triple9": null,
"triple10": null,
"rule1": "sent3",
"rule2": "sent4",
"rule3": "sent5",
"rule4": "sent6",
"rule5": "sent7",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Alan is very young red and kind, however he's green, nice and cold as well.",
"sent2": "Gary is green, which is a possible explanation for why he is so nice.",
"sent3": "A person with a rough quality is also a person with a blue quality.",
"sent4": "A person with big hair and rough lips is certainly young and jaded.",
"sent5": "Color anybody red and blue, then make them rough, and they will surely be round.",
"sent6": "I have noticed that nice people that are green and blue are often round-shaped.",
"sent7": "Young cold individuals are usualyy rough.",
"sent8": null,
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-370 | 3 | 7 | 7 | Bob is interestingly colored red and blue, and is also very kind. Dave was born only a few years ago so he is young. Fred is a man who is both round and rough. Red Gary is what folks call him, because he is quite red. Cold, rough people are always green. A depressed person feeling blue who is kind cannot escape from being green. A cold and blue appearing person will be young as well. Kind people,though green,tend to be nice. Nice people that are colored red and green are always round. I bet you didn't know that nice, kind, cold people happen to be red. A big and rough person who is blue is also considered to be green. | {
"triple1": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"triple7": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple8": null,
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is cold and rough then they are green.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule3": {
"text": "If someone is cold and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is kind and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is green and red and nice then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is nice and kind and cold then they are red.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule7": {
"text": "If someone is rough and big and blue then they are green.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is green.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple3 triple2) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not green.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple2) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple2 ((triple3 triple2) -> rule2)) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple3 triple2) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple2 ((triple3 triple2) -> rule2)) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple3 triple2) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is round.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((triple3 triple2) -> rule2) triple1 ((triple2 ((triple3 triple2) -> rule2)) -> rule4)) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule2 % int3)) triple1 ((triple2 ((triple3 triple2) -> (rule2 % int3))) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not round.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple2) -> rule2) triple1 ((triple2 ((triple3 triple2) -> rule2)) -> rule4)) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule2 % int3)) triple1 ((triple2 ((triple3 triple2) -> (rule2 % int3))) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Gary is round.[CWA. Example of deepest failure = (rule5 <- rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is nice.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Gary is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is blue.[(triple3)] Bob is kind.[(triple2)] Bob is red.[(triple1)] Dave is young.[(triple4)] Fred is rough.[(triple6)] Fred is round.[(triple5)] Gary is red.[(triple7)] @1: Bob is green.[(((triple3 triple2) -> rule2))] @2: Bob is nice.[(((triple2 ((triple3 triple2) -> rule2)) -> rule4))] @3: Bob is round.[(((((triple3 triple2) -> rule2) triple1 ((triple2 ((triple3 triple2) -> rule2)) -> rule4)) -> rule5))] | [
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is rough.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((triple3 triple2) -> (rule2 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule2 % int3)) triple1 ((triple2 ((triple3 triple2) -> (rule2 % int3))) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent4",
"triple8": null,
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Bob is interestingly colored red and blue, and is also very kind.",
"sent2": "Dave was born only a few years ago so he is young.",
"sent3": "Fred is a man who is both round and rough.",
"sent4": "Red Gary is what folks call him, because he is quite red.",
"sent5": "Cold, rough people are always green.",
"sent6": "A depressed person feeling blue who is kind cannot escape from being green.",
"sent7": "A cold and blue appearing person will be young as well.",
"sent8": "Kind people,though green,tend to be nice.",
"sent9": "Nice people that are colored red and green are always round.",
"sent10": "I bet you didn't know that nice, kind, cold people happen to be red.",
"sent11": "A big and rough person who is blue is also considered to be green."
} |
AttNonegNatLang-OWA-809 | 3 | 11 | 7 | Eric, a kind and nice man, is wearing a green sweatshirt. He is also a fairly round sized man in shape. Gary is known to be rough and green. Even though big Harry can be rough and cold, he is nice for someone as red as he is. A nice person with rough skin is red. Often, when you meet a rough person with red skin, you'll see that they are young too. Most young and nice people will be kind. A rough person that is cold towards others is green. Young and kind folks are always big. A person wearing blue clothes and feeling cold very frequently because of their large round body will have green skin. Green people who are kind with rosy red skin are round. | {
"triple1": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple5": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple11": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is rough and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and red then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is young and nice then they are kind.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and cold then they are green.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is kind and young then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and blue and round then they are green.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": {
"text": "If someone is red and kind and green then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
}
} | {
"Q1": {
"question": "Eric is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple8) -> rule2) OR ((triple7 ((triple7 triple9) -> rule1)) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple7 ((triple7 triple9) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q4": {
"question": "Harry is not green.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple10) -> rule4))]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple10) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is kind.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple7 triple8) -> rule2) triple9) -> rule3) OR ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int2)) triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple7 ((triple7 triple9) -> (rule1 % int3))) -> (rule2 % int2)) triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q6": {
"question": "Harry is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple8) -> rule2) triple9) -> rule3) OR ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int2)) triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple7 ((triple7 triple9) -> (rule1 % int3))) -> (rule2 % int2)) triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Harry is round.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((triple8 ((((triple7 triple8) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((((triple7 triple9) -> rule1) ((((triple7 triple8) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((triple8 ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((((triple7 triple9) -> rule1) ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple7 triple8) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple7 triple9) -> (rule1 % int5)) ((((triple7 triple8) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((triple8 ((((triple7 ((triple7 triple9) -> (rule1 % int5))) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple7 triple9) -> (rule1 % int5)) ((((triple7 ((triple7 triple9) -> (rule1 % int5))) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q8": {
"question": "Harry is not round.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((triple8 ((((triple7 triple8) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((((triple7 triple9) -> rule1) ((((triple7 triple8) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((triple8 ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((((triple7 triple9) -> rule1) ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple7 triple8) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple7 triple9) -> (rule1 % int5)) ((((triple7 triple8) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((triple8 ((((triple7 ((triple7 triple9) -> (rule1 % int5))) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple7 triple9) -> (rule1 % int5)) ((((triple7 ((triple7 triple9) -> (rule1 % int5))) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
}
]
},
"Q9": {
"question": "Alan is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not big.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Eric is big.[CWA. Example of deepest failure = (rule5 <- rule2 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is young.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Gary is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Gary is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Eric is green.[(triple4)] Eric is kind.[(triple3)] Eric is nice.[(triple2)] Eric is round.[(triple1)] Gary is green.[(triple6)] Gary is rough.[(triple5)] Harry is big.[(triple11 OR ((((((triple7 triple8) -> rule2) triple9) -> rule3) ((triple7 triple8) -> rule2)) -> rule5) OR ((((((triple7 triple8) -> rule2) triple9) -> rule3) ((triple7 ((triple7 triple9) -> rule1)) -> rule2)) -> rule5) OR ((((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3) ((triple7 triple8) -> rule2)) -> rule5) OR ((((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3) ((triple7 ((triple7 triple9) -> rule1)) -> rule2)) -> rule5))] Harry is cold.[(triple10)] Harry is nice.[(triple9)] Harry is red.[(triple8 OR ((triple7 triple9) -> rule1))] Harry is rough.[(triple7)] @1: Harry is green.[(((triple7 triple10) -> rule4))] Harry is young.[(((triple7 triple8) -> rule2) OR ((triple7 ((triple7 triple9) -> rule1)) -> rule2))] @2: Harry is kind.[(((((triple7 triple8) -> rule2) triple9) -> rule3) OR ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3))] @3: Harry is round.[(((triple8 ((((triple7 triple8) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((((triple7 triple9) -> rule1) ((((triple7 triple8) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((triple8 ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7) OR ((((triple7 triple9) -> rule1) ((((triple7 ((triple7 triple9) -> rule1)) -> rule2) triple9) -> rule3) ((triple7 triple10) -> rule4)) -> rule7))] | [
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
},
{
"representation": "((((((triple7 triple8) -> (rule2 % int3)) triple9) -> (rule3 % int2)) ((triple7 triple8) -> (rule2 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple7 triple8) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 ((triple7 triple9) -> (rule1 % int2))) -> (rule2 % int4))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple7 ((triple7 triple9) -> (rule1 % int4))) -> (rule2 % int3)) triple9) -> (rule3 % int2)) ((triple7 triple8) -> (rule2 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple7 ((triple7 triple9) -> (rule1 % int4))) -> (rule2 % int3)) triple9) -> (rule3 % int2)) ((triple7 ((triple7 triple9) -> (rule1 % int4))) -> (rule2 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
},
{
"representation": "((triple7 triple9) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple10) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is young.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple7 ((triple7 triple9) -> (rule1 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is kind.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule2 % int2)) triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple7 ((triple7 triple9) -> (rule1 % int3))) -> (rule2 % int2)) triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Harry is round.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 ((((triple7 triple8) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((triple7 triple9) -> (rule1 % int5)) ((((triple7 triple8) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((triple8 ((((triple7 ((triple7 triple9) -> (rule1 % int5))) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
},
{
"representation": "((((triple7 triple9) -> (rule1 % int5)) ((((triple7 ((triple7 triple9) -> (rule1 % int5))) -> (rule2 % int4)) triple9) -> (rule3 % int3)) ((triple7 triple10) -> (rule4 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int4"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int5"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": "sent3",
"triple12": null
} | {
"sent1": "Eric, a kind and nice man, is wearing a green sweatshirt; He is also a fairly round sized man in shape.",
"sent2": "Gary is known to be rough and green.",
"sent3": "Even though big Harry can be rough and cold, he is nice for someone as red as he is.",
"sent4": "A nice person with rough skin is red.",
"sent5": "Often, when you meet a rough person with red skin, you'll see that they are young too.",
"sent6": "Most young and nice people will be kind.",
"sent7": "A rough person that is cold towards others is green.",
"sent8": "Young and kind folks are always big.",
"sent9": "A person wearing blue clothes and feeling cold very frequently because of their large round body will have green skin.",
"sent10": "Green people who are kind with rosy red skin are round.",
"sent11": null
} |
AttNonegNatLang-OWA-1185 | 3 | 7 | 6 | Bob was born only a few years ago so he is young. Fred is round shaped and green colored. Big, round Harry is cold and very green. If you see someone who is red and green they are round, like Santa Claus. When a kind person is feeling cold with red skin, they will be round as well. Anyone that's rough and cold is also going to be blue. Have you noticed that green and round folks are also so young. A young, green person who is cold is rough around the edges. If you meet a young and kind person who is also rough, they are cold, too. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple5": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple7": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple8": null,
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is red and green then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule2": {
"text": "If someone is cold and kind and red then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is cold and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is green and round then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and green and young then they are rough.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": {
"text": "If someone is rough and young and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Bob is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple3 triple2) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not young.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple4) -> rule4))]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is rough.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple6 triple5 ((triple5 triple4) -> rule4)) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5 ((triple5 triple4) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple5 ((triple5 triple4) -> rule4)) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5 ((triple5 triple4) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is blue.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple6 ((triple6 triple5 ((triple5 triple4) -> rule4)) -> rule5)) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple5 ((triple5 triple4) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple6 triple5 ((triple5 triple4) -> rule4)) -> rule5)) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple5 ((triple5 triple4) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Eric is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is young.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is round.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is cold.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Eric is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Bob is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Bob is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is young.[(triple1)] Fred is green.[(triple3)] Fred is round.[(triple2)] Harry is big.[(triple7)] Harry is cold.[(triple6)] Harry is green.[(triple5)] Harry is round.[(triple4)] @1: Fred is young.[(((triple3 triple2) -> rule4))] Harry is young.[(((triple5 triple4) -> rule4))] @2: Harry is rough.[(((triple6 triple5 ((triple5 triple4) -> rule4)) -> rule5))] @3: Harry is blue.[(((triple6 ((triple6 triple5 ((triple5 triple4) -> rule4)) -> rule5)) -> rule3))] | [
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is green.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is young.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is rough.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5 ((triple5 triple4) -> (rule4 % int2))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is blue.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple5 ((triple5 triple4) -> (rule4 % int3))) -> (rule5 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": null,
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Bob was born only a few years ago so he is young.",
"sent2": "Fred is round shaped and green colored.",
"sent3": "Big, round Harry is cold and very green.",
"sent4": "If you see someone who is red and green they are round, like Santa Claus.",
"sent5": "When a kind person is feeling cold with red skin, they will be round as well.",
"sent6": "Anyone that's rough and cold is also going to be blue.",
"sent7": "Have you noticed that green and round folks are also so young.",
"sent8": "A young, green person who is cold is rough around the edges.",
"sent9": "If you meet a young and kind person who is also rough, they are cold, too.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-819 | 3 | 10 | 4 | Dave plays rough and gets red in his round face,yet people know he is young and often blue. Fred is a round fellow, but he is kind, even when he is so cold he turns blue. Harry ate some rotten meat and now feels green. People who are blue, cold, and round are often kind. Round people who feel rough also always feel cold,. People who are round and young are also very nice. A young person who is red a kind is also usually big. | {
"triple1": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple4": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple7": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"triple9": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple10": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and cold and round then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule2": {
"text": "If someone is round and rough then they are cold.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is round and young then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is red and young and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule5": null,
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Dave is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple3) -> rule2))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple1) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is kind.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple5 ((triple2 triple3) -> rule2) triple2) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple2 triple3) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple5 ((triple2 triple3) -> rule2) triple2) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple2 triple3) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is big.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple4 triple1 ((triple5 ((triple2 triple3) -> rule2) triple2) -> rule1)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple1 ((triple5 ((triple2 triple3) -> (rule2 % int3)) triple2) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not big.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple1 ((triple5 ((triple2 triple3) -> rule2) triple2) -> rule1)) -> rule4))]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple1 ((triple5 ((triple2 triple3) -> (rule2 % int3)) triple2) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Bob is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Bob is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")"
},
"Q14": {
"question": "Harry is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Bob is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")"
},
"Q16": {
"question": "Bob is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is blue.[(triple5)] Dave is red.[(triple4)] Dave is rough.[(triple3)] Dave is round.[(triple2)] Dave is young.[(triple1)] Fred is blue.[(triple9)] Fred is cold.[(triple8)] Fred is kind.[(triple7 OR ((triple9 triple8 triple6) -> rule1))] Fred is round.[(triple6)] Harry is green.[(triple10)] @1: Dave is cold.[(((triple2 triple3) -> rule2))] Dave is nice.[(((triple2 triple1) -> rule3))] @2: Dave is kind.[(((triple5 ((triple2 triple3) -> rule2) triple2) -> rule1))] @3: Dave is big.[(((triple4 triple1 ((triple5 ((triple2 triple3) -> rule2) triple2) -> rule1)) -> rule4))] | [
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
},
{
"representation": "((triple9 triple8 triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is kind.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple2 triple3) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is big.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple1 ((triple5 ((triple2 triple3) -> (rule2 % int3)) triple2) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": null,
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Dave plays rough and gets red in his round face,yet people know he is young and often blue.",
"sent2": "Fred is a round fellow, but he is kind, even when he is so cold he turns blue.",
"sent3": "Harry ate some rotten meat and now feels green.",
"sent4": "People who are blue, cold, and round are often kind.",
"sent5": "Round people who feel rough also always feel cold,.",
"sent6": "People who are round and young are also very nice.",
"sent7": "A young person who is red a kind is also usually big.",
"sent8": null,
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1367 | 3 | 11 | 7 | Charlie, the round one, is cold in Alaska because he's green and rough around the edges. Eric is big and tends to wear red shirts. Fred is somewhat red,he is also very nice and kind, he is very big though. They always call him rough Gary. I've found that people with rough skin tend to be really nice but they also often feel blue. Anybody that is big is also someone who is going to be blue. Like a blueberry, a big blue person is round as anything. Kind young people that are still blue are generally round shaped. Invariably, any young person whose skin appears rough and green is bound to be quite big. John is round and rough, meaning that he is someone that is seen as green. Big people that tend to be nice and blue, may also be a little rough to others. | {
"triple1": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple9": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple10": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple11": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is rough and nice then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule2": {
"text": "If someone is big then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and big then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and young and kind then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is young and green and rough then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is round and rough then they are green.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule7": {
"text": "If someone is big and nice and blue then they are rough.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
}
} | {
"Q1": {
"question": "Eric is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not big.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple10)]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is blue.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple6) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple6) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is round.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple10) -> rule2) triple10) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10) -> (rule2 % int2)) triple10) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not round.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple10) -> rule2) triple10) -> rule3))]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10) -> (rule2 % int2)) triple10) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is green.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((((triple10) -> rule2) triple10) -> rule3) ((triple10 triple8 ((triple10) -> rule2)) -> rule7)) -> rule6))]",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10) -> (rule2 % int4)) triple10) -> (rule3 % int3)) ((triple10 triple8 ((triple10) -> (rule2 % int4))) -> (rule7 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Fred is not green.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((((triple10) -> rule2) triple10) -> rule3) ((triple10 triple8 ((triple10) -> rule2)) -> rule7)) -> rule6))]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10) -> (rule2 % int4)) triple10) -> (rule3 % int3)) ((triple10 triple8 ((triple10) -> (rule2 % int4))) -> (rule7 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Charlie is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Charlie is blue.[CWA. Example of deepest failure = (rule2 <- rule5 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Gary is green.",
"answer": "Unknown",
"QDep": 3,
"QLen": "",
"strategy": "rconc",
"proofs": "[@3: Gary is green.[CWA. Example of deepest failure = (rule6 <- rule3 <- rule5 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Gary is blue.[CWA. Example of deepest failure = (rule2 <- rule5 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Gary is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Gary is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Gary is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is cold.[(triple4)] Charlie is green.[(triple3 OR ((triple1 triple2) -> rule6))] Charlie is rough.[(triple2)] Charlie is round.[(triple1)] Eric is big.[(triple6)] Eric is red.[(triple5)] Fred is big.[(triple10)] Fred is kind.[(triple9)] Fred is nice.[(triple8)] Fred is red.[(triple7)] Gary is rough.[(triple11)] @1: Eric is blue.[(((triple6) -> rule2))] Fred is blue.[(((triple10) -> rule2))] @2: Eric is round.[(((((triple6) -> rule2) triple6) -> rule3))] Fred is rough.[(((triple10 triple8 ((triple10) -> rule2)) -> rule7))] Fred is round.[(((((triple10) -> rule2) triple10) -> rule3))] @3: Fred is green.[(((((((triple10) -> rule2) triple10) -> rule3) ((triple10 triple8 ((triple10) -> rule2)) -> rule7)) -> rule6))] | [
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
},
{
"representation": "((triple1 triple2) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is round.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6) -> (rule2 % int2)) triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is rough.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple10 triple8 ((triple10) -> (rule2 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is round.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple10) -> (rule2 % int2)) triple10) -> (rule3 % int1))",
"intermediates": [
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is green.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple10) -> (rule2 % int4)) triple10) -> (rule3 % int3)) ((triple10 triple8 ((triple10) -> (rule2 % int4))) -> (rule7 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"id": "int3"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Charlie, the round one, is cold in Alaska because he's green and rough around the edges.",
"sent2": "Eric is big and tends to wear red shirts.",
"sent3": "Fred is somewhat red,he is also very nice and kind, he is very big though.",
"sent4": "They always call him rough Gary.",
"sent5": "I've found that people with rough skin tend to be really nice but they also often feel blue.",
"sent6": "Anybody that is big is also someone who is going to be blue.",
"sent7": "Like a blueberry, a big blue person is round as anything.",
"sent8": "Kind young people that are still blue are generally round shaped.",
"sent9": "Invariably, any young person whose skin appears rough and green is bound to be quite big.",
"sent10": "John is round and rough, meaning that he is someone that is seen as green.",
"sent11": "Big people that tend to be nice and blue, may also be a little rough to others."
} |
AttNonegNatLang-OWA-1160 | 3 | 11 | 5 | Bob is young and a bit big and round. He acts cold towards skinny people because he is green with envy. Dave is a person who is young and also rough. He's also someone who is big and blue. Eric is blue from ink he spilled on himself while being kind and helping some children paint. Someone who feels blue with rough skin is also kind and will be young. Someone who looks rough and feels cold is also kind to others. Being a young, round and kind individual means that you are also a blue individual. If someone is round in their face and big boned as well as having cold hands then you'll often note that their skin is rough. When someone feels blue and rough, they might be described as green. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple4": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple6": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple9": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple10": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple11": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and blue and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and cold then they are kind.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is young and round and kind then they are blue.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is round and big and cold then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and rough then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Bob is big.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not young.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is green.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple8 triple7) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not green.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple7) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is kind.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple2 triple5 triple4) -> rule4) triple4) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 triple5 triple4) -> (rule4 % int2)) triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple2 triple5 triple4) -> rule4) triple4) -> rule2))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 triple5 triple4) -> (rule4 % int2)) triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is blue.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple1 triple2 ((((triple2 triple5 triple4) -> rule4) triple4) -> rule2)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2 ((((triple2 triple5 triple4) -> (rule4 % int3)) triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple1 triple2 ((((triple2 triple5 triple4) -> rule4) triple4) -> rule2)) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2 ((((triple2 triple5 triple4) -> (rule4 % int3)) triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Fred is green.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Eric is green.[CWA. Example of deepest failure = (rule5 <- rule4 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is young.[CWA. Example of deepest failure = (rule1 <- rule4 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Bob is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")"
},
"Q14": {
"question": "Fred is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Eric is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"red\" \"-\")"
},
"Q16": {
"question": "Dave is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple5)] Bob is cold.[(triple4)] Bob is green.[(triple3 OR ((((triple1 triple2 ((((triple2 triple5 triple4) -> rule4) triple4) -> rule2)) -> rule3) ((triple2 triple5 triple4) -> rule4)) -> rule5))] Bob is round.[(triple2)] Bob is young.[(triple1)] Dave is big.[(triple9)] Dave is blue.[(triple8)] Dave is rough.[(triple7)] Dave is young.[(triple6)] Eric is blue.[(triple11)] Eric is kind.[(triple10)] @1: Bob is rough.[(((triple2 triple5 triple4) -> rule4))] Dave is green.[(((triple8 triple7) -> rule5))] @2: Bob is kind.[(((((triple2 triple5 triple4) -> rule4) triple4) -> rule2))] @3: Bob is blue.[(((triple1 triple2 ((((triple2 triple5 triple4) -> rule4) triple4) -> rule2)) -> rule3))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
},
{
"representation": "((((triple1 triple2 ((((triple2 triple5 triple4) -> (rule4 % int4)) triple4) -> (rule2 % int3))) -> (rule3 % int2)) ((triple2 triple5 triple4) -> (rule4 % int4))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Bob is rough.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple5 triple4) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is green.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is kind.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 triple5 triple4) -> (rule4 % int2)) triple4) -> (rule2 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is blue.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2 ((((triple2 triple5 triple4) -> (rule4 % int3)) triple4) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": null,
"rule7": null,
"triple11": "sent3",
"triple12": null
} | {
"sent1": "Bob is young and a bit big and round; He acts cold towards skinny people because he is green with envy.",
"sent2": "Dave is a person who is young and also rough; He's also someone who is big and blue.",
"sent3": "Eric is blue from ink he spilled on himself while being kind and helping some children paint.",
"sent4": "Someone who feels blue with rough skin is also kind and will be young.",
"sent5": "Someone who looks rough and feels cold is also kind to others.",
"sent6": "Being a young, round and kind individual means that you are also a blue individual.",
"sent7": "If someone is round in their face and big boned as well as having cold hands then you'll often note that their skin is rough.",
"sent8": "When someone feels blue and rough, they might be described as green.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1447 | 4 | 12 | 7 | Charlie is someone you could describe as young, round, cold, and blue. Young Dave is red, green and cold. Gary is very nice to people, but he's also rather big. Harry is a man who is both round and rough. Young, green round people are big. A person with a rough quality is also a person with a blue quality. Rough young folks are surprisingly kind. A big and blue colored person is also certainly very kind. A person who is round shaped while also being quite cold tends to be nice. Green people who are kind with rosy red skin are round. Young people that are also red and green, may be fairly rough, also. | {
"triple1": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple6": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple9": {
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"triple11": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple12": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is green and young and round then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is young and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and big then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule5": {
"text": "If someone is round and cold then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is red and kind and green then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": {
"text": "If someone is red and green and young then they are rough.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
}
} | {
"Q1": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple2)]",
"representation": "(\"Charlie\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is blue.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple12) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not rough.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple7 triple5) -> rule7))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is kind.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple6 triple7 triple5) -> (rule7 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not kind.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple6 triple7 triple5) -> (rule7 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is round.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple6 ((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3) triple7) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 ((triple6 triple7 triple5) -> (rule7 % int3))) -> (rule3 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not round.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3) triple7) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 ((triple6 triple7 triple5) -> (rule7 % int3))) -> (rule3 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is big.",
"answer": "True",
"QDep": 4,
"QLen": "12",
"strategy": "proof",
"proofs": "[(((triple7 triple5 ((triple6 ((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3) triple7) -> rule6)) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((triple6 ((triple5 ((triple6 triple7 triple5) -> (rule7 % int4))) -> (rule3 % int3)) triple7) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Dave is not big.",
"answer": "False",
"QDep": 4,
"QLen": "12",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple5 ((triple6 ((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3) triple7) -> rule6)) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((triple6 ((triple5 ((triple6 triple7 triple5) -> (rule7 % int4))) -> (rule3 % int3)) triple7) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 3,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@3: Gary is kind.[CWA. Example of deepest failure = (rule4 <- rule2 <- rule7 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is rough.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Gary is blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Gary is blue.[CWA. Example of deepest failure = (rule2 <- rule7 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"Q15": {
"question": "Charlie is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Harry is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"Q17": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")"
},
"Q18": {
"question": "Gary is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"Q19": {
"question": "Gary is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"-\")"
},
"Q20": {
"question": "Harry is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is blue.[(triple4)] Charlie is cold.[(triple3)] Charlie is round.[(triple2)] Charlie is young.[(triple1)] Dave is cold.[(triple8)] Dave is green.[(triple7)] Dave is red.[(triple6)] Dave is young.[(triple5)] Gary is big.[(triple10)] Gary is nice.[(triple9)] Harry is rough.[(triple12)] Harry is round.[(triple11)] @1: Charlie is nice.[(((triple2 triple3) -> rule5))] Dave is rough.[(((triple6 triple7 triple5) -> rule7))] Harry is blue.[(((triple12) -> rule2))] @2: Dave is blue.[(((((triple6 triple7 triple5) -> rule7)) -> rule2))] Dave is kind.[(((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3))] @3: Dave is round.[(((triple6 ((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3) triple7) -> rule6))] @4: Dave is big.[(((triple7 triple5 ((triple6 ((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3) triple7) -> rule6)) -> rule1))] Dave is nice.[(((((triple6 ((triple5 ((triple6 triple7 triple5) -> rule7)) -> rule3) triple7) -> rule6) triple8) -> rule5))] | [
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is nice.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is rough.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is blue.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is blue.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 triple5) -> (rule7 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is kind.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 ((triple6 triple7 triple5) -> (rule7 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int1"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is round.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple5 ((triple6 triple7 triple5) -> (rule7 % int3))) -> (rule3 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int2"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Dave is big.",
"QDep": 4,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple5 ((triple6 ((triple5 ((triple6 triple7 triple5) -> (rule7 % int4))) -> (rule3 % int3)) triple7) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 4,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple5 ((triple6 triple7 triple5) -> (rule7 % int4))) -> (rule3 % int3)) triple7) -> (rule6 % int2)) triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Charlie is someone you could describe as young, round, cold, and blue.",
"sent2": "Young Dave is red, green and cold.",
"sent3": "Gary is very nice to people, but he's also rather big.",
"sent4": "Harry is a man who is both round and rough.",
"sent5": "Young, green round people are big.",
"sent6": "A person with a rough quality is also a person with a blue quality.",
"sent7": "Rough young folks are surprisingly kind.",
"sent8": "A big and blue colored person is also certainly very kind.",
"sent9": "A person who is round shaped while also being quite cold tends to be nice.",
"sent10": "Green people who are kind with rosy red skin are round.",
"sent11": "Young people that are also red and green, may be fairly rough, also."
} |
AttNonegNatLang-OWA-1050 | 3 | 10 | 7 | Alan wears all blue. Big, red Dave is quite kind. Fred is young, but very kind to others. Fred is big, with round features. Gary is a man who is both round and rough. If someone is cold and young, you'll see that they are kind. Anyone perceived to be rough, cold and kind will also be nice. People feeling green and blue are somewhat nice. Someone who tends to be icy cold and rough but secretly nice are generally very blue. A nice person who is downhearted, blue, and green with envy is rough. If someone is feeling blue and round in shape they are usually nice. Anyone who's blue is also green. | {
"triple1": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple2": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple6": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple7": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple9": {
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"triple10": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is cold and young then they are kind.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and cold and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is green and blue then they are nice.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and rough and nice then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and blue and green then they are rough.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule7": {
"text": "If someone is blue then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is green.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple1) -> rule7))]",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule7 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not green.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple1) -> rule7))]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule7 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is nice.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple1) -> rule7) triple1) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1) -> (rule7 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Alan is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple1) -> rule7) triple1) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1) -> (rule7 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Alan is rough.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((((triple1) -> rule7) triple1) -> rule3) triple1 ((triple1) -> rule7)) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple1) -> (rule7 % int3)) triple1) -> (rule3 % int2)) triple1 ((triple1) -> (rule7 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Alan is not rough.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((((triple1) -> rule7) triple1) -> rule3) triple1 ((triple1) -> rule7)) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple1) -> (rule7 % int3)) triple1) -> (rule3 % int2)) triple1 ((triple1) -> (rule7 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Dave is green.[CWA. Example of deepest failure = (rule7 <- rule4 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"-\")"
},
"Q14": {
"question": "Gary is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Alan is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Fred is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple1)] Dave is big.[(triple4)] Dave is kind.[(triple3)] Dave is red.[(triple2)] Fred is big.[(triple8)] Fred is kind.[(triple7)] Fred is round.[(triple6)] Fred is young.[(triple5)] Gary is rough.[(triple10)] Gary is round.[(triple9)] @1: Alan is green.[(((triple1) -> rule7))] @2: Alan is nice.[(((((triple1) -> rule7) triple1) -> rule3))] @3: Alan is rough.[(((((((triple1) -> rule7) triple1) -> rule3) triple1 ((triple1) -> rule7)) -> rule5))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is round.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Alan is green.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1) -> (rule7 % int1))",
"intermediates": [
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is nice.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1) -> (rule7 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Alan is rough.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple1) -> (rule7 % int3)) triple1) -> (rule3 % int2)) triple1 ((triple1) -> (rule7 % int3))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Alan wears all blue.",
"sent2": "Big, red Dave is quite kind.",
"sent3": "Fred is young, but very kind to others; Fred is big, with round features.",
"sent4": "Gary is a man who is both round and rough.",
"sent5": "If someone is cold and young, you'll see that they are kind.",
"sent6": "Anyone perceived to be rough, cold and kind will also be nice.",
"sent7": "People feeling green and blue are somewhat nice.",
"sent8": "Someone who tends to be icy cold and rough but secretly nice are generally very blue.",
"sent9": "A nice person who is downhearted, blue, and green with envy is rough.",
"sent10": "If someone is feeling blue and round in shape they are usually nice.",
"sent11": "Anyone who's blue is also green."
} |
AttNonegNatLang-OWA-1207 | 3 | 10 | 7 | Being young, Bob is still green and blue. People think that Charlie is round. This might be because he is young and blue. Dave fits the description of someone who is rough, red and blue. They always call him rough Eric. Find someone cold and green. If they are also round, then they are sure to be nice. Most of the people that are big and nice with green eyes, will be round. Anyone that's rough and cold is also going to be blue. When someone is nice, dressing in red, they can be blue because they are cold. A round and blue individual will also be a cold individual. A big kind person that is red is almost always nice. A blue and green colored person will be round in shape. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple10": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is cold and green and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is big and nice and green then they are round.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is cold and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and blue and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is round and blue then they are cold.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule6": {
"text": "If someone is kind and red and big then they are nice.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule7": {
"text": "If someone is blue and green then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple3)]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple10)]",
"representation": "(\"Eric\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple5 triple6) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not round.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple2) -> rule7))]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is cold.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple3 triple2) -> rule7) triple3) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule7 % int2)) triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not cold.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple2) -> rule7) triple3) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule7 % int2)) triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is nice.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((((triple3 triple2) -> rule7) triple3) -> rule5) triple2 ((triple3 triple2) -> rule7)) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple3 triple2) -> (rule7 % int3)) triple3) -> (rule5 % int2)) triple2 ((triple3 triple2) -> (rule7 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((((triple3 triple2) -> rule7) triple3) -> rule5) triple2 ((triple3 triple2) -> rule7)) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple3 triple2) -> (rule7 % int3)) triple3) -> (rule5 % int2)) triple2 ((triple3 triple2) -> (rule7 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Eric is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is cold.[CWA. Example of deepest failure = (rule5 <- rule2 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule3 <- rule4 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")"
},
"Q14": {
"question": "Charlie is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Dave is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Eric is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is blue.[(triple3)] Bob is green.[(triple2)] Bob is young.[(triple1)] Charlie is blue.[(triple6)] Charlie is round.[(triple5)] Charlie is young.[(triple4)] Dave is blue.[(triple9)] Dave is red.[(triple8)] Dave is rough.[(triple7)] Eric is rough.[(triple10)] @1: Bob is round.[(((triple3 triple2) -> rule7))] Charlie is cold.[(((triple5 triple6) -> rule5))] @2: Bob is cold.[(((((triple3 triple2) -> rule7) triple3) -> rule5))] @3: Bob is nice.[(((((((triple3 triple2) -> rule7) triple3) -> rule5) triple2 ((triple3 triple2) -> rule7)) -> rule1))] | [
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule7 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is cold.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is cold.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule7 % int2)) triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is nice.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple3 triple2) -> (rule7 % int3)) triple3) -> (rule5 % int2)) triple2 ((triple3 triple2) -> (rule7 % int3))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Being young, Bob is still green and blue.",
"sent2": "People think that Charlie is round; This might be because he is young and blue.",
"sent3": "Dave fits the description of someone who is rough, red and blue.",
"sent4": "They always call him rough Eric.",
"sent5": "Find someone cold and green; If they are also round, then they are sure to be nice.",
"sent6": "Most of the people that are big and nice with green eyes, will be round.",
"sent7": "Anyone that's rough and cold is also going to be blue.",
"sent8": "When someone is nice, dressing in red, they can be blue because they are cold.",
"sent9": "A round and blue individual will also be a cold individual.",
"sent10": "A big kind person that is red is almost always nice.",
"sent11": "A blue and green colored person will be round in shape."
} |
AttNonegNatLang-OWA-775 | 3 | 12 | 6 | Alan is colored blue and red. He is also kind and cold to the touch. Bob's skin turned blue and green in a lab accident. Despite his outward appearance, he is really nice. Charlie is nice person, who was red colored due to a sunburn, was feeling rough because he is cold. Harry always goes out of his way to show that he is kind to people. A person who's big and kind will also be cold. Blue kind people are almost always nice to others. You will always find a cold, rough, red person to also be a round person. Someone who is round like a dumpling and cold like an icicle are very young in age. Unfortunately, all the young people who are considered green are all round. Nice young people who are always cold end up also being big. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Alan is cold.",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple6": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple8": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple10": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple11": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple12": {
"text": "Harry is kind.",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is big and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is cold and rough and red then they are round.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is round and cold then they are young.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is green and young then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is cold and nice and young then they are big.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Alan is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple11)]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is round.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple11 triple8 triple9) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 triple8 triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple2) -> rule2))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple11 triple8 triple9) -> rule3) triple11) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple11 triple8 triple9) -> (rule3 % int2)) triple11) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not young.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple11 triple8 triple9) -> rule3) triple11) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple11 triple8 triple9) -> (rule3 % int2)) triple11) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is big.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((triple11 triple10 ((((triple11 triple8 triple9) -> rule3) triple11) -> rule4)) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 triple10 ((((triple11 triple8 triple9) -> (rule3 % int3)) triple11) -> (rule4 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not big.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((triple11 triple10 ((((triple11 triple8 triple9) -> rule3) triple11) -> rule4)) -> rule6))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 triple10 ((((triple11 triple8 triple9) -> (rule3 % int3)) triple11) -> (rule4 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not big.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Bob is big.[CWA. Example of deepest failure = (rule6 <- rule1 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is cold.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is cold.[CWA. Example of deepest failure = (rule1 <- rule6 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Bob is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Alan is young.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Alan is young.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")"
},
"Q14": {
"question": "Charlie is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Charlie is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")"
},
"Q16": {
"question": "Bob is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple4)] Alan is cold.[(triple3)] Alan is kind.[(triple2)] Alan is red.[(triple1)] Bob is blue.[(triple7)] Bob is green.[(triple6)] Bob is nice.[(triple5)] Charlie is cold.[(triple11)] Charlie is nice.[(triple10)] Charlie is red.[(triple9)] Charlie is rough.[(triple8)] Harry is kind.[(triple12)] @1: Alan is nice.[(((triple4 triple2) -> rule2))] Charlie is round.[(((triple11 triple8 triple9) -> rule3))] @2: Charlie is young.[(((((triple11 triple8 triple9) -> rule3) triple11) -> rule4))] @3: Charlie is big.[(((triple11 triple10 ((((triple11 triple8 triple9) -> rule3) triple11) -> rule4)) -> rule6))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is cold.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is kind.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Alan is nice.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is round.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 triple8 triple9) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is young.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple11 triple8 triple9) -> (rule3 % int2)) triple11) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is big.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 triple10 ((((triple11 triple8 triple9) -> (rule3 % int3)) triple11) -> (rule4 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent3",
"triple12": "sent4"
} | {
"sent1": "Alan is colored blue and red; He is also kind and cold to the touch.",
"sent2": "Bob's skin turned blue and green in a lab accident; Despite his outward appearance, he is really nice.",
"sent3": "Charlie is nice person, who was red colored due to a sunburn, was feeling rough because he is cold.",
"sent4": "Harry always goes out of his way to show that he is kind to people.",
"sent5": "A person who's big and kind will also be cold.",
"sent6": "Blue kind people are almost always nice to others.",
"sent7": "You will always find a cold, rough, red person to also be a round person.",
"sent8": "Someone who is round like a dumpling and cold like an icicle are very young in age.",
"sent9": "Unfortunately, all the young people who are considered green are all round.",
"sent10": "Nice young people who are always cold end up also being big.",
"sent11": null
} |
AttNonegNatLang-OWA-1057 | 3 | 10 | 7 | Alan is a kind and red colored guy. They always call him rough Charlie. Even though Eric is green with envy he is nice with rosy red cheeks. Harry is a person who is young and also rough. He's also someone who is big and blue. It is true that kind people who have become cold and blue and survived are necessarily big. Someone who has rough nails and blue teeth as well as being kind to adults are often noted to having big fingers. You can count on someone who is red and green being young. Young people tend to rough and nice, but they are also red. A person who is very round is nice but also quite rough. Unfortunately, all the young people who are considered green are all round. When someone is big, young and rough, they can be cold. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")"
},
"triple4": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Eric is nice.",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"triple6": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple8": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple10": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and cold and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and blue and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is red and green then they are young.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is young and rough and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule5": {
"text": "If someone is round and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule6": {
"text": "If someone is green and young then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule7": {
"text": "If someone is rough and young and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Eric is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not green.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple6)]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is cold.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple8 triple7 triple10) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple7 triple10) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple8 triple7 triple10) -> rule7))]",
"representation": "(\"Harry\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple7 triple10) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is round.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple6 ((triple4 triple6) -> rule3)) -> rule6))]",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple4 triple6) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not round.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple4 triple6) -> rule3)) -> rule6))]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple4 triple6) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is rough.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple6 ((triple4 triple6) -> rule3)) -> rule6) triple5) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple4 triple6) -> (rule3 % int3))) -> (rule6 % int2)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not rough.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((triple6 ((triple4 triple6) -> rule3)) -> rule6) triple5) -> rule5))]",
"representation": "(\"Eric\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple4 triple6) -> (rule3 % int3))) -> (rule6 % int2)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Charlie is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is big.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Charlie is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"Q15": {
"question": "Harry is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Harry is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is kind.[(triple2)] Alan is red.[(triple1)] Charlie is rough.[(triple3)] Eric is green.[(triple6)] Eric is nice.[(triple5)] Eric is red.[(triple4)] Harry is big.[(triple10)] Harry is blue.[(triple9)] Harry is rough.[(triple8)] Harry is young.[(triple7)] @1: Eric is young.[(((triple4 triple6) -> rule3))] Harry is cold.[(((triple8 triple7 triple10) -> rule7))] @2: Eric is round.[(((triple6 ((triple4 triple6) -> rule3)) -> rule6))] @3: Eric is rough.[(((((triple6 ((triple4 triple6) -> rule3)) -> rule6) triple5) -> rule5))] | [
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is nice.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is young.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple6) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is cold.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8 triple7 triple10) -> (rule7 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is round.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple4 triple6) -> (rule3 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is rough.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 ((triple4 triple6) -> (rule3 % int3))) -> (rule6 % int2)) triple5) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent4",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Alan is a kind and red colored guy.",
"sent2": "They always call him rough Charlie.",
"sent3": "Even though Eric is green with envy he is nice with rosy red cheeks.",
"sent4": "Harry is a person who is young and also rough; He's also someone who is big and blue.",
"sent5": "It is true that kind people who have become cold and blue and survived are necessarily big.",
"sent6": "Someone who has rough nails and blue teeth as well as being kind to adults are often noted to having big fingers.",
"sent7": "You can count on someone who is red and green being young.",
"sent8": "Young people tend to rough and nice, but they are also red.",
"sent9": "A person who is very round is nice but also quite rough.",
"sent10": "Unfortunately, all the young people who are considered green are all round.",
"sent11": "When someone is big, young and rough, they can be cold."
} |
AttNonegNatLang-OWA-1384 | 3 | 10 | 5 | Charlie is round shaped and green colored. Fred looks red to most people, with blue features. That rough but kind guy is Gary, the green one. Harry has green teeth and rough skin. People also notice his blue eyes. Because someone is green and kind they are extremely nice to people. Green and blue people have a habit of being cold, which makes them red too. Fat, round people who are green with envy and notoriously rough. Nice green people and often blue with sadness. Rough, round persons are also nice persons. | {
"triple1": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"triple5": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Harry is rough.",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"triple9": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is green and kind then they are nice.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is green and blue and cold then they are red.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule3": {
"text": "If someone is green and round then they are rough.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule4": {
"text": "If someone is green and nice then they are blue.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is rough and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Charlie is green.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple2)]",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple10)]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is rough.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple1) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Charlie is not rough.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple1) -> rule3))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Charlie is nice.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple2 triple1) -> rule3) triple1) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 triple1) -> (rule3 % int2)) triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple7 triple6) -> rule1)) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple6) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is blue.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple2 ((((triple2 triple1) -> rule3) triple1) -> rule5)) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((((triple2 triple1) -> (rule3 % int3)) triple1) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple2 ((((triple2 triple1) -> rule3) triple1) -> rule5)) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((((triple2 triple1) -> (rule3 % int3)) triple1) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Fred is rough.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is nice.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Charlie is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Gary is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"-\")"
},
"Q14": {
"question": "Fred is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Gary is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Charlie is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is green.[(triple2)] Charlie is round.[(triple1)] Fred is blue.[(triple4)] Fred is red.[(triple3)] Gary is green.[(triple7)] Gary is kind.[(triple6)] Gary is rough.[(triple5)] Harry is blue.[(triple10)] Harry is green.[(triple9)] Harry is rough.[(triple8)] @1: Charlie is rough.[(((triple2 triple1) -> rule3))] Gary is nice.[(((triple7 triple6) -> rule1))] @2: Charlie is nice.[(((((triple2 triple1) -> rule3) triple1) -> rule5))] Gary is blue.[(((triple7 ((triple7 triple6) -> rule1)) -> rule4))] @3: Charlie is blue.[(((triple2 ((((triple2 triple1) -> rule3) triple1) -> rule5)) -> rule4))] | [
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is blue.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is rough.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Charlie is rough.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is nice.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is nice.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2 triple1) -> (rule3 % int2)) triple1) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is blue.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple7 triple6) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is blue.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 ((((triple2 triple1) -> (rule3 % int3)) triple1) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Charlie is round shaped and green colored.",
"sent2": "Fred looks red to most people, with blue features.",
"sent3": "That rough but kind guy is Gary, the green one.",
"sent4": "Harry has green teeth and rough skin; People also notice his blue eyes.",
"sent5": "Because someone is green and kind they are extremely nice to people.",
"sent6": "Green and blue people have a habit of being cold, which makes them red too.",
"sent7": "Fat, round people who are green with envy and notoriously rough.",
"sent8": "Nice green people and often blue with sadness.",
"sent9": "Rough, round persons are also nice persons.",
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-875 | 3 | 8 | 7 | From a certain angle Bob is blue but he is young so maybe that will go away. Charlie is kind and round. Being round makes him a bit blue. Gary is interestingly colored red and blue, and is also very kind. Round, blue, and green people are poften rough. A person who is nice and green with envy is round. When someone is young, they can be cold but kind. Because of the person's young age they are feeling blue due to their big body size causing them to act in a slightly rough manner. If a person is young and very kind then they will be rather big. I've noticed that big people with blue and green skin tend to be young. Take a drive and find a kind and blue driver, that means they are also young. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and green and round then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule2": {
"text": "If someone is nice and green then they are round.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is young and cold then they are kind.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is young and big and blue then they are rough.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule5": {
"text": "If someone is young and kind then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is green and big and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule7": {
"text": "If someone is kind and blue then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
}
} | {
"Q1": {
"question": "Bob is young.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple8)]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q3": {
"question": "Charlie is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple4 triple5) -> rule7))]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not young.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple8) -> rule7))]",
"representation": "(\"Gary\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is big.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple7 triple8) -> rule7) triple7) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule7 % int2)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Charlie is not big.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple4 triple5) -> rule7) triple4) -> rule5))]",
"representation": "(\"Charlie\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple5) -> (rule7 % int2)) triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Charlie is rough.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((triple4 triple5) -> rule7) ((((triple4 triple5) -> rule7) triple4) -> rule5) triple5) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple5) -> (rule7 % int3)) ((((triple4 triple5) -> (rule7 % int3)) triple4) -> (rule5 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Charlie is not rough.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple4 triple5) -> rule7) ((((triple4 triple5) -> rule7) triple4) -> rule5) triple5) -> rule4))]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple5) -> (rule7 % int3)) ((((triple4 triple5) -> (rule7 % int3)) triple4) -> (rule5 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is young.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Bob is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Bob is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Bob is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Harry is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is blue.[(triple2)] Bob is young.[(triple1)] Charlie is blue.[(triple5)] Charlie is kind.[(triple4)] Charlie is round.[(triple3)] Gary is blue.[(triple8)] Gary is kind.[(triple7)] Gary is red.[(triple6)] @1: Charlie is young.[(((triple4 triple5) -> rule7))] Gary is young.[(((triple7 triple8) -> rule7))] @2: Charlie is big.[(((((triple4 triple5) -> rule7) triple4) -> rule5))] Gary is big.[(((((triple7 triple8) -> rule7) triple7) -> rule5))] @3: Charlie is rough.[(((((triple4 triple5) -> rule7) ((((triple4 triple5) -> rule7) triple4) -> rule5) triple5) -> rule4))] Gary is rough.[(((((triple7 triple8) -> rule7) ((((triple7 triple8) -> rule7) triple7) -> rule5) triple8) -> rule4))] | [
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 1,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple5) -> (rule7 % int1))",
"intermediates": [
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is young.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Charlie is big.",
"QDep": 2,
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple5) -> (rule7 % int2)) triple4) -> (rule5 % int1))",
"intermediates": [
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is big.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule7 % int2)) triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Charlie is rough.",
"QDep": 3,
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple5) -> (rule7 % int3)) ((((triple4 triple5) -> (rule7 % int3)) triple4) -> (rule5 % int2)) triple5) -> (rule4 % int1))",
"intermediates": [
{
"text": "Charlie is rough.",
"representation": "(\"Charlie\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Charlie is big.",
"representation": "(\"Charlie\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Gary is rough.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule7 % int3)) ((((triple7 triple8) -> (rule7 % int3)) triple7) -> (rule5 % int2)) triple8) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "From a certain angle Bob is blue but he is young so maybe that will go away.",
"sent2": "Charlie is kind and round; Being round makes him a bit blue.",
"sent3": "Gary is interestingly colored red and blue, and is also very kind.",
"sent4": "Round, blue, and green people are poften rough.",
"sent5": "A person who is nice and green with envy is round.",
"sent6": "When someone is young, they can be cold but kind.",
"sent7": "Because of the person's young age they are feeling blue due to their big body size causing them to act in a slightly rough manner.",
"sent8": "If a person is young and very kind then they will be rather big.",
"sent9": "I've noticed that big people with blue and green skin tend to be young.",
"sent10": "Take a drive and find a kind and blue driver, that means they are also young.",
"sent11": null
} |
AttNonegNatLang-OWA-1126 | 3 | 11 | 6 | Red Alan is what folks call him, because he is quite red. Charlie was born only a few years ago so he is young. Dave a big man for his young age. he has red hair and can be rough. If you had seen the young round Gary you'd never believe he was the same red, green and rough Gary of today. People that are big and cold are blue as well. People who are blue and green are nice. Red, kind, rough people are the young ones. Humans who are nice to others while they are young and red will also be green. Young,round people tend to be rough and big. If you meet somebody who is green, big and red you'll notice they are also blue. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple3": {
"text": "Dave is young.",
"representation": "(\"Dave\" \"is\" \"young\" \"+\")"
},
"triple4": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple7": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple8": {
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"triple9": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple10": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple11": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is big and cold then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule3": {
"text": "If someone is red and kind and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and young and red then they are green.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is rough and young and round then they are big.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule6": {
"text": "If someone is green and big and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Dave is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple4)]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple8)]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is big.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple9 triple7 triple8) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple7 triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not big.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple9 triple7 triple8) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple7 triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is blue.",
"answer": "True",
"QDep": 2,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple11 ((triple9 triple7 triple8) -> rule5) triple10) -> rule6))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 ((triple9 triple7 triple8) -> (rule5 % int2)) triple10) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple11 ((triple9 triple7 triple8) -> rule5) triple10) -> rule6))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 ((triple9 triple7 triple8) -> (rule5 % int2)) triple10) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is nice.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple11 ((triple9 triple7 triple8) -> rule5) triple10) -> rule6) triple11) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple11 ((triple9 triple7 triple8) -> (rule5 % int3)) triple10) -> (rule6 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple11 ((triple9 triple7 triple8) -> rule5) triple10) -> rule6) triple11) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple11 ((triple9 triple7 triple8) -> (rule5 % int3)) triple10) -> (rule6 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 3,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@3: Dave is blue.[CWA. Example of deepest failure = (rule6 <- rule4 <- rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Charlie is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Alan is blue.[CWA. Example of deepest failure = (rule6 <- rule5 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Dave is nice.[CWA. Example of deepest failure = (rule2 <- rule4 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"-\")"
},
"Q14": {
"question": "Charlie is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Alan is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is red.[(triple1)] Charlie is young.[(triple2)] Dave is big.[(triple6)] Dave is red.[(triple5)] Dave is rough.[(triple4)] Dave is young.[(triple3)] Gary is green.[(triple11)] Gary is red.[(triple10)] Gary is rough.[(triple9)] Gary is round.[(triple8)] Gary is young.[(triple7)] @1: Gary is big.[(((triple9 triple7 triple8) -> rule5))] @2: Gary is blue.[(((triple11 ((triple9 triple7 triple8) -> rule5) triple10) -> rule6))] @3: Gary is nice.[(((((triple11 ((triple9 triple7 triple8) -> rule5) triple10) -> rule6) triple11) -> rule2))] | [
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is young.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is round.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple7 triple8) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is blue.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple11 ((triple9 triple7 triple8) -> (rule5 % int2)) triple10) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is nice.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple11 ((triple9 triple7 triple8) -> (rule5 % int3)) triple10) -> (rule6 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent3",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent4",
"triple8": "sent4",
"triple9": "sent4",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Red Alan is what folks call him, because he is quite red.",
"sent2": "Charlie was born only a few years ago so he is young.",
"sent3": "Dave a big man for his young age; he has red hair and can be rough.",
"sent4": "If you had seen the young round Gary you'd never believe he was the same red, green and rough Gary of today.",
"sent5": "People that are big and cold are blue as well.",
"sent6": "People who are blue and green are nice.",
"sent7": "Red, kind, rough people are the young ones.",
"sent8": "Humans who are nice to others while they are young and red will also be green.",
"sent9": "Young,round people tend to be rough and big.",
"sent10": "If you meet somebody who is green, big and red you'll notice they are also blue.",
"sent11": null
} |
AttNonegNatLang-OWA-1344 | 3 | 11 | 6 | Alan is too young to be so big. Some say he is too green to be so blue as well. Eric looks red to most people, with blue features. Gary was looking rather round and feeling rather cold, but people thought he is kind. Harry is round shaped and green colored. Rough people are often always nice. People who are cold to others can also be nice and when they are it's a sure bet they are being big about it. A person that is feeling blue and slightly big, is red as well. If you ever find someone who's nice, rough, and blue, expect them to also be green. It's just a fact that a blue person is a kind person. Young people that are also red and green, may be fairly rough, also. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple6": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple9": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple10": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple11": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is rough then they are nice.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule2": {
"text": "If someone is cold and nice then they are big.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is big and blue then they are red.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and rough and blue then they are green.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is blue then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule6": {
"text": "If someone is red and green and young then they are rough.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Gary is cold.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple9)]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is red.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple4 triple3) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not kind.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple3) -> rule5))]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is rough.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple4 triple3) -> rule3) triple2 triple1) -> rule6))]",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple3) -> (rule3 % int2)) triple2 triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Alan is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple4 triple3) -> rule3) triple2 triple1) -> rule6))]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple3) -> (rule3 % int2)) triple2 triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Alan is nice.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((((triple4 triple3) -> rule3) triple2 triple1) -> rule6)) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple4 triple3) -> (rule3 % int3)) triple2 triple1) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Alan is not nice.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((((triple4 triple3) -> rule3) triple2 triple1) -> rule6)) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple4 triple3) -> (rule3 % int3)) triple2 triple1) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Eric is not green.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Eric is green.[CWA. Example of deepest failure = (rule4 <- rule6 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Eric is nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is nice.[CWA. Example of deepest failure = (rule1 <- rule6 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Gary is nice.[CWA. Example of deepest failure = (rule1 <- rule6 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 3,
"QLen": "",
"strategy": "rconc",
"proofs": "[@3: Gary is big.[CWA. Example of deepest failure = (rule2 <- rule1 <- rule6 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Harry is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"Q15": {
"question": "Eric is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"-\")"
},
"Q16": {
"question": "Gary is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple4)] Alan is blue.[(triple3)] Alan is green.[(triple2)] Alan is young.[(triple1)] Eric is blue.[(triple6)] Eric is red.[(triple5)] Gary is cold.[(triple9)] Gary is kind.[(triple8)] Gary is round.[(triple7)] Harry is green.[(triple11)] Harry is round.[(triple10)] @1: Alan is kind.[(((triple3) -> rule5))] Alan is red.[(((triple4 triple3) -> rule3))] Eric is kind.[(((triple6) -> rule5))] @2: Alan is rough.[(((((triple4 triple3) -> rule3) triple2 triple1) -> rule6))] @3: Alan is nice.[(((((((triple4 triple3) -> rule3) triple2 triple1) -> rule6)) -> rule1))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is round.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is red.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is kind.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6) -> (rule5 % int1))",
"intermediates": [
{
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is rough.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple3) -> (rule3 % int2)) triple2 triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Alan is nice.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple4 triple3) -> (rule3 % int3)) triple2 triple1) -> (rule6 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Alan is too young to be so big; Some say he is too green to be so blue as well.",
"sent2": "Eric looks red to most people, with blue features.",
"sent3": "Gary was looking rather round and feeling rather cold, but people thought he is kind.",
"sent4": "Harry is round shaped and green colored.",
"sent5": "Rough people are often always nice.",
"sent6": "People who are cold to others can also be nice and when they are it's a sure bet they are being big about it.",
"sent7": "A person that is feeling blue and slightly big, is red as well.",
"sent8": "If you ever find someone who's nice, rough, and blue, expect them to also be green.",
"sent9": "It's just a fact that a blue person is a kind person.",
"sent10": "Young people that are also red and green, may be fairly rough, also.",
"sent11": null
} |
AttNonegNatLang-OWA-991 | 3 | 8 | 7 | Red Dave is what folks call him, because he is quite red. To the touch Eric has rough, cold skin. Gary is a young, round fellow who is red and green in color. He is also cold. When you meet someone round, blue and nice they are as a rule rough. Nice people who have red cold skin are round. If a kind person is also young and round shaped, they will be colored blue. A green colored, nice and young person will be big shaped. You make someone round and green, and they'll turn out nice. A nice person who is downhearted, blue, and green with envy is rough. Young people that are nice and green tend to be blue. | {
"triple1": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple3": {
"text": "Eric is cold.",
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple5": {
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is blue and nice and round then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule2": {
"text": "If someone is red and nice and cold then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and young and round then they are blue.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is young and green and nice then they are big.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule5": {
"text": "If someone is round and green then they are nice.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule6": {
"text": "If someone is nice and blue and green then they are rough.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is young and nice and green then they are blue.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
}
} | {
"Q1": {
"question": "Gary is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is nice.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple5 triple7) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not nice.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple5 triple7) -> rule5))]",
"representation": "(\"Gary\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is big.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple4 triple7 ((triple5 triple7) -> rule5)) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple7 ((triple5 triple7) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple4 ((triple5 triple7) -> rule5) triple7) -> rule7))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple5 triple7) -> (rule5 % int2)) triple7) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is rough.",
"answer": "True",
"QDep": 3,
"QLen": "11",
"strategy": "proof",
"proofs": "[(((((triple5 triple7) -> rule5) ((triple4 ((triple5 triple7) -> rule5) triple7) -> rule7) triple7) -> rule6) OR ((((triple4 ((triple5 triple7) -> rule5) triple7) -> rule7) ((triple5 triple7) -> rule5) triple5) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple7) -> (rule5 % int3)) ((triple4 ((triple5 triple7) -> (rule5 % int3)) triple7) -> (rule7 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 ((triple5 triple7) -> (rule5 % int3)) triple7) -> (rule7 % int2)) ((triple5 triple7) -> (rule5 % int3)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not rough.",
"answer": "False",
"QDep": 3,
"QLen": "11",
"strategy": "inv-proof",
"proofs": "[(((((triple5 triple7) -> rule5) ((triple4 ((triple5 triple7) -> rule5) triple7) -> rule7) triple7) -> rule6) OR ((((triple4 ((triple5 triple7) -> rule5) triple7) -> rule7) ((triple5 triple7) -> rule5) triple5) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple7) -> (rule5 % int3)) ((triple4 ((triple5 triple7) -> (rule5 % int3)) triple7) -> (rule7 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 ((triple5 triple7) -> (rule5 % int3)) triple7) -> (rule7 % int2)) ((triple5 triple7) -> (rule5 % int3)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Dave is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Harry is not cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"-\")"
},
"Q16": {
"question": "Dave is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is red.[(triple1)] Eric is cold.[(triple3)] Eric is rough.[(triple2)] Gary is cold.[(triple8)] Gary is green.[(triple7)] Gary is red.[(triple6)] Gary is round.[(triple5)] Gary is young.[(triple4)] @1: Gary is nice.[(((triple5 triple7) -> rule5))] @2: Gary is big.[(((triple4 triple7 ((triple5 triple7) -> rule5)) -> rule4))] Gary is blue.[(((triple4 ((triple5 triple7) -> rule5) triple7) -> rule7))] @3: Gary is rough.[(((((triple5 triple7) -> rule5) ((triple4 ((triple5 triple7) -> rule5) triple7) -> rule7) triple7) -> rule6) OR ((((triple4 ((triple5 triple7) -> rule5) triple7) -> rule7) ((triple5 triple7) -> rule5) triple5) -> rule1))] | [
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is cold.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is red.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is round.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is nice.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is big.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple7 ((triple5 triple7) -> (rule5 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is blue.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 ((triple5 triple7) -> (rule5 % int2)) triple7) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is rough.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple7) -> (rule5 % int3)) ((triple4 ((triple5 triple7) -> (rule5 % int3)) triple7) -> (rule7 % int2)) triple7) -> (rule6 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 ((triple5 triple7) -> (rule5 % int3)) triple7) -> (rule7 % int2)) ((triple5 triple7) -> (rule5 % int3)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent3",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Red Dave is what folks call him, because he is quite red.",
"sent2": "To the touch Eric has rough, cold skin.",
"sent3": "Gary is a young, round fellow who is red and green in color; He is also cold.",
"sent4": "When you meet someone round, blue and nice they are as a rule rough.",
"sent5": "Nice people who have red cold skin are round.",
"sent6": "If a kind person is also young and round shaped, they will be colored blue.",
"sent7": "A green colored, nice and young person will be big shaped.",
"sent8": "You make someone round and green, and they'll turn out nice.",
"sent9": "A nice person who is downhearted, blue, and green with envy is rough.",
"sent10": "Young people that are nice and green tend to be blue.",
"sent11": null
} |
AttNonegNatLang-OWA-1392 | 3 | 9 | 7 | From a certain angle Bob is blue but he is young so maybe that will go away. Dave is a kind and red colored guy. Nice, but round, Fred has been said to be cold. Harry is big and dresses in blue. If people are nice and round, they look red. A red colored person will be rough textured and will be blue. If someone is blue, young, and rough, they qualify as being round. People,though rough and red,tend to be cold too. Someone who is round like a dumpling and cold like an icicle are very young in age. A nice young person will be rough in texture. Nice young people who are always cold end up also being big. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")"
},
"triple3": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple7": {
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple9": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is nice and round then they are red.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is red and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and young and blue then they are round.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": {
"text": "If someone is round and cold then they are young.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule6": {
"text": "If someone is young and nice then they are rough.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is cold and nice and young then they are big.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is young.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple5 triple7) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not red.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple5) -> rule1))]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is big.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple7 triple6 ((triple5 triple7) -> rule5)) -> rule7))]",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple5 triple7) -> (rule5 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not big.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple6 ((triple5 triple7) -> rule5)) -> rule7))]",
"representation": "(\"Fred\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple5 triple7) -> (rule5 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple6 triple5) -> rule1) ((((triple5 triple7) -> rule5) triple6) -> rule6)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple5) -> (rule1 % int4)) ((((triple5 triple7) -> (rule5 % int3)) triple6) -> (rule6 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple6 triple5) -> rule1) ((((triple5 triple7) -> rule5) triple6) -> rule6)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple5) -> (rule1 % int4)) ((((triple5 triple7) -> (rule5 % int3)) triple6) -> (rule6 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Bob is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Bob is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Dave is round.[CWA. Example of deepest failure = (rule3 <- rule6 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Bob is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Bob is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Bob is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")"
},
"Q16": {
"question": "Dave is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Dave is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is blue.[(triple2)] Bob is young.[(triple1)] Dave is kind.[(triple4)] Dave is red.[(triple3)] Fred is cold.[(triple7)] Fred is nice.[(triple6)] Fred is round.[(triple5)] Harry is big.[(triple9)] Harry is blue.[(triple8)] @1: Fred is red.[(((triple6 triple5) -> rule1))] Fred is young.[(((triple5 triple7) -> rule5))] @2: Fred is big.[(((triple7 triple6 ((triple5 triple7) -> rule5)) -> rule7))] Fred is rough.[(((((triple5 triple7) -> rule5) triple6) -> rule6))] @3: Fred is blue.[(((((triple6 triple5) -> rule1) ((((triple5 triple7) -> rule5) triple6) -> rule6)) -> rule2))] | [
{
"text": "Bob is blue.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is young.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is big.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple6 ((triple5 triple7) -> (rule5 % int2))) -> (rule7 % int1))",
"intermediates": [
{
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is rough.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple5 triple7) -> (rule5 % int2)) triple6) -> (rule6 % int1))",
"intermediates": [
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple5) -> (rule1 % int4)) ((((triple5 triple7) -> (rule5 % int3)) triple6) -> (rule6 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is rough.",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"id": "int3"
},
{
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent4",
"triple9": "sent4",
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "From a certain angle Bob is blue but he is young so maybe that will go away.",
"sent2": "Dave is a kind and red colored guy.",
"sent3": "Nice, but round, Fred has been said to be cold.",
"sent4": "Harry is big and dresses in blue.",
"sent5": "If people are nice and round, they look red.",
"sent6": "A red colored person will be rough textured and will be blue.",
"sent7": "If someone is blue, young, and rough, they qualify as being round.",
"sent8": "People,though rough and red,tend to be cold too.",
"sent9": "Someone who is round like a dumpling and cold like an icicle are very young in age.",
"sent10": "A nice young person will be rough in texture.",
"sent11": "Nice young people who are always cold end up also being big."
} |
AttNonegNatLang-OWA-1084 | 3 | 9 | 7 | Bob is a big gentleman who is very nice. He is secretly green with envy. Eric is interestingly colored red and blue, and is also very kind. That guy Fred is big, but he's always kind to little ones. Gary wears all blue. You'll always find a young, kind and red person to be a cold person, too. Big, young people feel cold all the time. Look for the blue and green people, they are kind and will give you directions if you're lost. If you are green you are also kind. A kind person who is green is usually round. On a voyage across the sea it is always the round, kind people, green with seasickness that turn red with embarrassment. A young, cold person is often blue. | {
"triple1": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple2": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple4": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")"
},
"triple7": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple8": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple9": {
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and young and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is young and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and green then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule4": {
"text": "If someone is green then they are kind.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule5": {
"text": "If someone is kind and green then they are round.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is kind and green and round then they are red.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule7": {
"text": "If someone is cold and young then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
}
} | {
"Q1": {
"question": "Fred is kind.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple7)]",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q2": {
"question": "Bob is not nice.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Bob\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is kind.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple2) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not kind.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple2) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is round.",
"answer": "True",
"QDep": 2,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((((triple2) -> rule4) triple2) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule4 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not round.",
"answer": "False",
"QDep": 2,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((((triple2) -> rule4) triple2) -> rule5))]",
"representation": "(\"Bob\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule4 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is red.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((((triple2) -> rule4) triple2 ((((triple2) -> rule4) triple2) -> rule5)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule4 % int3)) triple2 ((((triple2) -> (rule4 % int3)) triple2) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not red.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((((triple2) -> rule4) triple2 ((((triple2) -> rule4) triple2) -> rule5)) -> rule6))]",
"representation": "(\"Bob\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule4 % int3)) triple2 ((((triple2) -> (rule4 % int3)) triple2) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is kind.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Eric is not cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Bob is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is cold.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"-\")"
},
"Q14": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Fred is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"-\")"
},
"Q16": {
"question": "Bob is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Bob is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple3)] Bob is green.[(triple2)] Bob is nice.[(triple1)] Eric is blue.[(triple6)] Eric is kind.[(triple5)] Eric is red.[(triple4)] Fred is big.[(triple8)] Fred is kind.[(triple7)] Gary is blue.[(triple9)] @1: Bob is kind.[(((triple2) -> rule4))] @2: Bob is round.[(((((triple2) -> rule4) triple2) -> rule5))] @3: Bob is red.[(((((triple2) -> rule4) triple2 ((((triple2) -> rule4) triple2) -> rule5)) -> rule6))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is blue.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is blue.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is round.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule4 % int2)) triple2) -> (rule5 % int1))",
"intermediates": [
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is red.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple2) -> (rule4 % int3)) triple2 ((((triple2) -> (rule4 % int3)) triple2) -> (rule5 % int2))) -> (rule6 % int1))",
"intermediates": [
{
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"id": "int2"
},
{
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent4",
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": null,
"triple12": null
} | {
"sent1": "Bob is a big gentleman who is very nice; He is secretly green with envy.",
"sent2": "Eric is interestingly colored red and blue, and is also very kind.",
"sent3": "That guy Fred is big, but he's always kind to little ones.",
"sent4": "Gary wears all blue.",
"sent5": "You'll always find a young, kind and red person to be a cold person, too.",
"sent6": "Big, young people feel cold all the time.",
"sent7": "Look for the blue and green people, they are kind and will give you directions if you're lost.",
"sent8": "If you are green you are also kind.",
"sent9": "A kind person who is green is usually round.",
"sent10": "On a voyage across the sea it is always the round, kind people, green with seasickness that turn red with embarrassment.",
"sent11": "A young, cold person is often blue."
} |
AttNonegNatLang-OWA-457 | 3 | 12 | 6 | Alan is so young and darling he is kind to all the old people on the block. Dave can be cold and rough, but also can be nice and kind. Either way, he's big and round. Others enjoy Gary's company because he is so nice and kind. Harry is blue and cold. I've found that a person who is green from lack of experience and nice even when they are feeling blue often has a red complexion. Kind and young people are round. Anybody that is big is also someone who is going to be blue. A red, round male or female will also be a nice male or female. A person wearing blue clothes and feeling cold very frequently because of their large round body will have green skin. People that are blue, cold, and big, are rather rough. | {
"triple1": {
"text": "Alan is young.",
"representation": "(\"Alan\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")"
},
"triple3": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple5": {
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")"
},
"triple6": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple8": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple9": {
"text": "Gary is nice.",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"triple10": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple11": {
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")"
},
"triple12": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is blue and nice and green then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is young and kind then they are round.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is big then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is red and round then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and blue and round then they are green.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": {
"text": "If someone is blue and cold and big then they are rough.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Gary is nice.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple9)]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not big.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple8)]",
"representation": "(\"Dave\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is blue.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple8) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not round.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple1 triple2) -> rule2))]",
"representation": "(\"Alan\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Dave is green.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((triple7 ((triple8) -> rule3) triple3) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple8) -> (rule3 % int2)) triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Dave is not green.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((triple7 ((triple8) -> rule3) triple3) -> rule5))]",
"representation": "(\"Dave\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple8) -> (rule3 % int2)) triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Dave is red.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple8) -> rule3) triple5 ((triple7 ((triple8) -> rule3) triple3) -> rule5)) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8) -> (rule3 % int3)) triple5 ((triple7 ((triple8) -> (rule3 % int3)) triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Dave is not red.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple8) -> rule3) triple5 ((triple7 ((triple8) -> rule3) triple3) -> rule5)) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8) -> (rule3 % int3)) triple5 ((triple7 ((triple8) -> (rule3 % int3)) triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Alan is not red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Alan is red.[CWA. Example of deepest failure = (rule1 <- rule3 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Alan is nice.[CWA. Example of deepest failure = (rule4 <- rule1 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is nice.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is nice.[CWA. Example of deepest failure = (rule4 <- rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")"
},
"Q14": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"Q15": {
"question": "Harry is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Alan is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Alan is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is kind.[(triple2)] Alan is young.[(triple1)] Dave is big.[(triple8)] Dave is cold.[(triple7)] Dave is kind.[(triple6)] Dave is nice.[(triple5)] Dave is rough.[(triple4 OR ((((triple8) -> rule3) triple7 triple8) -> rule6))] Dave is round.[(triple3)] Gary is kind.[(triple10)] Gary is nice.[(triple9)] Harry is blue.[(triple12)] Harry is cold.[(triple11)] @1: Alan is round.[(((triple1 triple2) -> rule2))] Dave is blue.[(((triple8) -> rule3))] @2: Dave is green.[(((triple7 ((triple8) -> rule3) triple3) -> rule5))] @3: Dave is red.[(((((triple8) -> rule3) triple5 ((triple7 ((triple8) -> rule3) triple3) -> rule5)) -> rule1))] | [
{
"text": "Alan is kind.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is young.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is nice.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
},
{
"representation": "((((triple8) -> (rule3 % int2)) triple7 triple8) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Gary is nice.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is cold.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Alan is round.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is blue.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple8) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is green.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 ((triple8) -> (rule3 % int2)) triple3) -> (rule5 % int1))",
"intermediates": [
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is red.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple8) -> (rule3 % int3)) triple5 ((triple7 ((triple8) -> (rule3 % int3)) triple3) -> (rule5 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"id": "int2"
},
{
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent2",
"triple8": "sent2",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Alan is so young and darling he is kind to all the old people on the block.",
"sent2": "Dave can be cold and rough, but also can be nice and kind; Either way, he's big and round.",
"sent3": "Others enjoy Gary's company because he is so nice and kind.",
"sent4": "Harry is blue and cold.",
"sent5": "I've found that a person who is green from lack of experience and nice even when they are feeling blue often has a red complexion.",
"sent6": "Kind and young people are round.",
"sent7": "Anybody that is big is also someone who is going to be blue.",
"sent8": "A red, round male or female will also be a nice male or female.",
"sent9": "A person wearing blue clothes and feeling cold very frequently because of their large round body will have green skin.",
"sent10": "People that are blue, cold, and big, are rather rough.",
"sent11": null
} |
AttNonegNatLang-OWA-1609 | 3 | 12 | 4 | Bob's characteristics are that he is young, round, red, nice, kind, green and big. Because Gary gets cold easily he tends to appear round from bundling up. Harry is a nice round guy, which leads to him being red. If a red and blue person is also kind to people that means they are rough as well. A good thing to remember is that rough and green people are round as well. A person who is in school because of their young age with a round body and the constant desire to be nice will be feeling blue. Anybody with rough, kind and blue aspects will certainly be cold, too. | {
"triple1": {
"text": "Bob is young.",
"representation": "(\"Bob\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Bob is round.",
"representation": "(\"Bob\" \"is\" \"round\" \"+\")"
},
"triple3": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Bob is nice.",
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")"
},
"triple5": {
"text": "Bob is kind.",
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Bob is green.",
"representation": "(\"Bob\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Bob is big.",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")"
},
"triple8": {
"text": "Gary is round.",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")"
},
"triple9": {
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")"
},
"triple10": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple11": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple12": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is red and blue and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule2": {
"text": "If someone is rough and green then they are round.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule3": {
"text": "If someone is round and young and nice then they are blue.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and kind and blue then they are cold.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule5": null,
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Gary is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Harry is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple11)]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
"Q3": {
"question": "Bob is blue.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple2 triple1 triple4) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Bob is not blue.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple2 triple1 triple4) -> rule3))]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Bob is rough.",
"answer": "True",
"QDep": 2,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple3 ((triple2 triple1 triple4) -> rule3) triple5) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2 triple1 triple4) -> (rule3 % int2)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Bob is not rough.",
"answer": "False",
"QDep": 2,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple3 ((triple2 triple1 triple4) -> rule3) triple5) -> rule1))]",
"representation": "(\"Bob\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2 triple1 triple4) -> (rule3 % int2)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Bob is cold.",
"answer": "True",
"QDep": 3,
"QLen": "13",
"strategy": "proof",
"proofs": "[(((((triple3 ((triple2 triple1 triple4) -> rule3) triple5) -> rule1) triple5 ((triple2 triple1 triple4) -> rule3)) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple2 triple1 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2)) triple5 ((triple2 triple1 triple4) -> (rule3 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Bob is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "13",
"strategy": "inv-proof",
"proofs": "[(((((triple3 ((triple2 triple1 triple4) -> rule3) triple5) -> rule1) triple5 ((triple2 triple1 triple4) -> rule3)) -> rule4))]",
"representation": "(\"Bob\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple2 triple1 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2)) triple5 ((triple2 triple1 triple4) -> (rule3 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Gary is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is rough.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Fred is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Gary is red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")"
},
"Q15": {
"question": "Harry is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Gary is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is big.[(triple7)] Bob is green.[(triple6)] Bob is kind.[(triple5)] Bob is nice.[(triple4)] Bob is red.[(triple3)] Bob is round.[(triple2)] Bob is young.[(triple1)] Gary is cold.[(triple9)] Gary is round.[(triple8)] Harry is nice.[(triple12)] Harry is red.[(triple11)] Harry is round.[(triple10)] @1: Bob is blue.[(((triple2 triple1 triple4) -> rule3))] @2: Bob is rough.[(((triple3 ((triple2 triple1 triple4) -> rule3) triple5) -> rule1))] @3: Bob is cold.[(((((triple3 ((triple2 triple1 triple4) -> rule3) triple5) -> rule1) triple5 ((triple2 triple1 triple4) -> rule3)) -> rule4))] | [
{
"text": "Bob is big.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Bob is green.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Bob is kind.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Bob is nice.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Bob is round.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is young.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Gary is round.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Bob is blue.",
"QDep": 1,
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1 triple4) -> (rule3 % int1))",
"intermediates": [
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Bob is rough.",
"QDep": 2,
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 ((triple2 triple1 triple4) -> (rule3 % int2)) triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Bob is cold.",
"QDep": 3,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 ((triple2 triple1 triple4) -> (rule3 % int3)) triple5) -> (rule1 % int2)) triple5 ((triple2 triple1 triple4) -> (rule3 % int3))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Bob is rough.",
"representation": "(\"Bob\" \"is\" \"rough\" \"+\")",
"id": "int2"
},
{
"text": "Bob is blue.",
"representation": "(\"Bob\" \"is\" \"blue\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent1",
"triple7": "sent1",
"triple8": "sent2",
"triple9": "sent2",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": null,
"rule6": null,
"rule7": null,
"triple11": "sent3",
"triple12": "sent3"
} | {
"sent1": "Bob's characteristics are that he is young, round, red, nice, kind, green and big.",
"sent2": "Because Gary gets cold easily he tends to appear round from bundling up.",
"sent3": "Harry is a nice round guy, which leads to him being red.",
"sent4": "If a red and blue person is also kind to people that means they are rough as well.",
"sent5": "A good thing to remember is that rough and green people are round as well.",
"sent6": "A person who is in school because of their young age with a round body and the constant desire to be nice will be feeling blue.",
"sent7": "Anybody with rough, kind and blue aspects will certainly be cold, too.",
"sent8": null,
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-801 | 4 | 9 | 5 | Charlie is a nice, kind young man that is feeling rather blue -- he is also green. Red Fred is what folks call him, because he is quite red. Harry is round in the middle and extraordinarily nice but he's also blue because people don't always treat him well. A round and nice person will certainly have a red tint to them. A big person who looks blue is also going to look young. If someone has a red face and feels blue and has a round body then you'll automatically think they are big. Big and cold people are likely to be round, too. A blue and red colored person that is young is also very cold. | {
"triple1": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple2": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple5": {
"text": "Charlie is blue.",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")"
},
"triple6": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple7": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Harry is nice.",
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")"
},
"triple9": {
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")"
},
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is round and nice then they are red.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and big then they are young.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule3": {
"text": "If someone is red and blue and round then they are big.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule4": {
"text": "If someone is big and cold then they are round.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": {
"text": "If someone is blue and young and red then they are cold.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Charlie is blue.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Charlie is not blue.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is red.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple7 triple8) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Harry is not red.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple7 triple8) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is big.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple7 triple8) -> rule1) triple9 triple7) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule1 % int2)) triple9 triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not big.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple7 triple8) -> rule1) triple9 triple7) -> rule3))]",
"representation": "(\"Harry\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule1 % int2)) triple9 triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is young.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple9 ((((triple7 triple8) -> rule1) triple9 triple7) -> rule3)) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((((triple7 triple8) -> (rule1 % int3)) triple9 triple7) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not young.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple9 ((((triple7 triple8) -> rule1) triple9 triple7) -> rule3)) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((((triple7 triple8) -> (rule1 % int3)) triple9 triple7) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Harry is cold.",
"answer": "True",
"QDep": 4,
"QLen": "13",
"strategy": "proof",
"proofs": "[(((triple9 ((triple9 ((((triple7 triple8) -> rule1) triple9 triple7) -> rule3)) -> rule2) ((triple7 triple8) -> rule1)) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple9 ((((triple7 triple8) -> (rule1 % int4)) triple9 triple7) -> (rule3 % int3))) -> (rule2 % int2)) ((triple7 triple8) -> (rule1 % int4))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q10": {
"question": "Harry is not cold.",
"answer": "False",
"QDep": 4,
"QLen": "13",
"strategy": "inv-proof",
"proofs": "[(((triple9 ((triple9 ((((triple7 triple8) -> rule1) triple9 triple7) -> rule3)) -> rule2) ((triple7 triple8) -> rule1)) -> rule5))]",
"representation": "(\"Harry\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple9 ((((triple7 triple8) -> (rule1 % int4)) triple9 triple7) -> (rule3 % int3))) -> (rule2 % int2)) ((triple7 triple8) -> (rule1 % int4))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q11": {
"question": "Gary is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Gary is round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Gary is round.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Fred is round.[CWA. Example of deepest failure = (rule4 <- rule3 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"-\")"
},
"Q14": {
"question": "Charlie is cold.",
"answer": "Unknown",
"QDep": 3,
"QLen": "",
"strategy": "rconc",
"proofs": "[@3: Charlie is cold.[CWA. Example of deepest failure = (rule5 <- rule1 <- rule4 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Gary is not big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")"
},
"Q17": {
"question": "Gary is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"green\" \"-\")"
},
"Q18": {
"question": "Fred is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")"
},
"Q19": {
"question": "Fred is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"kind\" \"-\")"
},
"Q20": {
"question": "Gary is blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")"
},
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is blue.[(triple5)] Charlie is green.[(triple4)] Charlie is kind.[(triple3)] Charlie is nice.[(triple2)] Charlie is young.[(triple1)] Fred is red.[(triple6)] Harry is blue.[(triple9)] Harry is nice.[(triple8)] Harry is round.[(triple7)] @1: Harry is red.[(((triple7 triple8) -> rule1))] @2: Harry is big.[(((((triple7 triple8) -> rule1) triple9 triple7) -> rule3))] @3: Harry is young.[(((triple9 ((((triple7 triple8) -> rule1) triple9 triple7) -> rule3)) -> rule2))] @4: Harry is cold.[(((triple9 ((triple9 ((((triple7 triple8) -> rule1) triple9 triple7) -> rule3)) -> rule2) ((triple7 triple8) -> rule1)) -> rule5))] | [
{
"text": "Charlie is blue.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is blue.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is nice.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple7 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is big.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple7 triple8) -> (rule1 % int2)) triple9 triple7) -> (rule3 % int1))",
"intermediates": [
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is young.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((((triple7 triple8) -> (rule1 % int3)) triple9 triple7) -> (rule3 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Harry is cold.",
"QDep": 4,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 ((triple9 ((((triple7 triple8) -> (rule1 % int4)) triple9 triple7) -> (rule3 % int3))) -> (rule2 % int2)) ((triple7 triple8) -> (rule1 % int4))) -> (rule5 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"id": "int3"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent1",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Charlie is a nice, kind young man that is feeling rather blue -- he is also green.",
"sent2": "Red Fred is what folks call him, because he is quite red.",
"sent3": "Harry is round in the middle and extraordinarily nice but he's also blue because people don't always treat him well.",
"sent4": "A round and nice person will certainly have a red tint to them.",
"sent5": "A big person who looks blue is also going to look young.",
"sent6": "If someone has a red face and feels blue and has a round body then you'll automatically think they are big.",
"sent7": "Big and cold people are likely to be round, too.",
"sent8": "A blue and red colored person that is young is also very cold.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-1570 | 3 | 8 | 7 | Dave is a red person who is round and also feels blue. Upon meeting Gary, you'll notice he's green and kind. Harry is young and round, he is also green. If people are cold they are often red. A rough person who is young and nice is also red. A quite nice person will certainly be red. A person who is cold with a red nose will be feeling blue. Red, young people are for the most part round too. When a person's traits are to be big, blue and cold, they will also have a red trait. When you meet kind people they wont have a cold heart. | {
"triple1": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")"
},
"triple3": {
"text": "Dave is blue.",
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple5": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is cold then they are red.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is young and nice and rough then they are red.",
"representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule3": {
"text": "If someone is nice then they are red.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and red then they are blue.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is red and young then they are round.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is big and cold and blue then they are red.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule7": {
"text": "If someone is kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
}
} | {
"Q1": {
"question": "Dave is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple1)]",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not kind.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple4)]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
"Q3": {
"question": "Gary is cold.",
"answer": "True",
"QDep": 1,
"QLen": "2",
"strategy": "proof",
"proofs": "[(((triple4) -> rule7))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "2",
"strategy": "inv-proof",
"proofs": "[(((triple4) -> rule7))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is red.",
"answer": "True",
"QDep": 2,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((((triple4) -> rule7)) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule7 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not red.",
"answer": "False",
"QDep": 2,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((((triple4) -> rule7)) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule7 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is blue.",
"answer": "True",
"QDep": 3,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((((triple4) -> rule7) ((((triple4) -> rule7)) -> rule1)) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule7 % int3)) ((((triple4) -> (rule7 % int3))) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((((triple4) -> rule7) ((((triple4) -> rule7)) -> rule1)) -> rule4))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule7 % int3)) ((((triple4) -> (rule7 % int3))) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Fred is not red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Fred is red.[CWA. Example of deepest failure = (rule1 <- rule7 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is red.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is red.[CWA. Example of deepest failure = (rule1 <- rule7 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Harry is blue.[CWA. Example of deepest failure = (rule4 <- rule7 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Fred is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Fred is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")"
},
"Q14": {
"question": "Harry is rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"+\")"
},
"Q15": {
"question": "Dave is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")"
},
"Q16": {
"question": "Harry is big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is blue.[(triple3)] Dave is red.[(triple2)] Dave is round.[(triple1)] Gary is green.[(triple5)] Gary is kind.[(triple4)] Harry is green.[(triple8)] Harry is round.[(triple7)] Harry is young.[(triple6)] @1: Gary is cold.[(((triple4) -> rule7))] @2: Gary is red.[(((((triple4) -> rule7)) -> rule1))] @3: Gary is blue.[(((((triple4) -> rule7) ((((triple4) -> rule7)) -> rule1)) -> rule4))] | [
{
"text": "Dave is blue.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is cold.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4) -> (rule7 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is red.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule7 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is blue.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4) -> (rule7 % int3)) ((((triple4) -> (rule7 % int3))) -> (rule1 % int2))) -> (rule4 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is red.",
"representation": "(\"Gary\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": null,
"triple10": null,
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "Dave is a red person who is round and also feels blue.",
"sent2": "Upon meeting Gary, you'll notice he's green and kind.",
"sent3": "Harry is young and round, he is also green.",
"sent4": "If people are cold they are often red.",
"sent5": "A rough person who is young and nice is also red.",
"sent6": "A quite nice person will certainly be red.",
"sent7": "A person who is cold with a red nose will be feeling blue.",
"sent8": "Red, young people are for the most part round too.",
"sent9": "When a person's traits are to be big, blue and cold, they will also have a red trait.",
"sent10": "When you meet kind people they wont have a cold heart.",
"sent11": null
} |
AttNonegNatLang-OWA-1197 | 3 | 8 | 6 | Bob gets red when he is mad and tends to act very cold. To the touch Dave has rough, cold skin. That rough but kind guy is Eric, the green one. Fred was born only a few years ago so he is young. Kind young people are red. Surprisingly, all the kind, green people were also big. Kind big people are green and young. A green and quite rough person will also be blue. A cold human with round and rough aspects is always kind. A big, green person who is cold is assumed to be red also. | {
"triple1": {
"text": "Bob is red.",
"representation": "(\"Bob\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Bob is cold.",
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")"
},
"triple3": {
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")"
},
"triple4": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple6": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple8": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and young then they are red.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is kind and green then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule3": {
"text": "If someone is kind and green and big then they are young.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule4": {
"text": "If someone is rough and green then they are blue.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule5": {
"text": "If someone is cold and round and rough then they are kind.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule6": {
"text": "If someone is green and big and cold then they are red.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Eric is rough.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple5)]",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q2": {
"question": "Eric is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Eric\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Eric is big.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple6 triple7) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Eric is not big.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple7) -> rule2))]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Eric is young.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple6 triple7 ((triple6 triple7) -> rule2)) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple6 triple7) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Eric is not young.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple7 ((triple6 triple7) -> rule2)) -> rule3))]",
"representation": "(\"Eric\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple6 triple7) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Eric is red.",
"answer": "True",
"QDep": 3,
"QLen": "8",
"strategy": "proof",
"proofs": "[(((triple6 ((triple6 triple7 ((triple6 triple7) -> rule2)) -> rule3)) -> rule1))]",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple7 ((triple6 triple7) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Eric is not red.",
"answer": "False",
"QDep": 3,
"QLen": "8",
"strategy": "inv-proof",
"proofs": "[(((triple6 ((triple6 triple7 ((triple6 triple7) -> rule2)) -> rule3)) -> rule1))]",
"representation": "(\"Eric\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple7 ((triple6 triple7) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Bob is not young.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Bob is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Bob is big.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Bob is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Bob is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Bob\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is blue.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Dave is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Dave is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")"
},
"Q14": {
"question": "Eric is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"Q15": {
"question": "Eric is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Fred is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Fred is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Bob is cold.[(triple2)] Bob is red.[(triple1)] Dave is cold.[(triple4)] Dave is rough.[(triple3)] Eric is green.[(triple7)] Eric is kind.[(triple6)] Eric is rough.[(triple5)] Fred is young.[(triple8)] @1: Eric is big.[(((triple6 triple7) -> rule2))] Eric is blue.[(((triple5 triple7) -> rule4))] @2: Eric is young.[(((triple6 triple7 ((triple6 triple7) -> rule2)) -> rule3))] @3: Eric is red.[(((triple6 ((triple6 triple7 ((triple6 triple7) -> rule2)) -> rule3)) -> rule1))] | [
{
"text": "Bob is cold.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Bob is red.",
"QDep": 0,
"representation": "(\"Bob\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is rough.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is big.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is blue.",
"QDep": 1,
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple5 triple7) -> (rule4 % int1))",
"intermediates": [
{
"text": "Eric is blue.",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Eric is young.",
"QDep": 2,
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple6 triple7) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int1"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Eric is red.",
"QDep": 3,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 ((triple6 triple7 ((triple6 triple7) -> (rule2 % int3))) -> (rule3 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Eric is young.",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")",
"id": "int2"
},
{
"text": "Eric is big.",
"representation": "(\"Eric\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent4",
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Bob gets red when he is mad and tends to act very cold.",
"sent2": "To the touch Dave has rough, cold skin.",
"sent3": "That rough but kind guy is Eric, the green one.",
"sent4": "Fred was born only a few years ago so he is young.",
"sent5": "Kind young people are red.",
"sent6": "Surprisingly, all the kind, green people were also big.",
"sent7": "Kind big people are green and young.",
"sent8": "A green and quite rough person will also be blue.",
"sent9": "A cold human with round and rough aspects is always kind.",
"sent10": "A big, green person who is cold is assumed to be red also.",
"sent11": null
} |
AttNonegNatLang-OWA-830 | 3 | 10 | 7 | The cold, nice, kind man with a round body is known as Charlie. Dave is round shaped and green colored. Harry is big and round for being so young. He ate some spoiled food that has him feeling green. Someone who is round in shape and green in color is usually cold. A young and cold person is red. When someone is nice and rough they are usually red. When someone is blue, lives green they can be rough but kind. Nice people who are big are always feeling blue. There could be a round someone with red hair wearing blue pants. Young and kind folks are always big. | {
"triple1": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple2": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple3": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple4": {
"text": "Charlie is cold.",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"triple5": {
"text": "Dave is round.",
"representation": "(\"Dave\" \"is\" \"round\" \"+\")"
},
"triple6": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple7": {
"text": "Harry is young.",
"representation": "(\"Harry\" \"is\" \"young\" \"+\")"
},
"triple8": {
"text": "Harry is round.",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"triple9": {
"text": "Harry is green.",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"triple10": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is green and round then they are cold.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is cold and young then they are red.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule3": {
"text": "If someone is nice and rough then they are red.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and rough and green then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule5": {
"text": "If someone is nice and big then they are blue.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule6": {
"text": "If someone is red and round then they are blue.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule7": {
"text": "If someone is kind and young then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is green.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple9)]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
"Q2": {
"question": "Dave is not round.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Dave\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Harry is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple9 triple8) -> rule1))]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Dave is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple5) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Harry is red.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple9 triple8) -> rule1) triple7) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple8) -> (rule1 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Harry is not red.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple9 triple8) -> rule1) triple7) -> rule2))]",
"representation": "(\"Harry\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple8) -> (rule1 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Harry is blue.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((((triple9 triple8) -> rule1) triple7) -> rule2) triple8) -> rule6))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple9 triple8) -> (rule1 % int3)) triple7) -> (rule2 % int2)) triple8) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Harry is not blue.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((((triple9 triple8) -> rule1) triple7) -> rule2) triple8) -> rule6))]",
"representation": "(\"Harry\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple9 triple8) -> (rule1 % int3)) triple7) -> (rule2 % int2)) triple8) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Eric is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is blue.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Dave is red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Dave is not blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@2: Dave is blue.[CWA. Example of deepest failure = (rule6 <- rule2 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Dave is big.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Dave is big.[CWA. Example of deepest failure = (rule7 <- FAIL)]]",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"round\" \"-\")"
},
"Q14": {
"question": "Eric is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Harry is not rough.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is rough.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")"
},
"Q16": {
"question": "Charlie is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Charlie is cold.[(triple4)] Charlie is kind.[(triple3)] Charlie is nice.[(triple2)] Charlie is round.[(triple1)] Dave is green.[(triple6)] Dave is round.[(triple5)] Harry is big.[(triple10)] Harry is green.[(triple9)] Harry is round.[(triple8)] Harry is young.[(triple7)] @1: Dave is cold.[(((triple6 triple5) -> rule1))] Harry is cold.[(((triple9 triple8) -> rule1))] @2: Harry is red.[(((((triple9 triple8) -> rule1) triple7) -> rule2))] @3: Harry is blue.[(((((((triple9 triple8) -> rule1) triple7) -> rule2) triple8) -> rule6))] | [
{
"text": "Charlie is cold.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Dave is round.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Harry is green.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Harry is round.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Harry is young.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple5) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is cold.",
"QDep": 1,
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple8) -> (rule1 % int1))",
"intermediates": [
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Harry is red.",
"QDep": 2,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple9 triple8) -> (rule1 % int2)) triple7) -> (rule2 % int1))",
"intermediates": [
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Harry is blue.",
"QDep": 3,
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple9 triple8) -> (rule1 % int3)) triple7) -> (rule2 % int2)) triple8) -> (rule6 % int1))",
"intermediates": [
{
"text": "Harry is blue.",
"representation": "(\"Harry\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Harry is cold.",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent2",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": "sent9",
"rule7": "sent10",
"triple11": null,
"triple12": null
} | {
"sent1": "The cold, nice, kind man with a round body is known as Charlie.",
"sent2": "Dave is round shaped and green colored.",
"sent3": "Harry is big and round for being so young; He ate some spoiled food that has him feeling green.",
"sent4": "Someone who is round in shape and green in color is usually cold.",
"sent5": "A young and cold person is red.",
"sent6": "When someone is nice and rough they are usually red.",
"sent7": "When someone is blue, lives green they can be rough but kind.",
"sent8": "Nice people who are big are always feeling blue.",
"sent9": "There could be a round someone with red hair wearing blue pants.",
"sent10": "Young and kind folks are always big.",
"sent11": null
} |
AttNonegNatLang-OWA-1053 | 3 | 11 | 7 | Big Dave is cold but kind and always green. Eric ate some rotten meat and now feels green. Young Fred is round from too much candy. He is feeling cold even though he's red from being in the sun too long. Harry is big and tends to wear red shirts. A big person who is green and cold has red skin. A person who's big and kind will also be cold. A red colored person who is kind and feels cold is usually considered nice. A blue colored, nice but rough person is definitely young too. Round, nice and young folks around here are always green. Don't be surprised to hear that all nice, kind folks are in fact rough. A rough and round shaped person will be nice and also young. | {
"triple1": {
"text": "Dave is kind.",
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")"
},
"triple2": {
"text": "Dave is green.",
"representation": "(\"Dave\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")"
},
"triple4": {
"text": "Dave is big.",
"representation": "(\"Dave\" \"is\" \"big\" \"+\")"
},
"triple5": {
"text": "Eric is green.",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple7": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple8": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")"
},
"triple10": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple11": {
"text": "Harry is big.",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")"
},
"triple12": null
} | {
"rule1": {
"text": "If someone is big and green and cold then they are red.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule2": {
"text": "If someone is big and kind then they are cold.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule3": {
"text": "If someone is red and kind and cold then they are nice.",
"representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))"
},
"rule4": {
"text": "If someone is nice and blue and rough then they are young.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
},
"rule5": {
"text": "If someone is round and nice and young then they are green.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule6": {
"text": "If someone is nice and kind then they are rough.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": {
"text": "If someone is rough and round and nice then they are young.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))"
}
} | {
"Q1": {
"question": "Harry is big.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple11)]",
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not red.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple8)]",
"representation": "(\"Fred\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q3": {
"question": "Dave is red.",
"answer": "True",
"QDep": 1,
"QLen": "4",
"strategy": "proof",
"proofs": "[(((triple4 triple2 triple3) -> rule1) OR ((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple4 triple2 ((triple4 triple1) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q4": {
"question": "Dave is not red.",
"answer": "False",
"QDep": 1,
"QLen": "4",
"strategy": "inv-proof",
"proofs": "[(((triple4 triple2 triple3) -> rule1) OR ((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1))]",
"representation": "(\"Dave\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple4 triple2 ((triple4 triple1) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q5": {
"question": "Dave is nice.",
"answer": "True",
"QDep": 2,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((((triple4 triple2 triple3) -> rule1) triple1 triple3) -> rule3) OR ((((triple4 triple2 triple3) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) OR ((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 triple3) -> rule3) OR ((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple2 triple3) -> (rule1 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple4 triple2 triple3) -> (rule1 % int3)) triple1 ((triple4 triple1) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 triple2 ((triple4 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 triple2 ((triple4 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple1 ((triple4 triple1) -> (rule2 % int3))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q6": {
"question": "Dave is not nice.",
"answer": "False",
"QDep": 2,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((((triple4 triple2 triple3) -> rule1) triple1 triple3) -> rule3) OR ((((triple4 triple2 triple3) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) OR ((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 triple3) -> rule3) OR ((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3))]",
"representation": "(\"Dave\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple2 triple3) -> (rule1 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple4 triple2 triple3) -> (rule1 % int3)) triple1 ((triple4 triple1) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 triple2 ((triple4 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 triple2 ((triple4 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple1 ((triple4 triple1) -> (rule2 % int3))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q7": {
"question": "Dave is rough.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((((triple4 triple2 triple3) -> rule1) triple1 triple3) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 triple3) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 triple3) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) triple1) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple4 triple2 triple3) -> (rule1 % int3)) triple1 triple3) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4 triple2 triple3) -> (rule1 % int4)) triple1 ((triple4 triple1) -> (rule2 % int3))) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4 triple2 ((triple4 triple1) -> (rule2 % int4))) -> (rule1 % int3)) triple1 triple3) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4 triple2 ((triple4 triple1) -> (rule2 % int4))) -> (rule1 % int3)) triple1 ((triple4 triple1) -> (rule2 % int4))) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Dave is not rough.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((((triple4 triple2 triple3) -> rule1) triple1 triple3) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 triple3) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 triple3) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) triple1) -> rule6))]",
"representation": "(\"Dave\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple4 triple2 triple3) -> (rule1 % int3)) triple1 triple3) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4 triple2 triple3) -> (rule1 % int4)) triple1 ((triple4 triple1) -> (rule2 % int3))) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4 triple2 ((triple4 triple1) -> (rule2 % int4))) -> (rule1 % int3)) triple1 triple3) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4 triple2 ((triple4 triple1) -> (rule2 % int4))) -> (rule1 % int3)) triple1 ((triple4 triple1) -> (rule2 % int4))) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Eric is not red.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is red.[CWA. Example of deepest failure = (rule1 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"red\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is cold.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Harry is not nice.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is nice.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"nice\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Fred is rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Fred is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Fred\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Eric is not blue.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is blue.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")"
},
"Q14": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Eric is not big.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is big.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"big\" \"-\")"
},
"Q16": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is round.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Dave is big.[(triple4)] Dave is cold.[(triple3 OR ((triple4 triple1) -> rule2))] Dave is green.[(triple2)] Dave is kind.[(triple1)] Eric is green.[(triple5)] Fred is cold.[(triple9)] Fred is red.[(triple8)] Fred is round.[(triple7)] Fred is young.[(triple6)] Harry is big.[(triple11)] Harry is red.[(triple10)] @1: Dave is red.[(((triple4 triple2 triple3) -> rule1) OR ((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1))] @2: Dave is nice.[(((((triple4 triple2 triple3) -> rule1) triple1 triple3) -> rule3) OR ((((triple4 triple2 triple3) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) OR ((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 triple3) -> rule3) OR ((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3))] @3: Dave is rough.[(((((((triple4 triple2 triple3) -> rule1) triple1 triple3) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 triple3) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 triple3) -> rule3) triple1) -> rule6) OR ((((((triple4 triple2 ((triple4 triple1) -> rule2)) -> rule1) triple1 ((triple4 triple1) -> rule2)) -> rule3) triple1) -> rule6))] | [
{
"text": "Dave is big.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Dave is cold.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
},
{
"representation": "((triple4 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Dave is green.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Dave is kind.",
"QDep": 0,
"representation": "(\"Dave\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Eric is green.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is big.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Dave is red.",
"QDep": 1,
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple4 triple2 triple3) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
}
]
},
{
"representation": "((triple4 triple2 ((triple4 triple1) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Dave is nice.",
"QDep": 2,
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple4 triple2 triple3) -> (rule1 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
}
]
},
{
"representation": "((((triple4 triple2 triple3) -> (rule1 % int3)) triple1 ((triple4 triple1) -> (rule2 % int2))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 triple2 ((triple4 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple1 triple3) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((triple4 triple2 ((triple4 triple1) -> (rule2 % int3))) -> (rule1 % int2)) triple1 ((triple4 triple1) -> (rule2 % int3))) -> (rule3 % int1))",
"intermediates": [
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int1"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
{
"text": "Dave is rough.",
"QDep": 3,
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((((triple4 triple2 triple3) -> (rule1 % int3)) triple1 triple3) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
}
]
},
{
"representation": "((((((triple4 triple2 triple3) -> (rule1 % int4)) triple1 ((triple4 triple1) -> (rule2 % int3))) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int3"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4 triple2 ((triple4 triple1) -> (rule2 % int4))) -> (rule1 % int3)) triple1 triple3) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
},
{
"representation": "((((((triple4 triple2 ((triple4 triple1) -> (rule2 % int4))) -> (rule1 % int3)) triple1 ((triple4 triple1) -> (rule2 % int4))) -> (rule3 % int2)) triple1) -> (rule6 % int1))",
"intermediates": [
{
"text": "Dave is rough.",
"representation": "(\"Dave\" \"is\" \"rough\" \"+\")",
"id": "int1"
},
{
"text": "Dave is nice.",
"representation": "(\"Dave\" \"is\" \"nice\" \"+\")",
"id": "int2"
},
{
"text": "Dave is red.",
"representation": "(\"Dave\" \"is\" \"red\" \"+\")",
"id": "int3"
},
{
"text": "Dave is cold.",
"representation": "(\"Dave\" \"is\" \"cold\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent1",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": "sent11",
"triple11": "sent4",
"triple12": null
} | {
"sent1": "Big Dave is cold but kind and always green.",
"sent2": "Eric ate some rotten meat and now feels green.",
"sent3": "Young Fred is round from too much candy; He is feeling cold even though he's red from being in the sun too long.",
"sent4": "Harry is big and tends to wear red shirts.",
"sent5": "A big person who is green and cold has red skin.",
"sent6": "A person who's big and kind will also be cold.",
"sent7": "A red colored person who is kind and feels cold is usually considered nice.",
"sent8": "A blue colored, nice but rough person is definitely young too.",
"sent9": "Round, nice and young folks around here are always green.",
"sent10": "Don't be surprised to hear that all nice, kind folks are in fact rough.",
"sent11": "A rough and round shaped person will be nice and also young."
} |
AttNonegNatLang-OWA-1372 | 3 | 10 | 5 | Red Alan is what folks call him, because he is quite red. Even though Charlie is young, he is still very round and still very red. Young Fred is big and round from his mother's good cooking. Fred is the kind of kid who is nice and kind to everyone and who is red with a sunburn. A green and blue colored person who is young will certainly be big. Any rather round person exposed to weather that leaves them red and cold will feel blue. Big, blue people are red. Kind people, blue with sadness, and red with the first blushes of love are also found to be green with envy. Big kind people are usually cold. | {
"triple1": {
"text": "Alan is red.",
"representation": "(\"Alan\" \"is\" \"red\" \"+\")"
},
"triple2": {
"text": "Charlie is young.",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"triple3": {
"text": "Charlie is round.",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")"
},
"triple4": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple5": {
"text": "Fred is young.",
"representation": "(\"Fred\" \"is\" \"young\" \"+\")"
},
"triple6": {
"text": "Fred is round.",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")"
},
"triple7": {
"text": "Fred is red.",
"representation": "(\"Fred\" \"is\" \"red\" \"+\")"
},
"triple8": {
"text": "Fred is nice.",
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")"
},
"triple9": {
"text": "Fred is kind.",
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")"
},
"triple10": {
"text": "Fred is big.",
"representation": "(\"Fred\" \"is\" \"big\" \"+\")"
},
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is green and young and blue then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is round and red and cold then they are blue.",
"representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is blue and big then they are red.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and red and kind then they are green.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))"
},
"rule5": {
"text": "If someone is kind and big then they are cold.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Fred is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q2": {
"question": "Fred is not young.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple5)]",
"representation": "(\"Fred\" \"is\" \"young\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
"Q3": {
"question": "Fred is cold.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple9 triple10) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Fred is not cold.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple9 triple10) -> rule5))]",
"representation": "(\"Fred\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Fred is blue.",
"answer": "True",
"QDep": 2,
"QLen": "6",
"strategy": "proof",
"proofs": "[(((triple6 triple7 ((triple9 triple10) -> rule5)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple9 triple10) -> (rule5 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Fred is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "6",
"strategy": "inv-proof",
"proofs": "[(((triple6 triple7 ((triple9 triple10) -> rule5)) -> rule2))]",
"representation": "(\"Fred\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple9 triple10) -> (rule5 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Fred is green.",
"answer": "True",
"QDep": 3,
"QLen": "9",
"strategy": "proof",
"proofs": "[(((((triple6 triple7 ((triple9 triple10) -> rule5)) -> rule2) triple7 triple9) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 ((triple9 triple10) -> (rule5 % int3))) -> (rule2 % int2)) triple7 triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Fred is not green.",
"answer": "False",
"QDep": 3,
"QLen": "9",
"strategy": "inv-proof",
"proofs": "[(((((triple6 triple7 ((triple9 triple10) -> rule5)) -> rule2) triple7 triple9) -> rule4))]",
"representation": "(\"Fred\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 ((triple9 triple10) -> (rule5 % int3))) -> (rule2 % int2)) triple7 triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Eric is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Eric is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Alan is cold.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Alan is cold.[CWA. Example of deepest failure = (rule5 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Alan is not green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Alan is green.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Alan\" \"is\" \"green\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is green.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Eric is green.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Alan is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"young\" \"-\")"
},
"Q14": {
"question": "Eric is kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"Q15": {
"question": "Alan is not nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Alan is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Alan\" \"is\" \"nice\" \"-\")"
},
"Q16": {
"question": "Eric is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Eric is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"young\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is red.[(triple1)] Charlie is red.[(triple4)] Charlie is round.[(triple3)] Charlie is young.[(triple2)] Fred is big.[(triple10)] Fred is kind.[(triple9)] Fred is nice.[(triple8)] Fred is red.[(triple7)] Fred is round.[(triple6)] Fred is young.[(triple5)] @1: Fred is cold.[(((triple9 triple10) -> rule5))] @2: Fred is blue.[(((triple6 triple7 ((triple9 triple10) -> rule5)) -> rule2))] @3: Fred is green.[(((((triple6 triple7 ((triple9 triple10) -> rule5)) -> rule2) triple7 triple9) -> rule4))] | [
{
"text": "Alan is red.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is round.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Charlie is young.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Fred is big.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Fred is kind.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Fred is nice.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Fred is red.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Fred is round.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Fred is young.",
"QDep": 0,
"representation": "(\"Fred\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Fred is cold.",
"QDep": 1,
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple9 triple10) -> (rule5 % int1))",
"intermediates": [
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Fred is blue.",
"QDep": 2,
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple6 triple7 ((triple9 triple10) -> (rule5 % int2))) -> (rule2 % int1))",
"intermediates": [
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Fred is green.",
"QDep": 3,
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple6 triple7 ((triple9 triple10) -> (rule5 % int3))) -> (rule2 % int2)) triple7 triple9) -> (rule4 % int1))",
"intermediates": [
{
"text": "Fred is green.",
"representation": "(\"Fred\" \"is\" \"green\" \"+\")",
"id": "int1"
},
{
"text": "Fred is blue.",
"representation": "(\"Fred\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Fred is cold.",
"representation": "(\"Fred\" \"is\" \"cold\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent2",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent3",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent3",
"rule1": "sent4",
"rule2": "sent5",
"rule3": "sent6",
"rule4": "sent7",
"rule5": "sent8",
"rule6": null,
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Red Alan is what folks call him, because he is quite red.",
"sent2": "Even though Charlie is young, he is still very round and still very red.",
"sent3": "Young Fred is big and round from his mother's good cooking; Fred is the kind of kid who is nice and kind to everyone and who is red with a sunburn.",
"sent4": "A green and blue colored person who is young will certainly be big.",
"sent5": "Any rather round person exposed to weather that leaves them red and cold will feel blue.",
"sent6": "Big, blue people are red.",
"sent7": "Kind people, blue with sadness, and red with the first blushes of love are also found to be green with envy.",
"sent8": "Big kind people are usually cold.",
"sent9": null,
"sent10": null,
"sent11": null
} |
AttNonegNatLang-OWA-447 | 3 | 8 | 6 | Alan's skin turned blue and green in a lab accident. Despite his outward appearance, he is really nice. Others enjoy Charlie's company because he is so nice and kind. That guy Gary is big, but he's always kind to little ones. Red Harry is what folks call him, because he is quite red. Surprisingly, all the kind, green people were also big. Look for the blue and green people, they are kind and will give you directions if you're lost. Someone who is not only rough and big but also nice will necessarily be round as well. Young people who are cold and painted red are usually big and part of the football team. Unfortunately, all the young people who are considered green are all round. Green people who are nice are rough. | {
"triple1": {
"text": "Alan is nice.",
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")"
},
"triple2": {
"text": "Alan is green.",
"representation": "(\"Alan\" \"is\" \"green\" \"+\")"
},
"triple3": {
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")"
},
"triple4": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple5": {
"text": "Charlie is kind.",
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")"
},
"triple6": {
"text": "Gary is kind.",
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")"
},
"triple7": {
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")"
},
"triple8": {
"text": "Harry is red.",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")"
},
"triple9": null,
"triple10": null,
"triple11": null,
"triple12": null
} | {
"rule1": {
"text": "If someone is kind and green then they are big.",
"representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule2": {
"text": "If someone is blue and green then they are kind.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))"
},
"rule3": {
"text": "If someone is rough and big and nice then they are round.",
"representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule4": {
"text": "If someone is cold and red and young then they are big.",
"representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule5": {
"text": "If someone is green and young then they are round.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule6": {
"text": "If someone is nice and green then they are rough.",
"representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))"
},
"rule7": null
} | {
"Q1": {
"question": "Harry is red.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple8)]",
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
"Q2": {
"question": "Gary is not big.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple7)]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is kind.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple3 triple2) -> rule2))]",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Alan is not kind.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple3 triple2) -> rule2))]",
"representation": "(\"Alan\" \"is\" \"kind\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Alan is big.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple3 triple2) -> rule2) triple2) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Alan is not big.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple3 triple2) -> rule2) triple2) -> rule1))]",
"representation": "(\"Alan\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Alan is round.",
"answer": "True",
"QDep": 3,
"QLen": "10",
"strategy": "proof",
"proofs": "[(((((triple1 triple2) -> rule6) ((((triple3 triple2) -> rule2) triple2) -> rule1) triple1) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple2) -> (rule6 % int4)) ((((triple3 triple2) -> (rule2 % int3)) triple2) -> (rule1 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q8": {
"question": "Alan is not round.",
"answer": "False",
"QDep": 3,
"QLen": "10",
"strategy": "inv-proof",
"proofs": "[(((((triple1 triple2) -> rule6) ((((triple3 triple2) -> rule2) triple2) -> rule1) triple1) -> rule3))]",
"representation": "(\"Alan\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple2) -> (rule6 % int4)) ((((triple3 triple2) -> (rule2 % int3)) triple2) -> (rule1 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
},
"Q9": {
"question": "Harry is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Harry is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Harry is round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule3 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Charlie is not rough.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Harry is kind.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "rconc",
"proofs": "[@1: Harry is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Harry\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Charlie is not red.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Charlie is red.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"red\" \"-\")"
},
"Q14": {
"question": "Charlie is cold.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is cold.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"cold\" \"+\")"
},
"Q15": {
"question": "Harry is not young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Harry is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"young\" \"-\")"
},
"Q16": {
"question": "Harry is green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Harry is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Harry\" \"is\" \"green\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is blue.[(triple3)] Alan is green.[(triple2)] Alan is nice.[(triple1)] Charlie is kind.[(triple5)] Charlie is nice.[(triple4)] Gary is big.[(triple7)] Gary is kind.[(triple6)] Harry is red.[(triple8)] @1: Alan is kind.[(((triple3 triple2) -> rule2))] Alan is rough.[(((triple1 triple2) -> rule6))] @2: Alan is big.[(((((triple3 triple2) -> rule2) triple2) -> rule1))] @3: Alan is round.[(((((triple1 triple2) -> rule6) ((((triple3 triple2) -> rule2) triple2) -> rule1) triple1) -> rule3))] | [
{
"text": "Alan is blue.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Alan is green.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is nice.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is kind.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Gary is big.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Gary is kind.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Harry is red.",
"QDep": 0,
"representation": "(\"Harry\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Alan is kind.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple3 triple2) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is rough.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple1 triple2) -> (rule6 % int1))",
"intermediates": [
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Alan is big.",
"QDep": 2,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple3 triple2) -> (rule2 % int2)) triple2) -> (rule1 % int1))",
"intermediates": [
{
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"id": "int1"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Alan is round.",
"QDep": 3,
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple1 triple2) -> (rule6 % int4)) ((((triple3 triple2) -> (rule2 % int3)) triple2) -> (rule1 % int2)) triple1) -> (rule3 % int1))",
"intermediates": [
{
"text": "Alan is round.",
"representation": "(\"Alan\" \"is\" \"round\" \"+\")",
"id": "int1"
},
{
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"id": "int2"
},
{
"text": "Alan is kind.",
"representation": "(\"Alan\" \"is\" \"kind\" \"+\")",
"id": "int3"
},
{
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"id": "int4"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent1",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent4",
"triple9": null,
"triple10": null,
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": "sent9",
"rule6": "sent10",
"rule7": null,
"triple11": null,
"triple12": null
} | {
"sent1": "Alan's skin turned blue and green in a lab accident; Despite his outward appearance, he is really nice.",
"sent2": "Others enjoy Charlie's company because he is so nice and kind.",
"sent3": "That guy Gary is big, but he's always kind to little ones.",
"sent4": "Red Harry is what folks call him, because he is quite red.",
"sent5": "Surprisingly, all the kind, green people were also big.",
"sent6": "Look for the blue and green people, they are kind and will give you directions if you're lost.",
"sent7": "Someone who is not only rough and big but also nice will necessarily be round as well.",
"sent8": "Young people who are cold and painted red are usually big and part of the football team.",
"sent9": "Unfortunately, all the young people who are considered green are all round.",
"sent10": "Green people who are nice are rough.",
"sent11": null
} |
AttNonegNatLang-OWA-293 | 3 | 12 | 4 | Alan is big and rough. Even though Charlie is green with envy he is nice with rosy red cheeks. Eric has a round,red,rough looking face with kind eyes. Even though he's young and green, Gary is rough. Green and blue, when found in one person, signify someone who is cold. Big people that have a rough demeanor usually feel blue. Being green and rough are signs that someone is big. Someone that is red and blue because they are cold are also round. | {
"triple1": {
"text": "Alan is rough.",
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")"
},
"triple2": {
"text": "Alan is big.",
"representation": "(\"Alan\" \"is\" \"big\" \"+\")"
},
"triple3": {
"text": "Charlie is red.",
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")"
},
"triple4": {
"text": "Charlie is nice.",
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")"
},
"triple5": {
"text": "Charlie is green.",
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")"
},
"triple6": {
"text": "Eric is round.",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")"
},
"triple7": {
"text": "Eric is rough.",
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")"
},
"triple8": {
"text": "Eric is red.",
"representation": "(\"Eric\" \"is\" \"red\" \"+\")"
},
"triple9": {
"text": "Eric is kind.",
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")"
},
"triple10": {
"text": "Gary is young.",
"representation": "(\"Gary\" \"is\" \"young\" \"+\")"
},
"triple11": {
"text": "Gary is rough.",
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")"
},
"triple12": {
"text": "Gary is green.",
"representation": "(\"Gary\" \"is\" \"green\" \"+\")"
}
} | {
"rule1": {
"text": "If someone is green and blue then they are cold.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))"
},
"rule2": {
"text": "If someone is big and rough then they are blue.",
"representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))"
},
"rule3": {
"text": "If someone is green and rough then they are big.",
"representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))"
},
"rule4": {
"text": "If someone is blue and red and cold then they are round.",
"representation": "(((\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))"
},
"rule5": null,
"rule6": null,
"rule7": null
} | {
"Q1": {
"question": "Eric is round.",
"answer": "True",
"QDep": 0,
"QLen": "1",
"strategy": "proof",
"proofs": "[(triple6)]",
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
"Q2": {
"question": "Alan is not rough.",
"answer": "False",
"QDep": 0,
"QLen": "1",
"strategy": "inv-proof",
"proofs": "[(triple1)]",
"representation": "(\"Alan\" \"is\" \"rough\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
"Q3": {
"question": "Alan is blue.",
"answer": "True",
"QDep": 1,
"QLen": "3",
"strategy": "proof",
"proofs": "[(((triple2 triple1) -> rule2))]",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q4": {
"question": "Gary is not big.",
"answer": "False",
"QDep": 1,
"QLen": "3",
"strategy": "inv-proof",
"proofs": "[(((triple12 triple11) -> rule3))]",
"representation": "(\"Gary\" \"is\" \"big\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple12 triple11) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
"Q5": {
"question": "Gary is blue.",
"answer": "True",
"QDep": 2,
"QLen": "5",
"strategy": "proof",
"proofs": "[(((((triple12 triple11) -> rule3) triple11) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple12 triple11) -> (rule3 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q6": {
"question": "Gary is not blue.",
"answer": "False",
"QDep": 2,
"QLen": "5",
"strategy": "inv-proof",
"proofs": "[(((((triple12 triple11) -> rule3) triple11) -> rule2))]",
"representation": "(\"Gary\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((((triple12 triple11) -> (rule3 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
"Q7": {
"question": "Gary is cold.",
"answer": "True",
"QDep": 3,
"QLen": "7",
"strategy": "proof",
"proofs": "[(((triple12 ((((triple12 triple11) -> rule3) triple11) -> rule2)) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12 ((((triple12 triple11) -> (rule3 % int3)) triple11) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q8": {
"question": "Gary is not cold.",
"answer": "False",
"QDep": 3,
"QLen": "7",
"strategy": "inv-proof",
"proofs": "[(((triple12 ((((triple12 triple11) -> rule3) triple11) -> rule2)) -> rule1))]",
"representation": "(\"Gary\" \"is\" \"cold\" \"-\")",
"proofsWithIntermediates": [
{
"representation": "((triple12 ((((triple12 triple11) -> (rule3 % int3)) triple11) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
},
"Q9": {
"question": "Charlie is not blue.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Charlie is blue.[CWA. Example of deepest failure = (rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"blue\" \"-\")",
"proofsWithIntermediates": null
},
"Q10": {
"question": "Charlie is round.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Charlie is round.[CWA. Example of deepest failure = (rule4 <- rule2 <- FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": null
},
"Q11": {
"question": "Gary is not round.",
"answer": "Unknown",
"QDep": 1,
"QLen": "",
"strategy": "inv-rconc",
"proofs": "[@1: Gary is round.[CWA. Example of deepest failure = (rule4 <- FAIL)]]",
"representation": "(\"Gary\" \"is\" \"round\" \"-\")",
"proofsWithIntermediates": null
},
"Q12": {
"question": "Eric is blue.",
"answer": "Unknown",
"QDep": 2,
"QLen": "",
"strategy": "rconc",
"proofs": "[@2: Eric is blue.[CWA. Example of deepest failure = (rule2 <- rule3 <- FAIL)]]",
"representation": "(\"Eric\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": null
},
"Q13": {
"question": "Gary is not kind.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Gary is kind.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"kind\" \"-\")"
},
"Q14": {
"question": "Gary is nice.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Gary is nice.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Gary\" \"is\" \"nice\" \"+\")"
},
"Q15": {
"question": "Eric is not green.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "inv-random",
"proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Eric\" \"is\" \"green\" \"-\")"
},
"Q16": {
"question": "Charlie is young.",
"answer": "Unknown",
"QDep": 0,
"QLen": "",
"strategy": "random",
"proofs": "[@0: Charlie is young.[CWA. Example of deepest failure = (FAIL)]]",
"representation": "(\"Charlie\" \"is\" \"young\" \"+\")"
},
"Q17": null,
"Q18": null,
"Q19": null,
"Q20": null,
"Q21": null,
"Q22": null,
"Q23": null,
"Q24": null
} | @0: Alan is big.[(triple2)] Alan is rough.[(triple1)] Charlie is green.[(triple5)] Charlie is nice.[(triple4)] Charlie is red.[(triple3)] Eric is kind.[(triple9)] Eric is red.[(triple8)] Eric is rough.[(triple7)] Eric is round.[(triple6)] Gary is green.[(triple12)] Gary is rough.[(triple11)] Gary is young.[(triple10)] @1: Alan is blue.[(((triple2 triple1) -> rule2))] Gary is big.[(((triple12 triple11) -> rule3))] @2: Gary is blue.[(((((triple12 triple11) -> rule3) triple11) -> rule2))] @3: Gary is cold.[(((triple12 ((((triple12 triple11) -> rule3) triple11) -> rule2)) -> rule1))] | [
{
"text": "Alan is big.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple2",
"intermediates": []
}
]
},
{
"text": "Alan is rough.",
"QDep": 0,
"representation": "(\"Alan\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple1",
"intermediates": []
}
]
},
{
"text": "Charlie is green.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple5",
"intermediates": []
}
]
},
{
"text": "Charlie is nice.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"nice\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple4",
"intermediates": []
}
]
},
{
"text": "Charlie is red.",
"QDep": 0,
"representation": "(\"Charlie\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple3",
"intermediates": []
}
]
},
{
"text": "Eric is kind.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"kind\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple9",
"intermediates": []
}
]
},
{
"text": "Eric is red.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"red\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple8",
"intermediates": []
}
]
},
{
"text": "Eric is rough.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple7",
"intermediates": []
}
]
},
{
"text": "Eric is round.",
"QDep": 0,
"representation": "(\"Eric\" \"is\" \"round\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple6",
"intermediates": []
}
]
},
{
"text": "Gary is green.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"green\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple12",
"intermediates": []
}
]
},
{
"text": "Gary is rough.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"rough\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple11",
"intermediates": []
}
]
},
{
"text": "Gary is young.",
"QDep": 0,
"representation": "(\"Gary\" \"is\" \"young\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "triple10",
"intermediates": []
}
]
},
{
"text": "Alan is blue.",
"QDep": 1,
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple2 triple1) -> (rule2 % int1))",
"intermediates": [
{
"text": "Alan is blue.",
"representation": "(\"Alan\" \"is\" \"blue\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is big.",
"QDep": 1,
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12 triple11) -> (rule3 % int1))",
"intermediates": [
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int1"
}
]
}
]
},
{
"text": "Gary is blue.",
"QDep": 2,
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((((triple12 triple11) -> (rule3 % int2)) triple11) -> (rule2 % int1))",
"intermediates": [
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int1"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int2"
}
]
}
]
},
{
"text": "Gary is cold.",
"QDep": 3,
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"proofsWithIntermediates": [
{
"representation": "((triple12 ((((triple12 triple11) -> (rule3 % int3)) triple11) -> (rule2 % int2))) -> (rule1 % int1))",
"intermediates": [
{
"text": "Gary is cold.",
"representation": "(\"Gary\" \"is\" \"cold\" \"+\")",
"id": "int1"
},
{
"text": "Gary is blue.",
"representation": "(\"Gary\" \"is\" \"blue\" \"+\")",
"id": "int2"
},
{
"text": "Gary is big.",
"representation": "(\"Gary\" \"is\" \"big\" \"+\")",
"id": "int3"
}
]
}
]
}
] | {
"triple1": "sent1",
"triple2": "sent1",
"triple3": "sent2",
"triple4": "sent2",
"triple5": "sent2",
"triple6": "sent3",
"triple7": "sent3",
"triple8": "sent3",
"triple9": "sent3",
"triple10": "sent4",
"rule1": "sent5",
"rule2": "sent6",
"rule3": "sent7",
"rule4": "sent8",
"rule5": null,
"rule6": null,
"rule7": null,
"triple11": "sent4",
"triple12": "sent4"
} | {
"sent1": "Alan is big and rough.",
"sent2": "Even though Charlie is green with envy he is nice with rosy red cheeks.",
"sent3": "Eric has a round,red,rough looking face with kind eyes.",
"sent4": "Even though he's young and green, Gary is rough.",
"sent5": "Green and blue, when found in one person, signify someone who is cold.",
"sent6": "Big people that have a rough demeanor usually feel blue.",
"sent7": "Being green and rough are signs that someone is big.",
"sent8": "Someone that is red and blue because they are cold are also round.",
"sent9": null,
"sent10": null,
"sent11": null
} |
Subsets and Splits