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-691
3
10
7
Charlie is rough, but often feels blue. He is pretty young. Red Dave is what folks call him, because he is quite red. Gary is big and red, but he's young and will grow out of it. If you met Harry you will see that he is round and red, but he is cold. Kind people that are rough and round are also considered big. Most young and nice people will be kind. A rough, blue person is often said to be nice. If a human is both young and kind, they are also cold. Someone who is not only rough and big but also nice will necessarily be round as well. People,though rough and red,tend to be cold too. Someone who is big and kind is blue.
{ "triple1": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple3": { "text": "Charlie is blue.", "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")" }, "triple4": { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")" }, "triple5": { "text": "Gary is young.", "representation": "(\"Gary\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple10": { "text": "Harry is cold.", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")" }, "triple11": null, "triple12": null }
{ "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 young and nice then they are kind.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "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 young and kind then they are cold.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule5": { "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\" \"+\"))" }, "rule6": { "text": "If someone is rough and red then they are cold.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": { "text": "If someone is kind and big then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" } }
{ "Q1": { "question": "Gary is red.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple6)]", "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q2": { "question": "Gary is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple5)]", "representation": "(\"Gary\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, "Q3": { "question": "Charlie is nice.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple3 triple2) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule3 % 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": "[(((triple3 triple2) -> rule3))]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Charlie is kind.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple1 ((triple3 triple2) -> rule3)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple3 triple2) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Charlie is not kind.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple1 ((triple3 triple2) -> rule3)) -> rule2))]", "representation": "(\"Charlie\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple3 triple2) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Charlie is cold.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((triple1 ((triple1 ((triple3 triple2) -> rule3)) -> rule2)) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 ((triple3 triple2) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Charlie is not cold.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple1 ((triple1 ((triple3 triple2) -> rule3)) -> rule2)) -> rule4))]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 ((triple3 triple2) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "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 = (rule7 <- rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Gary is cold.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Gary is cold.[CWA. Example of deepest failure = (rule4 <- rule2 <- rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not kind.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Gary is kind.[CWA. Example of deepest failure = (rule2 <- rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"kind\" \"-\")", "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": "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": "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": "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": "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: Charlie is blue.[(triple3)] Charlie is rough.[(triple2)] Charlie is young.[(triple1)] Dave is red.[(triple4)] Gary is big.[(triple7)] Gary is red.[(triple6)] Gary is young.[(triple5)] Harry is cold.[(triple10)] Harry is red.[(triple9)] Harry is round.[(triple8)] @1: Charlie is nice.[(((triple3 triple2) -> rule3))] @2: Charlie is kind.[(((triple1 ((triple3 triple2) -> rule3)) -> rule2))] @3: Charlie is cold.[(((triple1 ((triple1 ((triple3 triple2) -> rule3)) -> rule2)) -> rule4))]
[ { "text": "Charlie is blue.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is red.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Gary is young.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Harry is cold.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Charlie is nice.", "QDep": 1, "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 triple2) -> (rule3 % int1))", "intermediates": [ { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is kind.", "QDep": 2, "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple3 triple2) -> (rule3 % int2))) -> (rule2 % 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 cold.", "QDep": 3, "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple1 ((triple1 ((triple3 triple2) -> (rule3 % int3))) -> (rule2 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Charlie is cold.", "representation": "(\"Charlie\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Charlie is kind.", "representation": "(\"Charlie\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Charlie is nice.", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "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": "sent10", "rule7": "sent11", "triple11": null, "triple12": null }
{ "sent1": "Charlie is rough, but often feels blue; He is pretty young.", "sent2": "Red Dave is what folks call him, because he is quite red.", "sent3": "Gary is big and red, but he's young and will grow out of it.", "sent4": "If you met Harry you will see that he is round and red, but he is cold.", "sent5": "Kind people that are rough and round are also considered big.", "sent6": "Most young and nice people will be kind.", "sent7": "A rough, blue person is often said to be nice.", "sent8": "If a human is both young and kind, they are also cold.", "sent9": "Someone who is not only rough and big but also nice will necessarily be round as well.", "sent10": "People,though rough and red,tend to be cold too.", "sent11": "Someone who is big and kind is blue." }
AttNonegNatLang-OWA-1061
4
12
6
Although Charlie is seen as nice and round, his days of playing football have made him quite rough. Eric tends to be nice, but is young. Eric has rough blue skin. Fred is big and red, but he's young and will grow out of it. Harry 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. 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. A kind and cold person who is green is, surprisingly, also blue. Nice people who are big are always cold because they can't find space near the heater. Kind people who are blue with sadness and cold toward others are surprisingly red. Someone can be big and rough, but cold even though they are kind.
{ "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": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")" }, "triple5": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple7": { "text": "Eric is blue.", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")" }, "triple8": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple9": { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")" }, "triple10": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple11": { "text": "Harry is rough.", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")" }, "triple12": { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" } }
{ "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 nice and blue then they are big.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule3": { "text": "If someone is kind and cold and green then they are blue.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "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 cold and kind and blue then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule6": { "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\" \"+\"))" }, "rule7": null }
{ "Q1": { "question": "Harry is rough.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple11)]", "representation": "(\"Harry\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q2": { "question": "Harry is not rough.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Harry\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "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 cold.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple6 triple7) -> rule2) triple6) -> rule4))]", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple7) -> (rule2 % int2)) triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Eric is not cold.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple6 triple7) -> rule2) triple6) -> rule4))]", "representation": "(\"Eric\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple7) -> (rule2 % int2)) triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Eric is kind.", "answer": "True", "QDep": 3, "QLen": "10", "strategy": "proof", "proofs": "[(((((((triple6 triple7) -> rule2) triple6) -> rule4) triple5 ((triple6 triple7) -> rule2)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple6 triple7) -> (rule2 % int3)) triple6) -> (rule4 % int2)) triple5 ((triple6 triple7) -> (rule2 % int3))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "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 kind.", "answer": "False", "QDep": 3, "QLen": "10", "strategy": "inv-proof", "proofs": "[(((((((triple6 triple7) -> rule2) triple6) -> rule4) triple5 ((triple6 triple7) -> rule2)) -> rule6))]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple6 triple7) -> (rule2 % int3)) triple6) -> (rule4 % int2)) triple5 ((triple6 triple7) -> (rule2 % int3))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Eric is red.", "answer": "True", "QDep": 4, "QLen": "17", "strategy": "proof", "proofs": "[(((((((triple6 triple7) -> rule2) triple6) -> rule4) ((((((triple6 triple7) -> rule2) triple6) -> rule4) triple5 ((triple6 triple7) -> rule2)) -> rule6) triple7) -> rule5))]", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple6 triple7) -> (rule2 % int4)) triple6) -> (rule4 % int3)) ((((((triple6 triple7) -> (rule2 % int4)) triple6) -> (rule4 % int3)) triple5 ((triple6 triple7) -> (rule2 % int4))) -> (rule6 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q10": { "question": "Eric is not red.", "answer": "False", "QDep": 4, "QLen": "17", "strategy": "inv-proof", "proofs": "[(((((((triple6 triple7) -> rule2) triple6) -> rule4) ((((((triple6 triple7) -> rule2) triple6) -> rule4) triple5 ((triple6 triple7) -> rule2)) -> rule6) triple7) -> rule5))]", "representation": "(\"Eric\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple6 triple7) -> (rule2 % int4)) triple6) -> (rule4 % int3)) ((((((triple6 triple7) -> (rule2 % int4)) triple6) -> (rule4 % int3)) triple5 ((triple6 triple7) -> (rule2 % int4))) -> (rule6 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] }, "Q11": { "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\" \"-\")", "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": "Charlie is not red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Charlie is red.[CWA. Example of deepest failure = (rule5 <- rule3 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"red\" \"-\")" }, "Q14": { "question": "Fred is kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Fred is kind.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "Q15": { "question": "Harry is not red.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Harry is red.[CWA. Example of deepest failure = (rule5 <- rule4 <- FAIL)]]", "representation": "(\"Harry\" \"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": { "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\" \"-\")" }, "Q18": { "question": "Eric is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "Q19": { "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\" \"-\")" }, "Q20": { "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\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is nice.[(triple3)] Charlie is rough.[(triple2)] Charlie is round.[(triple1)] Eric is blue.[(triple7)] Eric is nice.[(triple6)] Eric is rough.[(triple5)] Eric is young.[(triple4)] Fred is big.[(triple10)] Fred is red.[(triple9)] Fred is young.[(triple8)] Harry is blue.[(triple12)] Harry is rough.[(triple11)] @1: Eric is big.[(((triple6 triple7) -> rule2))] @2: Eric is cold.[(((((triple6 triple7) -> rule2) triple6) -> rule4))] @3: Eric is kind.[(((((((triple6 triple7) -> rule2) triple6) -> rule4) triple5 ((triple6 triple7) -> rule2)) -> rule6))] @4: Eric is red.[(((((((triple6 triple7) -> rule2) triple6) -> rule4) ((((((triple6 triple7) -> rule2) triple6) -> rule4) triple5 ((triple6 triple7) -> rule2)) -> rule6) triple7) -> rule5))]
[ { "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": "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 rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Eric is young.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "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": "((triple6 triple7) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is cold.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple6 triple7) -> (rule2 % int2)) triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Eric is kind.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple6 triple7) -> (rule2 % int3)) triple6) -> (rule4 % int2)) triple5 ((triple6 triple7) -> (rule2 % int3))) -> (rule6 % int1))", "intermediates": [ { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is red.", "QDep": 4, "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple6 triple7) -> (rule2 % int4)) triple6) -> (rule4 % int3)) ((((((triple6 triple7) -> (rule2 % int4)) triple6) -> (rule4 % int3)) triple5 ((triple6 triple7) -> (rule2 % int4))) -> (rule6 % int2)) triple7) -> (rule5 % int1))", "intermediates": [ { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Eric is kind.", "representation": "(\"Eric\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "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": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Although Charlie is seen as nice and round, his days of playing football have made him quite rough.", "sent2": "Eric tends to be nice, but is young; Eric has rough blue skin.", "sent3": "Fred is big and red, but he's young and will grow out of it.", "sent4": "Harry 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.", "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": "A kind and cold person who is green is, surprisingly, also blue.", "sent8": "Nice people who are big are always cold because they can't find space near the heater.", "sent9": "Kind people who are blue with sadness and cold toward others are surprisingly red.", "sent10": "Someone can be big and rough, but cold even though they are kind.", "sent11": null }
AttNonegNatLang-OWA-816
3
11
4
Bob is still young and round, but he is nice to everyone and kind to animals. They always call him rough Charlie. Young Dave is wearing green pants. Fred is a round fellow, but he is kind, even when he is so cold he turns blue. Red haired people who are nice and kind are looked up to because they are always big. When somebody is round, kind and blue, you know they'll also be red. If a person is quite big and also round then they are certainly rough too. A cold, red person with a kind disposition will certainly be big.
{ "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 kind.", "representation": "(\"Bob\" \"is\" \"kind\" \"+\")" }, "triple5": { "text": "Charlie is rough.", "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple7": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple9": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple10": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple11": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is kind and nice and red then they are big.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule2": { "text": "If someone is round and kind and blue then they are red.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "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 red and cold and kind then they are big.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": null, "rule6": null, "rule7": null }
{ "Q1": { "question": "Bob is round.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple2)]", "representation": "(\"Bob\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q2": { "question": "Dave is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Dave\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Fred is red.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple8 triple9 triple11) -> rule2))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple9 triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not red.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple8 triple9 triple11) -> rule2))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple9 triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is big.", "answer": "True", "QDep": 2, "QLen": "7", "strategy": "proof", "proofs": "[(((((triple8 triple9 triple11) -> rule2) triple10 triple9) -> rule4))]", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple9 triple11) -> (rule2 % int2)) triple10 triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not big.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple8 triple9 triple11) -> rule2) triple10 triple9) -> rule4))]", "representation": "(\"Fred\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple9 triple11) -> (rule2 % int2)) triple10 triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is rough.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((((((triple8 triple9 triple11) -> rule2) triple10 triple9) -> rule4) triple8) -> rule3))]", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple8 triple9 triple11) -> (rule2 % int3)) triple10 triple9) -> (rule4 % int2)) triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not rough.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((((((triple8 triple9 triple11) -> rule2) triple10 triple9) -> rule4) triple8) -> rule3))]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((((triple8 triple9 triple11) -> (rule2 % int3)) triple10 triple9) -> (rule4 % int2)) triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "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\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is big.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "rconc", "proofs": "[@2: Bob is big.[CWA. Example of deepest failure = (rule1 <- rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"big\" \"+\")", "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 = (rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Bob is rough.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Bob is rough.[CWA. Example of deepest failure = (rule3 <- rule1 <- rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "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\" \"-\")" }, "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": "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": "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 kind.[(triple4)] Bob is nice.[(triple3)] Bob is round.[(triple2)] Bob is young.[(triple1)] Charlie is rough.[(triple5)] Dave is green.[(triple7)] Dave is young.[(triple6)] Fred is blue.[(triple11)] Fred is cold.[(triple10)] Fred is kind.[(triple9)] Fred is round.[(triple8)] @1: Fred is red.[(((triple8 triple9 triple11) -> rule2))] @2: Fred is big.[(((((triple8 triple9 triple11) -> rule2) triple10 triple9) -> rule4))] @3: Fred is rough.[(((((((triple8 triple9 triple11) -> rule2) triple10 triple9) -> rule4) triple8) -> rule3))]
[ { "text": "Bob is kind.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"kind\" \"+\")", "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": [] } ] }, { "text": "Bob is young.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Charlie is rough.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Dave is young.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple9 triple11) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is big.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple9 triple11) -> (rule2 % int2)) triple10 triple9) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is rough.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((((triple8 triple9 triple11) -> (rule2 % int3)) triple10 triple9) -> (rule4 % int2)) triple8) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent1", "triple4": "sent1", "triple5": "sent2", "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": "sent4", "triple12": null }
{ "sent1": "Bob is still young and round, but he is nice to everyone and kind to animals.", "sent2": "They always call him rough Charlie.", "sent3": "Young Dave is wearing green pants.", "sent4": "Fred is a round fellow, but he is kind, even when he is so cold he turns blue.", "sent5": "Red haired people who are nice and kind are looked up to because they are always big.", "sent6": "When somebody is round, kind and blue, you know they'll also be red.", "sent7": "If a person is quite big and also round then they are certainly rough too.", "sent8": "A cold, red person with a kind disposition will certainly be big.", "sent9": null, "sent10": null, "sent11": null }
AttNonegNatLang-OWA-1663
3
12
7
Young Alan got into a fight that left him with red sores on his face. Even though big Eric can be rough and cold, he is nice for someone as red as he is. Red Gary is what folks call him, because he is quite red. Harry, that young round kid, is kind whenever he's blue. A young person with rough red skin is downhearted and blue. Rough people are often round. Rough people, round from over eating, who are also cold are young and don't mind the draft. I see it all the time, nice big people make equal a cold person. Someone who is colored both in red and green, while being kind to others, is a round person. Generally, round and kind people are big. Round, nice people are normally cold and nasty.
{ "triple1": { "text": "Alan is young.", "representation": "(\"Alan\" \"is\" \"young\" \"+\")" }, "triple2": { "text": "Alan is red.", "representation": "(\"Alan\" \"is\" \"red\" \"+\")" }, "triple3": { "text": "Eric is rough.", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")" }, "triple4": { "text": "Eric is red.", "representation": "(\"Eric\" \"is\" \"red\" \"+\")" }, "triple5": { "text": "Eric is nice.", "representation": "(\"Eric\" \"is\" \"nice\" \"+\")" }, "triple6": { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple7": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple8": { "text": "Gary is red.", "representation": "(\"Gary\" \"is\" \"red\" \"+\")" }, "triple9": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Harry is round.", "representation": "(\"Harry\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple12": { "text": "Harry is blue.", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")" } }
{ "rule1": { "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\" \"+\"))" }, "rule2": { "text": "If someone is rough then they are round.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule3": { "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\" \"+\"))" }, "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 red and green and kind then they are round.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule6": { "text": "If someone is round and kind then they are big.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule7": { "text": "If someone is round and nice then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" } }
{ "Q1": { "question": "Harry is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple12)]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, "Q2": { "question": "Harry is not kind.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple11)]", "representation": "(\"Harry\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, "Q3": { "question": "Harry is big.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple10 triple11) -> rule6))]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple11) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Harry is not big.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple10 triple11) -> rule6))]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple11) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Eric is young.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((((triple3) -> rule2) triple6 triple3) -> rule3) OR ((((triple3) -> rule2) ((triple5 triple7) -> rule4) triple3) -> rule3) OR ((((triple3) -> rule2) ((((triple3) -> rule2) triple5) -> rule7) triple3) -> rule3))]", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule2 % int2)) triple6 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple3) -> (rule2 % int3)) ((triple5 triple7) -> (rule4 % int2)) triple3) -> (rule3 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple3) -> (rule2 % int3)) ((((triple3) -> (rule2 % int3)) triple5) -> (rule7 % int2)) triple3) -> (rule3 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q6": { "question": "Eric is not young.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((((triple3) -> rule2) triple6 triple3) -> rule3) OR ((((triple3) -> rule2) ((triple5 triple7) -> rule4) triple3) -> rule3) OR ((((triple3) -> rule2) ((((triple3) -> rule2) triple5) -> rule7) triple3) -> rule3))]", "representation": "(\"Eric\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule2 % int2)) triple6 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple3) -> (rule2 % int3)) ((triple5 triple7) -> (rule4 % int2)) triple3) -> (rule3 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple3) -> (rule2 % int3)) ((((triple3) -> (rule2 % int3)) triple5) -> (rule7 % int2)) triple3) -> (rule3 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q7": { "question": "Eric is blue.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple3 ((((triple3) -> rule2) triple6 triple3) -> rule3) triple4) -> rule1) OR ((triple3 ((((triple3) -> rule2) ((triple5 triple7) -> rule4) triple3) -> rule3) triple4) -> rule1) OR ((triple3 ((((triple3) -> rule2) ((((triple3) -> rule2) triple5) -> rule7) triple3) -> rule3) triple4) -> rule1))]", "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((((triple3) -> (rule2 % int3)) triple6 triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] }, { "representation": "((triple3 ((((triple3) -> (rule2 % int4)) ((triple5 triple7) -> (rule4 % int3)) triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple3 ((((triple3) -> (rule2 % int4)) ((((triple3) -> (rule2 % int4)) triple5) -> (rule7 % int3)) triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Eric is not blue.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple3 ((((triple3) -> rule2) triple6 triple3) -> rule3) triple4) -> rule1) OR ((triple3 ((((triple3) -> rule2) ((triple5 triple7) -> rule4) triple3) -> rule3) triple4) -> rule1) OR ((triple3 ((((triple3) -> rule2) ((((triple3) -> rule2) triple5) -> rule7) triple3) -> rule3) triple4) -> rule1))]", "representation": "(\"Eric\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((((triple3) -> (rule2 % int3)) triple6 triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] }, { "representation": "((triple3 ((((triple3) -> (rule2 % int4)) ((triple5 triple7) -> (rule4 % int3)) triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple3 ((((triple3) -> (rule2 % int4)) ((((triple3) -> (rule2 % int4)) triple5) -> (rule7 % int3)) triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int4" } ] } ] }, "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": "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": "Gary is not young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule3 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"-\")", "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": "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": "Eric is green.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Eric is green.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "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": "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: Alan is red.[(triple2)] Alan is young.[(triple1)] Eric is big.[(triple7)] Eric is cold.[(triple6 OR ((triple5 triple7) -> rule4) OR ((((triple3) -> rule2) triple5) -> rule7))] Eric is nice.[(triple5)] Eric is red.[(triple4)] Eric is rough.[(triple3)] Gary is red.[(triple8)] Harry is blue.[(triple12)] Harry is kind.[(triple11)] Harry is round.[(triple10)] Harry is young.[(triple9)] @1: Eric is round.[(((triple3) -> rule2))] Harry is big.[(((triple10 triple11) -> rule6))] @2: Eric is young.[(((((triple3) -> rule2) triple6 triple3) -> rule3) OR ((((triple3) -> rule2) ((triple5 triple7) -> rule4) triple3) -> rule3) OR ((((triple3) -> rule2) ((((triple3) -> rule2) triple5) -> rule7) triple3) -> rule3))] @3: Eric is blue.[(((triple3 ((((triple3) -> rule2) triple6 triple3) -> rule3) triple4) -> rule1) OR ((triple3 ((((triple3) -> rule2) ((triple5 triple7) -> rule4) triple3) -> rule3) triple4) -> rule1) OR ((triple3 ((((triple3) -> rule2) ((((triple3) -> rule2) triple5) -> rule7) triple3) -> rule3) triple4) -> rule1))]
[ { "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": "Eric is big.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] }, { "representation": "((triple5 triple7) -> (rule4 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" } ] }, { "representation": "((((triple3) -> (rule2 % int2)) triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "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": "Eric is rough.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Gary is red.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is blue.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is round.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Eric is round.", "QDep": 1, "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3) -> (rule2 % int1))", "intermediates": [ { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Harry is big.", "QDep": 1, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple10 triple11) -> (rule6 % int1))", "intermediates": [ { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Eric is young.", "QDep": 2, "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple3) -> (rule2 % int2)) triple6 triple3) -> (rule3 % int1))", "intermediates": [ { "text": "Eric is young.", "representation": "(\"Eric\" \"is\" \"young\" \"+\")", "id": "int1" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int2" } ] }, { "representation": "((((triple3) -> (rule2 % int3)) ((triple5 triple7) -> (rule4 % int2)) triple3) -> (rule3 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] }, { "representation": "((((triple3) -> (rule2 % int3)) ((((triple3) -> (rule2 % int3)) triple5) -> (rule7 % int2)) triple3) -> (rule3 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, { "text": "Eric is blue.", "QDep": 3, "representation": "(\"Eric\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple3 ((((triple3) -> (rule2 % int3)) triple6 triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int3" } ] }, { "representation": "((triple3 ((((triple3) -> (rule2 % int4)) ((triple5 triple7) -> (rule4 % int3)) triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int4" } ] }, { "representation": "((triple3 ((((triple3) -> (rule2 % int4)) ((((triple3) -> (rule2 % int4)) triple5) -> (rule7 % int3)) triple3) -> (rule3 % int2)) triple4) -> (rule1 % 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 cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Eric is round.", "representation": "(\"Eric\" \"is\" \"round\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent2", "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": "Young Alan got into a fight that left him with red sores on his face.", "sent2": "Even though big Eric can be rough and cold, he is nice for someone as red as he is.", "sent3": "Red Gary is what folks call him, because he is quite red.", "sent4": "Harry, that young round kid, is kind whenever he's blue.", "sent5": "A young person with rough red skin is downhearted and blue.", "sent6": "Rough people are often round.", "sent7": "Rough people, round from over eating, who are also cold are young and don't mind the draft.", "sent8": "I see it all the time, nice big people make equal a cold person.", "sent9": "Someone who is colored both in red and green, while being kind to others, is a round person.", "sent10": "Generally, round and kind people are big.", "sent11": "Round, nice people are normally cold and nasty." }
AttNonegNatLang-OWA-250
3
11
7
Charlie is a person both green and big. Dave is rough and cold, but he's young and will get over it. Gary was in a chemistry lab accident and turned blue and green which is even more obvious due to his round figure. Big Harry is still young so it's easy for him to be kind. His cheeks were red from the cold, and his big blue eye were watering. People who are round, blue and cold are usually nice. Red, kind, rough people are the young ones. Someone who has rough nails and blue teeth as well as being kind to adults are often noted to having big fingers. Among the green people who are young, the color blue is always part of them. A big and round shaped, blue person will be cold for sure. A person that is green also someone who is big.
{ "triple1": { "text": "Charlie is green.", "representation": "(\"Charlie\" \"is\" \"green\" \"+\")" }, "triple2": { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")" }, "triple3": { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")" }, "triple4": { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")" }, "triple5": { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple7": { "text": "Gary is green.", "representation": "(\"Gary\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Gary is blue.", "representation": "(\"Gary\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple10": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple11": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple12": null }
{ "rule1": { "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\" \"+\"))" }, "rule2": { "text": "If someone is round and blue and cold then they are nice.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"cold\" \"+\")) -> (\"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 rough and blue and kind then they are big.", "representation": "(((\"someone\" \"is\" \"rough\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": { "text": "If someone is green and young then they are blue.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is round and blue and big then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"big\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": { "text": "If someone is green then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" } }
{ "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": "Charlie is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple1)]", "representation": "(\"Charlie\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, "Q3": { "question": "Gary is big.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple7) -> rule7))]", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Gary is not big.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple7) -> rule7))]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Gary is cold.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple6 triple8 ((triple7) -> rule7)) -> rule6))]", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple8 ((triple7) -> (rule7 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Gary is not cold.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple6 triple8 ((triple7) -> rule7)) -> rule6))]", "representation": "(\"Gary\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple8 ((triple7) -> (rule7 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Gary is nice.", "answer": "True", "QDep": 3, "QLen": "8", "strategy": "proof", "proofs": "[(((triple6 triple8 ((triple6 triple8 ((triple7) -> rule7)) -> rule6)) -> rule2))]", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple8 ((triple6 triple8 ((triple7) -> (rule7 % int3))) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Gary is not nice.", "answer": "False", "QDep": 3, "QLen": "8", "strategy": "inv-proof", "proofs": "[(((triple6 triple8 ((triple6 triple8 ((triple7) -> rule7)) -> rule6)) -> rule2))]", "representation": "(\"Gary\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple8 ((triple6 triple8 ((triple7) -> (rule7 % int3))) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int3" } ] } ] }, "Q9": { "question": "Charlie is not nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Harry is blue.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is blue.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"blue\" \"+\")", "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 = (rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is cold.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"cold\" \"+\")", "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 rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "random", "proofs": "[@0: Gary is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Gary\" \"is\" \"rough\" \"+\")" }, "Q15": { "question": "Charlie is not rough.", "answer": "Unknown", "QDep": 0, "QLen": "", "strategy": "inv-random", "proofs": "[@0: Charlie is rough.[CWA. Example of deepest failure = (FAIL)]]", "representation": "(\"Charlie\" \"is\" \"rough\" \"-\")" }, "Q16": { "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\" \"+\")" }, "Q17": null, "Q18": null, "Q19": null, "Q20": null, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Charlie is big.[(triple2 OR ((triple1) -> rule7))] Charlie is green.[(triple1)] Dave is cold.[(triple5)] Dave is rough.[(triple4)] Dave is young.[(triple3)] Gary is blue.[(triple8)] Gary is green.[(triple7)] Gary is round.[(triple6)] Harry is big.[(triple11)] Harry is kind.[(triple10)] Harry is young.[(triple9)] @1: Gary is big.[(((triple7) -> rule7))] @2: Gary is cold.[(((triple6 triple8 ((triple7) -> rule7)) -> rule6))] @3: Gary is nice.[(((triple6 triple8 ((triple6 triple8 ((triple7) -> rule7)) -> rule6)) -> rule2))]
[ { "text": "Charlie is big.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] }, { "representation": "((triple1) -> (rule7 % int1))", "intermediates": [ { "text": "Charlie is big.", "representation": "(\"Charlie\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Charlie is green.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is cold.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "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 blue.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Gary is green.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Harry is young.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Gary is big.", "QDep": 1, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7) -> (rule7 % int1))", "intermediates": [ { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Gary is cold.", "QDep": 2, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple8 ((triple7) -> (rule7 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Gary is big.", "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Gary is nice.", "QDep": 3, "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple6 triple8 ((triple6 triple8 ((triple7) -> (rule7 % int3))) -> (rule6 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Gary is nice.", "representation": "(\"Gary\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "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": "sent4", "triple10": "sent4", "rule1": "sent5", "rule2": "sent6", "rule3": "sent7", "rule4": "sent8", "rule5": "sent9", "rule6": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Charlie is a person both green and big.", "sent2": "Dave is rough and cold, but he's young and will get over it.", "sent3": "Gary was in a chemistry lab accident and turned blue and green which is even more obvious due to his round figure.", "sent4": "Big Harry is still young so it's easy for him to be kind.", "sent5": "His cheeks were red from the cold, and his big blue eye were watering.", "sent6": "People who are round, blue and cold are usually nice.", "sent7": "Red, kind, rough people are the young ones.", "sent8": "Someone who has rough nails and blue teeth as well as being kind to adults are often noted to having big fingers.", "sent9": "Among the green people who are young, the color blue is always part of them.", "sent10": "A big and round shaped, blue person will be cold for sure.", "sent11": "A person that is green also someone who is big." }
AttNonegNatLang-OWA-538
3
11
7
Alan is a big gentleman who is very nice. He is secretly green with envy. Dave became more and more round and nice and kind, but he couldn't stop being cold and big. In the snow sits Eric, crying from being cold. Fred is both young and fairly round in size. A round person who is nice is young. Big round people who wear red clothing will also wear a lot of green jewelry. When a person's traits are to be big, blue and cold, they will also have a red trait. Among cold people, those who are round and kind are also rough. If a young person knows he is big and round, then he will be blue. Looking blue can be a sign that someone is cold. People who are rough and cold, but also nice, are considered green.
{ "triple1": { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")" }, "triple2": { "text": "Alan is green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Alan is big.", "representation": "(\"Alan\" \"is\" \"big\" \"+\")" }, "triple4": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "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": "Eric is cold.", "representation": "(\"Eric\" \"is\" \"cold\" \"+\")" }, "triple10": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple11": { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")" }, "triple12": null }
{ "rule1": { "text": "If someone is nice and round then they are young.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"young\" \"+\"))" }, "rule2": { "text": "If someone is big and red and round then they are green.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule3": { "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\" \"+\"))" }, "rule4": { "text": "If someone is cold and round and kind then they are rough.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule5": { "text": "If someone is round and big and young then they are blue.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "text": "If someone is blue then they are cold.", "representation": "(((\"someone\" \"is\" \"blue\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule7": { "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\" \"+\"))" } }
{ "Q1": { "question": "Dave is cold.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple7 OR ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6))]", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] }, { "representation": "((((triple4 triple8 ((triple5 triple4) -> (rule1 % int3))) -> (rule5 % int2))) -> (rule6 % 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" } ] } ] }, "Q2": { "question": "Fred is not young.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple10)]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, "Q3": { "question": "Dave is young.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple5 triple4) -> rule1))]", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule1 % 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": "[(((triple5 triple4) -> rule1))]", "representation": "(\"Dave\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Dave is blue.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5))]", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple8 ((triple5 triple4) -> (rule1 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Dave is not green.", "answer": "False", "QDep": 2, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((((triple7 triple4 triple6) -> rule4) triple7 triple5) -> rule7) OR ((triple8 ((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3) triple4) -> rule2) OR ((((triple7 triple4 triple6) -> rule4) ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple5) -> rule7) OR ((((((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple4 triple6) -> rule4) triple7 triple5) -> rule7) OR ((triple8 ((triple8 ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3) triple4) -> rule2) OR ((((((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple4 triple6) -> rule4) ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple5) -> rule7))]", "representation": "(\"Dave\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple4 triple6) -> (rule4 % int2)) triple7 triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" } ] }, { "representation": "((triple8 ((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule3 % int2)) triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple7 triple4 triple6) -> (rule4 % int5)) ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule6 % int2)) triple5) -> (rule7 % 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" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int5" } ] }, { "representation": "((((((((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule6 % int3)) triple4 triple6) -> (rule4 % int2)) triple7 triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int5" } ] }, { "representation": "((triple8 ((triple8 ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule6 % int3)) ((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule3 % int2)) triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "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 blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int5" } ] }, { "representation": "((((((((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule6 % int3)) triple4 triple6) -> (rule4 % int2)) ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule6 % int3)) triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int5" } ] } ] }, "Q7": { "question": "Dave is red.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3) OR ((triple8 ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3))]", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> (rule1 % int3))) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" } ] }, { "representation": "((triple8 ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule6 % int2)) ((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule3 % 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 blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Dave is not red.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3) OR ((triple8 ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3))]", "representation": "(\"Dave\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> (rule1 % int3))) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" } ] }, { "representation": "((triple8 ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule6 % int2)) ((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule3 % 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 blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, "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": "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": "Fred is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Fred is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Fred\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Eric is rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Eric is rough.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"rough\" \"+\")", "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": "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\" \"+\")" }, "Q15": { "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\" \"-\")" }, "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: Alan is big.[(triple3)] Alan is green.[(triple2)] Alan is nice.[(triple1)] Dave is big.[(triple8)] Dave is cold.[(triple7 OR ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6))] Dave is kind.[(triple6)] Dave is nice.[(triple5)] Dave is round.[(triple4)] Eric is cold.[(triple9)] Fred is round.[(triple11)] Fred is young.[(triple10)] @1: Dave is rough.[(((triple7 triple4 triple6) -> rule4) OR ((((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple4 triple6) -> rule4))] Dave is young.[(((triple5 triple4) -> rule1))] @2: Dave is blue.[(((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5))] Dave is green.[(((((triple7 triple4 triple6) -> rule4) triple7 triple5) -> rule7) OR ((triple8 ((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3) triple4) -> rule2) OR ((((triple7 triple4 triple6) -> rule4) ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple5) -> rule7) OR ((((((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple4 triple6) -> rule4) triple7 triple5) -> rule7) OR ((triple8 ((triple8 ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3) triple4) -> rule2) OR ((((((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple4 triple6) -> rule4) ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) triple5) -> rule7))] @3: Dave is red.[(((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3) OR ((triple8 ((((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule6) ((triple4 triple8 ((triple5 triple4) -> rule1)) -> rule5)) -> rule3))]
[ { "text": "Alan is big.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"big\" \"+\")", "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": "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": [] }, { "representation": "((((triple4 triple8 ((triple5 triple4) -> (rule1 % int3))) -> (rule5 % int2))) -> (rule6 % 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 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 round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Eric is cold.", "QDep": 0, "representation": "(\"Eric\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is round.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Dave is rough.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 triple4 triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int1" } ] }, { "representation": "((((((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule6 % int2)) triple4 triple6) -> (rule4 % 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.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] }, { "text": "Dave is young.", "QDep": 1, "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5 triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Dave is blue.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 triple8 ((triple5 triple4) -> (rule1 % int2))) -> (rule5 % 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 green.", "QDep": 2, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple7 triple4 triple6) -> (rule4 % int2)) triple7 triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" } ] }, { "representation": "((triple8 ((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule3 % int2)) triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int2" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple7 triple4 triple6) -> (rule4 % int5)) ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule6 % int2)) triple5) -> (rule7 % 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" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int5" } ] }, { "representation": "((((((((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule6 % int3)) triple4 triple6) -> (rule4 % int2)) triple7 triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int5" } ] }, { "representation": "((triple8 ((triple8 ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule6 % int3)) ((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule3 % int2)) triple4) -> (rule2 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "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 blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int5" } ] }, { "representation": "((((((((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule6 % int3)) triple4 triple6) -> (rule4 % int2)) ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int5))) -> (rule5 % int4))) -> (rule6 % int3)) triple5) -> (rule7 % int1))", "intermediates": [ { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "id": "int1" }, { "text": "Dave is rough.", "representation": "(\"Dave\" \"is\" \"rough\" \"+\")", "id": "int2" }, { "text": "Dave is cold.", "representation": "(\"Dave\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int4" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int5" } ] } ] }, { "text": "Dave is red.", "QDep": 3, "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple7 ((triple4 triple8 ((triple5 triple4) -> (rule1 % int3))) -> (rule5 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Dave is red.", "representation": "(\"Dave\" \"is\" \"red\" \"+\")", "id": "int1" }, { "text": "Dave is blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int3" } ] }, { "representation": "((triple8 ((((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule6 % int2)) ((triple4 triple8 ((triple5 triple4) -> (rule1 % int4))) -> (rule5 % int3))) -> (rule3 % 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 blue.", "representation": "(\"Dave\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Dave is young.", "representation": "(\"Dave\" \"is\" \"young\" \"+\")", "id": "int4" } ] } ] } ]
{ "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": "sent11", "triple11": "sent4", "triple12": null }
{ "sent1": "Alan is a big gentleman who is very nice; He is secretly green with envy.", "sent2": "Dave became more and more round and nice and kind, but he couldn't stop being cold and big.", "sent3": "In the snow sits Eric, crying from being cold.", "sent4": "Fred is both young and fairly round in size.", "sent5": "A round person who is nice is young.", "sent6": "Big round people who wear red clothing will also wear a lot of green jewelry.", "sent7": "When a person's traits are to be big, blue and cold, they will also have a red trait.", "sent8": "Among cold people, those who are round and kind are also rough.", "sent9": "If a young person knows he is big and round, then he will be blue.", "sent10": "Looking blue can be a sign that someone is cold.", "sent11": "People who are rough and cold, but also nice, are considered green." }
AttNonegNatLang-OWA-559
3
12
7
Alan is a kind but rough man who is red from a sunburn, He is rather green in appearance after looking at some rotten fish. Bob is nice, even when he is rough and red with anger. Charlie is both young and fairly round in size. Big Harry is still young so it's easy for him to be kind. Any green person is a round person. If someone has a red complexion that is rough and feels blue then you'll see they are rather nice. There could be a round someone with red hair wearing blue pants. Big and cold people are likely to be round, too. A nice big person who is also round is going to be cold. If you meet someone who is big and kind with cold skin, they will be young. A red and green colored person who is cold will be round shaped.
{ "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 green.", "representation": "(\"Alan\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Bob is rough.", "representation": "(\"Bob\" \"is\" \"rough\" \"+\")" }, "triple6": { "text": "Bob is red.", "representation": "(\"Bob\" \"is\" \"red\" \"+\")" }, "triple7": { "text": "Bob is nice.", "representation": "(\"Bob\" \"is\" \"nice\" \"+\")" }, "triple8": { "text": "Charlie is young.", "representation": "(\"Charlie\" \"is\" \"young\" \"+\")" }, "triple9": { "text": "Charlie is round.", "representation": "(\"Charlie\" \"is\" \"round\" \"+\")" }, "triple10": { "text": "Harry is young.", "representation": "(\"Harry\" \"is\" \"young\" \"+\")" }, "triple11": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple12": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" } }
{ "rule1": { "text": "If someone is green then they are round.", "representation": "(((\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule2": { "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\" \"+\"))" }, "rule3": { "text": "If someone is red and round then they are blue.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"round\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "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 round and big and nice then they are cold.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule6": { "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\" \"+\"))" }, "rule7": { "text": "If someone is red and cold and green then they are round.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" } }
{ "Q1": { "question": "Harry is big.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple12)]", "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, "Q2": { "question": "Bob is not red.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple6)]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, "Q3": { "question": "Alan is round.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple4) -> rule1))]", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Alan is not round.", "answer": "False", "QDep": 1, "QLen": "2", "strategy": "inv-proof", "proofs": "[(((triple4) -> rule1))]", "representation": "(\"Alan\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Alan is blue.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((triple2 ((triple4) -> rule1)) -> rule3))]", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple4) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Alan is not blue.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple2 ((triple4) -> rule1)) -> rule3))]", "representation": "(\"Alan\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple4) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Alan is nice.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((triple2 triple1 ((triple2 ((triple4) -> rule1)) -> rule3)) -> rule2))]", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1 ((triple2 ((triple4) -> (rule1 % int3))) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Alan is not nice.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple2 triple1 ((triple2 ((triple4) -> rule1)) -> rule3)) -> rule2))]", "representation": "(\"Alan\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1 ((triple2 ((triple4) -> (rule1 % int3))) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "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 = (rule2 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Charlie is nice.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Charlie is nice.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Charlie is not cold.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Charlie is cold.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Charlie\" \"is\" \"cold\" \"-\")", "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": "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": "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": "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 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: Alan is green.[(triple4)] Alan is kind.[(triple3)] Alan is red.[(triple2)] Alan is rough.[(triple1)] Bob is nice.[(triple7)] Bob is red.[(triple6)] Bob is rough.[(triple5)] Charlie is round.[(triple9)] Charlie is young.[(triple8)] Harry is big.[(triple12)] Harry is kind.[(triple11)] Harry is young.[(triple10)] @1: Alan is round.[(((triple4) -> rule1))] @2: Alan is blue.[(((triple2 ((triple4) -> rule1)) -> rule3))] @3: Alan is nice.[(((triple2 triple1 ((triple2 ((triple4) -> rule1)) -> rule3)) -> rule2))]
[ { "text": "Alan is green.", "QDep": 0, "representation": "(\"Alan\" \"is\" \"green\" \"+\")", "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": "Bob is nice.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Bob is red.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Bob is rough.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Charlie is round.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Charlie is young.", "QDep": 0, "representation": "(\"Charlie\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "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 round.", "QDep": 1, "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4) -> (rule1 % int1))", "intermediates": [ { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int1" } ] } ] }, { "text": "Alan is blue.", "QDep": 2, "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 ((triple4) -> (rule1 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "id": "int2" } ] } ] }, { "text": "Alan is nice.", "QDep": 3, "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple1 ((triple2 ((triple4) -> (rule1 % int3))) -> (rule3 % int2))) -> (rule2 % int1))", "intermediates": [ { "text": "Alan is nice.", "representation": "(\"Alan\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Alan is blue.", "representation": "(\"Alan\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Alan is round.", "representation": "(\"Alan\" \"is\" \"round\" \"+\")", "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": "sent10", "rule7": "sent11", "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Alan is a kind but rough man who is red from a sunburn, He is rather green in appearance after looking at some rotten fish.", "sent2": "Bob is nice, even when he is rough and red with anger.", "sent3": "Charlie is both young and fairly round in size.", "sent4": "Big Harry is still young so it's easy for him to be kind.", "sent5": "Any green person is a round person.", "sent6": "If someone has a red complexion that is rough and feels blue then you'll see they are rather nice.", "sent7": "There could be a round someone with red hair wearing blue pants.", "sent8": "Big and cold people are likely to be round, too.", "sent9": "A nice big person who is also round is going to be cold.", "sent10": "If you meet someone who is big and kind with cold skin, they will be young.", "sent11": "A red and green colored person who is cold will be round shaped." }
AttNonegNatLang-OWA-446
3
9
7
Bob wears all blue. Fred feels nice and kind today, so he paints himself green and embraces his cold side. Fred is big enough to do whatever he wants. Big, red Harry is quite kind. You will probably see that red, round people are nice, as well as green. If people are cold they are often red. A kind, young person will be rough textured. Somebody whose descriptors are nice, big and kind will also fit a young descriptor. People who are red, young, and round are also blue. Nice people that are colored red and green are always round. Red people who are green and blue are always kind.
{ "triple1": { "text": "Bob is blue.", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")" }, "triple2": { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")" }, "triple3": { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")" }, "triple4": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple5": { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")" }, "triple6": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple7": { "text": "Harry is red.", "representation": "(\"Harry\" \"is\" \"red\" \"+\")" }, "triple8": { "text": "Harry is kind.", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")" }, "triple9": { "text": "Harry is big.", "representation": "(\"Harry\" \"is\" \"big\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is round and red and nice then they are green.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"green\" \"+\"))" }, "rule2": { "text": "If someone is cold then they are red.", "representation": "(((\"someone\" \"is\" \"cold\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule3": { "text": "If someone is young and kind then they are rough.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "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 round and red and young then they are blue.", "representation": "(((\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule6": { "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\" \"+\"))" }, "rule7": { "text": "If someone is red and blue and green then they are kind.", "representation": "(((\"someone\" \"is\" \"red\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" } }
{ "Q1": { "question": "Harry is kind.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple8)]", "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q2": { "question": "Harry is not big.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple9)]", "representation": "(\"Harry\" \"is\" \"big\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, "Q3": { "question": "Fred is red.", "answer": "True", "QDep": 1, "QLen": "2", "strategy": "proof", "proofs": "[(((triple5) -> rule2))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not young.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple2 triple6 triple3) -> rule4))]", "representation": "(\"Fred\" \"is\" \"young\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple6 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is round.", "answer": "True", "QDep": 2, "QLen": "5", "strategy": "proof", "proofs": "[(((triple4 ((triple5) -> rule2) triple2) -> rule6))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple5) -> (rule2 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not round.", "answer": "False", "QDep": 2, "QLen": "5", "strategy": "inv-proof", "proofs": "[(((triple4 ((triple5) -> rule2) triple2) -> rule6))]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple5) -> (rule2 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is blue.", "answer": "True", "QDep": 3, "QLen": "12", "strategy": "proof", "proofs": "[(((((triple4 ((triple5) -> rule2) triple2) -> rule6) ((triple5) -> rule2) ((triple2 triple6 triple3) -> rule4)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple5) -> (rule2 % int4)) triple2) -> (rule6 % int3)) ((triple5) -> (rule2 % int4)) ((triple2 triple6 triple3) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int3" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, "Q8": { "question": "Fred is not blue.", "answer": "False", "QDep": 3, "QLen": "12", "strategy": "inv-proof", "proofs": "[(((((triple4 ((triple5) -> rule2) triple2) -> rule6) ((triple5) -> rule2) ((triple2 triple6 triple3) -> rule4)) -> rule5))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple5) -> (rule2 % int4)) triple2) -> (rule6 % int3)) ((triple5) -> (rule2 % int4)) ((triple2 triple6 triple3) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int3" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, "Q9": { "question": "Harry is not green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Harry is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Harry\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Dave is green.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Dave is green.[CWA. Example of deepest failure = (rule1 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Bob is not red.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Bob is red.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Harry is round.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Harry is round.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Harry\" \"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": "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\" \"+\")" }, "Q15": { "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\" \"-\")" }, "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 blue.[(triple1)] Fred is big.[(triple6)] Fred is cold.[(triple5)] Fred is green.[(triple4)] Fred is kind.[(triple3)] Fred is nice.[(triple2)] Harry is big.[(triple9)] Harry is kind.[(triple8)] Harry is red.[(triple7)] @1: Fred is red.[(((triple5) -> rule2))] Fred is young.[(((triple2 triple6 triple3) -> rule4))] @2: Fred is rough.[(((((triple2 triple6 triple3) -> rule4) triple3) -> rule3))] Fred is round.[(((triple4 ((triple5) -> rule2) triple2) -> rule6))] @3: Fred is blue.[(((((triple4 ((triple5) -> rule2) triple2) -> rule6) ((triple5) -> rule2) ((triple2 triple6 triple3) -> rule4)) -> rule5))]
[ { "text": "Bob is blue.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is cold.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Fred is kind.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Harry is big.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Harry is kind.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Harry is red.", "QDep": 0, "representation": "(\"Harry\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is young.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple2 triple6 triple3) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is rough.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple2 triple6 triple3) -> (rule4 % int2)) triple3) -> (rule3 % 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 round.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple4 ((triple5) -> (rule2 % int2)) triple2) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is blue.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple4 ((triple5) -> (rule2 % int4)) triple2) -> (rule6 % int3)) ((triple5) -> (rule2 % int4)) ((triple2 triple6 triple3) -> (rule4 % int2))) -> (rule5 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "id": "int2" }, { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int3" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "triple4": "sent2", "triple5": "sent2", "triple6": "sent2", "triple7": "sent3", "triple8": "sent3", "triple9": "sent3", "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": "Fred feels nice and kind today, so he paints himself green and embraces his cold side; Fred is big enough to do whatever he wants.", "sent3": "Big, red Harry is quite kind.", "sent4": "You will probably see that red, round people are nice, as well as green.", "sent5": "If people are cold they are often red.", "sent6": "A kind, young person will be rough textured.", "sent7": "Somebody whose descriptors are nice, big and kind will also fit a young descriptor.", "sent8": "People who are red, young, and round are also blue.", "sent9": "Nice people that are colored red and green are always round.", "sent10": "Red people who are green and blue are always kind.", "sent11": null }
AttNonegNatLang-OWA-773
3
12
6
Bob ate some rotten meat and now feels green. Dave is big and round man that is looking rather green after seeing some bad mayonnaise. The big young man with the round body who seems to be having a rough time due to being green is named Fred. Even though Gary is big and round, he is cold much of the time. An individual that fits the nice, red, and kind description will fit the description of big, too. Young people who are big, downhearted, and blue are kind. All the big and young boys at the park are red. Red people feel blue about it. Somebody whose descriptors are nice, big and kind will also fit a young descriptor. People who are kind and green are very often rough.
{ "triple1": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple2": { "text": "Dave is round.", "representation": "(\"Dave\" \"is\" \"round\" \"+\")" }, "triple3": { "text": "Dave is green.", "representation": "(\"Dave\" \"is\" \"green\" \"+\")" }, "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 rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple8": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple9": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple10": { "text": "Gary is round.", "representation": "(\"Gary\" \"is\" \"round\" \"+\")" }, "triple11": { "text": "Gary is cold.", "representation": "(\"Gary\" \"is\" \"cold\" \"+\")" }, "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 and blue and young then they are kind.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"blue\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule3": { "text": "If someone is big and young then they are red.", "representation": "(((\"someone\" \"is\" \"big\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"red\" \"+\"))" }, "rule4": { "text": "If someone is red then they are blue.", "representation": "(((\"someone\" \"is\" \"red\" \"+\")) -> (\"someone\" \"is\" \"blue\" \"+\"))" }, "rule5": { "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\" \"+\"))" }, "rule6": { "text": "If someone is kind and green then they are rough.", "representation": "(((\"someone\" \"is\" \"kind\" \"+\") (\"someone\" \"is\" \"green\" \"+\")) -> (\"someone\" \"is\" \"rough\" \"+\"))" }, "rule7": null }
{ "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": "Dave is not round.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple2)]", "representation": "(\"Dave\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, "Q3": { "question": "Fred is red.", "answer": "True", "QDep": 1, "QLen": "3", "strategy": "proof", "proofs": "[(((triple9 triple5) -> rule3))]", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q4": { "question": "Fred is not red.", "answer": "False", "QDep": 1, "QLen": "3", "strategy": "inv-proof", "proofs": "[(((triple9 triple5) -> rule3))]", "representation": "(\"Fred\" \"is\" \"red\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, "Q5": { "question": "Fred is blue.", "answer": "True", "QDep": 2, "QLen": "4", "strategy": "proof", "proofs": "[(((((triple9 triple5) -> rule3)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple5) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q6": { "question": "Fred is not blue.", "answer": "False", "QDep": 2, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((((triple9 triple5) -> rule3)) -> rule4))]", "representation": "(\"Fred\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple5) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, "Q7": { "question": "Fred is kind.", "answer": "True", "QDep": 3, "QLen": "7", "strategy": "proof", "proofs": "[(((triple9 ((((triple9 triple5) -> rule3)) -> rule4) triple5) -> rule2))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((((triple9 triple5) -> (rule3 % int3))) -> (rule4 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] }, "Q8": { "question": "Fred is not kind.", "answer": "False", "QDep": 3, "QLen": "7", "strategy": "inv-proof", "proofs": "[(((triple9 ((((triple9 triple5) -> rule3)) -> rule4) triple5) -> rule2))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((((triple9 triple5) -> (rule3 % int3))) -> (rule4 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "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 = (rule4 <- rule3 <- rule5 <- FAIL)]]", "representation": "(\"Dave\" \"is\" \"blue\" \"-\")", "proofsWithIntermediates": null }, "Q10": { "question": "Bob is blue.", "answer": "Unknown", "QDep": 3, "QLen": "", "strategy": "rconc", "proofs": "[@3: Bob is blue.[CWA. Example of deepest failure = (rule4 <- rule3 <- rule1 <- FAIL)]]", "representation": "(\"Bob\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": null }, "Q11": { "question": "Gary is not rough.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is rough.[CWA. Example of deepest failure = (rule6 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"rough\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "question": "Gary is young.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "rconc", "proofs": "[@1: Gary is young.[CWA. Example of deepest failure = (rule5 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "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\" \"-\")" }, "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 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": "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 green.[(triple1)] Dave is big.[(triple4)] Dave is green.[(triple3)] Dave is round.[(triple2)] Fred is big.[(triple9)] Fred is green.[(triple8)] Fred is rough.[(triple7 OR ((((triple9 ((((triple9 triple5) -> rule3)) -> rule4) triple5) -> rule2) triple8) -> rule6))] Fred is round.[(triple6)] Fred is young.[(triple5)] Gary is big.[(triple12)] Gary is cold.[(triple11)] Gary is round.[(triple10)] @1: Fred is red.[(((triple9 triple5) -> rule3))] @2: Fred is blue.[(((((triple9 triple5) -> rule3)) -> rule4))] @3: Fred is kind.[(((triple9 ((((triple9 triple5) -> rule3)) -> rule4) triple5) -> rule2))]
[ { "text": "Bob is green.", "QDep": 0, "representation": "(\"Bob\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple1", "intermediates": [] } ] }, { "text": "Dave is big.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple4", "intermediates": [] } ] }, { "text": "Dave is green.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple3", "intermediates": [] } ] }, { "text": "Dave is round.", "QDep": 0, "representation": "(\"Dave\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple2", "intermediates": [] } ] }, { "text": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] }, { "representation": "((((triple9 ((((triple9 triple5) -> (rule3 % int4))) -> (rule4 % int3)) triple5) -> (rule2 % int2)) triple8) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int3" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int4" } ] } ] }, { "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 big.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple12", "intermediates": [] } ] }, { "text": "Gary is cold.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple11", "intermediates": [] } ] }, { "text": "Gary is round.", "QDep": 0, "representation": "(\"Gary\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple10", "intermediates": [] } ] }, { "text": "Fred is red.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 triple5) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is blue.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple9 triple5) -> (rule3 % int2))) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int1" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is kind.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple9 ((((triple9 triple5) -> (rule3 % int3))) -> (rule4 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "id": "int2" }, { "text": "Fred is red.", "representation": "(\"Fred\" \"is\" \"red\" \"+\")", "id": "int3" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent2", "triple3": "sent2", "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": null, "triple11": "sent4", "triple12": "sent4" }
{ "sent1": "Bob ate some rotten meat and now feels green.", "sent2": "Dave is big and round man that is looking rather green after seeing some bad mayonnaise.", "sent3": "The big young man with the round body who seems to be having a rough time due to being green is named Fred.", "sent4": "Even though Gary is big and round, he is cold much of the time.", "sent5": "An individual that fits the nice, red, and kind description will fit the description of big, too.", "sent6": "Young people who are big, downhearted, and blue are kind.", "sent7": "All the big and young boys at the park are red.", "sent8": "Red people feel blue about it.", "sent9": "Somebody whose descriptors are nice, big and kind will also fit a young descriptor.", "sent10": "People who are kind and green are very often rough.", "sent11": null }
AttNonegNatLang-OWA-1108
4
9
7
Bob is round shaped and green colored. Eric is a person both green and big. My young friend Fred is quite big has rough skin with a green tinge. He is feeling blue because his dog ran away. A nice person who is green is feeling cold. Young people green with envy are so focused on themselves that they are often describe as cold. That is misleading though because these people are also kind. A very nice and kind person will also be round shaped. Being green and rough are signs that someone is big. If you meet somebody who is young, rough and round, you can be sure they are nice as well. Find someone who is blue and rough, and big as an elephant, and you'll have found a nice person. If you meet a young and kind person who is also rough, they are cold, too.
{ "triple1": { "text": "Bob is round.", "representation": "(\"Bob\" \"is\" \"round\" \"+\")" }, "triple2": { "text": "Bob is green.", "representation": "(\"Bob\" \"is\" \"green\" \"+\")" }, "triple3": { "text": "Eric is green.", "representation": "(\"Eric\" \"is\" \"green\" \"+\")" }, "triple4": { "text": "Eric is big.", "representation": "(\"Eric\" \"is\" \"big\" \"+\")" }, "triple5": { "text": "Fred is young.", "representation": "(\"Fred\" \"is\" \"young\" \"+\")" }, "triple6": { "text": "Fred is rough.", "representation": "(\"Fred\" \"is\" \"rough\" \"+\")" }, "triple7": { "text": "Fred is green.", "representation": "(\"Fred\" \"is\" \"green\" \"+\")" }, "triple8": { "text": "Fred is blue.", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")" }, "triple9": { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")" }, "triple10": null, "triple11": null, "triple12": null }
{ "rule1": { "text": "If someone is green and nice then they are cold.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"nice\" \"+\")) -> (\"someone\" \"is\" \"cold\" \"+\"))" }, "rule2": { "text": "If someone is green and cold and young then they are kind.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"cold\" \"+\") (\"someone\" \"is\" \"young\" \"+\")) -> (\"someone\" \"is\" \"kind\" \"+\"))" }, "rule3": { "text": "If someone is nice and kind then they are round.", "representation": "(((\"someone\" \"is\" \"nice\" \"+\") (\"someone\" \"is\" \"kind\" \"+\")) -> (\"someone\" \"is\" \"round\" \"+\"))" }, "rule4": { "text": "If someone is green and rough then they are big.", "representation": "(((\"someone\" \"is\" \"green\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"big\" \"+\"))" }, "rule5": { "text": "If someone is young and round and rough then they are nice.", "representation": "(((\"someone\" \"is\" \"young\" \"+\") (\"someone\" \"is\" \"round\" \"+\") (\"someone\" \"is\" \"rough\" \"+\")) -> (\"someone\" \"is\" \"nice\" \"+\"))" }, "rule6": { "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\" \"+\"))" }, "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": "Fred is blue.", "answer": "True", "QDep": 0, "QLen": "1", "strategy": "proof", "proofs": "[(triple8)]", "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, "Q2": { "question": "Fred is not green.", "answer": "False", "QDep": 0, "QLen": "1", "strategy": "inv-proof", "proofs": "[(triple7)]", "representation": "(\"Fred\" \"is\" \"green\" \"-\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, "Q3": { "question": "Fred is nice.", "answer": "True", "QDep": 1, "QLen": "4", "strategy": "proof", "proofs": "[(((triple8 triple6 triple9) -> rule6) OR ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6))]", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple6 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple8 triple6 ((triple7 triple6) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q4": { "question": "Fred is not nice.", "answer": "False", "QDep": 1, "QLen": "4", "strategy": "inv-proof", "proofs": "[(((triple8 triple6 triple9) -> rule6) OR ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6))]", "representation": "(\"Fred\" \"is\" \"nice\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple6 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple8 triple6 ((triple7 triple6) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, "Q5": { "question": "Fred is cold.", "answer": "True", "QDep": 2, "QLen": "6", "strategy": "proof", "proofs": "[(((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) OR ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 triple6 triple9) -> (rule6 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int3))) -> (rule6 % 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" } ] } ] }, "Q6": { "question": "Fred is not cold.", "answer": "False", "QDep": 2, "QLen": "6", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) OR ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1))]", "representation": "(\"Fred\" \"is\" \"cold\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 triple6 triple9) -> (rule6 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int3))) -> (rule6 % 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" } ] } ] }, "Q7": { "question": "Fred is kind.", "answer": "True", "QDep": 3, "QLen": "9", "strategy": "proof", "proofs": "[(((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2) OR ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2))]", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int3))) -> (rule1 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int4))) -> (rule6 % int3))) -> (rule1 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "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" } ] } ] }, "Q8": { "question": "Fred is not kind.", "answer": "False", "QDep": 3, "QLen": "9", "strategy": "inv-proof", "proofs": "[(((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2) OR ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2))]", "representation": "(\"Fred\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int3))) -> (rule1 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int4))) -> (rule6 % int3))) -> (rule1 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "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" } ] } ] }, "Q9": { "question": "Fred is round.", "answer": "True", "QDep": 4, "QLen": "14", "strategy": "proof", "proofs": "[(((((triple8 triple6 triple9) -> rule6) ((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6) ((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 triple9) -> rule6) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3))]", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple6 triple9) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int5" } ] }, { "representation": "((((triple8 triple6 triple9) -> (rule6 % int5)) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int4))) -> (rule6 % int5))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int4" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int5" } ] }, { "representation": "((((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int5" } ] } ] }, "Q10": { "question": "Fred is not round.", "answer": "False", "QDep": 4, "QLen": "14", "strategy": "inv-proof", "proofs": "[(((((triple8 triple6 triple9) -> rule6) ((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6) ((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 triple9) -> rule6) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3))]", "representation": "(\"Fred\" \"is\" \"round\" \"-\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple6 triple9) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int5" } ] }, { "representation": "((((triple8 triple6 triple9) -> (rule6 % int5)) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int4))) -> (rule6 % int5))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int4" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int5" } ] }, { "representation": "((((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int5" } ] } ] }, "Q11": { "question": "Eric is not kind.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Eric is kind.[CWA. Example of deepest failure = (rule2 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"kind\" \"-\")", "proofsWithIntermediates": null }, "Q12": { "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\" \"+\")", "proofsWithIntermediates": null }, "Q13": { "question": "Eric is not round.", "answer": "Unknown", "QDep": 2, "QLen": "", "strategy": "inv-rconc", "proofs": "[@2: Eric is round.[CWA. Example of deepest failure = (rule3 <- rule5 <- FAIL)]]", "representation": "(\"Eric\" \"is\" \"round\" \"-\")" }, "Q14": { "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\" \"+\")" }, "Q15": { "question": "Gary is not big.", "answer": "Unknown", "QDep": 1, "QLen": "", "strategy": "inv-rconc", "proofs": "[@1: Gary is big.[CWA. Example of deepest failure = (rule4 <- FAIL)]]", "representation": "(\"Gary\" \"is\" \"big\" \"-\")" }, "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": { "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\" \"-\")" }, "Q18": { "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\" \"+\")" }, "Q19": { "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\" \"-\")" }, "Q20": { "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\" \"+\")" }, "Q21": null, "Q22": null, "Q23": null, "Q24": null }
@0: Bob is green.[(triple2)] Bob is round.[(triple1)] Eric is big.[(triple4)] Eric is green.[(triple3)] Fred is big.[(triple9 OR ((triple7 triple6) -> rule4))] Fred is blue.[(triple8)] Fred is green.[(triple7)] Fred is rough.[(triple6)] Fred is young.[(triple5)] @1: Fred is nice.[(((triple8 triple6 triple9) -> rule6) OR ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6))] @2: Fred is cold.[(((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) OR ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1))] @3: Fred is kind.[(((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2) OR ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2))] @4: Fred is round.[(((((triple8 triple6 triple9) -> rule6) ((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6) ((triple7 ((triple7 ((triple8 triple6 triple9) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 triple9) -> rule6) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3) OR ((((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> rule4)) -> rule6)) -> rule1) triple5) -> rule2)) -> rule3))]
[ { "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": "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": "Fred is big.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple9", "intermediates": [] }, { "representation": "((triple7 triple6) -> (rule4 % int1))", "intermediates": [ { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int1" } ] } ] }, { "text": "Fred is blue.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"blue\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple8", "intermediates": [] } ] }, { "text": "Fred is green.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"green\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple7", "intermediates": [] } ] }, { "text": "Fred is rough.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"rough\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple6", "intermediates": [] } ] }, { "text": "Fred is young.", "QDep": 0, "representation": "(\"Fred\" \"is\" \"young\" \"+\")", "proofsWithIntermediates": [ { "representation": "triple5", "intermediates": [] } ] }, { "text": "Fred is nice.", "QDep": 1, "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple8 triple6 triple9) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" } ] }, { "representation": "((triple8 triple6 ((triple7 triple6) -> (rule4 % int2))) -> (rule6 % int1))", "intermediates": [ { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int1" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int2" } ] } ] }, { "text": "Fred is cold.", "QDep": 2, "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple8 triple6 triple9) -> (rule6 % int2))) -> (rule1 % int1))", "intermediates": [ { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int1" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int2" } ] }, { "representation": "((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int3))) -> (rule6 % 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 kind.", "QDep": 3, "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "proofsWithIntermediates": [ { "representation": "((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int3))) -> (rule1 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int1" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int2" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int3" } ] }, { "representation": "((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int4))) -> (rule6 % int3))) -> (rule1 % int2)) triple5) -> (rule2 % int1))", "intermediates": [ { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "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 round.", "QDep": 4, "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "proofsWithIntermediates": [ { "representation": "((((triple8 triple6 triple9) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" } ] }, { "representation": "((((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 triple9) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int5" } ] }, { "representation": "((((triple8 triple6 triple9) -> (rule6 % int5)) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int4))) -> (rule6 % int5))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int4" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int5" } ] }, { "representation": "((((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4)) ((triple7 ((triple7 ((triple8 triple6 ((triple7 triple6) -> (rule4 % int5))) -> (rule6 % int4))) -> (rule1 % int3)) triple5) -> (rule2 % int2))) -> (rule3 % int1))", "intermediates": [ { "text": "Fred is round.", "representation": "(\"Fred\" \"is\" \"round\" \"+\")", "id": "int1" }, { "text": "Fred is kind.", "representation": "(\"Fred\" \"is\" \"kind\" \"+\")", "id": "int2" }, { "text": "Fred is cold.", "representation": "(\"Fred\" \"is\" \"cold\" \"+\")", "id": "int3" }, { "text": "Fred is nice.", "representation": "(\"Fred\" \"is\" \"nice\" \"+\")", "id": "int4" }, { "text": "Fred is big.", "representation": "(\"Fred\" \"is\" \"big\" \"+\")", "id": "int5" } ] } ] } ]
{ "triple1": "sent1", "triple2": "sent1", "triple3": "sent2", "triple4": "sent2", "triple5": "sent3", "triple6": "sent3", "triple7": "sent3", "triple8": "sent3", "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 round shaped and green colored.", "sent2": "Eric is a person both green and big.", "sent3": "My young friend Fred is quite big has rough skin with a green tinge; He is feeling blue because his dog ran away.", "sent4": "A nice person who is green is feeling cold.", "sent5": "Young people green with envy are so focused on themselves that they are often describe as cold; That is misleading though because these people are also kind.", "sent6": "A very nice and kind person will also be round shaped.", "sent7": "Being green and rough are signs that someone is big.", "sent8": "If you meet somebody who is young, rough and round, you can be sure they are nice as well.", "sent9": "Find someone who is blue and rough, and big as an elephant, and you'll have found a nice person.", "sent10": "If you meet a young and kind person who is also rough, they are cold, too.", "sent11": null }
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
171
Edit dataset card